From 0e3c47ef96325e39e376312eed3595370df2ed72e6eabbfd3567d00627542645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Feb 2020 18:22:39 +0000 Subject: [PATCH] Accepting request 769647 from home:dimstar:Factory Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769647 OBS-URL: https://build.opensuse.org/package/show/hardware/neard?expand=0&rev=21 --- neard.changes | 6 ++++++ neard.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/neard.changes b/neard.changes index 68f36c2..582e568 100644 --- a/neard.changes +++ b/neard.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 3 15:08:08 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow + OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Fri Mar 6 12:21:11 UTC 2015 - dimstar@opensuse.org diff --git a/neard.spec b/neard.spec index 6f911e5..2fe0b3a 100644 --- a/neard.spec +++ b/neard.spec @@ -1,7 +1,7 @@ # # spec file for package neard # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,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/ # @@ -21,9 +21,9 @@ Name: neard Version: 0.15 Release: 0 Summary: NFC for Linux -License: GPL-2.0 +License: GPL-2.0-only Group: Hardware/Mobile -Url: http://01.org/linux-nfc/ +URL: http://01.org/linux-nfc/ #Git-Clone: git://git.kernel.org/pub/scm/network/nfc/neard Source: https://www.kernel.org/pub/linux/network/nfc/neard-%{version}.tar.xz @@ -33,12 +33,12 @@ Patch1: neard-0.13-fix-dbus_send_destination_config.patch BuildRequires: automake BuildRequires: check-devel BuildRequires: libtool -BuildRequires: libudev-devel BuildRequires: pkg-config BuildRequires: pkgconfig(dbus-1) >= 1.4 BuildRequires: pkgconfig(glib-2.0) >= 2.28 BuildRequires: pkgconfig(libnl-3.0) BuildRequires: pkgconfig(libnl-genl-3.0) +BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(systemd) %{?systemd_requires}