Compare commits

...

No commits in common. "c8" and "c8-beta" have entirely different histories.
c8 ... c8-beta

1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@
Name: gpgme Name: gpgme
Summary: GnuPG Made Easy - high level crypto API Summary: GnuPG Made Easy - high level crypto API
Version: 1.13.1 Version: 1.13.1
Release: 11%{?dist} Release: 12%{?dist}
# /usr/bin/gpgme-tool is licensed under GPLv3+ # /usr/bin/gpgme-tool is licensed under GPLv3+
# the rest is licensed under LGPLv2+ # the rest is licensed under LGPLv2+
@ -82,6 +82,7 @@ management.
Summary: Development headers and libraries for %{name} Summary: Development headers and libraries for %{name}
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: libgpg-error-devel%{?_isa} >= %{libgpg_error_min_ver} Requires: libgpg-error-devel%{?_isa} >= %{libgpg_error_min_ver}
Requires: libassuan-devel
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(postun): /sbin/install-info Requires(postun): /sbin/install-info
@ -264,6 +265,9 @@ fi
%{python3_sitearch}/gpg/ %{python3_sitearch}/gpg/
%changelog %changelog
* Tue Jan 16 2024 Michal Hlavinka <mhlavink@redhat.com> - 1.13.1-12
- add libassuan-devel to devel pkg requirements (#RHEL-6920)
* Thu Feb 10 2022 Jiri Kucera <jkucera@redhat.com> - 1.13.1-11 * Thu Feb 10 2022 Jiri Kucera <jkucera@redhat.com> - 1.13.1-11
- Update pkgconfig files - Update pkgconfig files
Related: #1953905 Related: #1953905