- setroubleshoot will create /var/run/setroubleshoot if it does not exist

This commit is contained in:
Dan Walsh 2010-11-29 11:59:01 -05:00
parent 61894ca985
commit 88b3527a90
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -118,3 +118,4 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.0.10.tar.gz /setroubleshoot-3.0.10.tar.gz
/setroubleshoot-3.0.11.tar.gz /setroubleshoot-3.0.11.tar.gz
/setroubleshoot-3.0.12.tar.gz /setroubleshoot-3.0.12.tar.gz
/setroubleshoot-3.0.13.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Helps troubleshoot SELinux problems Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot Name: setroubleshoot
Version: 3.0.12 Version: 3.0.13
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: https://fedorahosted.org/setroubleshoot URL: https://fedorahosted.org/setroubleshoot
@ -183,7 +183,7 @@ rm -rf %{buildroot}
%dir %{pkglogdir} %dir %{pkglogdir}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Setroubleshootd.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Setroubleshootd.conf
%ghost %dir %{pkgrundir} %dir %{pkgrundir}
%dir %{pkgvardatadir} %dir %{pkgvardatadir}
%ghost %attr(0600,root,root) %{pkgdatabase} %ghost %attr(0600,root,root) %{pkgdatabase}
%ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients %ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients
@ -206,6 +206,9 @@ Setroubleshoot documentation package
%{pkgdocdir}/setroubleshoot* %{pkgdocdir}/setroubleshoot*
%changelog %changelog
* Mon Nov 29 2010 <dwalsh@redhat.com> - 3.0.13-1
- setroubleshoot will create /var/run/setroubleshoot if it does not exist
* Wed Nov 24 2010 <dwalsh@redhat.com> - 3.0.12-2 * Wed Nov 24 2010 <dwalsh@redhat.com> - 3.0.12-2
- Ghost /var/run/setroubleshoot - Ghost /var/run/setroubleshoot

View File

@ -1 +1 @@
215eb2622b05dca1b2328f4bf9b7f2da setroubleshoot-3.0.12.tar.gz 70de1638d11cead9dac61b9c2043093e setroubleshoot-3.0.13.tar.gz