From 61452b1edef2c92981be2e3d630f32effd4c519f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Jul 02 2013 13:15:50 +0000 Subject: brewtap fixes - Belatedly update udev directory for UsrMove - Fix incorrect dates in old changelog entries to avoid rpm warnings --- diff --git a/NetworkManager.spec b/NetworkManager.spec index 34ec02a..51c6b6c 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -11,8 +11,10 @@ %if 0%{?fedora} && 0%{?fedora} < 17 %define systemd_dir /lib/systemd/system +%define udev_dir /lib/udev %else %define systemd_dir %{_prefix}/lib/systemd/system +%define udev_dir %{_prefix}/lib/udev %endif %global _hardened_build 1 @@ -21,7 +23,7 @@ Name: NetworkManager Summary: Network connection manager and user applications Epoch: 1 Version: 0.9.8.2 -Release: 5%{snapshot}%{?dist} +Release: 6%{snapshot}%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ @@ -190,6 +192,8 @@ NetworkManager functionality from applications that use glib. --enable-concheck \ --with-session-tracking=systemd \ --with-suspend-resume=systemd \ + --with-systemdsystemunitdir=%{systemd_dir} \ + --with-udev-dir=%{udev_dir} \ --with-system-ca-path=/etc/pki/tls/certs \ --with-tests=yes \ --with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \ @@ -305,7 +309,7 @@ exit 0 %{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service %{_libdir}/pppd/%{ppp_version}/nm-pppd-plugin.so %{_datadir}/polkit-1/actions/*.policy -/lib/udev/rules.d/*.rules +%{udev_dir}/rules.d/*.rules # systemd stuff %{systemd_dir}/NetworkManager.service %{systemd_dir}/NetworkManager-wait-online.service @@ -363,6 +367,10 @@ exit 0 %{_datadir}/gtk-doc/html/libnm-util/* %changelog +* Tue Jul 2 2013 Dan Winship - 0.9.8.2-6 +- Belatedly update udev directory for UsrMove +- Fix incorrect dates in old changelog entries to avoid rpm warnings + * Mon Jul 1 2013 Jiří Klimeš - 0.9.8.2-5 - build with docs to include generated nm-settings(5) man page (rh #976780) @@ -559,7 +567,7 @@ exit 0 * Thu Nov 24 2011 Daniel Drake - 0.9.2-2 - Rebuild for libgnome-bluetooth.so.9 -* Thu Nov 09 2011 Dan Williams - 0.9.2-1 +* Wed Nov 09 2011 Dan Williams - 0.9.2-1 - core: fix possible crash when talking to ModemManager - core: improve handling of rfkill on some machines (eeepc 1005HA and others) - ifcfg-rh: don't use spaces in ifcfg file names (rh #742273) @@ -783,7 +791,7 @@ exit 0 * Fri Dec 3 2010 Matthias Clasen - 0.8.2-2.git20101117 - Rebuild against newer gtk -* Wed Nov 27 2010 Dan Williams - 0.8.2-1.git20101117 +* Sat Nov 27 2010 Dan Williams - 0.8.2-1.git20101117 - Update to 0.8.2 * Wed Nov 3 2010 Matthias Clasen - 0.8.1-10.1 @@ -899,7 +907,7 @@ exit 0 - bluetooth: fix bad timeout on PAN connections (rh #586961) - applet: updated translations -* Wed May 4 2010 Dan Williams - 0.8-12.git20100504 +* Tue May 4 2010 Dan Williams - 0.8-12.git20100504 - core: treat missing IPv6 configuration as ignored (rh #588814) - core: don't flush IPv6 link-local routes (rh #587836) - cli: update output formatting @@ -1404,7 +1412,7 @@ exit 0 - Read global gateway from /etc/sysconfig/network if missing (rh #446527) - nm-system-settings now terminates when dbus goes away (rh #444976) -* Tue May 14 2008 Dan Williams - 1:0.7.0-0.9.3.svn3669 +* Wed May 14 2008 Dan Williams - 1:0.7.0-0.9.3.svn3669 - Fix initial carrier state detection on devices that are already up (rh #134886) * Tue May 13 2008 Dan Williams - 1:0.7.0-0.9.3.svn3667 @@ -1740,7 +1748,7 @@ exit 0 * Mon Aug 13 2007 Christopher Aillon 1:0.6.5-9 - Update the license tag -* Tue Aug 8 2007 Christopher Aillon 1:0.6.5-8 +* Wed Aug 8 2007 Christopher Aillon 1:0.6.5-8 - Own /etc/NetworkManager/dispatcher.d and /etc/NetworkManager/VPN (#234004) * Wed Jun 27 2007 Dan Williams 1:0.6.5-7 @@ -2080,7 +2088,7 @@ exit 0 * Mon Apr 4 2005 Dan Williams 0.4-6.cvs20050404 - #rh153234# NetworkManager quits/cores just as a connection is made -* Fri Apr 2 2005 Dan Williams 0.4-5.cvs20050402 +* Sat Apr 2 2005 Dan Williams 0.4-5.cvs20050402 - Update from latest CVS HEAD * Fri Mar 25 2005 Christopher Aillon 0.4-4.cvs20050315 @@ -2147,7 +2155,7 @@ exit 0 * Mon Jan 24 2005 Than Ngo 0.3.3-1.cvs20050112.4 - rebuilt against new wireless tool -* Thu Jan 21 2005 - 0.3.3-1.cvs20050118 +* Fri Jan 21 2005 - 0.3.3-1.cvs20050118 - Fix issue where NM wouldn't recognize that access points were encrypted, and then would try to connect without encryption - Refine packaging to put client library in separate package @@ -2180,7 +2188,7 @@ exit 0 - Better detection of non-ESSID-broadcasting access points - Don't dialog-spam the user if a connection fails -* Mon Nov 11 2004 - 0.3.2-2.cvs20041115 +* Thu Nov 11 2004 - 0.3.2-2.cvs20041115 - Update to CVS - Much better link detection, works with Open System authentication - Blacklist wireless cards rather than whitelisting them