|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
release_number = 3;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
@ -442,8 +442,10 @@ rm tests/brotli.rs
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
# * run tests single-threaded to avoid clobbered environment variables:
|
|
|
|
|
# https://github.com/seanmonstar/reqwest/issues/2468
|
|
|
|
|
# * skip tests which require internet access
|
|
|
|
|
%{cargo_test -- -- --exact %{shrink:
|
|
|
|
|
%{cargo_test -- -- --test-threads 1 --exact %{shrink:
|
|
|
|
|
--skip test_allowed_methods
|
|
|
|
|
--skip test_badssl_modern
|
|
|
|
|
--skip test_badssl_self_signed
|
|
|
|
@ -453,6 +455,12 @@ rm tests/brotli.rs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Thu Jan 30 2025 Fabio Valentini <decathorpe@gmail.com> - 0.12.12-3
|
|
|
|
|
- Run tests single-threaded to avoid clobbered environment variables
|
|
|
|
|
|
|
|
|
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.12-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 04 2025 Fabio Valentini <decathorpe@gmail.com> - 0.12.12-1
|
|
|
|
|
- Update to version 0.12.12; Fixes RHBZ#2334233
|
|
|
|
|
|
|
|
|
|