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
4f1bae0cee
commit
2d9d75321a
@ -9,7 +9,7 @@
|
|||||||
Summary: Linux Key Management Utilities
|
Summary: Linux Key Management Utilities
|
||||||
Name: keyutils
|
Name: keyutils
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 5%{?buildid}%{?dist}
|
Release: 6%{?buildid}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
ExclusiveOS: Linux
|
ExclusiveOS: Linux
|
||||||
@ -102,6 +102,9 @@ make \
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.10-6
|
||||||
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-5
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -134,7 +137,7 @@ make \
|
|||||||
- Exit rather than returning from act_xxx() functions.
|
- Exit rather than returning from act_xxx() functions.
|
||||||
- Fix memory leak in dump_key_tree_aux.
|
- Fix memory leak in dump_key_tree_aux.
|
||||||
- Only get the groups list if we need it.
|
- Only get the groups list if we need it.
|
||||||
- Don't trust sscanf's %n argument.
|
- Don't trust sscanf's %%n argument.
|
||||||
- Use the correct path macros in the specfile.
|
- Use the correct path macros in the specfile.
|
||||||
- Avoid use realloc when the memory has no content.
|
- Avoid use realloc when the memory has no content.
|
||||||
- Fix a bunch of issues in key.dns_resolver.
|
- Fix a bunch of issues in key.dns_resolver.
|
||||||
|
Loading…
Reference in New Issue
Block a user