This commit is contained in:
parent
33c0e4de42
commit
076660183a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2a07df558c7cdb60b3217386c39a631b6db2b7d2bbed893cefdb1b5e1a6193d
|
||||
size 252941
|
3
drbd-8.2.6.tar.bz2
Normal file
3
drbd-8.2.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4179667c33653c273060636deadf872ef1ea65ccccb1019973752cbae730c7d9
|
||||
size 265158
|
13
drbd.changes
13
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
|
||||
|
||||
|
17
drbd.spec
17
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
|
||||
|
Loading…
Reference in New Issue
Block a user