rpms/NetworkManager/FC-4 NetworkManager.spec,1.57,1.58

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 11 19:17:13 UTC 2005


Author: dcbw

Update of /cvs/dist/rpms/NetworkManager/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv22166

Modified Files:
	NetworkManager.spec 
Log Message:
Fix #162316



Index: NetworkManager.spec
===================================================================
RCS file: /cvs/dist/rpms/NetworkManager/FC-4/NetworkManager.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- NetworkManager.spec	17 Jun 2005 01:04:41 -0000	1.57
+++ NetworkManager.spec	11 Jul 2005 19:17:11 -0000	1.58
@@ -7,7 +7,7 @@
 Name: NetworkManager
 Summary: Network link manager and user applications
 Version: 0.4
-Release: 19.FC4
+Release: 20.FC4
 Group: System Environment/Base
 License: GPL
 URL: http://people.redhat.com/dcbw/NetworkManager/
@@ -64,7 +64,7 @@
 Summary: Libraries and headers for adding NetworkManager support to applications
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: dbus >= %{dbus_version}
+Requires: dbus-devel >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_version}
 
 %description devel
@@ -151,7 +151,6 @@
 %{_bindir}/%{name}
 %{_bindir}/NMLoadModules
 %{_bindir}/NetworkManagerDispatcher
-%{_libdir}/pkgconfig/%{name}.pc
 
 %files gnome
 %defattr(-,root,root,0755)
@@ -166,6 +165,7 @@
 %files devel
 %defattr(-,root,root,0755)
 %{_includedir}/%{name}/%{name}.h
+%{_libdir}/pkgconfig/%{name}.pc
 
 %files glib
 %defattr(-,root,root,0755)
@@ -175,6 +175,9 @@
 
 
 %changelog
+* Mon Jul 11 2005 Dan Williams <dcbw at redhat.com> - 0.4-20.FC4
+- Move pkgconfig file to devel package (#162316, thanks to Michael Schwendt)
+
 * Thu Jun 16 2005 Dan Williams <dcbw at redhat.com> - 0.4-19.FC4
 - Update from FC4 CVS branch:
 	o Backport of Wireless Scan Methods (replaces Pause Wireless Scanning function)




More information about the fedora-cvs-commits mailing list