diff --git a/libsemanage.spec b/libsemanage.spec index ac7ef8bd6d1d219954f245aa6f99c9ebdb46211f..b744bf924b9ef87d4996564cd0697c8c08811b3b 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -3,7 +3,7 @@ Name: libsemanage Version: 3.3 -Release: 4 +Release: 5 License: LGPLv2+ Summary: SELinux binary policy manipulation library URL: https://github.com/SELinuxProject/selinux/wiki @@ -15,11 +15,6 @@ Patch9000: fix-test-failure-with-secilc.patch BuildRequires: gcc python3-devel bison flex bzip2-devel audit-libs-devel BuildRequires: libselinux-devel >= %{libselinux_version} swig libsepol-devel >= %{libsepol_version} BuildRequires: CUnit-devel gdb-headless -%ifarch loongarch64 -Provides: libsemanage.so.1()(64bit) -Provides: libsemanage.so.1(LIBSEMANAGE_1.0)(64bit) -BuildRequires: libsemanage -%endif Requires: bzip2-libs audit-libs Requires: libselinux >= %{libselinux_version} @@ -75,10 +70,6 @@ make PYTHON=%{__python3} DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" SHLIBDIR="%{ cp %{SOURCE1} %{buildroot}/etc/selinux/semanage.conf ln -sf %{_libdir}/libsemanage.so.2 %{buildroot}/%{_libdir}/libsemanage.so -%ifarch loongarch64 -cp -a %{_libdir}/libsemanage.so.1 %{buildroot}/%{_libdir} -%endif - %ldconfig_scriptlets %check @@ -113,6 +104,9 @@ make test %changelog +* Mon May 30 2022 Ge Wang - 3.3-5 +- revert to 3.3-3 + * Tue Apr 26 2022 chenchen - 3.3-4 - add old version so file for LoongArch