Accepting request 186340 from filesystems

- Update to new snapshot 0.1.g71
* Support for superblocks up to version 4

OBS-URL: https://build.opensuse.org/request/show/186340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcache-tools?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal 2013-08-12 08:15:49 +00:00 committed by Git OBS Bridge
commit 15a1fb5607
4 changed files with 23 additions and 14 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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.
@ -46,16 +49,16 @@ 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
%changelog