Bump to rebuild on rebuilt corosync

This commit is contained in:
Troy Dawson 2017-10-02 08:16:09 -07:00
parent 852dd0a75c
commit ed7ef951d4

View File

@ -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 <tdawson@redhat.com> - 2.02.174-2
- Bump to rebuild on rebuilt corosync
- Cleanup spec file conditionals
* Wed Sep 20 2017 Marian Csontos <mcsontos@redhat.com> - 2.02.174-1.f28
- NOTE: Deprecating python bindings and liblvm2app.
- Prevent raid1 split with trackchanges in a shared VG.