Escape macros in %changelog
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
7748ef9b62
commit
5884541e62
@ -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 <ignatenkobrain@fedoraproject.org> - 2.16-2
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Thu Feb 08 2018 Vojtech Trefny <vtrefny@redhat.com> - 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 <vpodzime@redhat.com> - 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 <vpodzime@redhat.com> - 1.3-4
|
||||
- Create the cache pool before the to-be-cached LV (vpodzime)
|
||||
|
Loading…
Reference in New Issue
Block a user