Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov 9b05af9326
Enable SELinux on riscv64 again
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-08-08 20:17:55 +03:00
David Abdurachmanov eaa78ffff2
Disable debug packages on riscv64 and SELinux
Debug packages don't work right now.
To bootstrap SELinux we need to temporarily disable it.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-08-08 15:12:33 +03:00
1 changed files with 12 additions and 1 deletions

View File

@ -1,7 +1,11 @@
%ifarch riscv64
%global debug_package %{nil}
%endif
Summary: Utilities for managing accounts and shadow password files
Name: shadow-utils
Version: 4.11.1
Release: 4%{?dist}
Release: 4.1.riscv64%{?dist}
Epoch: 2
License: BSD and GPLv2+
URL: https://github.com/shadow-maint/shadow
@ -295,6 +299,13 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libsubid.a
%{_libdir}/libsubid.so
%changelog
* Mon Aug 8 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2:4.11.1-4.1.riscv64
- Enable SELinux on riscv64
* Mon Aug 8 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2:4.11.1-4.0.riscv64
- Disable debug packages on riscv64
- Disable SELinux on riscv64
* Mon Aug 1 2022 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.11.1-4
- useradd: modify check ID range for system users. Resolves: #2093692