Compare commits

...

No commits in common. "c8s" and "c9" have entirely different histories.
c8s ... c9

8 changed files with 32 additions and 62 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
lohit-marathi-*.tar.gz
SOURCES/lohit-marathi-2.94.2.tar.gz

View File

@ -0,0 +1 @@
f5ddf3d95a9e4eed108caa7ee549b3d8a4c57891 SOURCES/lohit-marathi-2.94.2.tar.gz

View File

@ -4,7 +4,7 @@
Name: %{fontname}-fonts
Version: 2.94.2
Release: 7%{?dist}
Release: 14%{?dist}
Summary: Free truetype font for Marathi language
License: OFL
@ -14,6 +14,7 @@ BuildArch: noarch
BuildRequires: fontforge
BuildRequires: fontpackages-devel
BuildRequires: python3-devel
BuildRequires: make
Requires: fontpackages-filesystem
%description
@ -49,12 +50,34 @@ install -Dm 0644 -p %{metainfo}.xml \
%{_datadir}/metainfo/%{metainfo}.xml
%changelog
* 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
* 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
* 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
@ -77,6 +100,7 @@ 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

View File

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

View File

@ -1 +0,0 @@
SHA512 (lohit-marathi-2.94.2.tar.gz) = 33eb034d693030436bbb0358f1590081609364083c66f9115c82e136dbfda4fee45bdfa072bf39e007c04fc294a7bf820d68b0411e2c8e7b14730c8ea39643b8

2
tests/.gitignore vendored
View File

@ -1,2 +0,0 @@
artifacts/
fonttest/

View File

@ -1,45 +0,0 @@
- hosts: localhost
vars:
config:
fontname: lohit-marathi
lang: ["bh","bho","hi","kok","mr","ne","sa","hne","mai","brx","sat","doi"]
testgiturl: https://pagure.io/font_ci_testing.git
testgitclonepath: fonttest
testfilename: fonttest.py
testfilepath: /usr/local/bin
logfilepath: /tmp/test.log
artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
tags:
- classic
remote_user: root
tasks:
- name: Install required package
dnf:
name:
- git
- "{{ config.fontname }}-fonts"
- python3
- fontconfig
- name: git clone the tests
git:
repo: "{{ config.testgiturl }}"
dest: "{{ config.testgitclonepath }}"
force: yes
- name: Test Execution
block:
- name: Execute the tests
command: python3 {{ config.testgitclonepath }}/tests/{{ config.testfilename }} "{{ config }}"
always:
- name: Pull out the artifacts
fetch:
dest: "{{ config.artifacts }}/"
src: "{{ item }}"
flat: yes
with_items:
- "{{ config.logfilepath }}"

View File

@ -1 +0,0 @@
- import_playbook: fonttest_playbook.yml