This commit is contained in:
Jakub Jelen 2024-07-25 13:56:42 +02:00
parent ea094c59a2
commit 35ecdc1cc4

View File

@ -15,7 +15,7 @@ print(string.sub(hash, 0, 16))
Name: libgcrypt
Version: 1.11.0
Release: 1%{?dist}
Release: 2%{?dist}
URL: https://www.gnupg.org/
Source0: https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
Source1: https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
@ -172,6 +172,10 @@ mkdir -p -m 755 $RPM_BUILD_ROOT/etc/gcrypt
%license COPYING
%changelog
* Thu Jul 25 2024 Jakub Jelen <jjelen@redhat.com> - 1.11.0-2
- Clean up flags to pass rpminspect checks
- Fix memory leaks reported by static analysis
* Wed Jul 03 2024 Jakub Jelen <jjelen@redhat.com> - 1.11.0-1
- New upstream release (#2293064)