From b60f4965bf6f51eb746e18fa0307af8e3444bf96 Mon Sep 17 00:00:00 2001 From: Thomas F Herbert Date: Wed, 19 Jul 2017 19:17:15 -0400 Subject: Create source rpm. Use actual file name for tarball. Includes required modifications in spec file for unpacking srpm. Spec file source references actual dist tarball name so it matches the revision and release while building from srpm. JIRA: VPP-498 Change-Id: I8b55a69f060b7864527b94d8c5b0a2ebccc306b1 Signed-off-by: Thomas F Herbert --- extras/rpm/vpp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/rpm/vpp.spec') diff --git a/extras/rpm/vpp.spec b/extras/rpm/vpp.spec index 3644570d117..ffb6382fefd 100644 --- a/extras/rpm/vpp.spec +++ b/extras/rpm/vpp.spec @@ -30,8 +30,8 @@ Release: %{_release} Requires: vpp-lib = %{_version}-%{_release}, net-tools, pciutils, python BuildRequires: systemd, chrpath -# Source: %{name}-%{_version}-%{_release}.tar.xz -Source: vpp-latest.tar.xz +Source: %{name}-%{_version}-%{_release}.tar.xz +# Source: vpp-latest.tar.xz %description This package provides VPP executables: vpp, vpp_api_test, vpp_json_test -- cgit 1.2.3-korg