[PATCH rhel7-branch] Adapt to NetworkManager package split-up

Radek Vykydal rvykydal at redhat.com
Thu Jan 15 16:03:11 UTC 2015


---
 anaconda.spec.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/anaconda.spec.in b/anaconda.spec.in
index 53fb340..4fcc10a 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -28,7 +28,7 @@ Source1: anaconda-user-help-%{helpver}.tar.gz
 %define partedver 1.8.1
 %define pypartedver 2.5-2
 %define pythonpyblockver 0.45
-%define nmver 1:0.7.1-3.git20090414
+%define nmver 1.0.0-6.git20150107
 %define dbusver 1.2.3
 %define yumutilsver 1.1.11-3
 %define mehver 0.25.2-1
@@ -125,6 +125,7 @@ Requires: isomd5sum >= %{isomd5sum}
 Requires: yum-utils >= %{yumutilsver}
 Requires: createrepo
 Requires: NetworkManager >= %{nmver}
+Requires: NetworkManager-team
 Requires: dhclient
 Requires: kbd
 Requires: chrony
@@ -174,6 +175,9 @@ Requires: nm-connection-editor
 Requires: zenity
 %endif
 Requires: yelp
+%ifnarch s390 s390x
+Requires: NetworkManager-wifi
+%endif
 
 %description gui
 This package contains graphical user interface for the Anaconda installer.
-- 
1.9.3



More information about the anaconda-patches mailing list