From e7e4b4d9118df4ca891281265ef3b253cec4810c Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Tue, 15 Mar 2022 15:41:53 +0800 Subject: [PATCH] delete useless old version dynamic library --- libsepol.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libsepol.spec b/libsepol.spec index da5238c..558a38a 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,12 +1,12 @@ Name: libsepol Version: 3.3 -Release: 1 +Release: 2 Summary: SELinux binary policy manipulation library License: LGPLv2+ URL: https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/%{name}-%{version}.tar.gz -BuildRequires: gcc flex libsepol +BuildRequires: gcc flex %description libsepol provides an API for the manipulation of SELinux binary @@ -36,8 +36,6 @@ make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}" rm -rf %{buildroot} make DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}" install -cp -a %{_libdir}/libsepol.so.1* %{buildroot}%{_libdir} - %pre %preun @@ -66,6 +64,9 @@ cp -a %{_libdir}/libsepol.so.1* %{buildroot}%{_libdir} %{_mandir}/man3/* %changelog +* Tue Mar 15 2022 panxiaohe - 3.3-2 +- delete useless old version dynamic library + * Thu Dec 2 2021 panxiaohe - 3.3-1 - update to 3.3