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
This commit is contained in:
parent
01bcffbc0e
commit
c8c4f51c80
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 11:01:28 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
12
realmd.spec
12
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user