Compare commits

...

No commits in common. "c8" and "194c18fa2dfa27d081d45afe0933c077b3340c6b" have entirely different histories.

7 changed files with 53 additions and 12 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
SOURCES/01d44a34f8fc057f4b041c01f8d9502d77fe612f.tar.gz
/3fc611aa5d3c9d6a40a88332903cf4230da74ad3.tar.gz
/957d18219d162f52ebe2426f32a4263ec10f357d.tar.gz
/dac554d62d514b202174506995afc0e109ef3fea.tar.gz

View File

@ -1 +1,2 @@
6e6fac76540137288b442211036e9203ef45231c SOURCES/01d44a34f8fc057f4b041c01f8d9502d77fe612f.tar.gz
7fd2afe6a1db459270488111d785fe93bd5bd965 dac554d62d514b202174506995afc0e109ef3fea.tar.gz
6e6fac76540137288b442211036e9203ef45231c 01d44a34f8fc057f4b041c01f8d9502d77fe612f.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# opencsd
The opencsd package

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: osci.brew-build.tier0.functional}

View File

@ -1,8 +1,8 @@
%global opencsd_tag 01d44a34f8fc057f4b041c01f8d9502d77fe612f
%global opencsd_tag dac554d62d514b202174506995afc0e109ef3fea
Name: opencsd
Version: 1.0.0
Release: 4%{?dist}
Version: 1.2.0
Release: 2%{?dist}
Summary: An open source CoreSight(tm) Trace Decode library
License: BSD
@ -33,7 +33,7 @@ to develop CoreSight(tm) trace decoders.
cd decoder/build/linux
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
export LDFLAGS=-pie
export LDFLAGS="-pie -z now"
LIB_PATH=%{_lib} make %{?_smp_mflags}
@ -59,14 +59,32 @@ PREFIX=%{buildroot}%{_prefix} LIB_PATH=%{_lib} make install DISABLE_STATIC=1 DEF
#------------------------------------------------------------------------------
%changelog
* Tue Jul 27 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-4
- Rebuild with -pie, fixes bz1986330
* Fri Jan 21 2022 Michael Petlan <mpetlan@redhat.com> - 1.2.0-2
- Update to upstream 1.2.0 -- fix opencsd_tag
Related: rhbz#2041578
* Tue May 18 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-3
- Rebuild after adding gating, fixes bz1945505 and bz1961191
* Fri Jan 21 2022 Michael Petlan <mpetlan@redhat.com> - 1.2.0-1
- Update to upstream 1.2.0
Related: rhbz#2041578
* Mon May 3 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-2
- Rebuild due to bz1954440
* Tue Dec 14 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-5
- Added some linker hardening flags to pass annocheck
Related: rhbz#2031802
* Tue Dec 14 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-5
- Added gating
Related: rhbz#2031794
* Tue Dec 07 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-4
- Bump NVR, needed for erratum RHBA-2021:85351
Related: rhbz#2029382
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Fri Apr 9 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-1
- Rebased to upstream 1.0.0

2
sources Normal file
View File

@ -0,0 +1,2 @@
SHA512 (dac554d62d514b202174506995afc0e109ef3fea.tar.gz) = cd7e0a2a2afa8d0de6478bc789d3719fb04a80c07a68a79bc914b0bd34b2ecbe5582cced40b543e2d14780c7034cc37bb3c34eb8642ef26abad39bce8a861e9e
SHA512 (01d44a34f8fc057f4b041c01f8d9502d77fe612f.tar.gz) = 607779390c7c60c138fe8a062e89122f45581af76635437bd187e445d3eab1dafbf51996e14be09160f2b3b93be463d71708ce395473b7d2813f27a8a8efa6f1

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "echo PASS"