File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 17
17
18
18
%define __os_install_post %{nil }
19
19
%global debug_package %{nil }
20
+ %global __requires_exclude libc\\.so\\..*
21
+ %define _binaries_in_noarch_packages_terminate_build 0
20
22
21
23
# DISABLE the post-percentinstall java repacking and line number stripping
22
24
# we need to find a way to just disable the java repacking and line number stripping, but not the autodeps
@@ -35,6 +37,7 @@ Group: System Environment/Libraries
35
37
# FIXME do groups for every single one of the subpackages
36
38
Source0: %{name }-%{_maventag }.tgz
37
39
BuildRoot: %{_tmppath }/%{name }-%{_maventag }-%{release }-build
40
+ BuildArch: noarch
38
41
39
42
BuildRequires: (java-11-openjdk-devel or java-17-openjdk-devel)
40
43
#BuildRequires: ws-commons-util
@@ -117,7 +120,7 @@ Requires: qemu-kvm
117
120
Requires: cryptsetup
118
121
Requires: rng-tools
119
122
Requires: (libgcrypt > 1.8.3 or libgcrypt20)
120
- Requires: (selinux-tools if qemu -tools)
123
+ Requires: (selinux-tools if selinux -tools)
121
124
Requires: sysstat
122
125
Provides: cloud-agent
123
126
Group: System Environment/Libraries
You can’t perform that action at this time.
0 commit comments