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
eb865a6d62
commit
8bf06e094a
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 28.5
|
Version: 28.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -154,6 +154,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 28.5-3
|
||||||
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 28.5-2
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 28.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -1303,7 +1306,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
- Allow specifying buildarch on the command line (#771382) (mgracik)
|
- Allow specifying buildarch on the command line (#771382) (mgracik)
|
||||||
- lorax: Don't touch /etc/mtab in cleanup (bcl)
|
- lorax: Don't touch /etc/mtab in cleanup (bcl)
|
||||||
- Update TODO and POLICY to reflect the current state of things (wwoods)
|
- Update TODO and POLICY to reflect the current state of things (wwoods)
|
||||||
- consider %ghost files part of the filelists in templates (wwoods)
|
- consider %%ghost files part of the filelists in templates (wwoods)
|
||||||
- lorax: Add option to exclude packages (bcl)
|
- lorax: Add option to exclude packages (bcl)
|
||||||
- dracut needs kbd directories (#769932) (bcl)
|
- dracut needs kbd directories (#769932) (bcl)
|
||||||
- better debug, handle relative output paths (bcl)
|
- better debug, handle relative output paths (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user