[zif] - drop the ldconfig and pkgconfig as a Requires.

paragn paragn at fedoraproject.org
Tue Oct 5 04:08:51 UTC 2010


commit 4b9857e1ccc592644ada2b1185fbd4ffbed514e7
Author: paragn <paragn at fedoraproject.org>
Date:   Tue Oct 5 09:43:35 2010 +0530

    - drop the ldconfig and pkgconfig as a Requires.

 zif.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/zif.spec b/zif.spec
index e021a64..1ac7e61 100644
--- a/zif.spec
+++ b/zif.spec
@@ -1,7 +1,7 @@
 Summary:   Simple wrapper for rpm
 Name:      zif
 Version:   0.1.1
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPLv2+
 URL:       http://github.com/hughsie/zif
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
@@ -18,9 +18,6 @@ BuildRequires: gtk-doc
 BuildRequires: bzip2-devel
 BuildRequires: zlib-devel
 
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
-
 %description
 Zif is a simple yum-compatible library that only provides read-only
 access to the rpm database and the Fedora metadata for PackageKit.
@@ -30,7 +27,6 @@ Zif is not designed as a replacement to yum, nor to be used by end users.
 %package devel
 Summary: GLib Libraries and headers for zif
 Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
 
 %description devel
 GLib headers and libraries for zif.
@@ -71,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la
 %{_datadir}/gtk-doc
 
 %changelog
+* Tue Oct 05 2010 Parag Nemade <paragn AT fedoraproject.org> 0.1.1-2
+- drop the ldconfig and pkgconfig as a Requires.
+
 * Mon Oct 04 2010 Richard Hughes <richard at hughsie.com> 0.1.1-1
 - New upstream release with many bugfixes and performance improvements.
 


More information about the scm-commits mailing list