[nfs-ganesha] PyQt -> PyQt4 typo

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Wed Oct 29 12:03:22 UTC 2014


commit 702ac813e63e85221c468454deed6e78848e43bb
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Wed Oct 29 08:00:21 2014 -0400

    PyQt -> PyQt4 typo

 nfs-ganesha.spec |    7 +++++--
 1 files 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 <kkeithle at redhat.com> 2.1.0-11
+- PyQt -> PyQt4 typo
+
 * Mon Oct 27 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.1.0-10
 - use upstream init.d script
 


More information about the scm-commits mailing list