summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-03-16 12:55:30 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-03-16 13:04:55 +0100
commitc383ba7f3b5ff6d25906a054ff47f8ac3ced9ee4 (patch)
tree43d8836aa310a58c5c275612f3f6e8ddc5a85a09
parent821ccb31df75c2228ad22e9e5720397bf07e5877 (diff)
RPM: Change tar path to match repo name
-rw-r--r--.forgejo/workflows/rpm.yml2
-rw-r--r--rpm/SPECS/python3-eduvpn-common.spec4
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