- API and documentation updates
- Fix PIN handling on 'hso' mobile broadband devices
This commit is contained in:
parent
233d3c5910
commit
30c9ed8d0d
@ -125,3 +125,5 @@ NetworkManager-0.7.0.svn4295.tar.gz
|
|||||||
nm-applet-0.7.0.svn1031.tar.gz
|
nm-applet-0.7.0.svn1031.tar.gz
|
||||||
NetworkManager-0.7.0.svn4296.tar.gz
|
NetworkManager-0.7.0.svn4296.tar.gz
|
||||||
nm-applet-0.7.0.svn1033.tar.gz
|
nm-applet-0.7.0.svn1033.tar.gz
|
||||||
|
NetworkManager-0.7.0.svn4326.tar.gz
|
||||||
|
nm-applet-0.7.0.svn1043.tar.gz
|
||||||
|
@ -9,8 +9,8 @@ ExcludeArch: s390 s390x
|
|||||||
%define libnl_version 1.1
|
%define libnl_version 1.1
|
||||||
%define ppp_version 2.2.4
|
%define ppp_version 2.2.4
|
||||||
|
|
||||||
%define snapshot svn4296
|
%define snapshot svn4326
|
||||||
%define applet_snapshot svn1033
|
%define applet_snapshot svn1043
|
||||||
|
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
@ -20,6 +20,7 @@ Release: 0.12.%{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/
|
||||||
|
|
||||||
Source: %{name}-%{version}.%{snapshot}.tar.gz
|
Source: %{name}-%{version}.%{snapshot}.tar.gz
|
||||||
Source1: nm-applet-%{version}.%{applet_snapshot}.tar.gz
|
Source1: nm-applet-%{version}.%{applet_snapshot}.tar.gz
|
||||||
Source2: nm-system-settings.conf
|
Source2: nm-system-settings.conf
|
||||||
@ -41,9 +42,9 @@ Requires: avahi-autoipd
|
|||||||
Requires: dnsmasq
|
Requires: dnsmasq
|
||||||
Obsoletes: dhcdbd
|
Obsoletes: dhcdbd
|
||||||
|
|
||||||
Conflicts: NetworkManager-vpnc < 1:0.7.0-0.11.svn4229
|
Conflicts: NetworkManager-vpnc < 1:0.7.0-0.11.svn4326
|
||||||
Conflicts: NetworkManager-openvpn < 1:0.7.0-16.svn4229
|
Conflicts: NetworkManager-openvpn < 1:0.7.0-16.svn4326
|
||||||
Conflicts: NetworkManager-pptp < 1:0.7.0-0.11.svn4229
|
Conflicts: NetworkManager-pptp < 1:0.7.0-0.11.svn4326
|
||||||
|
|
||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||||
@ -65,6 +66,7 @@ BuildRequires: ppp-devel >= %{ppp_version}
|
|||||||
BuildRequires: nss-devel >= 3.11.7
|
BuildRequires: nss-devel >= 3.11.7
|
||||||
BuildRequires: PolicyKit-devel PolicyKit-gnome-devel
|
BuildRequires: PolicyKit-devel PolicyKit-gnome-devel
|
||||||
BuildRequires: dhclient
|
BuildRequires: dhclient
|
||||||
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
NetworkManager attempts to keep an active network connection available at all
|
NetworkManager attempts to keep an active network connection available at all
|
||||||
@ -146,17 +148,19 @@ autoreconf -i
|
|||||||
--with-distro=redhat \
|
--with-distro=redhat \
|
||||||
--with-dhcp-client=dhclient \
|
--with-dhcp-client=dhclient \
|
||||||
--with-crypto=nss \
|
--with-crypto=nss \
|
||||||
--enable-more-warnings=yes
|
--enable-more-warnings=yes \
|
||||||
|
--with-docs=yes \
|
||||||
|
--with-system-ca-path=/etc/pki/tls/certs
|
||||||
make
|
make
|
||||||
|
|
||||||
# build the applet
|
# build the applet
|
||||||
pushd nm-applet-0.7.0
|
pushd nm-applet-0.7.0
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
intltoolize --force
|
intltoolize --force
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -222,7 +226,7 @@ fi
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO
|
%doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO docs/spec.html
|
||||||
%{_sysconfdir}/dbus-1/system.d/NetworkManager.conf
|
%{_sysconfdir}/dbus-1/system.d/NetworkManager.conf
|
||||||
%{_sysconfdir}/dbus-1/system.d/nm-dhcp-client.conf
|
%{_sysconfdir}/dbus-1/system.d/nm-dhcp-client.conf
|
||||||
%{_sysconfdir}/dbus-1/system.d/nm-avahi-autoipd.conf
|
%{_sysconfdir}/dbus-1/system.d/nm-avahi-autoipd.conf
|
||||||
@ -291,8 +295,13 @@ fi
|
|||||||
%{_libdir}/libnm-util.so
|
%{_libdir}/libnm-util.so
|
||||||
%dir %{_datadir}/gtk-doc/html/libnm-glib
|
%dir %{_datadir}/gtk-doc/html/libnm-glib
|
||||||
%{_datadir}/gtk-doc/html/libnm-glib/*
|
%{_datadir}/gtk-doc/html/libnm-glib/*
|
||||||
|
%{_datadir}/gtk-doc/html/libnm-util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4326
|
||||||
|
- API and documentation updates
|
||||||
|
- Fix PIN handling on 'hso' mobile broadband devices
|
||||||
|
|
||||||
* Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4296
|
* Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4296
|
||||||
- Fix PIN/PUK issues with high-speed Option HSDPA mobile broadband cards
|
- Fix PIN/PUK issues with high-speed Option HSDPA mobile broadband cards
|
||||||
- Fix desensitized OK button when asking for wireless keys
|
- Fix desensitized OK button when asking for wireless keys
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
6466786bca1b4b5f01cf600e70fabcc6 NetworkManager-0.7.0.svn4296.tar.gz
|
509ba458b104d4bbc5b4f78ca78ced87 NetworkManager-0.7.0.svn4326.tar.gz
|
||||||
3765265dcaa89833cf21325d5ef44ba8 nm-applet-0.7.0.svn1033.tar.gz
|
ac72a80e42d96e359969f96bc0ddf614 nm-applet-0.7.0.svn1043.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user