Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libxml-1.1.3-jarsdeleted.zip
|
||||
/libxml-1.1.3-jarsdeleted.zip
|
||||
|
||||
@ -1 +0,0 @@
|
||||
77be9754b3add514d19472ca72e869233ba79284 SOURCES/libxml-1.1.3-jarsdeleted.zip
|
||||
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: pentaho-libxml
|
||||
Version: 1.1.3
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Summary: Namespace aware SAX-Parser utility library
|
||||
License: LGPLv2
|
||||
Group: System Environment/Libraries
|
||||
@ -36,7 +36,7 @@ find . -name "*.jar" -exec rm -f {} \;
|
||||
mkdir -p lib
|
||||
build-jar-repository -s -p lib commons-logging-api libbase libloader
|
||||
cd lib
|
||||
ln -s %{_javadir}/ant ant-contrib
|
||||
ln -s /usr/share/java/ant ant-contrib
|
||||
|
||||
%build
|
||||
ant jar javadoc
|
||||
@ -60,6 +60,9 @@ cp -rp bin/javadoc/docs/api $RPM_BUILD_ROOT%{_javadocdir}/%{origname}
|
||||
%{_javadocdir}/%{origname}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 10 2020 Caolán McNamara <caolanm@redhat.com> - 1.1.3-18
|
||||
- Resolves: rhbz#1896326 Use /usr/share/java instead of _javadir macro for build dependencies
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user