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 --- rpm/SPECS/python3-eduvpn-common.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpm') 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