Private
Public Access
1
0

Release Kordophone ungrouped RPMs

This commit is contained in:
2026-06-15 00:53:27 -07:00
parent 3a113e3169
commit afc9376ee6
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

2
core/Cargo.lock generated
View File

@@ -1274,7 +1274,7 @@ dependencies = [
[[package]]
name = "kordophoned"
version = "1.3.2"
version = "1.3.3"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -1,6 +1,6 @@
[package]
name = "kordophoned"
version = "1.3.2"
version = "1.3.3"
edition = "2021"
license = "GPL-3.0"
description = "Client daemon for the Kordophone chat protocol"

View File

@@ -1,5 +1,5 @@
Name: kordophone
Version: %{?app_version}%{!?app_version:1.3.0}
Version: %{?app_version}%{!?app_version:1.4.5}
Release: 1%{?dist}
Summary: GTK4/Libadwaita client for Kordophone

View File

@@ -1,5 +1,5 @@
project('kordophone', 'vala',
version : '1.0.2',
version : '1.4.5',
meson_version : '>=0.56.0',
default_options : ['warning_level=2']
)