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/"