Fix spec files %define util-linux_version -> %define util_linux_version for proper expansion

This commit is contained in:
Peter Rajnoha 2013-07-30 09:22:03 +02:00
parent b92a135f96
commit f7491bafbb

View File

@ -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 <prajnoha@redhat.com> - 2.02.99-2
- Fix spec file's util-linux version definition for proper expansion when used.
* Thu Jul 25 2013 Peter Rajnoha <prajnoha@redhat.com> - 2.02.99-1
- o Features/Extensions/Additions:
- Add support for poolmetadataspare LV, that will be used for pool recovery.