From b7f5366a7afa068e2df25cddd079aab4a2c8d3eb Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 1 Jun 2006 15:13:15 +0000 Subject: [PATCH] - Fix libs dependency. --- system-config-printer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 5126b22..64c7d89 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -3,7 +3,7 @@ Summary: A printer administration tool Name: system-config-printer Version: 0.7.11 -Release: 2 +Release: 3 License: GPL Group: System Environment/Base Source0: system-config-printer-%{version}.tar.bz2 @@ -21,7 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: pygtk2 >= 2.4.0, pygtk2-libglade Requires: pygobject2 Requires: usermode >= 1.37 -PreReq: system-config-printer-libs = %{epoch}:%{version}-%{release} +PreReq: system-config-printer-libs = %{version}-%{release} Obsoletes: system-config-printer-gui <= 0.6.152 @@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/security/console.apps/%{name} %changelog +* Thu Jun 1 2006 Tim Waugh 0.7.11-3 +- Fix libs dependency. + * Thu Jun 1 2006 Tim Waugh 0.7.11-2 - Moved the gtk_html2pango module to the libs package (needed by foomatic.py).