Private
Public Access
1
0

Release Kordophone ungrouped RPMs
Some checks failed
Core RPM Release / build-core-rpm-release (push) Failing after 14m9s
GTK RPM Release / build-gtk-rpm-release (push) Successful in 12m36s

This commit is contained in:
2026-06-15 00:53:27 -07:00
parent 3a113e3169
commit 7c23717897
6 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ if [[ "$found" -ne 1 ]]; then
exit 1
fi
package_group="${RPM_PACKAGE_GROUP:-${RPM_DISTRO_NAME}/${RPM_DISTRO_VERSION}}"
package_group="${RPM_PACKAGE_GROUP:-}"
{
printf 'RELEASE_VERSION=%s\n' "$version"

View File

@@ -21,8 +21,8 @@ jobs:
image: fedora:43
steps:
# Build inside Fedora so the RPM package repository grouping matches the
# Fedora release we publish to.
# Build inside Fedora so rpmbuild and generated dependencies match the
# Fedora release we publish for.
- name: Install system dependencies
run: |
set -eu