Update snapshot, rename two plugins
- Update to a git snapshot (git20140319 git:3980806) - Rename NetworkManager-atm package to NetworkManager-adsl - Rename NetworkManager-bt package to NetworkManager-bluetooth
This commit is contained in:
parent
4815a8a9bc
commit
74e11b0e43
1
.gitignore
vendored
1
.gitignore
vendored
@ -303,3 +303,4 @@ network-manager-applet-0.8.1.tar.bz2
|
|||||||
/NetworkManager-0.9.9.1.git20140310.350b6d6.tar.bz2
|
/NetworkManager-0.9.9.1.git20140310.350b6d6.tar.bz2
|
||||||
/NetworkManager-0.9.9.1.git20140314.45a326d.tar.bz2
|
/NetworkManager-0.9.9.1.git20140314.45a326d.tar.bz2
|
||||||
/NetworkManager-0.9.9.1.git20140317.a1e89b4.tar.bz2
|
/NetworkManager-0.9.9.1.git20140317.a1e89b4.tar.bz2
|
||||||
|
/NetworkManager-0.9.9.1.git20140319.3980806.tar.bz2
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
%define libnl3_version 3.2.7
|
%define libnl3_version 3.2.7
|
||||||
%define ppp_version 2.4.5
|
%define ppp_version 2.4.5
|
||||||
|
|
||||||
%define snapshot .git20140317
|
%define snapshot .git20140319
|
||||||
%define git_sha .a1e89b4
|
%define git_sha .3980806
|
||||||
%define realversion 0.9.9.1
|
%define realversion 0.9.9.1
|
||||||
|
|
||||||
%global with_nmtui 1
|
%global with_nmtui 1
|
||||||
@ -22,8 +22,8 @@
|
|||||||
%define systemd_dir %{_prefix}/lib/systemd/system
|
%define systemd_dir %{_prefix}/lib/systemd/system
|
||||||
%define udev_dir %{_prefix}/lib/udev
|
%define udev_dir %{_prefix}/lib/udev
|
||||||
|
|
||||||
%global with_atm 1
|
%global with_adsl 1
|
||||||
%global with_bt 1
|
%global with_bluetooth 1
|
||||||
%global with_wwan 1
|
%global with_wwan 1
|
||||||
|
|
||||||
%if ! 0%{?rhel} && (! 0%{?fedora} || 0%{?fedora} < 20)
|
%if ! 0%{?rhel} && (! 0%{?fedora} || 0%{?fedora} < 20)
|
||||||
@ -44,7 +44,7 @@ Name: NetworkManager
|
|||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.9.9.1
|
Version: 0.9.9.1
|
||||||
Release: 3%{snapshot}%{?dist}
|
Release: 4%{snapshot}%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
@ -139,27 +139,29 @@ It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and
|
|||||||
provides VPN integration with a variety of different VPN services.
|
provides VPN integration with a variety of different VPN services.
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?with_atm}
|
%if 0%{?with_adsl}
|
||||||
%package atm
|
%package adsl
|
||||||
Summary: ADSL device plugin for NetworkManager
|
Summary: ADSL device plugin for NetworkManager
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Obsoletes: NetworkManager < 1:0.9.9.1-2
|
Obsoletes: NetworkManager < 1:0.9.9.1-2
|
||||||
|
Obsoletes: NetworkManager-atm
|
||||||
|
|
||||||
%description atm
|
%description adsl
|
||||||
This package contains NetworkManager support for ADSL devices.
|
This package contains NetworkManager support for ADSL devices.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?with_bt}
|
%if 0%{?with_bluetooth}
|
||||||
%package bt
|
%package bluetooth
|
||||||
Summary: Bluetooth device plugin for NetworkManager
|
Summary: Bluetooth device plugin for NetworkManager
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: NetworkManager-wwan
|
Requires: NetworkManager-wwan
|
||||||
Obsoletes: NetworkManager < 1:0.9.9.1-2
|
Obsoletes: NetworkManager < 1:0.9.9.1-2
|
||||||
|
Obsoletes: NetworkManager-bt
|
||||||
|
|
||||||
%description bt
|
%description bluetooth
|
||||||
This package contains NetworkManager support for Bluetooth devices.
|
This package contains NetworkManager support for Bluetooth devices.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -421,16 +423,16 @@ fi
|
|||||||
%{systemd_dir}/network-online.target.wants/NetworkManager-wait-online.service
|
%{systemd_dir}/network-online.target.wants/NetworkManager-wait-online.service
|
||||||
%{_datadir}/doc/NetworkManager/examples/server.conf
|
%{_datadir}/doc/NetworkManager/examples/server.conf
|
||||||
|
|
||||||
%if 0%{?with_atm}
|
%if 0%{?with_adsl}
|
||||||
%files atm
|
%files adsl
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%{_libdir}/%{name}/libnm-device-plugin-atm.so
|
%{_libdir}/%{name}/libnm-device-plugin-adsl.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_bt}
|
%if 0%{?with_bluetooth}
|
||||||
%files bt
|
%files bluetooth
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%{_libdir}/%{name}/libnm-device-plugin-bt.so
|
%{_libdir}/%{name}/libnm-device-plugin-bluetooth.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_wwan}
|
%if 0%{?with_wwan}
|
||||||
@ -499,6 +501,11 @@ fi
|
|||||||
%{_bindir}/nmtui-hostname
|
%{_bindir}/nmtui-hostname
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 19 2014 Dan Winship <danw@redhat.com> - 0.9.9.1-4.git20140319
|
||||||
|
- Update to a git snapshot (git20140319 git:3980806)
|
||||||
|
- Rename NetworkManager-atm package to NetworkManager-adsl
|
||||||
|
- Rename NetworkManager-bt package to NetworkManager-bluetooth
|
||||||
|
|
||||||
* Mon Mar 17 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.1-3.git20140317
|
* Mon Mar 17 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.1-3.git20140317
|
||||||
- Update to a git snapshot (git20140317 git:a1e89b4)
|
- Update to a git snapshot (git20140317 git:a1e89b4)
|
||||||
- platform: fix NM crash if link has no name (e.g. for failed VPN connection)
|
- platform: fix NM crash if link has no name (e.g. for failed VPN connection)
|
||||||
|
Loading…
Reference in New Issue
Block a user