|
|
|
@ -1,3 +1,13 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.1)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 7;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# * many tests don't work when virtualized / containerized
|
|
|
|
|
%bcond_with check
|
|
|
|
@ -465,4 +475,26 @@ use the "zerocopy" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.24.3-7
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Sun Feb 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.24.3-7
|
|
|
|
|
- Give up and disable tests
|
|
|
|
|
|
|
|
|
|
* Sun Feb 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.24.3-6
|
|
|
|
|
- Skip more tests that don't work when virtualized / containerized
|
|
|
|
|
|
|
|
|
|
* Sun Feb 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.24.3-5
|
|
|
|
|
- Skip more tests that don't work when virtualized / containerized
|
|
|
|
|
|
|
|
|
|
* Wed Feb 15 2023 Fabio Valentini <decathorpe@gmail.com> - 0.24.3-4
|
|
|
|
|
- Ensure all tests that need to be skipped are actually skipped
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.24.3-2
|
|
|
|
|
- Trim list of skipped tests
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.24.3-1
|
|
|
|
|
- Initial Fedora package
|