Accepting request 777678 from network:ha-clustering:Factory

OBS-URL: https://build.opensuse.org/request/show/777678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drbd-utils?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2020-02-20 14:01:00 +00:00 committed by Git OBS Bridge
commit 37c44d5b93
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 3 12:26:16 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
shortcut through the -mini flavors.
-------------------------------------------------------------------
Thu Oct 17 17:49:08 UTC 2019 - Richard Brown <rbrown@suse.com>
- Remove obsolete Groups tag (fate#326485)
-------------------------------------------------------------------
Fri Sep 20 06:18:33 UTC 2019 - nick wang <nwang@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package drbd-utils
#
# Copyright (c) 2019 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
@ -26,8 +26,7 @@ Version: 9.10.0
Release: 0
Summary: Distributed Replicated Block Device
License: GPL-2.0-or-later
Group: Productivity/Clustering/HA
Url: http://www.drbd.org/
URL: http://www.drbd.org/
Source: http://www.linbit.com/downloads/drbd/utils/%{name}-%{version}.tar.gz
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
@ -67,8 +66,8 @@ BuildRequires: glibc-devel
BuildRequires: libxslt
BuildRequires: make
BuildRequires: pkgconfig
BuildRequires: udev
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev)
%if %{with drbdmon}
BuildRequires: gcc-c++
%endif