update to latest upstream
This commit is contained in:
parent
abe187903b
commit
f5d51f8343
@ -1 +1 @@
|
|||||||
setroubleshoot-2.0.3.tar.gz
|
setroubleshoot-2.0.4.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://hosted.fedoraproject.org/projects/setroubleshoot
|
URL: https://fedorahosted.org/setroubleshoot
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: setroubleshoot.init
|
Source1: setroubleshoot.init
|
||||||
Source2: setroubleshoot.logrotate
|
Source2: setroubleshoot.logrotate
|
||||||
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
Requires: %{name}-server = %{version}-%{release}
|
Requires: %{name}-server = %{version}-%{release}
|
||||||
Requires: %{name}-plugins >= 2.0.0
|
Requires: %{name}-plugins >= 2.0.4
|
||||||
Requires: pygtk2 >= 2.9.2
|
Requires: pygtk2 >= 2.9.2
|
||||||
Requires: gnome-python2, gnome-python2-canvas
|
Requires: gnome-python2, gnome-python2-canvas
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -102,7 +102,7 @@ touch %{buildroot}%{pkgvardatadir}/email_alert_recipients
|
|||||||
Summary: SELinux troubleshoot server
|
Summary: SELinux troubleshoot server
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
|
|
||||||
Requires: %{name}-plugins >= 2.0.0
|
Requires: %{name}-plugins >= 2.0.4
|
||||||
Requires: audit >= 1.2.6-3
|
Requires: audit >= 1.2.6-3
|
||||||
Requires: audit-libs-python >= 1.2.6-3
|
Requires: audit-libs-python >= 1.2.6-3
|
||||||
Requires: libselinux >= 1.30.15-1
|
Requires: libselinux >= 1.30.15-1
|
||||||
@ -111,7 +111,6 @@ Requires: dbus-python
|
|||||||
Requires: libxml2-python
|
Requires: libxml2-python
|
||||||
Requires: libselinux-python
|
Requires: libselinux-python
|
||||||
Requires: audit-libs-python
|
Requires: audit-libs-python
|
||||||
Requires: libuser-python
|
|
||||||
|
|
||||||
BuildRequires: intltool gettext python
|
BuildRequires: intltool gettext python
|
||||||
|
|
||||||
@ -182,6 +181,28 @@ rm -rf %{buildroot}
|
|||||||
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 31 2008 <jdennis@redhat.com> - 2.0.4-1
|
||||||
|
- Resolve bug #430421: audit_listener_database.xml:3029: parser error in xmlParseDoc()
|
||||||
|
rewrite the audit_msg_decode logic to beaware of specific audit fields
|
||||||
|
- add new template substitution $SOURCE, a friendly name, $SOURCE_PATH still exists
|
||||||
|
and is the full path name of $SOURCE, also add 'source' attribute in AVC class,
|
||||||
|
fix how source and source_path are computed from audit's comm and exe fields
|
||||||
|
- fix the computation of tpath to also look at the audit name field, formerly
|
||||||
|
it had only been looking at path, fixes <Unknown> showing up for many targets
|
||||||
|
- add exception handling around xml file writes (Alan Cox reports problem when /var is full)
|
||||||
|
- add testing documentation
|
||||||
|
- Resolve bug #430845: obsolete URL in setroubleshoot package description
|
||||||
|
- Resolve bug #428960: Permissive message makes no sense.
|
||||||
|
- init script now allows extra test options
|
||||||
|
- show_browser() now opens and raises the window (e.g. presents) rather than just
|
||||||
|
assuring it's realized (e.g. iconified, or hidden)
|
||||||
|
- sealert -l message in syslog converts from html before writing to syslog
|
||||||
|
- Resolve bug #320881: export setroubleshoot_selinux_symposium in PDF format
|
||||||
|
- add code to verify all async rpc's have been cleared from the async rpc cache
|
||||||
|
- add code to set a default rpc method return if the interface does not define a callback
|
||||||
|
(methods which did not have a callback were not returning anything and hence were not
|
||||||
|
getting cleared from the cache)
|
||||||
|
|
||||||
* Fri Jan 11 2008 <jdennis@redhat.com> - 2.0.2-1
|
* Fri Jan 11 2008 <jdennis@redhat.com> - 2.0.2-1
|
||||||
- Resolve bug #428252: Problem with update/remove old version
|
- Resolve bug #428252: Problem with update/remove old version
|
||||||
- Add code to validate xml database version, if file is incompatible it is not read,
|
- Add code to validate xml database version, if file is incompatible it is not read,
|
||||||
|
Loading…
Reference in New Issue
Block a user