diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-03-16 12:55:30 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-03-16 13:04:55 +0100 |
| commit | c383ba7f3b5ff6d25906a054ff47f8ac3ced9ee4 (patch) | |
| tree | 43d8836aa310a58c5c275612f3f6e8ddc5a85a09 /rpm | |
| parent | 821ccb31df75c2228ad22e9e5720397bf07e5877 (diff) | |
RPM: Change tar path to match repo name
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/SPECS/python3-eduvpn-common.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
