Accepting request 766622 from system:install:head
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. (forwarded request 766569 from dimstar) OBS-URL: https://build.opensuse.org/request/show/766622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwinfo?expand=0&rev=172
This commit is contained in:
commit
392d13b06d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 11:59:07 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
|
||||||
|
shortcut through the -mini flavor.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Tue Jan 14 10:38:50 UTC 2020 - wfeldt@opensuse.org
|
Tue Jan 14 10:38:50 UTC 2020 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hwinfo
|
# spec file for package hwinfo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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,7 +21,7 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: udev
|
BuildRequires: pkgconfig(udev)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
%if 0%{?rhel_version} == 0
|
%if 0%{?rhel_version} == 0
|
||||||
BuildRequires: perl-XML-Writer
|
BuildRequires: perl-XML-Writer
|
||||||
@ -36,7 +36,7 @@ Summary: Hardware Library
|
|||||||
# Until migration to github this should be correct url
|
# Until migration to github this should be correct url
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Url: http://gitorious.org/opensuse/hwinfo
|
URL: http://gitorious.org/opensuse/hwinfo
|
||||||
Version: 21.68
|
Version: 21.68
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user