re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 17:16:26 +02:00
parent 5dde5bbe61
commit 7c0936d384
4 changed files with 35 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

11
.gitignore vendored
View File

@ -1,2 +1,11 @@
SOURCES/libgd-2.2.5.tar.xz
gd.spec~
clog
gd-2.0.35.tar.bz2
/libgd-2.1.0-725ba9de4005144d137d2a7a70f760068fc3d306.tgz
/libgd-2.1.0.tar.xz
/libgd-2.1.1.tar.xz
/libgd-2.2.1.tar.xz
/libgd-2.2.2.tar.xz
/libgd-2.2.3.tar.xz
/libgd-2.2.4.tar.xz
/libgd-2.2.5.tar.xz

10
ci.fmf Normal file
View File

@ -0,0 +1,10 @@
/test:
summary:
Basic set of quick tests for cpio.
discover:
how: fmf
filter: "tag: Tier1 & distros: rhel-8"
repository: "git://pkgs.devel.redhat.com/tests/gd"
execute:
how: beakerlib

14
ci/rhel-8.yml Normal file
View File

@ -0,0 +1,14 @@
---
# vim: sw=2 ts=2 et
- hosts: localhost
tasks:
- name: Install necessary test dependencies for RHEL 8
dnf:
state: present
name:
- coreutils
- systemd
- systemd-container
- util-linux