From 37ffe76da556a4a2f4e07ae06190cf4ff62c7e02 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:05:06 +0000 Subject: Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- diff --git a/lvm2.spec b/lvm2.spec index eef43c8..3650643 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -61,7 +61,7 @@ Name: lvm2 Epoch: %{rhel} %endif Version: 2.02.177 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sourceware.org/lvm2 @@ -893,6 +893,9 @@ An extensive functional testsuite for LVM2. %endif %changelog +* Fri Feb 09 2018 Igor Gnatenko - 2.02.177-4 +- Escape macros in %%changelog + * Thu Feb 08 2018 Fedora Release Engineering - 2.02.177-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -1249,7 +1252,7 @@ An extensive functional testsuite for LVM2. - Fix possible NULL pointer derefence when checking for monitoring. - Add lvmreport(7) man page. - Don't install lvmraid(7) man page when raid excluded. (2.02.165) -- Report 0% as dirty (copy%) for cache without any used block. +- Report 0% as dirty (copy%%) for cache without any used block. - Fix lvm2api reporting of cache data and metadata percent. - Restore reporting of metadata usage for cache volumes (2.02.155). - Support raid scrubbing on cache origin LV. @@ -1433,7 +1436,7 @@ An extensive functional testsuite for LVM2. - Fix lvmconfig --type diff to display complete diff if config cascade used. - Automatically filter out partitioned loop devices with partscan (losetup -P). - Fix lvm devtypes internal error if -S used with field name from pvs/vgs/lvs. -- When reporting Data%,Snap%,Meta%,Cpy%%Sync use single ioctl per LV. +- When reporting Data%%,Snap%%,Meta%%,Cpy%%Sync use single ioctl per LV. - Add lvseg_percent_with_info_and_seg_status() for percent retrieval. - Enhance internal seg_status handling to understand snapshots better. - When refresh failed in suspend, call resume upon error path. @@ -1441,7 +1444,7 @@ An extensive functional testsuite for LVM2. - Check cache status only for 'in-use' cache pools. - Extend setup_task() to preset flushing for dm_task object. - When checking LV is a merging COW, validate its a COW LV first. -- Correcting value in copy_percent() for 100%. +- Correcting value in copy_percent() for 100%%. - Update vgreduce to use process_each_vg. - Update lvconvert to use process_each_lv. - Update pvscan to use process_each_vg for autoactivation. @@ -2374,7 +2377,7 @@ An extensive functional testsuite for LVM2. - Require --yes option to skip prompt to lvconvert thin pool chunksize. - Support lvremove -ff to remove thin volumes from broken thin pools. - Require --yes to skip raid repair prompt. -- Change makefile %.d generation to handle filename changes without make clean. +- Change makefile %%.d generation to handle filename changes without make clean. - Fix use of buildir in make pofile. - Enhance private volumes UUIDs with suffixed for easier detection. - Do not use reserved _[tc]meta volumes for temporary LVs.