From 4a1e15ce54ff5ffe7b3e4f5b10bc05f25da1d389 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 8 Feb 2010 17:07:43 +0000 Subject: [PATCH] - No longer requires usermode (bug #562270). --- system-config-printer.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 5ee13e3..72abdd1 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -7,7 +7,7 @@ Summary: A printer administration tool Name: system-config-printer Version: 1.1.90 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ Group: System Environment/Base @@ -36,7 +36,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: pygtk2 >= 2.4.0, pygtk2-libglade Requires: pygobject2 -Requires: usermode >= 1.94 Requires: desktop-file-utils >= 0.2.92 Requires: dbus-x11 Requires: dbus-python @@ -203,6 +202,9 @@ rm -rf %buildroot exit 0 %changelog +* Mon Feb 8 2010 Tim Waugh - 1.1.90-4 +- No longer requires usermode (bug #562270). + * Mon Jan 25 2010 Tim Waugh - 1.1.90-3 - Set model for LPD queue ComboEntry (bug #558484). - Only add current device to list when all devices found (bug #558524).