From ad4973edb1aaeadba58c2a2ac75ae473669be5fe Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 8 Aug 2022 11:38:11 +0300 Subject: [PATCH] Disable debug packages on riscv64 Temporary change. Debug packages are broken right now. Signed-off-by: David Abdurachmanov --- libselinux.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libselinux.spec b/libselinux.spec index f6c2606..3286275 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,10 +1,14 @@ %define ruby_inc %(pkg-config --cflags ruby) %define libsepolver 3.4-1 +%ifarch riscv64 +%global debug_package %{nil} +%endif + Summary: SELinux library and simple utilities Name: libselinux Version: 3.4 -Release: 5%{?dist} +Release: 5.0.riscv64%{?dist} License: Public Domain # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/libselinux-3.4.tar.gz @@ -214,6 +218,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool* %{ruby_vendorarchdir}/selinux.so %changelog +* Mon Aug 08 2022 David Abdurachmanov - 3.4-5.0.riscv64 +- Disable debug packages on riscv64 + * Thu Jul 21 2022 Fedora Release Engineering - 3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild