diff --git a/.cvsignore b/.cvsignore index 0e19561..433aa61 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-2.0.3.tar.gz +setroubleshoot-2.0.4.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 9efa98b..578bbc4 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,10 +1,10 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System -URL: https://hosted.fedoraproject.org/projects/setroubleshoot +URL: https://fedorahosted.org/setroubleshoot Source0: %{name}-%{version}.tar.gz Source1: setroubleshoot.init Source2: setroubleshoot.logrotate @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl-XML-Parser Requires: %{name}-server = %{version}-%{release} -Requires: %{name}-plugins >= 2.0.0 +Requires: %{name}-plugins >= 2.0.4 Requires: pygtk2 >= 2.9.2 Requires: gnome-python2, gnome-python2-canvas BuildRequires: desktop-file-utils @@ -102,7 +102,7 @@ touch %{buildroot}%{pkgvardatadir}/email_alert_recipients Summary: SELinux troubleshoot server Group: Applications/System -Requires: %{name}-plugins >= 2.0.0 +Requires: %{name}-plugins >= 2.0.4 Requires: audit >= 1.2.6-3 Requires: audit-libs-python >= 1.2.6-3 Requires: libselinux >= 1.30.15-1 @@ -111,7 +111,6 @@ Requires: dbus-python Requires: libxml2-python Requires: libselinux-python Requires: audit-libs-python -Requires: libuser-python BuildRequires: intltool gettext python @@ -182,6 +181,28 @@ rm -rf %{buildroot} %attr(0755,root,root) /etc/rc.d/init.d/%{name} %changelog +* Thu Jan 31 2008 - 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 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 - 2.0.2-1 - Resolve bug #428252: Problem with update/remove old version - Add code to validate xml database version, if file is incompatible it is not read, diff --git a/sources b/sources index 8b6f07d..032ef71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2c4d2214a395049230aad74e1558f45 setroubleshoot-2.0.3.tar.gz +6a7116be7e0daa623bb325a5b3c29185 setroubleshoot-2.0.4.tar.gz