From 702ac813e63e85221c468454deed6e78848e43bb Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 29 Oct 2014 08:00:21 -0400 Subject: [PATCH] PyQt -> PyQt4 typo --- nfs-ganesha.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 47ee5a3..17e79aa 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -27,7 +27,7 @@ Name: nfs-ganesha Version: 2.1.0 -Release: 10%{?prereltag:.%{prereltag}}%{?dist} +Release: 11%{?prereltag:.%{prereltag}}%{?dist} Summary: Ganesha NFS Server Group: System Environment/Libraries License: LGPLv3+ @@ -91,7 +91,7 @@ Requires(postun): /sbin/service Requires: dbus Requires: jemalloc %if ( 0%{?with_admintools:1} ) -Requires: PyQt +Requires: PyQt4 %endif %description @@ -262,6 +262,9 @@ install -D -p -m 0644 src/scripts/ganeshactl/org.ganesha.nfsd.conf %{buildroot}% %dir %{_pkgdocdir} %changelog +* Wed Oct 29 2014 Kaleb S. KEITHLEY 2.1.0-11 +- PyQt -> PyQt4 typo + * Mon Oct 27 2014 Kaleb S. KEITHLEY 2.1.0-10 - use upstream init.d script