From 4a149e33d2d133a6b461083812a7fc505f3883915cf82a34935e839323328a25 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 22 Aug 2019 20:02:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/filesystems/bcache-tools?expand=0&rev=21 --- _service | 16 ++++++++++++++++ bcache-tools-1.0.8+suse5.tar.xz | 3 +++ bcache-tools-1.0.9.tar.xz | 3 --- bcache-tools.changes | 19 +++++++++++++------ bcache-tools.spec | 14 +++++--------- 5 files changed, 37 insertions(+), 18 deletions(-) create mode 100644 _service create mode 100644 bcache-tools-1.0.8+suse5.tar.xz delete mode 100644 bcache-tools-1.0.9.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..738f9be --- /dev/null +++ b/_service @@ -0,0 +1,16 @@ + + + git + + git://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools + for-next + + a73679b22c333763597d39c72112ef5a53f55419 + 1.0.8+suse@TAG_OFFSET@ + + + *.tar + xz + + + diff --git a/bcache-tools-1.0.8+suse5.tar.xz b/bcache-tools-1.0.8+suse5.tar.xz new file mode 100644 index 0000000..abf967b --- /dev/null +++ b/bcache-tools-1.0.8+suse5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ab1d69526d5cfa01001f939404cb4d46fd5220d821f59c0b2098a9b79d9f22 +size 28292 diff --git a/bcache-tools-1.0.9.tar.xz b/bcache-tools-1.0.9.tar.xz deleted file mode 100644 index 3230f4c..0000000 --- a/bcache-tools-1.0.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d49581949114d493165b15705fce0ddbcbc8c572ac2e7d8b39f8c0731cdeb527 -size 29152 diff --git a/bcache-tools.changes b/bcache-tools.changes index 8129232..0d92c29 100644 --- a/bcache-tools.changes +++ b/bcache-tools.changes @@ -1,16 +1,24 @@ +------------------------------------------------------------------- +Thu Aug 22 20:00:37 UTC 2019 - Jan Engelhardt + +- 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 diff --git a/bcache-tools.spec b/bcache-tools.spec index e91f09f..b8e8554 100644 --- a/bcache-tools.spec +++ b/bcache-tools.spec @@ -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