Bump version and add changelog

With some packages using rpmautospec, it is just so easy to forget…
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-01-21 18:21:04 +01:00
parent ce70218eed
commit 3a30baf034
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Summary: Red Hat specific rpm configuration files Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config Name: redhat-rpm-config
Version: 210 Version: 211
Release: 1%{?dist} Release: 1%{?dist}
# No version specified. # No version specified.
License: GPL+ License: GPL+
@ -191,6 +191,10 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md %doc buildflags.md
%changelog %changelog
* Fri Jan 21 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 211-1
- Move package note generation to build preamble
- Do ELF package notes also on ELN
* Thu Jan 20 2022 Miro Hrončok <mhroncok@redhat.com> - 210-1 * Thu Jan 20 2022 Miro Hrončok <mhroncok@redhat.com> - 210-1
- Remove package ELF note from the extension LDFLAGS - Remove package ELF note from the extension LDFLAGS
- Related: rhbz#2043092 - Related: rhbz#2043092