From 92a3bd103c89e77120edb1bcb58a5aff86707e61 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Wed, 24 Mar 2021 14:32:13 +0800 Subject: [PATCH] add debuginfo package and make ELF files stripped --- setools.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setools.spec b/setools.spec index 9a3285b..7c0e0f5 100644 --- a/setools.spec +++ b/setools.spec @@ -1,7 +1,6 @@ -%global debug_package %{nil} Name: setools Version: 4.3.0 -Release: 4 +Release: 5 Summary: Policy Analysis Tools for SELinux License: GPLv2 URL: https://github.com/SELinuxProject/setools/wiki @@ -67,11 +66,9 @@ Gui packages for setools. %autosetup -n setools-%{version} -p1 %build -%{__python3} setup.py build +%py3_build %install -rm -rf %{buildroot}%{_bindir} -%{__python3} setup.py install --root %{buildroot} %py3_install %check @@ -111,6 +108,9 @@ rm -rf %{buildroot}%{_bindir} %{_mandir}/ru/man1/* %changelog +* Wed Mar 23 2021 panxiaohe - 4.3.0-5 +- add debuginfo package and make ELF files stripped + * Tue Dec 1 2020 Liquor - 4.3.0-4 - add the necessary version dependencies -- Gitee