auto-import setroubleshoot-0.20-1 on branch devel from

setroubleshoot-0.20-1.src.rpm
This commit is contained in:
Daniel J Walsh 2006-08-10 12:27:33 +00:00
parent 3489f393e4
commit 75d35c5bb2
4 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
setroubleshoot-0.19.tar.gz setroubleshoot-0.20.tar.gz

View File

@ -88,7 +88,7 @@ case "$1" in
stop stop
;; ;;
status) status)
status $prog status $exe
;; ;;
restart) restart)
restart restart

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot Name: setroubleshoot
Version: 0.19 Version: 0.20
Release: 1 Release: 1
License: GPL License: GPL
Group: Applications/System Group: Applications/System
@ -22,9 +22,7 @@ BuildRequires: perl-XML-Parser
%define pkgrundir %{_localstatedir}/run/%{name} %define pkgrundir %{_localstatedir}/run/%{name}
%define pkgconfigdir %{_sysconfdir}/%{name} %define pkgconfigdir %{_sysconfdir}/%{name}
%define pkglogdir %{_localstatedir}/log/%{name} %define pkglogdir %{_localstatedir}/log/%{name}
%define auditlibdir %{_libdir}/audit
Requires: audit-libs-python >= 1.2.5-6
Requires: libselinux >= 1.30.15-1 Requires: libselinux >= 1.30.15-1
Requires: pygtk2 >= 2.9.2 Requires: pygtk2 >= 2.9.2
Requires: notify-python Requires: notify-python
@ -80,7 +78,6 @@ rm -rf %{buildroot}
%doc %{pkgdocdir} %doc %{pkgdocdir}
%{_bindir}/* %{_bindir}/*
%{_sbindir}/* %{_sbindir}/*
%{auditlibdir}/*
%{pkgpythondir} %{pkgpythondir}
%{pkgdatadir} %{pkgdatadir}
%config(noreplace) %{pkgconfigdir}/%{name}.cfg %config(noreplace) %{pkgconfigdir}/%{name}.cfg
@ -94,6 +91,9 @@ rm -rf %{buildroot}
%{_datadir}/pixmaps/*png %{_datadir}/pixmaps/*png
%changelog %changelog
* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> - 0.20-1
* add html support
* remove setroubleshoot_dispatcher
* Tue Aug 8 2006 Dan Walsh <dwalsh@redhat.com> - 0.19-1 * Tue Aug 8 2006 Dan Walsh <dwalsh@redhat.com> - 0.19-1

View File

@ -1 +1 @@
85bf0e61214dac42eca4e86ab1360eec setroubleshoot-0.19.tar.gz a1b811663282fcaf926dbbdfcb663cd8 setroubleshoot-0.20.tar.gz