From f7491bafbbd9cc2d05f3926ed47fef6f0368c540 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Jul 30 2013 07:22:03 +0000 Subject: Fix spec files %define util-linux_version -> %define util_linux_version for proper expansion --- diff --git a/lvm2.spec b/lvm2.spec index cff256a..cdc5177 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -7,7 +7,7 @@ %define systemd_version 189-3 %define dracut_version 002-18 -%define util-linux_version 2.22.1 +%define util_linux_version 2.22.1 %define bash_version 4.0 %define corosync_version 1.99.9-1 %define dlm_version 3.99.1-1 @@ -37,7 +37,7 @@ Summary: Userland logical volume management tools Name: lvm2 Version: 2.02.99 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -446,7 +446,7 @@ License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/dm Requires: device-mapper-libs = %{device_mapper_version}-%{release} -Requires: util-linux >= %{util-linux_version} +Requires: util-linux >= %{util_linux_version} Requires: systemd >= %{systemd_version} # We need dracut to install required udev rules if udev_sync # feature is turned on so we don't lose required notifications. @@ -575,6 +575,9 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Tue Jul 30 2013 Peter Rajnoha - 2.02.99-2 +- Fix spec file's util-linux version definition for proper expansion when used. + * Thu Jul 25 2013 Peter Rajnoha - 2.02.99-1 - o Features/Extensions/Additions: - Add support for poolmetadataspare LV, that will be used for pool recovery.