- 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
This commit is contained in:
parent
f5fcfcfebb
commit
917cbb9f3b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fea64fb8f2103422cf4ebdc8b4404671afd5e0fbc8512ed52fb75ab426b83e7d
|
|
||||||
size 452688
|
|
3
yast2-installation-4.0.31.tar.bz2
Normal file
3
yast2-installation-4.0.31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:979d7a28b94b96558497d97fcc679f9fd1852864b4345d42bba0218d500947e3
|
||||||
|
size 452737
|
@ -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
|
Fri Feb 2 15:26:05 UTC 2018 - jreidinger@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 4.0.30
|
Version: 4.0.31
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -138,6 +138,9 @@ Requires: tar
|
|||||||
# BNC 446533, /sbin/lspci called but not installed
|
# BNC 446533, /sbin/lspci called but not installed
|
||||||
Requires: pciutils
|
Requires: pciutils
|
||||||
|
|
||||||
|
# Needed call /sbin/ip in vnc.sh/network.sh
|
||||||
|
Requires: iproute2
|
||||||
|
|
||||||
# install the registration module only in SLE (bsc#1043122)
|
# install the registration module only in SLE (bsc#1043122)
|
||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
Recommends: yast2-registration
|
Recommends: yast2-registration
|
||||||
|
Loading…
Reference in New Issue
Block a user