auto-import setroubleshoot-0.45-1 on branch devel from
setroubleshoot-0.45-1.src.rpm
This commit is contained in:
parent
09b891a4d6
commit
4e1cda3b0a
@ -1 +1 @@
|
|||||||
setroubleshoot-0.44.tar.gz
|
setroubleshoot-0.45.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 0.44
|
Version: 0.45
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -91,11 +91,7 @@ rm -rf %{buildroot}
|
|||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%{pkgpythondir}
|
%{pkgpythondir}
|
||||||
%{pkgdatadir}
|
%{pkgdatadir}
|
||||||
# Note: it is explicitly known the config file is not noreplace,
|
%config(noreplace) %{pkgconfigdir}/%{name}.cfg
|
||||||
# this is because the config file during active development changes
|
|
||||||
# so much it's worse to be incompatible than lose a user modified value
|
|
||||||
# We'll set it back to noreplace when things stablize
|
|
||||||
%config %{pkgconfigdir}/%{name}.cfg
|
|
||||||
%dir %{pkglogdir}
|
%dir %{pkglogdir}
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||||
%dir %{pkgrundir}
|
%dir %{pkgrundir}
|
||||||
@ -108,6 +104,11 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/services/sealert.service
|
%{_datadir}/dbus-1/services/sealert.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 26 2006 Dan Walsh <dwalsh@redhat.com> - 0.45-1
|
||||||
|
- John Dennis <jdennis@redhat.com>
|
||||||
|
|
||||||
|
* Major rewrite of the client/server RPC code,
|
||||||
|
|
||||||
* Sat Sep 16 2006 Dan Walsh <dwalsh@redhat.com> - 0.44-1
|
* Sat Sep 16 2006 Dan Walsh <dwalsh@redhat.com> - 0.44-1
|
||||||
- Fix Affected RPMS handling
|
- Fix Affected RPMS handling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user