From 93272ea1af2b691dca6a9c5c525489eafd623f7af5258e29f180f628ddd9d776 Mon Sep 17 00:00:00 2001 From: Jason Sikes Date: Thu, 25 Jul 2019 11:14:54 +0000 Subject: [PATCH] Accepting request 718027 from home:bnavigator:branches:security:chipcard - add explicit BuildRequires: zlib-devel OBS-URL: https://build.opensuse.org/request/show/718027 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=57 --- opensc.changes | 5 +++++ opensc.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/opensc.changes b/opensc.changes index 54a9032..6fa121e 100644 --- a/opensc.changes +++ b/opensc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 23 21:51:42 UTC 2019 - Benjamin Greiner + +- add explicit BuildRequires: zlib-devel + ------------------------------------------------------------------- Thu Sep 13 13:46:43 UTC 2018 - Karol Babioch diff --git a/opensc.spec b/opensc.spec index d729888..46da967 100644 --- a/opensc.spec +++ b/opensc.spec @@ -1,7 +1,7 @@ # # spec file for package opensc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -35,6 +35,7 @@ BuildRequires: libtool BuildRequires: libxslt BuildRequires: pkgconfig BuildRequires: readline-devel +BuildRequires: zlib-devel BuildRequires: pkgconfig(bash-completion) BuildRequires: pkgconfig(libpcsclite) BuildRequires: pkgconfig(openssl)