Compare commits

..

6 commits

Author SHA1 Message Date
Petr Písař
6859a0ef2d 2.5.12 bump 2023-08-28 16:51:14 +02:00
Petr Písař
09f577ac82 CPL-1.0 license is identical to "CPL 0.5 or later" 2023-08-28 16:51:14 +02:00
Petr Písař
3780369568 2.5.11 bump 2023-02-20 15:33:48 +01:00
Petr Písař
e3b3258a2b Correct a license tag to "(LGPL-2.1-or-later OR CPL-1.0) AND (LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-2.0 OR MPL-1.1)" 2023-02-20 15:32:23 +01:00
Petr Písař
5a83ec54ac Convert license comments to SPDX 2023-02-20 15:30:57 +01:00
Than Ngo
a70f5d8b2a migrated to SPDX license 2023-02-20 15:30:34 +01:00
7 changed files with 16 additions and 42 deletions

View file

@ -1 +0,0 @@
1

View file

@ -1,5 +0,0 @@
summary: Basic smoke test
discover:
how: fmf
execute:
how: tmt

View file

@ -1,6 +1,6 @@
Name: teckit
Version: 2.5.12
Release: 5%{?dist}
Release: 1%{?dist}
Summary: Encoding conversion library and mapping compiler
# COPYING: links to license/LICENSING.txt
# license/License_CPLv05.txt: CPL-1.0 text, "0.5" version in the license
@ -134,39 +134,21 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_libdir}/pkgconfig/teckit.pc
%changelog
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Aug 28 2023 Petr Pisar <ppisar@redhat.com> - 2.5.12-1
- 2.5.12 bump
- Correct a license tag to "(LGPL-2.1-or-later OR CPL-1.0) AND
(LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-2.0)"
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Feb 20 2023 Petr Pisar <ppisar@redhat.com> - 2.5.11-1
- 2.5.11 bump
* Mon Feb 20 2023 Petr Pisar <ppisar@redhat.com> - 2.5.9-12
* Mon Feb 20 2023 Petr Pisar <ppisar@redhat.com> - 2.5.9-11
- Correct a license tag to "(LGPL-2.1-or-later OR CPL-1.0) AND
(LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-2.0 OR MPL-1.1)"
* Sat Feb 18 2023 Than Ngo <than@redhat.com> - 2.5.9-11
* Sat Feb 18 2023 Than Ngo <than@redhat.com> - 2.5.9-10
- migrated to SPDX license
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.9-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.9-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View file

@ -56,7 +56,7 @@ $(METADATA): Makefile
@echo "Type: Sanity" >> $(METADATA)
@echo "TestTime: 5m" >> $(METADATA)
@echo "RunFor: teckit" >> $(METADATA)
@echo "Requires: teckit bash coreutils man-db" >> $(METADATA)
@echo "Requires: teckit" >> $(METADATA)
@echo "Priority: Normal" >> $(METADATA)
@echo "License: LGPLv2+ or CPL" >> $(METADATA)
@echo "Confidential: no" >> $(METADATA)

View file

@ -1,14 +0,0 @@
summary: tests basic functionality
contact: Than Ngo <than@redhat.com>
component:
- teckit
test: ./runtest.sh
framework: beakerlib
require:
- bash
- coreutils
- man-db
- teckit
duration: 5m
extra-summary: /CoreOS/teckit/smoke-functionality
extra-task: /CoreOS/teckit/smoke-functionality

View file

@ -27,6 +27,7 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Include Beaker environment
. /usr/bin/rhts-environment.sh || exit 1
. /usr/share/beakerlib/beakerlib.sh || exit 1
PACKAGE="teckit"

11
tests/tests.yml Normal file
View file

@ -0,0 +1,11 @@
---
# Run tests in all contexts
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-beakerlib
tests:
- smoke-functionality
required_packages:
- teckit