Exclude s390x for the EPEL build for now due to an upstream issue

epel9
Davide Cavalca 4 years ago
parent 5d5bee3f52
commit b5d5a942db

@ -17,7 +17,7 @@
Name: rust-%{crate}
Version: 0.2.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Interactive tool to view and record historical system data
# Upstream license specification: Apache-2.0
@ -39,6 +39,9 @@ Source4: %{crate}-%{version}-vendor.tar.gz
ExclusiveArch: %{rust_arches}
# https://bugzilla.redhat.com/show_bug.cgi?id=1978414
ExcludeArch: s390x
%if 0%{?el8}
BuildRequires: rust-toolset
# for libbpf-sys
@ -132,6 +135,7 @@ install -d -m1777 %{buildroot}%{_localstatedir}/log/%{crate}
%changelog
* Wed Jun 30 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.2.0-3
- Add vendored dependencies for EPEL and make it build there
- Exclude s390x for the EPEL build for now due to an upstream issue
- Mark logrotate config file as a config(noreplace)
- Add recommends for logrotate
- Fix permissions for the below binary

@ -1,2 +1,2 @@
SHA512 (below-0.2.0.crate) = 4f72620ed5c66ead42b5ab50c2a7e975956a6511b23e41056a4452274b7bc8172729b0ff44d9ce524d43024471236d093111a7e9d44239efed0a5a1e38127944
SHA512 (below-0.2.0-vendor.tar.gz) = 83bb10cc37c6f6e24c2fd0a0e7a7f9eb05894002f9f74d0e3aace5900f2c5b5aa9b964131fd94c9384b0e5366716f0f5a93d84fbcaae23c20ea3bb146a1470c1
SHA512 (below-0.2.0-vendor.tar.gz) = c468fc027bee2a1903aad02e11c11107f93b29214b11d36c93f3d93ad06d709eb126a14b1ddd8e440a93c362cb98ca7cae90c6181827b42d0bdd723005bb638d

Loading…
Cancel
Save