Fix Requires line

This commit is contained in:
Daniel J Walsh 2006-07-22 11:11:03 +00:00
parent 9e49839a36
commit a9c3fbe22a

View File

@ -1,7 +1,7 @@
Summary: Helps troubleshoot SELinux problems Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot Name: setroubleshoot
Version: 0.12 Version: 0.12
Release: 1 Release: 2
License: GPL License: GPL
Group: Applications/System Group: Applications/System
URL: http://www.redhat.com/ URL: http://www.redhat.com/
@ -27,7 +27,7 @@ BuildRequires: perl-XML-Parser
Requires: audit-libs-python Requires: audit-libs-python
Requires: libselinux >= 1.30.15-1 Requires: libselinux >= 1.30.15-1
Requires: pygtk2 >= 2.9.2 Requires: pygtk2 >= 2.9.2
Requires: notifiy-python Requires: notify-python
BuildRequires: intltool gettext python BuildRequires: intltool gettext python
@ -93,6 +93,9 @@ rm -rf %{buildroot}
%{_datadir}/pixmaps/*png %{_datadir}/pixmaps/*png
%changelog %changelog
* Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> - 0.12-2
* Fix Requires line
* Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> - 0.12-1 * Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> - 0.12-1
* Fix problem in dispatcher * Fix problem in dispatcher