From 69e3e76a3e8eb4a4713b41ddb6a02bb042d9be68fbd2c8cc5ca45761731acda2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 7 Aug 2013 22:05:20 +0000 Subject: [PATCH 1/2] bcache-tools-0.1.g71 OBS-URL: https://build.opensuse.org/package/show/filesystems/bcache-tools?expand=0&rev=4 --- bcache-tools-0.1.g45.tar.xz | 3 --- bcache-tools-0.1.g71.tar.xz | 3 +++ bcache-tools.changes | 6 ++++++ bcache-tools.spec | 16 ++++++++++------ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 bcache-tools-0.1.g45.tar.xz create mode 100644 bcache-tools-0.1.g71.tar.xz diff --git a/bcache-tools-0.1.g45.tar.xz b/bcache-tools-0.1.g45.tar.xz deleted file mode 100644 index 01f0b33..0000000 --- a/bcache-tools-0.1.g45.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be082b537e951d42e982e6c5dfe4d88f040ec02e6860cc01e1fb586f751f4797 -size 16352 diff --git a/bcache-tools-0.1.g71.tar.xz b/bcache-tools-0.1.g71.tar.xz new file mode 100644 index 0000000..f3ad82c --- /dev/null +++ b/bcache-tools-0.1.g71.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9190de0872706ce2fe063211f3cb41b2d8ca7eb2aeead96787f326422da968de +size 18540 diff --git a/bcache-tools.changes b/bcache-tools.changes index de6af37..5b06971 100644 --- a/bcache-tools.changes +++ b/bcache-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 7 22:02:31 UTC 2013 - jengelh@inai.de + +- Update to new snapshot 0.1.g71 +* Support for superblocks up to version 4 + ------------------------------------------------------------------- Wed Jun 26 21:30:55 UTC 2013 - jengelh@inai.de diff --git a/bcache-tools.spec b/bcache-tools.spec index 7ce6ca0..6cecf47 100644 --- a/bcache-tools.spec +++ b/bcache-tools.spec @@ -1,7 +1,7 @@ # # spec file for package bcache-tools # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,19 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: bcache-tools Summary: Configuration utilities for bcache -Version: 0.1.g45 -#Snapshot: 42c182c6ab1530b5e3b18893f284da3eaec46e74 -Release: 0 -Group: System/Base License: GPL-2.0 +Group: System/Base +Version: 0.1.g71 +Release: 0 +#Snapshot: 0b57e166ae86d525ef42842cabf7692fc7c44039 Url: http://bcache.evilpiepirate.org/ #Git-Clone: http://evilpiepirate.org/git/bcache-tools.git Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: openssl-devel libuuid-devel xz +BuildRequires: libuuid-devel +BuildRequires: openssl-devel +BuildRequires: xz %description This package contains utilities for configuring the bcache Module. @@ -57,5 +60,6 @@ mv "$b/lib/udev/rules.d"/* "$b/%_prefix/lib/udev/rules.d/" %dir %_prefix/lib/udev/rules.d %_prefix/lib/udev/rules.d/61-bcache.rules %_mandir/man8/*.8* +%doc COPYING %changelog From 7f85896c0b50ec6940b16d6afb376effbbcc1f8f68dbe0c08dbf04210884f016 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 7 Aug 2013 22:11:42 +0000 Subject: [PATCH 2/2] bcache-tools-0.1.g71 OBS-URL: https://build.opensuse.org/package/show/filesystems/bcache-tools?expand=0&rev=5 --- bcache-tools.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bcache-tools.spec b/bcache-tools.spec index 6cecf47..7f7df23 100644 --- a/bcache-tools.spec +++ b/bcache-tools.spec @@ -49,16 +49,15 @@ mkdir -p "$b/%_sysconfdir/initramfs-tools/scripts/init-premount" mkdir -p "$b/%_sysconfdir/initramfs-tools/hooks" make install DESTDIR="$b" rm -Rf "$b/%_sysconfdir/initramfs-tools" -mkdir -p "$b/%_prefix/lib/udev/rules.d" -mv "$b/lib/udev/rules.d"/* "$b/%_prefix/lib/udev/rules.d/" +mkdir -p "$b/%_prefix/lib" +mv "$b/lib/udev" "$b/%_prefix/lib/" %files %defattr(-,root,root) +%_sbindir/bcache-super-show %_sbindir/make-bcache /sbin/probe-bcache -%dir %_prefix/lib/udev -%dir %_prefix/lib/udev/rules.d -%_prefix/lib/udev/rules.d/61-bcache.rules +%_prefix/lib/udev %_mandir/man8/*.8* %doc COPYING