SHA256
1
0
forked from pool/drbd

Accepting request 505625 from network:ha-clustering:Unstable

bsc#1045473, update to 9.0.8

OBS-URL: https://build.opensuse.org/request/show/505625
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=49
This commit is contained in:
nick wang
2017-06-22 08:38:38 +00:00
committed by Git OBS Bridge
parent 283d692841
commit 5d7f6b839f
7 changed files with 28 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package drbd
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,10 @@
%endif
Name: drbd
Version: 9.0.7rc2+git.36abd387
Version: 9.0.8+git.c8bc3670
Release: 0
Summary: DRBD driver for Linux
License: GPL-2.0
License: GPL-2.0+
Group: Productivity/Clustering/HA
Url: http://drbd.linbit.com/
Source: %{name}-%{version}.tar.bz2
@@ -37,12 +37,11 @@ Source1: preamble
Source2: Module.supported
Source3: drbd_git_revision
Patch1: fix-resync-finished-with-syncs-have-bits-set.patch
Patch2: fix-initial-sync-stop.patch
BuildRequires: kernel-source
BuildRequires: kernel-syms
BuildRequires: module-init-tools
Requires: drbd-utils >= 8.9.11
Supplements: drbd-utils >= 8.9.11
Requires: drbd-utils >= 9.0.0
Supplements: drbd-utils >= 9.0.0
Obsoletes: drbd-kmp < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: i586 s390
@@ -70,7 +69,6 @@ installed kernel.
%prep
%setup -q -n drbd-%{version}
%patch1 -p1
%patch2 -p1
mkdir source
cp -a drbd/. source/. || :
@@ -100,7 +98,7 @@ for flavor in %{flavors_to_build}; do
done
mkdir -p %{buildroot}/%{_sbindir}
%{__ln_s} -f %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name}
ln -s -f %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name}
rm -f drbd.conf
%clean