Compare commits
No commits in common. "imports/c8-beta/gflags-2.1.2-7.el8" and "c8s" have entirely different histories.
imports/c8
...
c8s
@ -1 +0,0 @@
|
||||
8bdbade9d041339dc14b4ab426e2354a5af38478 SOURCES/gflags-2.1.2.tar.gz
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
SOURCES/gflags-2.1.2.tar.gz
|
||||
/gflags-2.1.1.tar.gz
|
||||
/gflags-2.1.2.tar.gz
|
||||
/gflags-2.2.2.tar.gz
|
||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
1287
gflags-uint32-option-and-fixes.patch
Normal file
1287
gflags-uint32-option-and-fixes.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
Name: gflags
|
||||
Version: 2.1.2
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Library for commandline flag processing
|
||||
|
||||
@ -9,6 +9,7 @@ License: BSD
|
||||
URL: https://gflags.github.io/gflags/
|
||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: gflags-0001-Set-VERSION-property-of-library-targets-to-major.patch
|
||||
Patch1: gflags-uint32-option-and-fixes.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: python2-setuptools
|
||||
@ -60,6 +61,11 @@ This package contains development files for %{name}.
|
||||
%{_libdir}/cmake/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Aug 08 2023 Jiri Kucera <jkucera@redhat.com> - 1:2.1.2-8
|
||||
- Add support for uint32 options
|
||||
Plus backport several fixes
|
||||
Resolves: #2035143
|
||||
|
||||
* Wed Feb 23 2022 Jiri Kucera <jkucera@redhat.com> - 1:2.1.2-7
|
||||
- Revert rebase back to 2.1.2
|
||||
Related: #2035143
|
Loading…
Reference in New Issue
Block a user