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:
Dominique Leuenberger 2019-08-27 08:17:46 +00:00 committed by Git OBS Bridge
commit ec8006409c
5 changed files with 37 additions and 18 deletions

16
_service Normal file
View 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>

View File

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

View File

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

View File

@ -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
- 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,
by this program people may avoid many operations on sysfs entries.
(bsc#1109460)
(bsc#1109460)
- Remove the following patche since it is in upstream,
- 0001-build-remove-inline-keyword-from-crc64.patch
- Rename prefix of
0001-udev-do-not-rely-on-DRIVER-variable.patch
to a SUSE specific patch prefix
1001-udev-do-not-rely-on-DRIVER-variable.patch
to a SUSE specific patch prefix
1001-udev-do-not-rely-on-DRIVER-variable.patch
-------------------------------------------------------------------
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
- Move bcache rule from position 61 to position 74
(bnc#868938)
(bnc#868938)
-------------------------------------------------------------------
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
- create package
- create package

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -20,15 +20,13 @@ Name: bcache-tools
Summary: Configuration utilities for bcache
License: GPL-2.0-only
Group: System/Base
Version: 1.0.9
Version: 1.0.8+suse5
Release: 0
Url: http://bcache.evilpiepirate.org/
#Git-Clone: http://evilpiepirate.org/git/bcache-tools.git
Source: %name-%version.tar.xz
Patch1001: 1001-udev-do-not-rely-on-DRIVER-variable.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch1: 1001-udev-do-not-rely-on-DRIVER-variable.patch
BuildRequires: libblkid-devel
BuildRequires: libsmartcols-devel
BuildRequires: libuuid-devel
@ -39,8 +37,7 @@ BuildRequires: xz
This package contains utilities for configuring the bcache Module.
%prep
%setup -qn %name
%patch1001 -p1
%autosetup -p1
%build
export SUSE_ASNEEDED=0
@ -61,13 +58,12 @@ mkdir -p "$b/%_prefix/lib"
mv "$b/lib/udev" "$b/%_prefix/lib/"
%files
%defattr(-,root,root)
%_sbindir/bcache-super-show
%_sbindir/make-bcache
%_sbindir/bcache
%_prefix/lib/udev
%_libexecdir/dracut/
%_mandir/man8/*.8*
%doc COPYING
%license COPYING
%changelog