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
|
stop
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
status $prog
|
status $exe
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
restart
|
restart
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user