auto-import setroubleshoot-0.23-1 on branch devel from
setroubleshoot-0.23-1.src.rpm
This commit is contained in:
parent
73a23d7b6e
commit
e7f1bbc2ed
@ -1 +1 @@
|
|||||||
setroubleshoot-0.21.tar.gz
|
setroubleshoot-0.23.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/var/log/setroubleshoot/setroubleshoot.log {
|
/var/log/setroubleshoot/*.log {
|
||||||
weekly
|
weekly
|
||||||
rotate 2
|
rotate 2
|
||||||
missingok
|
missingok
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 0.21
|
Version: 0.23
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.redhat.com/
|
URL: http://www.redhat.com/
|
||||||
@ -24,17 +24,22 @@ Requires: gnome-python2-gtkhtml2
|
|||||||
%define pkgconfigdir %{_sysconfdir}/%{name}
|
%define pkgconfigdir %{_sysconfdir}/%{name}
|
||||||
%define pkglogdir %{_localstatedir}/log/%{name}
|
%define pkglogdir %{_localstatedir}/log/%{name}
|
||||||
|
|
||||||
|
Requires: audit >= audit-1.2.5-7
|
||||||
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
|
||||||
|
|
||||||
BuildRequires: intltool gettext python
|
BuildRequires: intltool gettext python
|
||||||
|
|
||||||
Requires(post): /sbin/chkconfig, /usr/bin/update-desktop-database
|
Requires(post): /sbin/chkconfig
|
||||||
Requires(postun): /usr/bin/update-desktop-database
|
Requires(post): /sbin/service
|
||||||
|
Requires(post): /usr/bin/update-desktop-database
|
||||||
|
|
||||||
Requires(preun): /sbin/chkconfig
|
Requires(preun): /sbin/chkconfig
|
||||||
Requires(preun): /sbin/service
|
Requires(preun): /sbin/service
|
||||||
|
|
||||||
|
Requires(postun): /usr/bin/update-desktop-database
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides tools to help diagnose SELinux problems. When AVC messages
|
Provides tools to help diagnose SELinux problems. When AVC messages
|
||||||
are generated an alert can be generated that will give information
|
are generated an alert can be generated that will give information
|
||||||
@ -57,8 +62,7 @@ make DESTDIR=%{buildroot} install
|
|||||||
%post
|
%post
|
||||||
/usr/bin/update-desktop-database %{_datadir}/applications
|
/usr/bin/update-desktop-database %{_datadir}/applications
|
||||||
/sbin/chkconfig --add %{name}
|
/sbin/chkconfig --add %{name}
|
||||||
[ -x /sbin/service ] && /sbin/service %{name} condrestart
|
/sbin/service %{name} condrestart >/dev/null 2>&1
|
||||||
exit 0
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
@ -72,7 +76,6 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
/usr/bin/update-desktop-database %{_datadir}/applications
|
/usr/bin/update-desktop-database %{_datadir}/applications
|
||||||
exit 0
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -85,7 +88,7 @@ rm -rf %{buildroot}
|
|||||||
%{pkgpythondir}
|
%{pkgpythondir}
|
||||||
%{pkgdatadir}
|
%{pkgdatadir}
|
||||||
%config(noreplace) %{pkgconfigdir}/%{name}.cfg
|
%config(noreplace) %{pkgconfigdir}/%{name}.cfg
|
||||||
%dir %{pkglogdir}
|
%dir %attr(0777,root,root) %{pkglogdir}
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||||
%dir %{pkgrundir}
|
%dir %{pkgrundir}
|
||||||
%dir %{pkgvardatadir}
|
%dir %{pkgvardatadir}
|
||||||
@ -95,8 +98,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/pixmaps/*png
|
%{_datadir}/pixmaps/*png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Aug 12 2006 Florian La Roche <laroche@redhat.com> - 0.20-2
|
* Thu Aug 17 2006 John Dennis <jdennis@redhat.com> - 0.23-1
|
||||||
* add more deps for post/postun scripts
|
|
||||||
|
* fix for bug #202206, require correct version of audit,
|
||||||
|
fixes for audit connection.
|
||||||
|
|
||||||
* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> - 0.20-1
|
* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> - 0.20-1
|
||||||
* add html support
|
* add html support
|
||||||
|
Loading…
Reference in New Issue
Block a user