Add noarch to ExclusiveArch
Related: RHEL-62179
This commit is contained in:
parent
37e819b39d
commit
788fd8c9d4
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Summary: Internet protocol suite Java library
|
Summary: Internet protocol suite Java library
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}/
|
URL: http://commons.apache.org/%{base_name}/
|
||||||
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
@ -57,6 +57,9 @@ rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.6-17
|
||||||
|
- Add noarch to ExclusiveArch
|
||||||
|
|
||||||
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 3.6-16
|
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 3.6-16
|
||||||
- Disable building on i686
|
- Disable building on i686
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user