Apply Miroslav patch that rewrites sealert option handling with using optparse. Fixing conflicting options problems.

This commit is contained in:
Dan Walsh 2011-10-26 15:41:11 -04:00
parent 05b395ed50
commit c42c750c64
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -136,3 +136,4 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.0.33.tar.gz /setroubleshoot-3.0.33.tar.gz
/setroubleshoot-3.0.37.tar.gz /setroubleshoot-3.0.37.tar.gz
/setroubleshoot-3.0.38.tar.gz /setroubleshoot-3.0.38.tar.gz
/setroubleshoot-3.0.40.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Helps troubleshoot SELinux problems Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot Name: setroubleshoot
Version: 3.0.38 Version: 3.0.40
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: https://fedorahosted.org/setroubleshoot URL: https://fedorahosted.org/setroubleshoot
@ -15,7 +15,6 @@ BuildRequires: libcap-ng-devel
BuildRequires: intltool gettext python BuildRequires: intltool gettext python
BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel audit-libs-devel libselinux-devel polkit-devel BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel audit-libs-devel libselinux-devel polkit-devel
Requires: %{name}-server = %{version}-%{release} Requires: %{name}-server = %{version}-%{release}
Requires: %{name}-plugins >= 2.0.4
Requires: pygtk2-libglade >= 2.9.2 Requires: pygtk2-libglade >= 2.9.2
Requires: gtk2 Requires: gtk2
Requires: dbus Requires: dbus
@ -98,13 +97,13 @@ 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.4 Requires: %{name}-plugins >= 3.0.14
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: libxml2-python Requires: libxml2-python
Requires: setools-libs-python Requires: setools-libs-python
Requires: rpm-python Requires: rpm-python
Requires: libselinux-python >= 1.30.15-1 Requires: libselinux-python >= 2.1.5-1
Requires: policycoreutils-python Requires: policycoreutils-python
BuildRequires: intltool gettext python BuildRequires: intltool gettext python
BuildRequires: setools-devel >= 3.3.6-3 BuildRequires: setools-devel >= 3.3.6-3
@ -203,6 +202,9 @@ Setroubleshoot documentation package
%{pkgdocdir}/setroubleshoot* %{pkgdocdir}/setroubleshoot*
%changelog %changelog
* Wed Oct 26 2011 <dwalsh@redhat.com> - 3.0.40-1
- Apply Miroslav patch that rewrites sealert option handling with using optparse. Fixing conflicting options problems.
* Fri Aug 26 2011 <dwalsh@redhat.com> - 3.0.38-3 * Fri Aug 26 2011 <dwalsh@redhat.com> - 3.0.38-3
- Fix requires to include pygtk2-libglade - Fix requires to include pygtk2-libglade

View File

@ -1 +1 @@
8ae1b0c5a026a54cdc9d98bd13d52d18 setroubleshoot-3.0.38.tar.gz 4f2a03f276f490cfbaa4f48a4d19b757 setroubleshoot-3.0.40.tar.gz