auto-import setroubleshoot-0.20-1 on branch devel from
setroubleshoot-0.20-1.src.rpm
This commit is contained in:
parent
3489f393e4
commit
75d35c5bb2
@ -1 +1 @@
|
||||
setroubleshoot-0.19.tar.gz
|
||||
setroubleshoot-0.20.tar.gz
|
||||
|
@ -88,7 +88,7 @@ case "$1" in
|
||||
stop
|
||||
;;
|
||||
status)
|
||||
status $prog
|
||||
status $exe
|
||||
;;
|
||||
restart)
|
||||
restart
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 0.19
|
||||
Version: 0.20
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
@ -22,9 +22,7 @@ BuildRequires: perl-XML-Parser
|
||||
%define pkgrundir %{_localstatedir}/run/%{name}
|
||||
%define pkgconfigdir %{_sysconfdir}/%{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: pygtk2 >= 2.9.2
|
||||
Requires: notify-python
|
||||
@ -80,7 +78,6 @@ rm -rf %{buildroot}
|
||||
%doc %{pkgdocdir}
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/*
|
||||
%{auditlibdir}/*
|
||||
%{pkgpythondir}
|
||||
%{pkgdatadir}
|
||||
%config(noreplace) %{pkgconfigdir}/%{name}.cfg
|
||||
@ -94,6 +91,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/pixmaps/*png
|
||||
|
||||
%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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user