14
0
forked from pool/python-pysmbc

Accepting request 950907 from home:scabrero:branches:devel:languages:python

- Remove libsmbclient-devel BuildRequires in favor of
  pkgconfig(smbclient); (jsc#SLE-20577);

OBS-URL: https://build.opensuse.org/request/show/950907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=16
This commit is contained in:
2022-02-03 11:16:08 +00:00
committed by Git OBS Bridge
parent 25a8e06416
commit 8e6a452c7a
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 2 12:05:18 UTC 2022 - Samuel Cabrero <scabrero@suse.de>
- Remove libsmbclient-devel BuildRequires in favor of
pkgconfig(smbclient); (jsc#SLE-20577);
-------------------------------------------------------------------
Tue Nov 23 06:59:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pysmbc
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,9 +31,9 @@ Source: https://files.pythonhosted.org/packages/source/p/pysmbc/pysmbc-%
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: libsmbclient-devel
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(smbclient)
%if %{with test}
BuildRequires: %{python_module pytest}
%endif