From f37fc207552e68912a7d3921879be099665af3d8 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Jul 13 2015 17:37:54 +0000 Subject: A bit more recent Git snapshot --- diff --git a/.gitignore b/.gitignore index 8124563..47e611d 100644 --- a/.gitignore +++ b/.gitignore @@ -316,3 +316,4 @@ network-manager-applet-0.8.1.tar.bz2 /NetworkManager-1.0.3.git20160624.f245b49a.tar.bz2 /NetworkManager-1.0.3.git20150707.cf15f2a.tar.bz2 /NetworkManager-1.0.3.git20150707.e3bd4e1.tar.bz2 +/NetworkManager-1.0.4.git20150713.38bf2cb0.tar.bz2 diff --git a/NetworkManager.spec b/NetworkManager.spec index 202dccf..a4b0933 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -7,9 +7,9 @@ %define ppp_version %(rpm -q ppp-devel >/dev/null && rpm -q --qf '%%{version}' ppp-devel || echo -n bad) -%define snapshot .git20150707 -%define release_version 0.3 -%define git_sha e3bd4e1 +%define snapshot .git20150713 +%define release_version 0.4 +%define git_sha 38bf2cb0 %define realversion 1.0.4 %define epoch_version 1 @@ -80,7 +80,7 @@ Group: System Environment/Base License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ -Source: %{name}-1.0.3%{snapshot}%{git_sha_version}.tar.bz2 +Source: %{name}-%{realversion}%{snapshot}%{git_sha_version}.tar.bz2 Source1: NetworkManager.conf Source2: 00-server.conf Source3: 10-ibft-plugin.conf @@ -148,7 +148,7 @@ BuildRequires: libuuid-devel BuildRequires: libgudev1-devel >= 143 BuildRequires: vala-tools BuildRequires: iptables -%if 0%{?with_bluetooth} && 0%{?fedora} > 19 +%if 0%{?with_bluetooth} BuildRequires: bluez-libs-devel %endif %if 0%{?with_wimax} @@ -196,12 +196,8 @@ This package contains NetworkManager support for ADSL devices. Summary: Bluetooth device plugin for NetworkManager Group: System Environment/Base Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} -Requires: NetworkManager-wwan = %{epoch}:%{version}-%{release} -%if (0%{?fedora} > 19) -Requires: bluez >= 5.0 -%else +Requires: NetworkManager-wwan Requires: bluez >= 4.101-5 -%endif Obsoletes: NetworkManager < %{obsoletes_nmver} Obsoletes: NetworkManager-bt @@ -367,7 +363,7 @@ by nm-connection-editor and nm-applet in a non-graphical environment. %endif %prep -%setup -q -n NetworkManager-1.0.3 +%setup -q -n NetworkManager-%{realversion} %patch0 -p1 -b .0000-explain-dns1-dns2.orig @@ -394,6 +390,11 @@ intltoolize --force %else --with-modem-manager-1=no \ %endif +%if 0%{?with_wifi} + --enable-wifi=yes \ +%else + --enable-wifi=no \ +%endif %if 0%{?with_wimax} --enable-wimax=yes \ %else @@ -544,6 +545,8 @@ fi %if 0%{?with_nmtui} %exclude %{_mandir}/man1/nmtui* %endif +%dir %{_sysconfdir}/%{name} +%dir %{_sysconfdir}/%{name}/conf.d %config %{_sysconfdir}/%{name}/conf.d/10-ibft-plugin.conf %{_mandir}/man1/* %{_mandir}/man5/* @@ -587,8 +590,6 @@ fi %files wifi %defattr(-,root,root,0755) %{_libdir}/%{name}/libnm-device-plugin-wifi.so -%else -%exclude %{_libdir}/%{name}/libnm-device-plugin-wifi.so %endif %if 0%{?with_wwan} @@ -685,6 +686,9 @@ fi %changelog * Tue Jul 7 2015 Lubomir Rintel - 1:1.0.4-0.3.git20150707.e3bd4e1 - A bit more recent Git snapshot + +* Tue Jul 7 2015 Lubomir Rintel - 1:1.0.4-0.3.git20150707.e3bd4e1 +- A bit more recent Git snapshot - This one fixes a regression with default route management * Tue Jul 7 2015 Jiří Klimeš - 1:1.0.4-0.2.git20150707.cf15f2a diff --git a/sources b/sources index a7af46d..0d78153 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1db5708159407b182c7e3fdb07f234d4 NetworkManager-1.0.3.git20150707.e3bd4e1.tar.bz2 +377d428bff0f60f878b13c8c971590fe NetworkManager-1.0.4.git20150713.38bf2cb0.tar.bz2