rpms/setroubleshoot/F-11 setroubleshoot.spec,1.137,1.138

Daniel J Walsh dwalsh at fedoraproject.org
Wed Jul 1 21:07:43 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/setroubleshoot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13559

Modified Files:
	setroubleshoot.spec 
Log Message:
* Wed Jul 1 2009 Dan Walsh <dwalsh at redhat.com> - 2.1.14-2
- Change to use os.lstat to look at links



Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/F-11/setroubleshoot.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -p -r1.137 -r1.138
--- setroubleshoot.spec	12 Jun 2009 18:45:06 -0000	1.137
+++ setroubleshoot.spec	1 Jul 2009 21:07:12 -0000	1.138
@@ -1,12 +1,13 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
 Version: 2.1.14
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/setroubleshoot
 Source0: %{name}-%{version}.tar.gz
 Source2: setroubleshoot.logrotate
+patch: setroubleshoot-lstat.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl-XML-Parser
 BuildRequires: intltool gettext python
@@ -83,6 +84,7 @@ touch --no-create %{_datadir}/icons/hico
 
 %prep
 %setup -q
+%patch -p1 -b .lstat
 
 %build
 %configure
@@ -195,6 +197,9 @@ Setroubleshoot documentation package
 %doc %{pkgdocdir}
 
 %changelog
+* Wed Jul 1 2009 Dan Walsh <dwalsh at redhat.com> - 2.1.14-2
+- Change to use os.lstat to look at links
+
 * Wed Jun 10 2009 Dan Walsh <dwalsh at redhat.com> - 2.1.14-1
 - Fix locate patch
 




More information about the fedora-extras-commits mailing list