[NetworkManager/f18] Update to 0.9.8-beta2

Daniel Williams dcbw at fedoraproject.org
Sat Feb 9 01:05:58 UTC 2013


commit 32a2635cad6b673a8f235b4a090f08dd96347f88
Author: Dan Williams <dcbw at redhat.com>
Date:   Fri Feb 8 19:06:19 2013 -0600

    Update to 0.9.8-beta2

 .gitignore                        |    1 +
 NetworkManager.spec               |   38 +++----
 finish-connecting.patch           |   36 ------
 gvaluearray-crash.patch           |   26 ----
 rh830434-ifcfg-missing-ipv6.patch |  206 -------------------------------
 rh831735-etc-hostname.patch       |  246 -------------------------------------
 rh875085-set-hostname.patch       |   52 --------
 rh876218-killmode.patch           |   32 -----
 sources                           |    2 +-
 udev-uninitialized-devices.patch  |   66 ----------
 10 files changed, 17 insertions(+), 688 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8341a2b..921474c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -286,3 +286,4 @@ network-manager-applet-0.8.1.tar.bz2
 /NetworkManager-0.9.5.96.tar.bz2
 /NetworkManager-0.9.7.0.git20120820.tar.bz2
 /NetworkManager-0.9.7.0.git20121004.tar.bz2
+/NetworkManager-0.9.7.997.tar.bz2
diff --git a/NetworkManager.spec b/NetworkManager.spec
index 580eaed..0fc751f 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -3,11 +3,11 @@
 
 %define glib2_version	2.24.0
 %define wireless_tools_version 1:28-0pre9
-%define libnl3_version 3.2.6
+%define libnl3_version 3.2.7
 %define ppp_version 2.4.5
 
-%define snapshot .git20121004
-%define realversion 0.9.7.0
+%define snapshot %{nil}
+%define realversion 0.9.7.997
 
 %if 0%{?fedora} && 0%{?fedora} < 17
 %define systemd_dir /lib/systemd/system
@@ -18,8 +18,8 @@
 Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
-Version: 0.9.7.0
-Release: 12%{snapshot}%{?dist}
+Version: 0.9.7.997
+Release: 1%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -28,13 +28,6 @@ Source: %{name}-%{realversion}%{snapshot}.tar.bz2
 Source1: NetworkManager.conf
 Patch1: explain-dns1-dns2.patch
 Patch2: nss-error.patch
-Patch3: finish-connecting.patch
-Patch4: gvaluearray-crash.patch
-Patch5: udev-uninitialized-devices.patch
-Patch6: rh875085-set-hostname.patch
-Patch7: rh831735-etc-hostname.patch
-Patch8: rh830434-ifcfg-missing-ipv6.patch
-Patch9: rh876218-killmode.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -160,13 +153,6 @@ NetworkManager functionality from applications that use glib.
 
 %patch1 -p1 -b .explain-dns1-dns2
 %patch2 -p1 -b .nss-error
-%patch3 -p1 -b .finish-connecting
-%patch4 -p1 -b .gvaluearray
-%patch5 -p1 -b .udev-uninitialized
-%patch6 -p1 -b .set-hostname
-%patch7 -p1 -b .etc-hostname
-%patch8 -p1 -b .ifcfg-missing-ipv6
-%patch9 -p1 -b .killmode
 
 %build
 
@@ -178,17 +164,19 @@ autopoint --force
 intltoolize --force
 %configure \
 	--disable-static \
-	--with-distro=redhat \
 	--with-dhclient=yes \
 	--with-dhcpcd=no \
 	--with-crypto=nss \
 	--enable-more-warnings=yes \
+	--enable-ppp=yes \
+	--enable-vala=yes \
 %ifnarch s390 s390x
 	--enable-wimax=yes \
 %endif
 	--enable-polkit=yes \
 	--enable-modify-system=yes \
 	--with-session-tracking=systemd \
+	--with-suspend-resume=upower \
 	--with-docs=yes \
 	--with-system-ca-path=/etc/pki/tls/certs \
 	--with-tests=yes \
@@ -307,9 +295,6 @@ exit 0
 %{_mandir}/man5/*
 %{_mandir}/man8/*
 %dir %{_localstatedir}/lib/NetworkManager
-%{_prefix}/libexec/nm-crash-logger
-%dir %{_datadir}/NetworkManager
-%{_datadir}/NetworkManager/gdb-cmd
 %dir %{_sysconfdir}/NetworkManager/system-connections
 %{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
 %{_libdir}/pppd/%{ppp_version}/nm-pppd-plugin.so
@@ -370,6 +355,13 @@ exit 0
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Fri Feb  8 2013 Dan Williams <dcbw at redhat.com> - 0.9.7.997-1
+- Update to 0.9.8-beta2
+- core: ignore bridges managed by other tools (rh #905035)
+- core: fix libnl assert (rh #894653)
+- wifi: always use Proactive Key Caching with WPA Enterprise (rh #834444)
+- core: don't crash when Internet connection sharing fails to start (rh #883142)
+
 * Fri Jan  4 2013 Dan Winship <danw at redhat.com> - 0.9.7.0-12.git20121004
 - Set correct systemd KillMode to fix anaconda shutdown hangs (rh #876218)
 
diff --git a/sources b/sources
index a8ccd08..ddc20c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1497b4089b97994d6c165799dbc08810  NetworkManager-0.9.7.0.git20121004.tar.bz2
+1e672f496c8dac8e460ea52f24ff447a  NetworkManager-0.9.7.997.tar.bz2


More information about the scm-commits mailing list