Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/config-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: code/input

- name: Install git and Python libraries
run: dnf -y install git-core python3-dnf python3-koji python3-yaml python3-jinja2 python3-pytest python3-flake8
run: dnf -y install git-core python3-libdnf5 python3-koji python3-yaml python3-jinja2 python3-pytest python3-flake8

- name: Run get_configs and set output
run: python3 test_config_files.py
Expand Down
1 change: 1 addition & 0 deletions configs/epel-packagers-sig--fedora-packager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ data:
- mock
- pkgtreediff
- rhbzquery
- rpmautospec
- rpm-build
- rpmbuild-order
- rpmdevtools
Expand Down
2 changes: 1 addition & 1 deletion configs/repository-c10s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ data:
- s390x
- x86_64
composeinfo: https://composes.stream.centos.org/stream-10/development/latest-CentOS-Stream/compose/metadata/composeinfo.json
base_buildroot_override: ['bash', 'bzip2', 'coreutils', 'cpio', 'diffutils', 'findutils', 'gawk', 'glibc-minimal-langpack', 'grep', 'gzip', 'info', 'make', 'patch', 'redhat-rpm-config', 'rpm-build', 'sed', 'shadow-utils', 'tar', 'unzip', 'util-linux', 'which', 'xz']
base_buildroot_override: ['bash', 'bzip2', 'coreutils', 'cpio', 'diffutils', 'findutils', 'gawk', 'glibc-minimal-langpack', 'grep', 'gzip', 'info', 'make', 'patch', 'redhat-rpm-config', 'rpmautospec', 'rpm-build', 'sed', 'shadow-utils', 'tar', 'unzip', 'util-linux', 'which', 'xz']
2 changes: 1 addition & 1 deletion configs/repository-fedora-eln.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ data:
- s390x
- x86_64
composeinfo: https://kojipkgs.fedoraproject.org/compose/eln/latest-Fedora-eln/compose/metadata/composeinfo.json
base_buildroot_override: ['bash', 'bzip2', 'coreutils', 'cpio', 'diffutils', 'findutils', 'gawk', 'glibc-minimal-langpack', 'grep', 'gzip', 'info', 'make', 'patch', 'redhat-rpm-config', 'rpm-build', 'sed', 'shadow-utils', 'tar', 'unzip', 'util-linux', 'which', 'xz']
base_buildroot_override: ['bash', 'bzip2', 'coreutils', 'cpio', 'diffutils', 'findutils', 'gawk', 'glibc-minimal-langpack', 'grep', 'gzip', 'info', 'make', 'patch', 'redhat-rpm-config', 'rpmautospec', 'rpm-build', 'sed', 'shadow-utils', 'tar', 'unzip', 'util-linux', 'which', 'xz']
10 changes: 10 additions & 0 deletions configs/rhel-extensions--rpmlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
document: feedback-pipeline-workload
version: 1
data:
name: RPMLint
description: Development packages in the RHEL Extensions repository
maintainer: bstinson
packages:
- rpmlint
labels:
- eln-extensions
12 changes: 0 additions & 12 deletions configs/rhel-sst-centos-stream--rpmautospec.yaml

This file was deleted.