rpms/uuid/F-11 uuid.spec,1.13,1.14

Michal Hlavinka mhlavink at fedoraproject.org
Wed Apr 21 12:23:06 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/uuid/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13684

Modified Files:
	uuid.spec 
Log Message:
* Wed Apr 21 2010 Michal Hlavinka <mhlavink at redhat.com> - 1.6.1-5
- change file requires to package requires (#504391, #533949)



Index: uuid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/F-11/uuid.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- uuid.spec	25 Feb 2009 23:40:53 -0000	1.13
+++ uuid.spec	21 Apr 2010 12:23:06 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           uuid
 Version:        1.6.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
@@ -24,7 +24,7 @@ and Perl Data::UUID APIs.
 %package devel
 Summary:        Development support for Universally Unique Identifier library
 Group:          Development/Libraries
-Requires:       %{_libdir}/pkgconfig
+Requires:       pkgconfig
 Requires:       %{name} = %{version}-%{release}
 
 %description devel
@@ -72,7 +72,7 @@ PHP OSSP uuid module.
 Summary:        PostgreSQL support for Universally Unique Identifier library
 Group:          Development/Libraries
 BuildRequires:  postgresql-devel
-Requires:       %{_libdir}/pgsql
+Requires:       postgresql%{_isa}
 Requires:       %{_datadir}/pgsql
 Requires:       %{name} = %{version}-%{release}
 
@@ -235,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Wed Apr 21 2010 Michal Hlavinka <mhlavink at redhat.com> - 1.6.1-5
+- change file requires to package requires (#504391, #533949)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 



More information about the scm-commits mailing list