From 7db305c83419d1c2ad939ea6ce51d004e0ca4090154408c823a9070093c3f134 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 1 Aug 2012 07:57:49 +0000 Subject: [PATCH] - Updated to 2.1.6 * changes too numerous to list - updated to 2.1.6 * changes too numerous to list OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=30 --- libsemanage-2.0.43.tar.bz2 | 3 --- libsemanage-2.1.6.tar.gz | 3 +++ libsemanage.changes | 6 ++++++ libsemanage.spec | 21 ++++++++------------- python-semanage.changes | 6 ++++++ python-semanage.spec | 18 ++++++++---------- 6 files changed, 31 insertions(+), 26 deletions(-) delete mode 100644 libsemanage-2.0.43.tar.bz2 create mode 100644 libsemanage-2.1.6.tar.gz diff --git a/libsemanage-2.0.43.tar.bz2 b/libsemanage-2.0.43.tar.bz2 deleted file mode 100644 index 87a5db3..0000000 --- a/libsemanage-2.0.43.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e84050279e47a1b31b6b69735ca081d417073ab6063c951a37511b9fdf5dc7e5 -size 142398 diff --git a/libsemanage-2.1.6.tar.gz b/libsemanage-2.1.6.tar.gz new file mode 100644 index 0000000..19a7e78 --- /dev/null +++ b/libsemanage-2.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e6849fe50fb463ec0ba24653a26e3452fa4aaa7d7e192213d5c5a7c525aebb +size 135818 diff --git a/libsemanage.changes b/libsemanage.changes index dfbabd1..a0a79df 100644 --- a/libsemanage.changes +++ b/libsemanage.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 1 07:54:33 UTC 2012 - meissner@suse.com + +- Updated to 2.1.6 + * changes too numerous to list + ------------------------------------------------------------------- Wed Oct 5 15:10:27 UTC 2011 - uli@suse.com diff --git a/libsemanage.spec b/libsemanage.spec index 1a20875..75be7fe 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,7 +1,7 @@ # # spec file for package libsemanage # -# 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,23 +16,21 @@ # -%define libsepol_ver 2.0.37 -%define libselinux_ver 2.0.0 BuildRequires: bison BuildRequires: flex -BuildRequires: libselinux-devel >= %{libselinux_ver} -BuildRequires: libsepol-devel >= %{libsepol_ver} BuildRequires: libbz2-devel +BuildRequires: libselinux-devel +BuildRequires: libsepol-devel BuildRequires: libustr-devel Name: libsemanage -Version: 2.0.43 -Release: 13 -License: LGPLv2.1 +Version: 2.1.6 +Release: 0 Summary: SELinux binary policy manipulation library -Url: http://www.nsa.gov/selinux/ +License: LGPL-2.1 Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 +Url: http://userspace.selinuxproject.org/ +Source: http://userspace.selinuxproject.org/releases/20120216/%{name}-%{version}.tar.gz Source1: baselibs.conf Patch0: %{name}-rhat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,7 +53,6 @@ as by programs like load_policy that need to perform specific transformations on binary policies such as customizing policy boolean settings. %package -n libsemanage1 -License: LGPLv2.1 Summary: SELinux binary policy manipulation library Group: System/Libraries @@ -77,7 +74,6 @@ specific transformations on binary policies such as customizing policy boolean settings. %package devel -License: LGPLv2.1 Summary: Header files and libraries used to build policy manipulation tools Group: Development/Libraries Requires: libsemanage1 = %{version} @@ -88,7 +84,6 @@ The semanage-devel package contains the libraries and header files needed for developing applications that manipulate binary policies. %package devel-static -License: LGPLv2.1 Summary: SELinux binary policy manipulation library Group: System/Libraries Requires: libsemanage-devel diff --git a/python-semanage.changes b/python-semanage.changes index 53f810e..39ec499 100644 --- a/python-semanage.changes +++ b/python-semanage.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 1 07:54:48 UTC 2012 - meissner@suse.com + +- updated to 2.1.6 + * changes too numerous to list + ------------------------------------------------------------------- Mon May 23 14:15:42 UTC 2011 - prusnak@opensuse.org diff --git a/python-semanage.spec b/python-semanage.spec index 28786df..5bc5426 100644 --- a/python-semanage.spec +++ b/python-semanage.spec @@ -1,7 +1,7 @@ # # spec file for package python-semanage # -# 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,24 +16,22 @@ # -%define libsepol_ver 2.0.37 -%define libselinux_ver 2.0.0 BuildRequires: bison BuildRequires: flex -BuildRequires: libselinux-devel >= %{libselinux_ver} -BuildRequires: libsepol-devel >= %{libsepol_ver} +BuildRequires: libselinux-devel +BuildRequires: libsepol-devel BuildRequires: libustr-devel BuildRequires: python-devel BuildRequires: swig Name: python-semanage -Version: 2.0.43 -Release: 8 -License: LGPLv2.1 +Version: 2.1.6 +Release: 0 Summary: Python bindings for libsemanage -Url: http://www.nsa.gov/selinux/ +License: LGPL-2.1 Group: Development/Languages/Python -Source: libsemanage-%{version}.tar.bz2 +Url: http://www.nsa.gov/selinux/ +Source: http://userspace.selinuxproject.org/releases/20120216/libsemanage-%{version}.tar.gz Source1: baselibs.conf Patch0: libsemanage-rhat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build