Compare commits

...

2 Commits

Author SHA1 Message Date
Aleksandra Fedorova 42b393a571 Add RHEL gating configuration 2024-01-17 06:45:51 +00:00
Mohan Boddu 19f7b5fab0 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 01:06:43 +00:00
3 changed files with 12 additions and 1 deletions

1
.tokyocabinet.metadata Normal file
View File

@ -0,0 +1 @@
b26a0a1ae7a05d2e1cc06cc518838cdd552e65aa tokyocabinet-1.4.48.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

View File

@ -1,7 +1,7 @@
Summary: A modern implementation of a DBM
Name: tokyocabinet
Version: 1.4.48
Release: 18%{?dist}
Release: 19%{?dist}
License: LGPLv2+
URL: http://fallabs.com/tokyocabinet/
Source: http://fallabs.com/%{name}/%{name}-%{version}.tar.gz
@ -74,6 +74,10 @@ make check
%doc doc/*
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.48-19
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.48-18
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937