From 4ce40d359950f146efb02702d18eb1289b11b7f519d900d556a3fefdf4671f87 Mon Sep 17 00:00:00 2001 From: Otto Hollmann Date: Thu, 16 Nov 2023 11:38:20 +0000 Subject: [PATCH] Accepting request 1126850 from home:ohollmann:branches:security:chipcard - Fix build dependency - require zlib-devel instead of zlib OBS-URL: https://build.opensuse.org/request/show/1126850 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-ccid?expand=0&rev=103 --- pcsc-ccid.changes | 5 +++++ pcsc-ccid.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pcsc-ccid.changes b/pcsc-ccid.changes index 9f7c7c4..952a3a0 100644 --- a/pcsc-ccid.changes +++ b/pcsc-ccid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 16 11:26:14 UTC 2023 - Otto Hollmann + +- Fix build dependency - require zlib-devel instead of zlib + ------------------------------------------------------------------- Mon Oct 30 09:06:16 UTC 2023 - Axel Braun diff --git a/pcsc-ccid.spec b/pcsc-ccid.spec index ea1ed8f..f37604d 100644 --- a/pcsc-ccid.spec +++ b/pcsc-ccid.spec @@ -33,8 +33,8 @@ BuildRequires: flex BuildRequires: libusb-1_0-devel BuildRequires: pcsc-lite-devel BuildRequires: pkg-config +BuildRequires: zlib-devel BuildRequires: pkgconfig(udev) -BuildRequires: zlib # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard UID and GID: Requires: pcsc-lite >= 1.6.6 %define ifddir %(pkg-config libpcsclite --variable=usbdropdir)