import gpgme-1.13.1-6.el8

This commit is contained in:
CentOS Sources 2020-11-09 14:10:11 +00:00 committed by Andrew Lukoshko
parent d15b690735
commit 823184116b
1 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@
Name: gpgme
Summary: GnuPG Made Easy - high level crypto API
Version: 1.13.1
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPLv2+
URL: https://gnupg.org/related_software/gpgme/
@ -102,6 +102,8 @@ BuildRequires: cmake
%package -n q%{name}
Summary: Qt API bindings/wrapper for GPGME
Requires: %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
# This is probably redundant, but it satisfies RPMDIFF:
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Test)
@ -250,6 +252,10 @@ fi
%{python3_sitearch}/gpg/
%changelog
* Fri Nov 06 2020 Jiri Kucera <jkucera@redhat.com> - 1.13.1-6
- Try to fix RPMDIFF issues
Related: #1726861
* Tue Nov 03 2020 Jiri Kucera <jkucera@redhat.com> - 1.13.1-5
- Rebuild
Related: #1726861