use new version dynamic library
This commit is contained in:
parent
9fc5492833
commit
96d5ad3eb3
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libsemanage
|
||||
Version: 3.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: LGPLv2+
|
||||
Summary: SELinux binary policy manipulation library
|
||||
URL: https://github.com/SELinuxProject/selinux/wiki
|
||||
@ -68,7 +68,7 @@ make DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}" install
|
||||
make PYTHON=%{__python3} DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" SHLIBDIR="%{_lib}" install-pywrap
|
||||
|
||||
cp %{SOURCE1} %{buildroot}/etc/selinux/semanage.conf
|
||||
ln -sf %{_libdir}/libsemanage.so.1 %{buildroot}/%{_libdir}/libsemanage.so
|
||||
ln -sf %{_libdir}/libsemanage.so.2 %{buildroot}/%{_libdir}/libsemanage.so
|
||||
|
||||
cp -a %{_libdir}/libsemanage.so.1 %{buildroot}/%{_libdir}
|
||||
|
||||
@ -106,6 +106,9 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 15 2022 panxiaohe<panxh.life@foxmail.com> - 3.3-2
|
||||
- use new version dynamic library
|
||||
|
||||
* Tue Dec 14 2021 panxiaohe<panxiaohe@huawei.com> - 3.3-1
|
||||
- update to 3.3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user