[setroubleshoot/f14/master] - Fixup for allow_execstack have to add pid to avc struct

Daniel J Walsh dwalsh at fedoraproject.org
Tue Jan 18 19:16:24 UTC 2011


commit d38dc4d680fc45bf2fd4d5326f39ee02379daabd
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue Jan 18 14:16:15 2011 -0500

    - Fixup for allow_execstack have to add pid to avc struct

 .gitignore          |    3 +++
 setroubleshoot.spec |   13 ++++++++++---
 sources             |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e0ccb90..6b431a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -124,3 +124,6 @@ setroubleshoot-2.2.93.tar.gz
 /setroubleshoot-3.0.16.tar.gz
 /setroubleshoot-3.0.17.tar.gz
 /setroubleshoot-3.0.19.tar.gz
+/setroubleshoot-3.0.20.tar.gz
+/setroubleshoot-3.0.22.tar.gz
+/setroubleshoot-3.0.23.tar.gz
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index 202ed7e..54c9fb6 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 3.0.19
+Version: 3.0.23
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -9,7 +9,6 @@ URL: https://fedorahosted.org/setroubleshoot
 # git archive --prefix setroubleshoot-3.0.10/426cf8ea7a38e8c5179981219d831368161b65f2 > setroubleshoot-3.0.10.tar.gz
 Source0: %{name}-%{version}.tar.gz
 Source2: setroubleshoot.logrotate
-Patch: setroubleshoot-seapplet.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl-XML-Parser
 BuildRequires: libcap-ng-devel
@@ -88,7 +87,6 @@ touch --no-create %{_datadir}/icons/hicolor
 
 %prep
 %setup -q
-%patch -p1 -b .seapplet
 
 %build
 %configure
@@ -208,6 +206,15 @@ Setroubleshoot documentation package
 %{pkgdocdir}/setroubleshoot*
 
 %changelog
+* Tue Jan 18 2011  <dwalsh at redhat.com> - 3.0.23-1
+- Fixup for allow_execstack have to add pid to avc struct
+
+* Tue Jan 18 2011  <dwalsh at redhat.com> - 3.0.22-1
+- Fix email_alerts to work with new infrastructure
+
+* Fri Jan 7 2011  <dwalsh at redhat.com> - 3.0.20-1
+- Added details button and context as tooltips to gui on front end for advanced users
+
 * Thu Jan 6 2011  <dwalsh at redhat.com> - 3.0.19-1
 - Fix man page to reflect change in gui
 - Fix sealert -fixit call to import load_plugins
diff --git a/sources b/sources
index e0a9676..212f7c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d01a4df0e92c66961c12f06b260c041  setroubleshoot-3.0.19.tar.gz
+a91f2dbb7ae3df295e60f6f9eef6916b  setroubleshoot-3.0.23.tar.gz


More information about the scm-commits mailing list