From 82549013473db29de2f182c4377b876ca33a6ae8 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 23 Apr 2012 21:59:15 -0400 Subject: [PATCH] Rebuild to get latest libsepol which fixes the file_name transition problems - Use selinux_current_policy_path to read by default policy --- setools.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/setools.spec b/setools.spec index 53cf254..d1ae5a0 100644 --- a/setools.spec +++ b/setools.spec @@ -5,7 +5,7 @@ Name: setools Version: %{setools_maj_ver}.%{setools_min_ver} -Release: 21%{?dist} +Release: 23%{?dist} License: GPLv2 URL: http://oss.tresys.com/projects/setools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -22,6 +22,7 @@ Patch5: 0005-Fix-sepol-calls-to-work-with-latest-libsepol.patch Patch6: 0006-Changes-to-support-named-file_trans-rules.patch Patch7: 0007-Remove-unused-variables.patch Patch8: 0008-Fix-output-to-match-policy-lines.patch +Patch9: 0009-selinux_current_policy_path.patch Summary: Policy analysis tools for SELinux Group: System Environment/Base Requires: setools-libs = %{version}-%{release} setools-libs-tcl = %{version}-%{release} setools-gui = %{version}-%{release} setools-console = %{version}-%{release} @@ -32,8 +33,8 @@ Requires: setools-libs = %{version}-%{release} setools-libs-tcl = %{version}-%{r %define java_ver 1.2 %define gtk_ver 2.8 %define python_ver 2.3 -%define sepol_ver 2.1.4-4 -%define selinux_ver 1.30 +%define sepol_ver 2.1.5-3 +%define selinux_ver 2.1.9-9 %define sqlite_ver 3.2.0 %define swig_ver 1.3.28 %define tcltk_ver 8.4.9 @@ -201,6 +202,7 @@ This package includes the following graphical tools: %patch6 -p 1 -b .filenametrans %patch7 -p 1 -b .unused %patch8 -p 1 -b .fixoutput +%patch9 -p 1 -b .current %ifarch sparc sparcv9 sparc64 s390 s390x for file in `find . -name Makefile.am`; do @@ -367,6 +369,13 @@ rm -rf ${RPM_BUILD_ROOT} %postun libs-tcl -p /sbin/ldconfig %changelog +* Mon Apr 23 2012 Dan Walsh - 3.3.7-23 +- Rebuild to get latest libsepol which fixes the file_name transition problems +- Use selinux_current_policy_path to read by default policy + +* Tue Feb 28 2012 Fedora Release Engineering - 3.3.7-22 +- Rebuilt for c++ ABI breakage + * Sat Jan 14 2012 Fedora Release Engineering - 3.3.7-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild