auto-import setroubleshoot-1.9.4-1 on branch devel from
setroubleshoot-1.9.4-1.src.rpm
This commit is contained in:
parent
b0b3acb672
commit
4070a00970
@ -1 +1 @@
|
|||||||
setroubleshoot-1.9.3.tar.gz
|
setroubleshoot-1.9.4.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/var/log/setroubleshoot/*.log {
|
/usr/local/var/log/setroubleshoot/*.log {
|
||||||
weekly
|
weekly
|
||||||
rotate 2
|
rotate 2
|
||||||
missingok
|
missingok
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 1.9.3
|
Version: 1.9.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -13,7 +13,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
Requires: %{name}-server = %{version}-%{release}
|
Requires: %{name}-server = %{version}-%{release}
|
||||||
Requires: pygtk2 >= 2.9.2
|
Requires: pygtk2 >= 2.9.2
|
||||||
Requires: gnome-python2, pygtk2-libglade, gnome-python2-canvas
|
Requires: gnome-python2, gnome-python2-canvas
|
||||||
Requires: usermode, rhpl
|
Requires: usermode, rhpl
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
Requires: gnome-python2-gtkhtml2
|
Requires: gnome-python2-gtkhtml2
|
||||||
@ -136,7 +136,7 @@ rm -rf %{buildroot}
|
|||||||
%{pkgpythondir}/util.py*
|
%{pkgpythondir}/util.py*
|
||||||
%{pkgpythondir}/uuid.py*
|
%{pkgpythondir}/uuid.py*
|
||||||
%{pkgdatadir}
|
%{pkgdatadir}
|
||||||
%config(noreplace) %{pkgconfigdir}/%{name}.cfg
|
%config %{pkgconfigdir}/%{name}.cfg
|
||||||
%dir %{pkglogdir}
|
%dir %{pkglogdir}
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||||
%dir %{pkgrundir}
|
%dir %{pkgrundir}
|
||||||
@ -148,6 +148,11 @@ rm -rf %{buildroot}
|
|||||||
/etc/rc.d/init.d/%{name}
|
/etc/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 19 2007 Dan Walsh <dwalsh@redhat.com> - 1.9.4-1
|
||||||
|
- Remove disable_trans boolean
|
||||||
|
- Check for paths in filesystem before suggesting chcon -R
|
||||||
|
- Remove default to listen on local ports
|
||||||
|
|
||||||
* Mon Mar 5 2007 John Dennis <jdennis@redhat.com> - 1.9.3-1
|
* Mon Mar 5 2007 John Dennis <jdennis@redhat.com> - 1.9.3-1
|
||||||
- install icon in /usr/share/icons, refer to icon by name using standard API
|
- install icon in /usr/share/icons, refer to icon by name using standard API
|
||||||
- Fix performance problems in setroubleshoot browser log file scanning
|
- Fix performance problems in setroubleshoot browser log file scanning
|
||||||
|
Loading…
Reference in New Issue
Block a user