From 51a96f9db6f090f523aabf805033d683eb2e5445 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 21 Sep 2011 10:17:38 +0200 Subject: [PATCH] use another name for sources so we don't conflict with vsys --- vsyssh.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vsyssh.spec b/vsyssh.spec index f7ad410..c40028d 100644 --- a/vsyssh.spec +++ b/vsyssh.spec @@ -22,13 +22,14 @@ License: GPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Source0: vsys-%{version}.tar.gz +Source0: vsyssh-%{version}.tar.gz %description vsyssh is a utility designed to be installed in the slivers, a helper to ease the invokation of vsys scripts. %prep -%setup -q -n vsys-%{version} +#%setup -q -n vsys-%{version} +%setup %build rm -rf $RPM_BUILD_ROOT -- 2.43.0