From c4d667b381bf5826b668d68cf18e2110049f3a28 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 14:22:28 +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 c12fb8c..dc5e8a8 100644 --- a/mcstrans.spec +++ b/mcstrans.spec @@ -1,6 +1,6 @@ Name: mcstrans Version: 3.5 -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 +%package_help -%description help -mcstrans-help include help files for man page %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.5-3 +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon Jul 8 2024 yixiangzhike - 3.5-2 - backport upstream patch to avoid NULL dereferences -- Gitee