diff --git a/libsemanage-2.6.tar.gz b/libsemanage-2.6.tar.gz deleted file mode 100644 index 39b530a..0000000 --- a/libsemanage-2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f81541047290b751f2ffb926fcd381c186f22db18d9fe671b0b4a6a54e8cfce -size 155897 diff --git a/libsemanage-2.7.tar.gz b/libsemanage-2.7.tar.gz new file mode 100644 index 0000000..321bf2e --- /dev/null +++ b/libsemanage-2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e9477714ce6a4557a1fe924ea4cb06501b62d0fa0e3c0dc32a2cf47cb8d476 +size 153465 diff --git a/libsemanage.changes b/libsemanage.changes index fd92cd3..cbe8a31 100644 --- a/libsemanage.changes +++ b/libsemanage.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 8 19:07:16 UTC 2018 - rgoldwyn@suse.com + +- Update to version 2.7. Changes: + * IB support + * saves linked policy and skips relinking whenever possible + ------------------------------------------------------------------- Fri Nov 24 09:14:13 UTC 2017 - jsegitz@suse.com diff --git a/libsemanage.spec b/libsemanage.spec index b9be10e..0b51fd4 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,7 +1,7 @@ # # spec file for package libsemanage # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: libsemanage -Version: 2.6 +Version: 2.7 Release: 0 Summary: SELinux policy management library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Url: https://github.com/SELinuxProject/selinux/wiki/Releases -Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/%{name}-%{version}.tar.gz +Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/%{name}-%{version}.tar.gz Source1: baselibs.conf Source2: semanage.conf Patch0: suse_path.patch diff --git a/python-semanage.changes b/python-semanage.changes index e91f6bc..97ff9a0 100644 --- a/python-semanage.changes +++ b/python-semanage.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 8 19:07:16 UTC 2018 - rgoldwyn@suse.com + +- Update to version 2.7. Changes: + * IB support + * saves linked policy and skips relinking whenever possible + ------------------------------------------------------------------- Fri Nov 24 09:14:13 UTC 2017 - jsegitz@suse.com diff --git a/python-semanage.spec b/python-semanage.spec index de1b0d2..d5d9992 100644 --- a/python-semanage.spec +++ b/python-semanage.spec @@ -1,7 +1,7 @@ # # spec file for package python-semanage # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-semanage -Version: 2.6 +Version: 2.7 Release: 0 Summary: Python bindings for SELinux's policy management library -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Languages/Python Url: https://github.com/SELinuxProject/selinux -Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/libsemanage-%{version}.tar.gz +Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/libsemanage-%{version}.tar.gz Source1: baselibs.conf Patch0: suse_path.patch BuildRequires: %{python_module devel}