Compare commits

...

No commits in common. "c8-beta" and "c10s" have entirely different histories.

8 changed files with 63 additions and 7 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

15
.gitignore vendored
View File

@ -1 +1,14 @@
SOURCES/xmlstarlet-1.6.1.tar.gz
xmlstarlet-1.0.1.tar.gz
/xmlstarlet-1.0.2.tar.gz
/xmlstarlet-1.0.3.tar.gz
/xmlstarlet-1.0.4.tar.gz
/xmlstarlet-1.0.5.tar.gz
/xmlstarlet-1.0.6.tar.gz
/xmlstarlet-1.1.0.tar.gz
/xmlstarlet-1.2.1.tar.gz
/xmlstarlet-1.3.0.tar.gz
/xmlstarlet-1.3.1.tar.gz
/xmlstarlet-1.4.2.tar.gz
/xmlstarlet-1.5.0.tar.gz
/xmlstarlet-1.6.0.tar.gz
/xmlstarlet-1.6.1.tar.gz

View File

@ -1 +0,0 @@
87bb104f546caca71b9540807c5b2738944cb219 SOURCES/xmlstarlet-1.6.1.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

15
plans/tier1.fmf Normal file
View File

@ -0,0 +1,15 @@
---
summary: Tier1 plan for xmlstarlet
discover:
how: fmf
url: https://pkgs.devel.redhat.com/git/tests/xmlstarlet
ref: master
filter: tier:1
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream or distro == fedora

1
sources Normal file
View File

@ -0,0 +1 @@
f3c5dfa3b1a2ee06cd57c255cc8b70a0 xmlstarlet-1.6.1.tar.gz

View File

@ -2,7 +2,7 @@
Name: xmlstarlet
Version: 1.6.1
Release: 20%{?dist}
Release: 27%{?dist}
Summary: Command Line XML Toolkit
License: MIT
URL: http://xmlstar.sourceforge.net/
@ -15,7 +15,6 @@ BuildRequires: make
BuildRequires: gcc
BuildRequires: xmlto automake autoconf libxslt-devel
BuildRequires: libxml2-devel >= 2.6.23
BuildRequires: docbook5-schemas
%description
@ -54,9 +53,31 @@ make check
%changelog
* Mon Jun 20 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.1-20
- Rebuild
- Related: #1882020
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.6.1-27
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Sat Jun 29 2024 Ondrej Sloup <osloup@redhat.com> - 1.6.1-26
- Remove docbook5-schemas BuildRequire dependency as it is being deprecated
- Related: RHEL-45566
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.6.1-25
- Bump release for June 2024 mass rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jun 05 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.1-22
- SPDX migration
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Mar 17 2022 Neal Gompa <ngompa@datto.com> - 1.6.1-19
- Minor spec improvements