Accepting request 485217 from home:KGronlund:branches:network:ha-clustering:Factory

Had to set the version to 8.9.11rc2 in order to ensure
correct sorting against 8.9.11rc1.

- Update to v8.9.11
  * No source changes from v8.9.11rc1

OBS-URL: https://build.opensuse.org/request/show/485217
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=36
This commit is contained in:
Kristoffer Gronlund 2017-04-04 13:31:28 +00:00 committed by Git OBS Bridge
parent 3b63fd228a
commit e0361be973
4 changed files with 14 additions and 6 deletions

3
drbd-utils-8.9.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c61878635c40536e7d689c65cbbe92ca982fa864cec20717c0af562f2a6c9c48
size 843348

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d28acd35e46abfeda8fd0768a2171dbd6ed259bf1ad8da48709024cfbfaaa631
size 844194

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 4 12:21:55 UTC 2017 - kgronlund@suse.com
- Update to v8.9.11
* No source changes from v8.9.11rc1
-------------------------------------------------------------------
Tue Apr 4 09:25:09 UTC 2017 - kgronlund@suse.com

View File

@ -16,14 +16,16 @@
#
%define real_version 8.9.11
Name: drbd-utils
Version: 8.9.11rc1
Version: 8.9.11rc2
Release: 0
Summary: Distributed Replicated Block Device
License: GPL-2.0+
Group: Productivity/Clustering/HA
Url: http://www.drbd.org/
Source: http://www.drbd.org/download/drbd/utils/%{name}-%{version}.tar.gz
Source: http://www.drbd.org/download/drbd/utils/%{name}-%{real_version}.tar.gz
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
Patch1: init-script-fixes.diff
@ -70,7 +72,7 @@ device over the network to another machine. Think of it as networked
raid 1. It is a building block for setting up clusters.
%prep
%setup -q
%setup -q -n %{name}-%{real_version}
%patch1 -p1
%patch2 -p1
%patch3 -p1