Hello community,

here is the log from the commit of package bcache-tools for openSUSE:Factory 
checked in at 2020-11-23 15:30:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcache-tools (Old)
 and      /work/SRC/openSUSE:Factory/.bcache-tools.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcache-tools"

Mon Nov 23 15:30:33 2020 rev:14 rq:848736 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcache-tools/bcache-tools.changes        
2020-11-02 14:06:20.604770670 +0100
+++ /work/SRC/openSUSE:Factory/.bcache-tools.new.5913/bcache-tools.changes      
2020-11-23 18:38:03.196595249 +0100
@@ -1,0 +2,8 @@
+Sun Nov 15 15:58:35 UTC 2020 - Coly Li <col...@suse.com>
+
+- Makefile: install bcache-status (jsc#SLE-9807, bsc#1178725)
+  0018-Makefile-install-bcache-status.patch
+- bcache-tools.spec: add '_sbindir/bcache-status' for the new added
+  bcache-status python script (jsc#SLE-9807, bsc#1178725)
+
+-------------------------------------------------------------------

New:
----
  0018-Makefile-install-bcache-status.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bcache-tools.spec ++++++
--- /var/tmp/diff_new_pack.pDxg04/_old  2020-11-23 18:38:03.876595951 +0100
+++ /var/tmp/diff_new_pack.pDxg04/_new  2020-11-23 18:38:03.880595956 +0100
@@ -42,6 +42,7 @@
 Patch15:        0015-bcache-tools-make-permit-only-one-cache-device-to-be.patch
 Patch16:        0016-bcache-tools-add-bcache-status.patch
 Patch17:        0017-bcache-tools-add-man-page-bcache-status.8.patch
+Patch18:        0018-Makefile-install-bcache-status.patch
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  pkgconfig(blkid)
@@ -76,6 +77,7 @@
 %_sbindir/bcache-super-show
 %_sbindir/make-bcache
 %_sbindir/bcache
+%_sbindir/bcache-status
 %_prefix/lib/dracut/
 %_prefix/lib/udev
 %_mandir/man8/*.8*

++++++ 0018-Makefile-install-bcache-status.patch ++++++
From 096d205a9f1be8540cbc5a468c0da8203023de70 Mon Sep 17 00:00:00 2001
From: Coly Li <col...@suse.de>
Date: Sun, 15 Nov 2020 23:18:31 +0800
Subject: [PATCH] Makefile: install bcache-status
Git-commit: 096d205a9f1be8540cbc5a468c0da8203023de70
Patch-mainline: bcache-tools-1.1
References: jsc#SLE-9807, bsc#1178725

This patch modifies Makefile to intall bcache-status into
$(DESTDIR)${PREFIX}/sbin/.

Signed-off-by: Coly Li <col...@suse.de>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index df44085..d914200 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ all: make-bcache probe-bcache bcache-super-show bcache-register 
bcache
 
 install: make-bcache probe-bcache bcache-super-show
        $(INSTALL) -m0755 make-bcache bcache-super-show bcache 
$(DESTDIR)${PREFIX}/sbin/
+       $(INSTALL) -m0755 bcache-status $(DESTDIR)${PREFIX}/sbin/
        $(INSTALL) -m0755 probe-bcache bcache-register bcache-export-cached 
$(DESTDIR)$(UDEVLIBDIR)/
        $(INSTALL) -m0644 69-bcache.rules       $(DESTDIR)$(UDEVLIBDIR)/rules.d/
        $(INSTALL) -m0644 -- *.8 $(DESTDIR)${PREFIX}/share/man/man8/
-- 
2.26.2
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to