Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2013-05-02 11:27:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes    
2013-04-24 16:06:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes       
2013-05-02 11:27:12.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Apr 30 22:02:23 UTC 2013 - [email protected]
+
+- Add sysconfig and suse-release BuildRequires to properly
+  configure for suse (bnc#817592).
+- Add --with-netconfig=yes to configure call.
+- Add additional test in build section to ensure netconfig is
+  detected. This is needed as specifying --with-netconfig=yes does
+  not fail configure if not found.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.w0AMmC/_old  2013-05-02 11:27:14.000000000 +0200
+++ /var/tmp/diff_new_pack.w0AMmC/_new  2013-05-02 11:27:14.000000000 +0200
@@ -48,6 +48,10 @@
 BuildRequires:  iptables
 BuildRequires:  libtool
 BuildRequires:  ppp-devel
+# For /etc/SuSE-release: help configure to detect we build for openSUSE
+BuildRequires:  suse-release
+# for /sbin/netconfig: integration with netconfig is required
+BuildRequires:  sysconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  vala
 BuildRequires:  wireless-tools
@@ -195,6 +199,7 @@
     --with-crypto=nss \
     --enable-ifcfg-suse \
     --with-docs\
+    --with-netconfig=yes \
     --enable-more-warnings=no \
     --with-pppd-plugin-dir=$pppddir \
     --with-dhclient=/sbin/dhclient \
@@ -209,6 +214,11 @@
 %else
     --disable-wimax
 %endif
+# Fail if netconfig was not detected. Avoids future occurences of bnc#817592
+if grep "with_netconfig='no'" config.log; then
+  print netconfig support was not found -- BUILD ABORTED
+  false
+fi
 %__make %{?_smp_mflags}
 
 %install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to