From 80a5e2c19062058e01889fd96039679ef8530efa Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Thu, 10 Aug 2023 12:04:03 +0200 Subject: [PATCH] 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 --- .gitignore | 3 ++- glog.spec | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7c3fd31..6066c42 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/glog.spec b/glog.spec index 683c2a3..88872b8 100644 --- a/glog.spec +++ b/glog.spec @@ -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 - 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 - 0.3.5-5 - Rebuild due to revert of gflags back to 2.1.2 Related: #2035143