NVR Bump in order to trigger a rebuild for ELN. (#2124562)

This commit is contained in:
Nick Clifton 2022-09-06 16:01:29 +01:00
parent 253c3f05a5
commit c86583e001
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: annobin Name: annobin
Summary: Annotate and examine compiled binary files Summary: Annotate and examine compiled binary files
Version: 10.81 Version: 10.81
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3+ License: GPLv3+
URL: https://sourceware.org/annobin/ URL: https://sourceware.org/annobin/
# Maintainer: nickc@redhat.com # Maintainer: nickc@redhat.com
@ -488,6 +488,9 @@ fi
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
%changelog %changelog
* Tue Sep 06 2022 Nick Clifton <nickc@redhat.com> - 10.81-2
- NVR Bump in order to trigger a rebuild for ELN. (#2124562)
* Thu Aug 11 2022 Nick Clifton <nickc@redhat.com> - 10.81-1 * Thu Aug 11 2022 Nick Clifton <nickc@redhat.com> - 10.81-1
- Plugin: Fix top level configuration support for RiscV. - Plugin: Fix top level configuration support for RiscV.