From 69676d556243516d3d60cfbd851b072b13609a782fd350e9cd6a1cc07c1a3b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Tue, 23 Oct 2018 12:13:45 +0000 Subject: [PATCH 1/3] Accepting request 642652 from home:jsegitz:branches:security:SELinux - Update to version 2.8 (bsc#1111732) OBS-URL: https://build.opensuse.org/request/show/642652 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=64 --- libsepol-2.7.tar.gz | 3 --- libsepol-2.8.tar.gz | 3 +++ libsepol.changes | 5 +++++ libsepol.spec | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 libsepol-2.7.tar.gz create mode 100644 libsepol-2.8.tar.gz diff --git a/libsepol-2.7.tar.gz b/libsepol-2.7.tar.gz deleted file mode 100644 index 1dbda78..0000000 --- a/libsepol-2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d69d3bd8ec901a3bd5adf2be2fb47fb1a685ed73066ab482e7e505371a48f9e7 -size 471147 diff --git a/libsepol-2.8.tar.gz b/libsepol-2.8.tar.gz new file mode 100644 index 0000000..70a53e2 --- /dev/null +++ b/libsepol-2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad6916a8352bef0bad49acc8037a5f5b48c56f94e4cb4e1959ca475fa9d24d6 +size 473384 diff --git a/libsepol.changes b/libsepol.changes index 3c0f391..f8f443d 100644 --- a/libsepol.changes +++ b/libsepol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 17 11:54:52 UTC 2018 - jsegitz@suse.com + +- Update to version 2.8 (bsc#1111732) + ------------------------------------------------------------------- Wed May 16 07:13:18 UTC 2018 - mcepl@suse.com diff --git a/libsepol.spec b/libsepol.spec index 0411e56..25a6d03 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -17,7 +17,7 @@ Name: libsepol -Version: 2.7 +Version: 2.8 Release: 0 Summary: SELinux binary policy manipulation library License: LGPL-2.1-or-later @@ -92,7 +92,7 @@ export CFLAGS="%{optflags}" make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}/%{_lib}" install +make DESTDIR=%{buildroot} LIBDIR="%{_libdir}" SHLIBDIR="/%{_lib}" install %post -n libsepol1 -p /sbin/ldconfig %postun -n libsepol1 -p /sbin/ldconfig From 58826873574b660f8930e4a05a3f062aaf9a0d4a4e83aac9454c197583d80cbc Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Thu, 8 Nov 2018 07:52:01 +0000 Subject: [PATCH 2/3] Accepting request 647228 from home:jsegitz:branches:security:SELinux - Adjusted source urls (bsc#1115052) OBS-URL: https://build.opensuse.org/request/show/647228 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=65 --- libsepol.changes | 5 +++++ libsepol.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libsepol.changes b/libsepol.changes index f8f443d..9844897 100644 --- a/libsepol.changes +++ b/libsepol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 8 07:19:24 UTC 2018 - jsegitz@suse.com + +- Adjusted source urls (bsc#1115052) + ------------------------------------------------------------------- Wed Oct 17 11:54:52 UTC 2018 - jsegitz@suse.com diff --git a/libsepol.spec b/libsepol.spec index 25a6d03..cac327b 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -23,7 +23,7 @@ Summary: SELinux binary policy manipulation library 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/20170804/%{name}-%{version}.tar.gz +Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/%{name}-%{version}.tar.gz Source2: baselibs.conf BuildRequires: flex BuildRequires: pkgconfig From a8a11e9d1cb0047b844d22c1dd690bec25f62948208de757114e3de100d2a5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Thu, 22 Nov 2018 14:14:28 +0000 Subject: [PATCH 3/3] Accepting request 647268 from home:jengelh:branches:security:SELinux we can use %make_install OBS-URL: https://build.opensuse.org/request/show/647268 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=66 --- libsepol.changes | 5 +++++ libsepol.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libsepol.changes b/libsepol.changes index 9844897..06b8733 100644 --- a/libsepol.changes +++ b/libsepol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 8 09:34:54 UTC 2018 - Jan Engelhardt + +- Use more %make_install. + ------------------------------------------------------------------- Thu Nov 8 07:19:24 UTC 2018 - jsegitz@suse.com diff --git a/libsepol.spec b/libsepol.spec index cac327b..ec1bc69 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -92,7 +92,7 @@ export CFLAGS="%{optflags}" make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} LIBDIR="%{_libdir}" SHLIBDIR="/%{_lib}" install +%make_install LIBDIR="%{_libdir}" SHLIBDIR="/%{_lib}" %post -n libsepol1 -p /sbin/ldconfig %postun -n libsepol1 -p /sbin/ldconfig