forked from pool/bcache-tools
This commit is contained in:
parent
7de914ab04
commit
4a149e33d2
16
_service
Normal file
16
_service
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<!-- original author's repo: https://evilpiepirate.org/git/bcache-tools.git -->
|
||||||
|
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools</param>
|
||||||
|
<param name="revision">for-next</param>
|
||||||
|
<!-- colyli repo does not have the tags of evilpiepirate -->
|
||||||
|
<param name="parent-tag">a73679b22c333763597d39c72112ef5a53f55419</param>
|
||||||
|
<param name="versionformat">1.0.8+suse@TAG_OFFSET@</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
</services>
|
3
bcache-tools-1.0.8+suse5.tar.xz
Normal file
3
bcache-tools-1.0.8+suse5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13ab1d69526d5cfa01001f939404cb4d46fd5220d821f59c0b2098a9b79d9f22
|
||||||
|
size 28292
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d49581949114d493165b15705fce0ddbcbc8c572ac2e7d8b39f8c0731cdeb527
|
|
||||||
size 29152
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 20:00:37 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add a _service file for the tarball from outer space.
|
||||||
|
- Shift the version number to 1.0.8+suse5 because there has never
|
||||||
|
been a 1.0.9 release.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 14 07:27:58 UTC 2018 - colyli@suse.com
|
Fri Sep 14 07:27:58 UTC 2018 - colyli@suse.com
|
||||||
|
|
||||||
@ -11,6 +18,7 @@ Fri Sep 14 07:27:58 UTC 2018 - colyli@suse.com
|
|||||||
0001-udev-do-not-rely-on-DRIVER-variable.patch
|
0001-udev-do-not-rely-on-DRIVER-variable.patch
|
||||||
to a SUSE specific patch prefix
|
to a SUSE specific patch prefix
|
||||||
1001-udev-do-not-rely-on-DRIVER-variable.patch
|
1001-udev-do-not-rely-on-DRIVER-variable.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 27 18:02:05 UTC 2015 - jengelh@inai.de
|
Fri Mar 27 18:02:05 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
@ -62,4 +70,3 @@ Tue Feb 26 09:07:16 UTC 2013 - jengelh@inai.de
|
|||||||
Mon Feb 21 13:58:10 UTC 2011 - ro@suse.de
|
Mon Feb 21 13:58:10 UTC 2011 - ro@suse.de
|
||||||
|
|
||||||
- create package
|
- create package
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bcache-tools
|
# spec file for package bcache-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,15 +20,13 @@ Name: bcache-tools
|
|||||||
Summary: Configuration utilities for bcache
|
Summary: Configuration utilities for bcache
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Version: 1.0.9
|
Version: 1.0.8+suse5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://bcache.evilpiepirate.org/
|
Url: http://bcache.evilpiepirate.org/
|
||||||
|
|
||||||
#Git-Clone: http://evilpiepirate.org/git/bcache-tools.git
|
#Git-Clone: http://evilpiepirate.org/git/bcache-tools.git
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Patch1001: 1001-udev-do-not-rely-on-DRIVER-variable.patch
|
Patch1: 1001-udev-do-not-rely-on-DRIVER-variable.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libsmartcols-devel
|
BuildRequires: libsmartcols-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
@ -39,8 +37,7 @@ BuildRequires: xz
|
|||||||
This package contains utilities for configuring the bcache Module.
|
This package contains utilities for configuring the bcache Module.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %name
|
%autosetup -p1
|
||||||
%patch1001 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
@ -61,13 +58,12 @@ mkdir -p "$b/%_prefix/lib"
|
|||||||
mv "$b/lib/udev" "$b/%_prefix/lib/"
|
mv "$b/lib/udev" "$b/%_prefix/lib/"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%_sbindir/bcache-super-show
|
%_sbindir/bcache-super-show
|
||||||
%_sbindir/make-bcache
|
%_sbindir/make-bcache
|
||||||
%_sbindir/bcache
|
%_sbindir/bcache
|
||||||
%_prefix/lib/udev
|
%_prefix/lib/udev
|
||||||
%_libexecdir/dracut/
|
%_libexecdir/dracut/
|
||||||
%_mandir/man8/*.8*
|
%_mandir/man8/*.8*
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user