diff --git a/lvm2.spec b/lvm2.spec index 47be5b0..730aeb1 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -26,7 +26,7 @@ %global enable_lockd_sanlock %{enable_lvmlockd} %global enable_lockd_dlm %{enable_lvmlockd} -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} <= 7 %ifnarch i686 x86_64 %global enable_cluster 0 %global enable_cmirror 0 @@ -54,7 +54,7 @@ Summary: Userland logical volume management tools Name: lvm2 Version: 2.02.174 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -866,6 +866,10 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Oct 02 2017 Troy Dawson - 2.02.174-2 +- Bump to rebuild on rebuilt corosync +- Cleanup spec file conditionals + * Wed Sep 20 2017 Marian Csontos - 2.02.174-1.f28 - NOTE: Deprecating python bindings and liblvm2app. - Prevent raid1 split with trackchanges in a shared VG.