From c69f03bb99120f265c3b5752e742df90039bee1c Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Sat, 7 Feb 2015 22:43:22 +0000 Subject: [PATCH] Requires python3-firewall. --- system-config-printer.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 029b626..8206622 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.5.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ Group: System Environment/Base @@ -33,6 +33,7 @@ Requires: desktop-notification-daemon Requires: libnotify%{?_isa} Requires: libgnome-keyring%{?_isa} Requires: python3-cairo%{?_isa} +Requires: python3-firewall Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -181,6 +182,9 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris exit 0 %changelog +* Sat Feb 7 2015 Tim Waugh - 1.5.5-2 +- Requires python3-firewall. + * Fri Feb 6 2015 Tim Waugh - 1.5.5-1 - 1.5.5: - No longer requires gnome-icon-theme (bug #1163928).