From 5db5ff5fd8650c2501dff1dc78a126050f89506a Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 16:01:16 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- mcstrans.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mcstrans.spec b/mcstrans.spec index 12834ab..4885c71 100644 --- a/mcstrans.spec +++ b/mcstrans.spec @@ -1,6 +1,6 @@ Name: mcstrans Version: 3.1 -Release: 2 +Release: 3 Summary: SELinux Translation Daemon License: GPL2 URL: https://github.com/SELinuxProject/selinux/wiki @@ -32,11 +32,8 @@ Control, and Multi-level Security. mcstrans provides an translation daemon to translate SELinux categories from internal representations to user defined representation. -%package help -Summary: Mcstrans help document -%description help -mcstrans-help include help files for man page +%package_help %prep %setup -q @@ -90,6 +87,9 @@ rm -rf %{buildroot}/%{_sysconfdir}/rc.d/init.d/mcstrans %{_mandir}/ru/man8/*.8.gz %changelog +* Mon Aug 19 2024 Wei Zhang - 3.1-3 +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon Jul 8 2024 yixiangzhike - 3.1-2 - backport upstream patch to avoid NULL dereferences -- Gitee