Fix year in last changelog message

Resolves: rhbz#2159643
Signed-off-by: Julien Rische <jrische@redhat.com>
This commit is contained in:
Julien Rische 2023-01-10 15:08:38 +01:00
parent 28849e0b1c
commit 1f6e56b48b
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#
# baserelease is what we have standardized across Fedora and what
# rpmdev-bumpspec knows how to handle.
%global baserelease 2
%global baserelease 3
# This should be e.g. beta1 or %%nil
%global pre_release %nil
@ -661,7 +661,7 @@ exit 0
%{_libdir}/libkadm5srv_mit.so.*
%changelog
* Tue Jan 10 2022 Julien Rische <jrische@redhat.com> - 1.20.1-2
* Tue Jan 10 2023 Julien Rische <jrische@redhat.com> - 1.20.1-2
- Strip debugging data from ksu executable file
- Resolves: rhbz#2159643