drop the 'v' from the VERSION field of the tarball

Signed-off-by: Clark Williams <williams@redhat.com>
This commit is contained in:
Clark Williams 2023-12-18 23:30:39 -06:00
parent 18138326e5
commit f065beba03

View File

@ -4,7 +4,7 @@ Version: 2.3.2
Release: 2%{?dist}
License: GPLv2
Summary: Setup RT/low-latency environment details
Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2
URL: https://gitlab.com/rt-linux-tools/realtime-setup.git
BuildRequires: gcc
@ -47,7 +47,7 @@ Neither the slub script or realtime-entsk are active by default.
%prep
%setup -q -n %{name}-v%{version}
%setup -q -n %{name}-%{version}
%build