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
1344aadb51
commit
7c178bb9eb
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libabigail
|
||||
Version: 1.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
License: LGPLv3+
|
||||
@ -148,6 +148,9 @@ fi
|
||||
%doc doc/manuals/html/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1-4
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
@ -322,7 +325,7 @@ fi
|
||||
- Tarball name format is now clearer: %%{name}-%%{version}-git-%%{git_revision}
|
||||
- Add new macro tarball_name for that
|
||||
- Adjust the Source0, git_revision, date, Release macros
|
||||
- Adjust the %setup directive to the fact that the tarball now extracts to
|
||||
- Adjust the %%setup directive to the fact that the tarball now extracts to
|
||||
a directory named %%{name}-%%{version}-git-%%{git_revision}
|
||||
- Adjust the packaging of the man pages as some of them moved from
|
||||
section 7 to section 1.
|
||||
|
Loading…
Reference in New Issue
Block a user