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:
parent
fcba095d86
commit
a06fd305fa
@ -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>
|
Tue Jul 14 08:39:58 UTC 2020 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ export CFLAGS="%{optflags} -fcommon"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install LIBDIR="%{_libdir}" SHLIBDIR="/%{_lib}"
|
%make_install LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}"
|
||||||
|
|
||||||
%post -n libsepol1 -p /sbin/ldconfig
|
%post -n libsepol1 -p /sbin/ldconfig
|
||||||
%postun -n libsepol1 -p /sbin/ldconfig
|
%postun -n libsepol1 -p /sbin/ldconfig
|
||||||
@ -106,7 +106,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files -n libsepol1
|
%files -n libsepol1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/%{_lib}/libsepol.so.*
|
%{_libdir}/libsepol.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user