Disable building on i686
Related: RHEL-62176
This commit is contained in:
parent
c54c67a306
commit
eb70dbeda8
@ -2,13 +2,14 @@
|
|||||||
|
|
||||||
Name: guava
|
Name: guava
|
||||||
Version: 30.1
|
Version: 30.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Google Core Libraries for Java
|
Summary: Google Core Libraries for Java
|
||||||
# Most of the code is under ASL 2.0
|
# Most of the code is under ASL 2.0
|
||||||
# Few classes are under CC0, grep for creativecommons
|
# Few classes are under CC0, grep for creativecommons
|
||||||
License: ASL 2.0 and CC0
|
License: ASL 2.0 and CC0
|
||||||
URL: https://github.com/google/guava
|
URL: https://github.com/google/guava
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||||
|
|
||||||
Source0: https://github.com/google/guava/archive/v%{version}.tar.gz
|
Source0: https://github.com/google/guava/archive/v%{version}.tar.gz
|
||||||
|
|
||||||
@ -112,6 +113,9 @@ find -name '*.java' | xargs sed -ri \
|
|||||||
%files testlib -f .mfiles-guava-testlib
|
%files testlib -f .mfiles-guava-testlib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 30.1-9
|
||||||
|
- Disable building on i686
|
||||||
|
|
||||||
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 30.1-8
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 30.1-8
|
||||||
- Fix patch usage
|
- Fix patch usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user