Compare commits
No commits in common. "c9s" and "c8s" have entirely different histories.
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,8 +1 @@
|
||||
lohit-marathi-2.4.3.tar.gz
|
||||
/lohit-marathi-2.5.1.tar.gz
|
||||
/lohit-marathi-2.5.2.tar.gz
|
||||
/lohit-marathi-2.5.3.tar.gz
|
||||
/lohit-marathi-2.93.0.tar.gz
|
||||
/lohit-marathi-2.94.0.tar.gz
|
||||
/lohit-marathi-2.94.1.tar.gz
|
||||
/lohit-marathi-2.94.2.tar.gz
|
||||
lohit-marathi-*.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 2.94.2
|
||||
Release: 14%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Free truetype font for Marathi language
|
||||
|
||||
License: OFL
|
||||
@ -14,7 +14,6 @@ BuildArch: noarch
|
||||
BuildRequires: fontforge
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: make
|
||||
Requires: fontpackages-filesystem
|
||||
|
||||
%description
|
||||
@ -50,34 +49,12 @@ install -Dm 0644 -p %{metainfo}.xml \
|
||||
%{_datadir}/metainfo/%{metainfo}.xml
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.94.2-14
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.94.2-13
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.94.2-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.94.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.94.2-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.94.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jul 16 2019 Vishal Vijayraghavan <vvijayra AT redhat DOT com> - 2.94.2-8
|
||||
- Added CI tests
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.94.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.94.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
* Mon Dec 02 2019 Vishal Vijayraghavan <vvijayra@redhat.com> - 2.94.2-7
|
||||
- Resolves: #1682192 - Earlier build failed CI, version bump and trying once again
|
||||
|
||||
* Sun Nov 24 2019 Vishal Vijayraghavan <vvijayra@redhat.com> - 2.94.2-6
|
||||
- Resolves: #1682192 - Added Tier-1 CI tests
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.94.2-5
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
@ -100,7 +77,6 @@ install -Dm 0644 -p %{metainfo}.xml \
|
||||
- Resolves: #1423906 - FTBFS in rawhide
|
||||
- Migrated from fedorahosted.org to pagure.io.
|
||||
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.94.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
2
tests/.gitignore
vendored
Normal file
2
tests/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
artifacts/
|
||||
fonttest/
|
||||
@ -9,7 +9,7 @@
|
||||
testfilepath: /usr/local/bin
|
||||
logfilepath: /tmp/test.log
|
||||
artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
|
||||
|
||||
|
||||
tags:
|
||||
- classic
|
||||
|
||||
@ -19,14 +19,14 @@
|
||||
- name: Install required package
|
||||
dnf:
|
||||
name:
|
||||
- git
|
||||
- git
|
||||
- "{{ config.fontname }}-fonts"
|
||||
- python3
|
||||
- fontconfig
|
||||
|
||||
- name: git clone the tests
|
||||
git:
|
||||
repo: "{{ config.testgiturl }}"
|
||||
repo: "{{ config.testgiturl }}"
|
||||
dest: "{{ config.testgitclonepath }}"
|
||||
force: yes
|
||||
|
||||
@ -42,4 +42,4 @@
|
||||
src: "{{ item }}"
|
||||
flat: yes
|
||||
with_items:
|
||||
- "{{ config.logfilepath }}"
|
||||
- "{{ config.logfilepath }}"
|
||||
@ -1 +1 @@
|
||||
- import_playbook: fonttest_playbook.yml
|
||||
- import_playbook: fonttest_playbook.yml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user