SHA256
1
0
forked from pool/libsepol

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
This commit is contained in:
Vítězslav Čížek 2018-11-22 14:14:28 +00:00 committed by Git OBS Bridge
parent 5882687357
commit a8a11e9d1c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 8 09:34:54 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Use more %make_install.
-------------------------------------------------------------------
Thu Nov 8 07:19:24 UTC 2018 - jsegitz@suse.com

View File

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