Rebuild to correct the binary content

RHEL 8 and CentOS 8 Stream binary RPMs differ in libgflags SONAME
due to improper handling of side-tag builds and ignoring epochs
in the previous version of the build system.

Related: #2035143
This commit is contained in:
Jiri Kucera 2023-08-10 12:04:03 +02:00
parent 957409b927
commit 80a5e2c190
2 changed files with 8 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
SOURCES/glog-0.3.5.tar.gz
glog-0.3.0.tar.gz
/glog-0.3.3.tar.gz
/glog-0.3.5.tar.gz

View File

@ -1,6 +1,6 @@
Name: glog
Version: 0.3.5
Release: 5%{?dist}.0.1
Release: 6%{?dist}
Summary: A C++ application logging library
Group: System Environment/Libraries
License: BSD
@ -60,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
%changelog
* Thu Aug 10 2023 Jiri Kucera <jkucera@redhat.com> - 0.3.5-6
- Rebuild to correct the binary content
(rhel8 and c8s binary RPMs differs in libgflags SONAME)
Related: #2035143
* Thu Feb 24 2022 Jiri Kucera <jkucera@redhat.com> - 0.3.5-5
- Rebuild due to revert of gflags back to 2.1.2
Related: #2035143