import gpgme-1.13.1-6.el8
This commit is contained in:
parent
d15b690735
commit
823184116b
@ -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: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://gnupg.org/related_software/gpgme/
|
URL: https://gnupg.org/related_software/gpgme/
|
||||||
@ -102,6 +102,8 @@ BuildRequires: cmake
|
|||||||
%package -n q%{name}
|
%package -n q%{name}
|
||||||
Summary: Qt API bindings/wrapper for GPGME
|
Summary: Qt API bindings/wrapper for GPGME
|
||||||
Requires: %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
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(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
|
|
||||||
@ -250,6 +252,10 @@ fi
|
|||||||
%{python3_sitearch}/gpg/
|
%{python3_sitearch}/gpg/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 03 2020 Jiri Kucera <jkucera@redhat.com> - 1.13.1-5
|
||||||
- Rebuild
|
- Rebuild
|
||||||
Related: #1726861
|
Related: #1726861
|
||||||
|
Loading…
Reference in New Issue
Block a user