Compare commits

...
Sign in to create a new pull request.

18 commits

Author SHA1 Message Date
Fedora Release Engineering
11a1dc16e1 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 04:14:55 +00:00
Michal Kolar
ec9fef3124 update gating.yaml file 2025-12-08 18:52:26 +00:00
Python Maint
5bd9c987b9 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:08:16 +02:00
Kienan Stewart
741ff76747 New release with test fix 2025-08-26 15:28:03 -04:00
Kienan Stewart
cb9c7af41f Fix gating test 2025-08-26 15:27:12 -04:00
Python Maint
b94ab8c193 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 12:39:19 +02:00
Fedora Release Engineering
d3e4ab1a2d Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 17:32:52 +00:00
Python Maint
5c0bc059b1 Rebuilt for Python 3.14 2025-06-02 20:10:19 +02:00
Fedora Release Engineering
c377dc7ece Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 12:11:45 +00:00
Fedora Release Engineering
89cc49b5be Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 18:00:41 +00:00
Python Maint
c897f1f709 Rebuilt for Python 3.13 2024-06-07 08:38:11 +02:00
Fedora Release Engineering
a7e6f15e9e Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-23 00:03:19 +00:00
Fedora Release Engineering
13f72944b9 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 14:06:01 +00:00
Fedora Release Engineering
bf4107fd35 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 14:18:45 +00:00
Python Maint
8d0b25860b Rebuilt for Python 3.12 2023-06-13 20:31:58 +02:00
Keith Seitz
5b368fd7e1 Update missing SPDX licenses
According to Fedora Licensing Guidelines, the License: field should now
"[enumerate] all licenses covering any code or other material contained
in the corresponding binary RPM."

Furthermore, "no further analysis as to the 'effective' license should
be done."

This list of licenses need not include files which "do not end up being
compiled or otherwise included in the binary package. Common examples of
this are Autoconf scripts and non-bundled test files."

Fossology lists the following licenses for this package:

1. MIT
Used throughout. Keep.

2. LicenseRef-scancode-fsf-unlimited-no-warranty
Makefile.in's and aclocal.m4. Omit.

3. GPL-2.0-only
Used in tests/. Omit.

4. GPL-2.0-or-later
Used in m4/ and config/. Omit.

5. GPL-3.0-or-later
Used in conifg/, m4/, tests/, and the bison-generated parser
in formats/ctf/metadata/ctf-parser.[ch]. Keep. [See Bison-exception-2.2
below.]

6. LicenseRef-scancode-autoconf-simple-exception-2.0
Used in aclocal.m4 and config/. Omit.

7. LicenseRef-scancode-autoconf-macro-exception
Used only in m4/. Omit.

8. FSFULLR
Used in m4/ and aclocal.m4. Omit.

9. FSFAP
Used only in m4/. Omit.

10. LicenseRef-scancode-free-unknown
In bindings/python/setup.py.in: false identification. Clearly MIT.
In config/. Omit.

11. Libtool-exception
Used in config/, m4/, and configure. Omit.

12. LGPL-2.1-only
From include/babeltrace/list.h. Keep.

13. GPL-1.0-or-later
From tests/bin/*/*.in: [False identification.] Omit.

14. LicenseRef-scancode-autoconf-simple-exception
Used only in config/. Omit.

15. FSFUL
Used in m4/ and configure. Omit.

16. Bison-exception-2.2
See #5. Keep.

17. BSD-4-Clause-UC
From */crc32.[ch]. Keep.

18. BSD-2-Clause
From tests/utils/tap. Omit.

19. X11
From config/install-sh. Omit.

20. LicenseRef-scancode-public-domain
From config/install-sh. Omit.

21. LGPL-2.0-only
From tests/ctf-traces/suceed/*/dummystream. Omit.

AND together all the keeps EXCEPT Bison-exception-2.2/GPL-3.0-or-later.
OR those. [I am not even going to pretend that this is absolutely
accurate, but it is closer to the reality of it.]
2023-06-05 18:16:21 +00:00
Michal Kolar
ea53e33a2e fix tmt plan setup, "how: beakerlib" is no longer supported 2023-05-31 10:31:44 +00:00
Michael Jeanson
5dab2931f4 migrated to SPDX license 2023-05-08 16:30:44 -04:00
4 changed files with 52 additions and 13 deletions

View file

@ -1,8 +1,8 @@
Name: babeltrace
Version: 1.5.11
Release: 2%{?dist}
Release: 16%{?dist}
Summary: Trace Viewer and Converter, mainly for the Common Trace Format
License: MIT and GPLv2
License: MIT AND GPL-3.0-or-later WITH Bison-exception-2.2 AND LGPL-2.1-only AND BSD-4-Clause-UC
URL: https://www.efficios.com/babeltrace
Source0: https://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2
Source1: https://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2.asc
@ -117,6 +117,51 @@ rm -f %{buildroot}/%{_pkgdocdir}/std-ext-lib.txt
%changelog
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.5.11-15
- Rebuilt for Python 3.14.0rc3 bytecode
* Tue Aug 26 2025 Kienan Stewart <kstewart@efficios.com> - 1.5.11-14
- Fix regression in gating test
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.5.11-13
- Rebuilt for Python 3.14.0rc2 bytecode
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 1.5.11-11
- Rebuilt for Python 3.14
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.5.11-8
- Rebuilt for Python 3.13
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.5.11-4
- Rebuilt for Python 3.12
* Mon May 30 2023 Keith Seitz <keiths@redhat.com>
- Update license expression.
* Mon May 08 2023 Michael Jeanson <mjeanson@efficios.com> - 1.5.11-3
- migrated to SPDX license
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

View file

@ -7,13 +7,8 @@ rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- rhel-8
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane.functional}

View file

@ -1,6 +1,5 @@
summary: CI Gating Plan
discover:
how: fmf
directory: tests
execute:
how: beakerlib
how: tmt

View file

@ -41,7 +41,7 @@ rlJournalStart
rlRun "dnf --nobest builddep -y *src.rpm"
rlRun "rpm --define='_topdir $TMP' -Uvh *src.rpm"
rlRun "rpmbuild --define='_topdir $TMP' -bc SPECS/${PACKAGE}.spec"
rlRun "pushd BUILD/${PACKAGE}-*"
rlRun "pushd BUILD/${PACKAGE}-*-build/${PACKAGE}-*"
rlPhaseEnd
rlPhaseStartTest