Accepting request 179092 from home:jengelh:dev

OBS-URL: https://build.opensuse.org/request/show/179092
OBS-URL: https://build.opensuse.org/package/show/filesystems/bcache-tools?expand=0&rev=1
This commit is contained in:
Dirk Mueller 2013-06-25 11:15:12 +00:00 committed by Git OBS Bridge
commit 90eca80800
5 changed files with 96 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

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

11
bcache-tools.changes Normal file
View File

@ -0,0 +1,11 @@
-------------------------------------------------------------------
Tue Feb 26 09:07:16 UTC 2013 - jengelh@inai.de
- Update to new current snapshot
42c182c6ab1530b5e3b18893f284da3eaec46e74 (0.1.g45)
-------------------------------------------------------------------
Mon Feb 21 13:58:10 UTC 2011 - ro@suse.de
- create package

58
bcache-tools.spec Normal file
View File

@ -0,0 +1,58 @@
#
# spec file for package bcache-tools
#
# Copyright (c) 2009 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# 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
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
%description
This package contains utilities for configuring the bcache Module.
%prep
%setup -qn %name
%build
make all CFLAGS="%optflags" %{?_smp_mflags}
%install
b="%buildroot"
mkdir -p "$b"/{sbin,usr/sbin,usr/share/man/man8,lib/udev/rules.d}
mkdir -p "$b/etc/initramfs-tools/scripts/init-premount"
mkdir -p "$b/etc/initramfs-tools/hooks"
make install DESTDIR="$b"
rm -Rf "$b/etc/initramfs-tools"
%files
%defattr(-,root,root)
%_sbindir/make-bcache
/sbin/probe-bcache
%dir /lib/udev
%dir /lib/udev/rules.d
/lib/udev/rules.d/61-bcache.rules
%_mandir/man8/*.8*
%changelog