From 9ce8b99e55f71a7b8dd70a7e93b065fba02293fe32969fac79667d08ee770806 Mon Sep 17 00:00:00 2001 From: nick wang Date: Fri, 18 Oct 2019 01:24:04 +0000 Subject: [PATCH 1/2] Accepting request 740702 from home:RBrownSUSE:branches:network:ha-clustering:Factory Remove obsolete Groups tag (fate#326485) OBS-URL: https://build.opensuse.org/request/show/740702 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=85 --- drbd-utils.changes | 5 +++++ drbd-utils.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/drbd-utils.changes b/drbd-utils.changes index 7318c97..12dc8b1 100644 --- a/drbd-utils.changes +++ b/drbd-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 17:49:08 UTC 2019 - Richard Brown + +- Remove obsolete Groups tag (fate#326485) + ------------------------------------------------------------------- Fri Sep 20 06:18:33 UTC 2019 - nick wang diff --git a/drbd-utils.spec b/drbd-utils.spec index 71c714b..57c396e 100644 --- a/drbd-utils.spec +++ b/drbd-utils.spec @@ -26,7 +26,6 @@ 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/ Source: http://www.linbit.com/downloads/drbd/utils/%{name}-%{version}.tar.gz From 334ac77ac164df28eb7bce623a408a9dd7c8afeac438d3ef62793351a651f90c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 20 Feb 2020 12:59:57 +0000 Subject: [PATCH 2/2] Accepting request 769564 from home:dimstar:Factory Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769564 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=86 --- drbd-utils.changes | 6 ++++++ drbd-utils.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/drbd-utils.changes b/drbd-utils.changes index 12dc8b1..ad77e01 100644 --- a/drbd-utils.changes +++ b/drbd-utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 3 12:26:16 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(udev) instead of udev: allow OBS to + shortcut through the -mini flavors. + ------------------------------------------------------------------- Thu Oct 17 17:49:08 UTC 2019 - Richard Brown diff --git a/drbd-utils.spec b/drbd-utils.spec index 57c396e..2e0be3e 100644 --- a/drbd-utils.spec +++ b/drbd-utils.spec @@ -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,7 +26,7 @@ Version: 9.10.0 Release: 0 Summary: Distributed Replicated Block Device License: GPL-2.0-or-later -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 @@ -66,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