From c383ba7f3b5ff6d25906a054ff47f8ac3ced9ee4 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Mon, 16 Mar 2026 12:55:30 +0100 Subject: RPM: Change tar path to match repo name --- .forgejo/workflows/rpm.yml | 2 +- rpm/SPECS/python3-eduvpn-common.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/rpm.yml b/.forgejo/workflows/rpm.yml index 7ad28a0..d72721d 100644 --- a/.forgejo/workflows/rpm.yml +++ b/.forgejo/workflows/rpm.yml @@ -24,7 +24,7 @@ jobs: env: RPMBUILD_ROOT: /home/ci-user/rpmbuild - RPMBUILD_PROJECT_NAME: python3-eduvpn-common + RPMBUILD_PROJECT_NAME: eduvpn-common RPMBUILD_SPEC_FILE: python3-eduvpn-common.spec steps: diff --git a/rpm/SPECS/python3-eduvpn-common.spec b/rpm/SPECS/python3-eduvpn-common.spec index 8174864..b31f61b 100644 --- a/rpm/SPECS/python3-eduvpn-common.spec +++ b/rpm/SPECS/python3-eduvpn-common.spec @@ -7,7 +7,7 @@ Summary: Python3 eduvpn-common wrapper License: MIT URL: https://codeberg.org/eduVPN/eduvpn-common -Source0: python3-eduvpn-common-%{version}.tar.xz +Source0: eduvpn-common-%{version}.tar.xz BuildRequires: gcc BuildRequires: golang @@ -21,7 +21,7 @@ BuildRequires: go-rpm-macros The python wrapper for the eduVPN common Go shared library %prep -%setup -qn python3-eduvpn-common-%{version} +%setup -qn eduvpn-common-%{version} %build # build the Go component -- cgit v1.2.3