forked from pool/bcache-tools
Accepting request 765450 from filesystems
- Update to tag 1.1 OBS-URL: https://build.opensuse.org/request/show/765450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcache-tools?expand=0&rev=11
This commit is contained in:
commit
68dfa2783c
7
_service
7
_service
@ -3,10 +3,9 @@
|
||||
<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>
|
||||
<param name="revision">bcache-tools-1.1</param>
|
||||
<param name="parent-tag">bcache-tools-1.1</param>
|
||||
<param name="versionformat">1.1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13ab1d69526d5cfa01001f939404cb4d46fd5220d821f59c0b2098a9b79d9f22
|
||||
size 28292
|
3
bcache-tools-1.1.tar.xz
Normal file
3
bcache-tools-1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22f105e8f87bd06783f03ffdf0d79b3c4d032facbf24def78aaf04c216644bc8
|
||||
size 29376
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 19:27:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag 1.1
|
||||
* add blkdiscard for cache dev
|
||||
* add 'label' field
|
||||
* allow users to set label for device
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 20:00:37 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bcache-tools
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,21 +17,20 @@
|
||||
|
||||
|
||||
Name: bcache-tools
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: Configuration utilities for bcache
|
||||
License: GPL-2.0-only
|
||||
Group: System/Base
|
||||
Version: 1.0.8+suse5
|
||||
Release: 0
|
||||
Url: http://bcache.evilpiepirate.org/
|
||||
URL: http://bcache.evilpiepirate.org/
|
||||
|
||||
#Git-Clone: http://evilpiepirate.org/git/bcache-tools.git
|
||||
Source: %name-%version.tar.xz
|
||||
Patch1: 1001-udev-do-not-rely-on-DRIVER-variable.patch
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libsmartcols-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(blkid)
|
||||
BuildRequires: pkgconfig(smartcols)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
|
||||
%description
|
||||
This package contains utilities for configuring the bcache Module.
|
||||
|
Loading…
Reference in New Issue
Block a user