From 917cbb9f3ba61a628cd1d50c46d7f4e4a8350bf65625a095bbb876e812605feb Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 6 Feb 2018 11:32:34 +0000 Subject: [PATCH] - Added requirement iproute2 to spec file. This is needed by the VNC AutoYaST installation in the second stage. (Follow up of bnc#1077236) - 4.0.31 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=935 --- yast2-installation-4.0.30.tar.bz2 | 3 --- yast2-installation-4.0.31.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 5 ++++- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.30.tar.bz2 create mode 100644 yast2-installation-4.0.31.tar.bz2 diff --git a/yast2-installation-4.0.30.tar.bz2 b/yast2-installation-4.0.30.tar.bz2 deleted file mode 100644 index 25327f3..0000000 --- a/yast2-installation-4.0.30.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fea64fb8f2103422cf4ebdc8b4404671afd5e0fbc8512ed52fb75ab426b83e7d -size 452688 diff --git a/yast2-installation-4.0.31.tar.bz2 b/yast2-installation-4.0.31.tar.bz2 new file mode 100644 index 0000000..a69df2e --- /dev/null +++ b/yast2-installation-4.0.31.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979d7a28b94b96558497d97fcc679f9fd1852864b4345d42bba0218d500947e3 +size 452737 diff --git a/yast2-installation.changes b/yast2-installation.changes index f52dea5..fa76aa7 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 6 12:24:34 CET 2018 - schubi@suse.de + +- Added requirement iproute2 to spec file. This is needed by + the VNC AutoYaST installation in the second stage. + (Follow up of bnc#1077236) +- 4.0.31 + ------------------------------------------------------------------- Fri Feb 2 15:26:05 UTC 2018 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 1abeb17..479db34 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.30 +Version: 4.0.31 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -138,6 +138,9 @@ Requires: tar # BNC 446533, /sbin/lspci called but not installed Requires: pciutils +# Needed call /sbin/ip in vnc.sh/network.sh +Requires: iproute2 + # install the registration module only in SLE (bsc#1043122) %if !0%{?is_opensuse} Recommends: yast2-registration