forked from pool/bcache-tools
Accepting request 725414 from filesystems
- Shift the version number to 1.0.8+suse5 because there has never been a 1.0.9 release. OBS-URL: https://build.opensuse.org/request/show/725414 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcache-tools?expand=0&rev=10
This commit is contained in:
commit
ec8006409c
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,16 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
- Update bcache-tools to 1.0.9, this is required by yast2 bcache module
|
- Update bcache-tools to 1.0.9, this is required by yast2 bcache module
|
||||||
development. In this version a new program named "bcache" is added,
|
development. In this version a new program named "bcache" is added,
|
||||||
by this program people may avoid many operations on sysfs entries.
|
by this program people may avoid many operations on sysfs entries.
|
||||||
(bsc#1109460)
|
(bsc#1109460)
|
||||||
- Remove the following patche since it is in upstream,
|
- Remove the following patche since it is in upstream,
|
||||||
- 0001-build-remove-inline-keyword-from-crc64.patch
|
- 0001-build-remove-inline-keyword-from-crc64.patch
|
||||||
- Rename prefix of
|
- Rename prefix of
|
||||||
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
|
||||||
|
|
||||||
@ -39,7 +47,7 @@ Fri Apr 4 07:57:33 UTC 2014 - jengelh@inai.de
|
|||||||
Wed Mar 19 10:22:13 UTC 2014 - oneukum@suse.com
|
Wed Mar 19 10:22:13 UTC 2014 - oneukum@suse.com
|
||||||
|
|
||||||
- Move bcache rule from position 61 to position 74
|
- Move bcache rule from position 61 to position 74
|
||||||
(bnc#868938)
|
(bnc#868938)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 22:02:31 UTC 2013 - jengelh@inai.de
|
Wed Aug 7 22:02:31 UTC 2013 - jengelh@inai.de
|
||||||
@ -61,5 +69,4 @@ 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