auto-import setroubleshoot-0.28-1 on branch devel from
setroubleshoot-0.28-1.src.rpm
This commit is contained in:
parent
2bf0835eea
commit
b9b2de51dc
@ -1 +1 @@
|
|||||||
setroubleshoot-0.27.tar.gz
|
setroubleshoot-0.28.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 0.27
|
Version: 0.28
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -59,6 +59,7 @@ make DESTDIR=%{buildroot} install
|
|||||||
%{__install} -D -m755 %{SOURCE1} %{buildroot}/etc/rc.d/init.d/%{name}
|
%{__install} -D -m755 %{SOURCE1} %{buildroot}/etc/rc.d/init.d/%{name}
|
||||||
%{__install} -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
%{__install} -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
||||||
touch %{buildroot}%{pkgvardatadir}/database.xml
|
touch %{buildroot}%{pkgvardatadir}/database.xml
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
[ -f %{pkgvardatadir}/database.xml ] && chmod 644 %{pkgvardatadir}/database.xml
|
[ -f %{pkgvardatadir}/database.xml ] && chmod 644 %{pkgvardatadir}/database.xml
|
||||||
@ -81,7 +82,7 @@ fi
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc %{pkgdocdir}
|
%doc %{pkgdocdir}
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -105,6 +106,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/pixmaps/*png
|
%{_datadir}/pixmaps/*png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 21 2006 Dan Walsh <dwalsh@redhat.com> - 0.28-1
|
||||||
|
- Fix allow_execmem.py file
|
||||||
|
- Add translations
|
||||||
|
|
||||||
* Mon Aug 21 2006 John Dennis <jdennis@redhat.com> - 0.27-1
|
* Mon Aug 21 2006 John Dennis <jdennis@redhat.com> - 0.27-1
|
||||||
* load_plugins() now catches exceptions when a plugin won't load,
|
* load_plugins() now catches exceptions when a plugin won't load,
|
||||||
reports the traceback in the log file, and continues with the next
|
reports the traceback in the log file, and continues with the next
|
||||||
|
Loading…
Reference in New Issue
Block a user