Compare commits

...

No commits in common. 'cs10' and 'c10-beta' have entirely different histories.

@ -2,7 +2,7 @@
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 7;
release_number = 5;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
@ -89,12 +89,6 @@ install -m644 '%{SOURCE3}' \
%changelog
## START: Generated by rpmautospec
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.5-7
- Bump release for October 2024 mass rebuild:
* Thu Aug 08 2024 Ondrej Moris <omoris@redhat.com> - 0.5-6
- Fix typo in gating.yaml (plan -> plans)
* Wed Aug 07 2024 Ondrej Moris <omoris@redhat.com> - 0.5-5
- Add RHEL-10 CI and gating configuration

Loading…
Cancel
Save