rpms/setools/devel .cvsignore, 1.20, 1.21 setools.spec, 1.79, 1.80 sources, 1.23, 1.24 setools-rhat.patch, 1.28, NONE

Chris PeBenito (pebenito) fedora-extras-commits at redhat.com
Wed Apr 2 13:36:17 UTC 2008


Author: pebenito

Update of /cvs/pkgs/rpms/setools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18673

Modified Files:
	.cvsignore setools.spec sources 
Removed Files:
	setools-rhat.patch 
Log Message:
setools: bump to upstream bugfix release 3.3.4, which fixes gcc 4.3, glibc 2.7, tcl 8.5, and libsepol 2.0.20 issues.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/setools/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	28 Nov 2007 20:03:41 -0000	1.20
+++ .cvsignore	2 Apr 2008 13:34:41 -0000	1.21
@@ -1 +1 @@
-setools-3.3.2.tar.gz
+setools-3.3.4.tar.gz


Index: setools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/setools/devel/setools.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- setools.spec	19 Feb 2008 17:54:47 -0000	1.79
+++ setools.spec	2 Apr 2008 13:34:41 -0000	1.80
@@ -1,11 +1,11 @@
 %define setools_maj_ver 3.3
-%define setools_min_ver 2
+%define setools_min_ver 4
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: setools
 Version: %{setools_maj_ver}.%{setools_min_ver}
-Release: 3%{?dist}
+Release: 1%{?dist}
 License: GPLv2
 URL: http://oss.tresys.com/projects/setools
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -188,6 +188,8 @@
 
 %build
 %configure --libdir=%{_libdir} --disable-bwidget-check --disable-selinux-check --enable-swig-python --enable-swig-java --enable-swig-tcl
+# work around issue with gcc 4.3 + gnu99 + swig-generated code:
+sed -i -e 's:$(CC):gcc -std=gnu89:' libseaudit/swig/python/Makefile
 make %{?_smp_mflags}
 
 %install
@@ -335,6 +337,10 @@
 %postun libs-tcl -p /sbin/ldconfig
 
 %changelog
+* Wed Feb 27 2008 Chris PeBenito <cpebenito at tresys.com> 3.3.4-1
+- Fixes gcc 4.3, glibc 2.7, tcl 8.5, and libsepol 2.0.20 issues.
+- Fix policy loading when policy on disk is higher version than the kernel.
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.3.2-3
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/setools/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	28 Nov 2007 20:03:41 -0000	1.23
+++ sources	2 Apr 2008 13:34:41 -0000	1.24
@@ -1 +1 @@
-17c1bec7fb4ad62fbb6177eb34b8e4a1  setools-3.3.2.tar.gz
+a5fecca4f0a12a5d2a42f9e7e63c78d1  setools-3.3.4.tar.gz


--- setools-rhat.patch DELETED ---




More information about the fedora-extras-commits mailing list