PyQt -> PyQt4 typo

This commit is contained in:
Kaleb S. KEITHLEY 2014-10-29 08:00:21 -04:00
parent 014504e599
commit 702ac813e6
1 changed files with 5 additions and 2 deletions

View File

@ -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