From b1b606ade1557de39e2b68bfd8405a7e6afe1dd731195d037141c0f0dde7224f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 25 Jul 2012 11:25:05 +0000 Subject: [PATCH] - updated to 2.1.8 - various fixes OBS-URL: https://build.opensuse.org/package/show/security:SELinux/checkpolicy?expand=0&rev=18 --- checkpolicy-2.0.21.tar.bz2 | 3 --- checkpolicy-2.1.8.tar.gz | 3 +++ checkpolicy.changes | 6 ++++++ checkpolicy.spec | 19 ++++++++++--------- 4 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 checkpolicy-2.0.21.tar.bz2 create mode 100644 checkpolicy-2.1.8.tar.gz diff --git a/checkpolicy-2.0.21.tar.bz2 b/checkpolicy-2.0.21.tar.bz2 deleted file mode 100644 index 1b2ce7e..0000000 --- a/checkpolicy-2.0.21.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa16c1fce84a101cfe1f4d5400c80df55b1f2f214cf6fb13c1b3ec31a3e7ef97 -size 50363 diff --git a/checkpolicy-2.1.8.tar.gz b/checkpolicy-2.1.8.tar.gz new file mode 100644 index 0000000..845a872 --- /dev/null +++ b/checkpolicy-2.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed586fd2ccf9900f86e38b72af4aa5cc3bade35d0fa19c53ac1a3d59fe0013a +size 62947 diff --git a/checkpolicy.changes b/checkpolicy.changes index 568985e..bdb62fe 100644 --- a/checkpolicy.changes +++ b/checkpolicy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 25 11:24:54 UTC 2012 - meissner@suse.com + +- updated to 2.1.8 + - various fixes + ------------------------------------------------------------------- Sat Sep 17 22:52:07 UTC 2011 - jengelh@medozas.de diff --git a/checkpolicy.spec b/checkpolicy.spec index 9c1b3d0..91d1ed9 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,7 +1,7 @@ # # spec file for package checkpolicy # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,20 @@ # -%define libsepol_ver 2.0.39 -BuildRequires: bison flex-old -BuildRequires: libsepol-devel-static >= %{libsepol_ver} +%define libsepol_ver 2.1.4 +BuildRequires: bison +BuildRequires: flex-old BuildRequires: libselinux-devel +BuildRequires: libsepol-devel-static >= %{libsepol_ver} Name: checkpolicy -Version: 2.0.21 -Release: 1 -Url: http://www.nsa.gov/selinux/ +Version: 2.1.8 +Release: 0 +Url: http://userspace.selinuxproject.org/ +Summary: SELinux policy compiler License: GPL-2.0+ Group: Productivity/Security -Summary: SELinux policy compiler -Source: %{name}-%{version}.tar.bz2 +Source: http://userspace.selinuxproject.org/releases/20120216/%{name}-%{version}.tar.gz Patch0: %{name}-rhat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build