From c8c4f51c80a7743a97b9f716195507af01e066621a6f17a62f09e811b2fe3cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 Jan 2020 14:02:38 +0000 Subject: [PATCH] Accepting request 766257 from home:dimstar:Factory Build performance: allow to use -mini flavors by using pkgconfig() OBS-URL: https://build.opensuse.org/request/show/766257 OBS-URL: https://build.opensuse.org/package/show/network/realmd?expand=0&rev=8 --- realmd.changes | 8 ++++++++ realmd.spec | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/realmd.changes b/realmd.changes index b29ecde..9f44e6f 100644 --- a/realmd.changes +++ b/realmd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 22 11:01:28 UTC 2020 - Dominique Leuenberger + +- Adjust BuildRequires to allow OBS to shortcut through -mini + flavors: + + systemd -> pkgconfig(systemd) + + krb5-devel -> pkgconfig(krb5) + ------------------------------------------------------------------- Wed Jul 19 22:17:10 UTC 2017 - plinnell@opensuse.org diff --git a/realmd.spec b/realmd.spec index 500321e..3e1a091 100644 --- a/realmd.spec +++ b/realmd.spec @@ -1,7 +1,7 @@ # # spec file for package realmd # -# 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/ # @@ -20,9 +20,9 @@ Name: realmd Version: 0.16.3 Release: 0 Summary: AD integration detection -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/GUI/GNOME -Url: http://www.freedesktop.org/software/realmd +URL: http://www.freedesktop.org/software/realmd Source: http://www.freedesktop.org/software/realmd/releases/%{name}-%{version}.tar.gz BuildRequires: autoconf @@ -30,13 +30,13 @@ BuildRequires: automake BuildRequires: gettext-tools BuildRequires: glib2-devel >= 2.36 BuildRequires: intltool -BuildRequires: krb5-devel BuildRequires: libpackagekit-glib2-devel BuildRequires: libtool BuildRequires: openldap2-devel BuildRequires: polkit-devel -BuildRequires: systemd BuildRequires: xmlto +BuildRequires: pkgconfig(krb5) +BuildRequires: pkgconfig(systemd) Recommends: %{name}-lang %{?systemd_requires}