Accepting request 491389 from home:wanghaisu:branches:network:ha-clustering:Factory

Update to 9.0.7(rc2) and change drbd-utils requirement to 8.9.11. bsc#1028124

OBS-URL: https://build.opensuse.org/request/show/491389
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=44
This commit is contained in:
nick wang 2017-04-27 05:42:21 +00:00 committed by Git OBS Bridge
parent 9459466ff0
commit 97165c6dae
6 changed files with 20 additions and 10 deletions

View File

@ -7,10 +7,10 @@
To update to a new release, change "revision" to the desired To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary git commit hash and bump "version" if necessary
<param name="version">9.0.7rc1</param> <param name="version">9.0.7rc2</param>
--> -->
<param name="versionformat">9.0.7rc1+git.%h</param> <param name="versionformat">9.0.7rc2+git.%h</param>
<param name="revision">093821cd3aae36ee123744cc27a2ce548e3a13e9</param> <param name="revision">0677d8b1ce8a81bc8913391cf8ebd09ad30d32c0</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 26 09:03:00 UTC 2017 - nwang@suse.com
- Update to 9.0.7
Using 9.0.7rc2 for upgrading from rc1...
- bsc#1028124, fix kernel compat
- Fix a potenial split brain
- Change the drbd-utils requirement to 8.9.11
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 24 07:44:01 UTC 2017 - nwang@suse.com Fri Mar 24 07:44:01 UTC 2017 - nwang@suse.com

View File

@ -25,7 +25,7 @@
%endif %endif
Name: drbd Name: drbd
Version: 9.0.7rc1+git.093821cd Version: 9.0.7rc2+git.0677d8b1
Release: 0 Release: 0
Summary: DRBD driver for Linux Summary: DRBD driver for Linux
License: GPL-2.0 License: GPL-2.0
@ -40,8 +40,8 @@ Patch1: fix-resync-finished-with-syncs-have-bits-set.patch
BuildRequires: kernel-source BuildRequires: kernel-source
BuildRequires: kernel-syms BuildRequires: kernel-syms
BuildRequires: module-init-tools BuildRequires: module-init-tools
Requires: drbd-utils >= 8.9.9 Requires: drbd-utils >= 8.9.11
Supplements: drbd-utils >= 8.9.9 Supplements: drbd-utils >= 8.9.11
Obsoletes: drbd-kmp < %{version} Obsoletes: drbd-kmp < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: i586 s390 ExcludeArch: i586 s390

View File

@ -1,4 +1,5 @@
Requires: kernel-%1 Requires: kernel-%1
Requires: drbd-utils >= 8.9.11
Supplements: drbd-utils >= 8.9.11
Supplements: packageand(kernel-%1:%name) Supplements: packageand(kernel-%1:%name)
Recommends: drbd Recommends: drbd
Recommends: drbd-utils