File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1717
1818%define __os_install_post %{nil }
1919%global debug_package %{nil }
20+ %global __requires_exclude libc\\.so\\..*
21+ %define _binaries_in_noarch_packages_terminate_build 0
2022
2123# DISABLE the post-percentinstall java repacking and line number stripping
2224# we need to find a way to just disable the java repacking and line number stripping, but not the autodeps
@@ -38,6 +40,7 @@ Group: System Environment/Libraries
3840# FIXME do groups for every single one of the subpackages
3941Source0: %{name }-%{_maventag }.tgz
4042BuildRoot: %{_tmppath }/%{name }-%{_maventag }-%{release }-build
43+ BuildArch: noarch
4144
4245BuildRequires: java-11-openjdk-devel
4346BuildRequires: ws-commons-util
@@ -127,7 +130,7 @@ Requires: qemu-kvm
127130Requires: cryptsetup
128131Requires: rng-tools
129132Requires: (libgcrypt > 1.8.3 or libgcrypt20)
130- Requires: (selinux-tools if qemu -tools)
133+ Requires: (selinux-tools if selinux -tools)
131134Requires: sysstat
132135Provides: cloud-agent
133136Group: System Environment/Libraries
You can’t perform that action at this time.
0 commit comments