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