diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/rpm/vpp.spec | 3 | ||||
-rwxr-xr-x | extras/vagrant/update.sh | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/extras/rpm/vpp.spec b/extras/rpm/vpp.spec index 7490a165b37..6dc04b82f7d 100644 --- a/extras/rpm/vpp.spec +++ b/extras/rpm/vpp.spec @@ -50,9 +50,6 @@ BuildRequires: python-devel, python-virtualenv BuildRequires: libffi-devel BuildRequires: glibc-static, java-1.8.0-openjdk, java-1.8.0-openjdk-devel yum-utils, redhat-lsb BuildRequires: apr-devel -%if %{with aesni} -BuildRequires: nasm -%endif BuildRequires: numactl-devel BuildRequires: autoconf automake libtool byacc bison flex diff --git a/extras/vagrant/update.sh b/extras/vagrant/update.sh index 18bc25736a1..3fb456b26eb 100755 --- a/extras/vagrant/update.sh +++ b/extras/vagrant/update.sh @@ -44,8 +44,4 @@ elif [ "$OS_ID" == "centos" ]; then # Standard update + upgrade dance yum check-update yum update -y -elif [ "$OS_ID" == "opensuse" ]; then - zypper update -y - # NASM >= 2.12 is not available in previous openSUSE release; need to install it from TW - zypper install -y https://download.opensuse.org/tumbleweed/repo/oss/suse/x86_64/nasm-2.13.01-2.1.x86_64.rpm fi |