SHA256
3
0
forked from pool/libsepol

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
This commit is contained in:
Johannes Segitz 2020-11-20 15:12:18 +00:00 committed by Git OBS Bridge
parent fcba095d86
commit a06fd305fa
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 29 10:40:16 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- install to /usr (boo#1029961)
-------------------------------------------------------------------
Tue Jul 14 08:39:58 UTC 2020 - Johannes Segitz <jsegitz@suse.com>

View File

@ -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)