|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 5;
|
|
|
|
|
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}}
|
|
|
|
@ -230,6 +230,12 @@ certutil -N -d sql:$tmpdir --empty-password
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.15-7
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
* Thu Aug 08 2024 Ondrej Moris <omoris@redhat.com> - 4.15-6
|
|
|
|
|
- Add RHEL-10 CI and gating configuration
|
|
|
|
|
|
|
|
|
|
* Tue Aug 06 2024 Daiki Ueno <dueno@redhat.com> - 4.15-5
|
|
|
|
|
- Make use of Netlink extack for additional error reporting
|
|
|
|
|
|
|
|
|
|