From 076660183ac6c45f645d3ae7804372fe19082aeeb76621570c0d1d0d81cb6088 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 15 Jul 2008 19:29:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drbd?expand=0&rev=11 --- drbd-8.2.5.tar.bz2 | 3 --- drbd-8.2.6.tar.bz2 | 3 +++ drbd.changes | 13 +++++++++++++ drbd.spec | 17 ++++++++++++++--- 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 drbd-8.2.5.tar.bz2 create mode 100644 drbd-8.2.6.tar.bz2 diff --git a/drbd-8.2.5.tar.bz2 b/drbd-8.2.5.tar.bz2 deleted file mode 100644 index 1c0f632..0000000 --- a/drbd-8.2.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2a07df558c7cdb60b3217386c39a631b6db2b7d2bbed893cefdb1b5e1a6193d -size 252941 diff --git a/drbd-8.2.6.tar.bz2 b/drbd-8.2.6.tar.bz2 new file mode 100644 index 0000000..edeea00 --- /dev/null +++ b/drbd-8.2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4179667c33653c273060636deadf872ef1ea65ccccb1019973752cbae730c7d9 +size 265158 diff --git a/drbd.changes b/drbd.changes index afb769f..67aabbc 100644 --- a/drbd.changes +++ b/drbd.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 15 09:41:31 CEST 2008 - lmb@suse.de + +- Update to 8.2.6 and include all bugfixes from upstream. +- Fix loading of module (bnc#403731). +- Include bash completion for drbdadm. +- Added the before-resync-target handler. +- Fixed the out-of-sync handler. +- Added the max-bio-bvecs option to workaround issues in a stack of + DRBD/LVM/Xen. +- Fix online resizing in case if triggered from secondary. +- Includes bugfixes from 8.0.11 -> 8.0.12 branch. + ------------------------------------------------------------------- Wed Jun 4 12:04:56 CEST 2008 - ro@suse.de diff --git a/drbd.spec b/drbd.spec index 80742b5..044eb68 100644 --- a/drbd.spec +++ b/drbd.spec @@ -1,5 +1,5 @@ # -# spec file for package drbd (Version 8.2.5) +# spec file for package drbd (Version 8.2.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,8 +16,8 @@ BuildRequires: bison flex glib-devel kernel-source kernel-syms module-init-tool BuildRequires: xen-tools %endif Summary: Distributed Replicated Block Device -Version: 8.2.5 -Release: 17 +Version: 8.2.6 +Release: 1 Source: %{name}-%{version}.tar.bz2 Patch0: drbd-optflags.patch License: GPL v2 or later @@ -123,6 +123,7 @@ done %files -n drbd %defattr(644, root, root) %config(noreplace) /etc/drbd.conf +/etc/bash_completion.d/drbdadm %defattr(755, root, root) /sbin/drbdadm /sbin/drbdsetup @@ -150,6 +151,16 @@ done %doc scripts/drbd.conf %changelog +* Tue Jul 15 2008 lmb@suse.de +- Update to 8.2.6 and include all bugfixes from upstream. +- Fix loading of module (bnc#403731). +- Include bash completion for drbdadm. +- Added the before-resync-target handler. +- Fixed the out-of-sync handler. +- Added the max-bio-bvecs option to workaround issues in a stack of + DRBD/LVM/Xen. +- Fix online resizing in case if triggered from secondary. +- Includes bugfixes from 8.0.11 -> 8.0.12 branch. * Wed Jun 04 2008 ro@suse.de - buildreq xen-tools only on x86,x86_64 * Tue Jun 03 2008 coolo@suse.de