Bump release

This commit is contained in:
eabdullin 2024-04-30 23:27:32 +03:00
parent 4e662cf7c5
commit 8aa067f8b7
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Name: libreswan
Summary: Internet Key Exchange (IKEv1 and IKEv2) implementation for IPsec
# version is generated in the release script
Version: 4.12
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1.alma.1
Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.alma.1
License: GPLv2
Url: https://libreswan.org/
Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz
@ -202,6 +202,9 @@ certutil -N -d sql:$tmpdir --empty-password
%doc %{_mandir}/*/*
%changelog
* Tue Apr 30 2024 Eduard Abdullin <eabdullin@almalinux.org> - 4.12-2.alma.1
- Bump release
* Wed Apr 24 2024 Eduard Abdullin <eabdullin@almalinux.org> - 4.12-1.1.alma.1
- ikev2: return STF_FATAL when initiator fails to emit AUTH
packet