From a06fd305fa87c2d4474d50b3f042163e1a25bf267d20251f233659837e6f027d Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Fri, 20 Nov 2020 15:12:18 +0000 Subject: [PATCH] Accepting request 849628 from home:lnussel:usrmove - install to /usr (boo#1029961) OBS-URL: https://build.opensuse.org/request/show/849628 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=83 --- libsepol.changes | 5 +++++ libsepol.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libsepol.changes b/libsepol.changes index da20917..c255d6f 100644 --- a/libsepol.changes +++ b/libsepol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 29 10:40:16 UTC 2020 - Ludwig Nussel + +- install to /usr (boo#1029961) + ------------------------------------------------------------------- Tue Jul 14 08:39:58 UTC 2020 - Johannes Segitz diff --git a/libsepol.spec b/libsepol.spec index 6b50f0d..aeac6cf 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -93,7 +93,7 @@ export CFLAGS="%{optflags} -fcommon" make %{?_smp_mflags} %install -%make_install LIBDIR="%{_libdir}" SHLIBDIR="/%{_lib}" +%make_install LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}" %post -n libsepol1 -p /sbin/ldconfig %postun -n libsepol1 -p /sbin/ldconfig @@ -106,7 +106,7 @@ make %{?_smp_mflags} %files -n libsepol1 %defattr(-,root,root) -/%{_lib}/libsepol.so.* +%{_libdir}/libsepol.so.* %files devel %defattr(-,root,root)