From d3d7324a1f58fb5b68f577cf7fcc862c1fbaf2ee Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 30 May 2022 19:10:43 +0800 Subject: [PATCH] revert --- libsemanage.spec | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/libsemanage.spec b/libsemanage.spec index ac7ef8b..b744bf9 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 -- Gitee