Compare commits

...

2 Commits

Author SHA1 Message Date
Mikolaj Izdebski 097fe9e563 Rebuild to regenerate auto-requires 2024-02-06 01:12:41 +00:00
Adam Samalik c5560c8344 re-import sources as agreed with the maintainer 2023-06-29 11:24:13 +02:00
4 changed files with 23 additions and 10 deletions

View File

@ -0,0 +1 @@
16a0fbd2b4927189fdee1428c0b74a837abd187c commons-lang3-3.12.0-src.tar.gz

19
.gitignore vendored
View File

@ -1,2 +1,19 @@
SOURCES/commons-lang3-3.12.0-src.tar.gz
/results_*
/*.src.rpm
/commons-lang3-3.0.1-src.tar.gz
/commons-lang3-3.1-src.tar.gz
/commons-lang3-3.2-src.tar.gz
/commons-lang3-3.2.1-src.tar.gz
/commons-lang3-3.3-src.tar.gz
/commons-lang3-3.3.1-src.tar.gz
/commons-lang3-3.3.2-src.tar.gz
/commons-lang3-3.4-src.tar.gz
/commons-lang3-3.5-src.tar.gz
/commons-lang3-3.6-src.tar.gz
/commons-lang3-3.7-src.tar.gz
/commons-lang3-3.8.1-src.tar.gz
/commons-lang3-3.9-src.tar.gz
/commons-lang3-3.10-src.tar.gz
/commons-lang3-3.11-src.tar.gz
/commons-lang3-3.12.0-src.tar.gz

View File

@ -2,7 +2,7 @@
Name: apache-commons-lang3
Version: 3.12.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Provides a host of helper utilities for the java.lang API
License: ASL 2.0
URL: https://commons.apache.org/lang
@ -82,6 +82,9 @@ sed -i '/<argLine>/d' pom.xml
%doc RELEASE-NOTES.txt
%changelog
* Mon Feb 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.12.0-8
- Rebuild to regenerate auto-requires
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View File

@ -1,8 +0,0 @@
--- !Policy
product_versions:
- rhel-9
decision_contexts:
- osci_compose_gate
rules:
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}