diff --git a/libblockdev.spec b/libblockdev.spec index 1df951a..10eaefb 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -67,7 +67,7 @@ Name: libblockdev Version: 2.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -785,6 +785,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Fri Feb 09 2018 Igor Gnatenko - 2.16-2 +- Escape macros in %%changelog + * Thu Feb 08 2018 Vojtech Trefny - 2.16-1 - Add tests for progress report (jtulak) - Add e2fsck progress (jtulak) @@ -1214,7 +1217,7 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} * Wed Jun 01 2016 Vratislav Podzimek - 1.6-1 - Ignore merge commits when creating changelog (vpodzime) -- Only take the number of the first %changelog line found (vpodzime) +- Only take the number of the first %%changelog line found (vpodzime) - Add some more detailed description to the part plugin (vpodzime) - Fix a few extra issues with the const types (vpodzime) - Add function for getting best free region (vpodzime) @@ -1307,7 +1310,7 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} - btrfs now requires at least 128MiB device(s) (vpodzime) - Merge pull request #52 from vpodzime/master (vpodzime) - Round size in thpoolcreate() to KiB (vpodzime) -- Sync the %changelog in spec with downstream (vpodzime) +- Sync the %%changelog in spec with downstream (vpodzime) * Wed Nov 25 2015 Vratislav Podzimek - 1.3-4 - Create the cache pool before the to-be-cached LV (vpodzime)