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
6f07e274bc
commit
4dfd13a24c
@ -1,7 +1,7 @@
|
|||||||
Name: beakerlib
|
Name: beakerlib
|
||||||
Summary: A shell-level integration testing library
|
Summary: A shell-level integration testing library
|
||||||
Version: 1.17
|
Version: 1.17
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -96,6 +96,9 @@ Files for syntax highlighting BeakerLib tests in VIM editor
|
|||||||
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.17-11
|
||||||
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-10
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -163,7 +166,7 @@ Files for syntax highlighting BeakerLib tests in VIM editor
|
|||||||
- rlService* won't be blocked be less(1) while systemctl redirection is in place, bz1383303
|
- rlService* won't be blocked be less(1) while systemctl redirection is in place, bz1383303
|
||||||
- variable <libPrefix>LibraryDir variable is created for all imported libraries, holding the path to the library source, bz1074487
|
- variable <libPrefix>LibraryDir variable is created for all imported libraries, holding the path to the library source, bz1074487
|
||||||
- all logging messages are now printed to stderr, bz1171881
|
- all logging messages are now printed to stderr, bz1171881
|
||||||
- wildcard %doc inclusion in spec, bz1206173
|
- wildcard %%doc inclusion in spec, bz1206173
|
||||||
- prevent unbound variables, bz1228264
|
- prevent unbound variables, bz1228264
|
||||||
- new functions rlServiceEnabled/rlServiceDisable for enabling/disabling services, bz1234804
|
- new functions rlServiceEnabled/rlServiceDisable for enabling/disabling services, bz1234804
|
||||||
- updated documentation for rlImport -all, bz1246061
|
- updated documentation for rlImport -all, bz1246061
|
||||||
|
Loading…
Reference in New Issue
Block a user