forked from pool/bcache-tools
bcache-tools-1.0.8
OBS-URL: https://build.opensuse.org/package/show/filesystems/bcache-tools?expand=0&rev=13
This commit is contained in:
parent
b70793c33b
commit
5c406b5e17
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13b71741df3abfeea10256d5f8b8362d948132442a17b1df2e5a31d3a80d7e54
|
||||
size 19732
|
3
bcache-tools-1.0.8.tar.xz
Normal file
3
bcache-tools-1.0.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32a8dbea58085cb20afee158a0bcd06c2841686336f3cfe8e062aa25661912f6
|
||||
size 20284
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 18:02:05 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0.8
|
||||
* bcache-register is now a C program
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 14:59:41 UTC 2014 - meissner@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bcache-tools
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@ -20,9 +20,8 @@ Name: bcache-tools
|
||||
Summary: Configuration utilities for bcache
|
||||
License: GPL-2.0
|
||||
Group: System/Base
|
||||
Version: 0.9
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
#Git-Snapshot: v0.9
|
||||
Url: http://bcache.evilpiepirate.org/
|
||||
|
||||
#Git-Clone: http://evilpiepirate.org/git/bcache-tools.git
|
||||
@ -52,8 +51,10 @@ b="%buildroot"
|
||||
mkdir -p "$b"/{sbin,%_sbindir,%_mandir/man8,/lib/udev/rules.d}
|
||||
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"
|
||||
make install DESTDIR="$b" DRACUTLIBDIR="%_libexecdir/dracut"
|
||||
# Not used in openSUSE
|
||||
rm -Rf "$b/%_sysconfdir/initramfs-tools" "$b/%_libexecdir/initcpio" \
|
||||
"$b/%_datadir/initramfs-tools"
|
||||
mkdir -p "$b/%_prefix/lib"
|
||||
mv "$b/lib/udev" "$b/%_prefix/lib/"
|
||||
|
||||
@ -62,6 +63,7 @@ mv "$b/lib/udev" "$b/%_prefix/lib/"
|
||||
%_sbindir/bcache-super-show
|
||||
%_sbindir/make-bcache
|
||||
%_prefix/lib/udev
|
||||
%_libexecdir/dracut/
|
||||
%_mandir/man8/*.8*
|
||||
%doc COPYING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user