From 688b1ed5d17f9d679fb0137e331d67790df70aa3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 7 Nov 2008 14:12:03 +0000 Subject: [PATCH] - Add compression support --- libsemanage.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsemanage.spec b/libsemanage.spec index c8340b1..66df98a 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -3,7 +3,7 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 2.0.28 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz @@ -89,6 +89,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/python*/site-packages/* %changelog +* Mon Sep 15 2008 Dan Walsh - 2.0.28-2 +- Add compression support + * Mon Sep 15 2008 Dan Walsh - 2.0.28-1 - Update to upstream * allow fcontext and seuser changes without rebuilding the policy from Dan Walsh