From b68f8cb357624a2c973222cf514cd866ac206271ae2778b5d5620a0ae21cdd4b Mon Sep 17 00:00:00 2001 From: LiuhuaMelody Wang Date: Thu, 6 Aug 2015 08:19:09 +0000 Subject: [PATCH] Accepting request 320810 from home:wanglh:branches:Base:System fix failed to create thin lv(bnc940754) OBS-URL: https://build.opensuse.org/request/show/320810 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=138 --- lvm2.changes | 6 ++++++ lvm2.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lvm2.changes b/lvm2.changes index 64a83eb..8372924 100644 --- a/lvm2.changes +++ b/lvm2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 6 06:13:20 UTC 2015 - lwang@suse.com + +- fix spec to change /sbin/thin-check to %{_sbindir}/thin-check. + (bnc#940754) + ------------------------------------------------------------------- Mon Jul 27 19:35:15 UTC 2015 - mpluskal@suse.com diff --git a/lvm2.spec b/lvm2.spec index 342c639..ba45b4a 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,7 +1,7 @@ # # spec file for package lvm2 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -198,7 +198,7 @@ autoreconf -fvi --with-device-mode=0640 \ --with-device-uid=0 \ --with-dmeventd-path=/sbin/dmeventd \ - --with-thin-check=/sbin/thin_check \ + --with-thin-check=%{_sbindir}/thin_check \ --with-thin-dump=%{_sbindir}/thin_dump \ --with-thin-repair=%{_sbindir}/thin_repair \ --with-udev-prefix="%_prefix/"