- Add build dependency on python-rpm-macros (bsc#1193718)

- Replace pool.sks-keyservers.net by keys.openpgp.org (bsc#1193656)

OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=220
This commit is contained in:
Martin Wilck 2021-12-14 11:25:06 +00:00 committed by Git OBS Bridge
parent 054892e8bb
commit e9537739c6
3 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Index: hplip-3.19.6/base/validation.py
class GPG_Verification(DigiSign_Verification): class GPG_Verification(DigiSign_Verification):
- def __init__(self, pgp_site = 'pgp.mit.edu', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9): - def __init__(self, pgp_site = 'pgp.mit.edu', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9):
+ def __init__(self, pgp_site = 'pool.sks-keyservers.net', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9): + def __init__(self, pgp_site = 'keys.openpgp.org', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9):
self.__pgp_site = pgp_site self.__pgp_site = pgp_site
self.__key = key self.__key = key
self.__gpg = utils.which('gpg',True) self.__gpg = utils.which('gpg',True)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 14 11:17:46 UTC 2021 - Martin Wilck <mwilck@suse.com>
- Add build dependency on python-rpm-macros (bsc#1193718)
- Replace pool.sks-keyservers.net by keys.openpgp.org (bsc#1193656)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 7 15:43:43 UTC 2021 - Callum Farmer <gmbr3@opensuse.org> Sun Nov 7 15:43:43 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -104,6 +104,7 @@ BuildRequires: libtool
BuildRequires: libusb-1_0-devel BuildRequires: libusb-1_0-devel
BuildRequires: net-snmp-devel BuildRequires: net-snmp-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: sane-backends-devel BuildRequires: sane-backends-devel
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros