- switch to pkgconfig(zlib) so that alternative providers can be

used

OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=259
This commit is contained in:
Dirk Mueller 2022-12-15 16:17:00 +00:00 committed by Git OBS Bridge
parent 24b1f7aacd
commit aca4e13db0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 12 08:58:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
- switch to pkgconfig(zlib) so that alternative providers can be
used
-------------------------------------------------------------------
Wed Sep 14 09:00:26 UTC 2022 - Dr. Werner Fink <werner@suse.de>

View File

@ -32,7 +32,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: findutils
BuildRequires: libtool
BuildRequires: python-rpm-macros
BuildRequires: zlib-devel
BuildRequires: pkgconfig(zlib)
Requires: libmagic1
Provides: python-file-magic = %{file_magic_version}
%{expand:%(sed -n -e '/^Source0\?:/,/^BuildRoot:/p' <%{_sourcedir}/file.spec)}