From e64f2ce9cc29ab1a419b4a9caba7b512de6df18e92ebaa61936a30d2a6f5c5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 2 Feb 2020 14:13:23 +0000 Subject: [PATCH] Accepting request 769351 from home:dimstar:Factory - BuildRequire pkgconfig(libsystemd) instead of systemd-devel: allow OBS to shortcut through the -mini flavors. OBS-URL: https://build.opensuse.org/request/show/769351 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-systemd?expand=0&rev=18 --- python-systemd.changes | 6 ++++++ python-systemd.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-systemd.changes b/python-systemd.changes index 112fd52..5c42b1a 100644 --- a/python-systemd.changes +++ b/python-systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 2 14:05:14 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: + allow OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Tue Nov 14 12:47:02 UTC 2017 - mpluskal@suse.com diff --git a/python-systemd.spec b/python-systemd.spec index 65c9cef..2cff4ae 100644 --- a/python-systemd.spec +++ b/python-systemd.spec @@ -1,7 +1,7 @@ # # spec file for package python-systemd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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/ # @@ -22,9 +22,9 @@ Name: python-systemd Version: 234 Release: 0 Summary: Python wrappers for systemd functionality -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Languages/Python -Url: https://github.com/systemd/python-systemd +URL: https://github.com/systemd/python-systemd Source: https://github.com/systemd/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE iso-c-90.patch makes the building iso-c-90 compatible to allow building on SLE12 SP3 Patch1: iso-c-90.patch @@ -36,7 +36,7 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) Requires: systemd Suggests: %{name}-doc # /SECTION