gnupg2-2.4.3-4

This commit is contained in:
Jakub Jelen 2023-11-10 16:45:48 +01:00
parent b4376ad463
commit 64316c4487

View File

@ -3,7 +3,7 @@
Summary: Utility for secure communication and data storage
Name: gnupg2
Version: 2.4.3
Release: 3%{?dist}
Release: 4%{?dist}
License: CC0-1.0 AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later AND (BSD-3-Clause OR LGPL-3.0-or-later OR GPL-2.0-or-later) AND CC-BY-4.0 AND MIT
Source0: https://gnupg.org/ftp/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2
@ -225,6 +225,9 @@ make -k check
%changelog
* Fri Nov 10 2023 Jakub Jelen <jjelen@redhat.com> - 2.4.3-4
- Avoid creation of development versions (#2249037)
* Mon Nov 06 2023 Jakub Jelen <jjelen@redhat.com> - 2.4.3-3
- Restore systemd units and sockets (#2158627)