diff --git a/SPECS/pkcs11-provider.spec b/SPECS/pkcs11-provider.spec index 7f4e586..163c29f 100644 --- a/SPECS/pkcs11-provider.spec +++ b/SPECS/pkcs11-provider.spec @@ -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}} @@ -88,10 +88,16 @@ install -m644 '%{SOURCE3}' \ %config(noreplace) %{_sysconfdir}/pki/tls/openssl.d/pkcs11-provider.conf %changelog -* Fri Oct 25 2024 MSVSphere Packaging Team - 0.5-5 +## START: Generated by rpmautospec +* Tue Oct 29 2024 Troy Dawson - 0.5-7 +- Bump release for October 2024 mass rebuild: + +* Fri Oct 25 2024 MSVSphere Packaging Team - 0.5-6 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec +* Thu Aug 08 2024 Ondrej Moris - 0.5-6 +- Fix typo in gating.yaml (plan -> plans) + * Wed Aug 07 2024 Ondrej Moris - 0.5-5 - Add RHEL-10 CI and gating configuration