diff --git a/rdma-core.spec b/rdma-core.spec index 85ef748..1e89ba8 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -48,7 +48,8 @@ Group: Productivity/Networking/Other Url: https://github.com/linux-rdma/rdma-core Source: rdma-core-%{version}%{git_ver}.tar.gz Source1: baselibs.conf -Source2: prebuilt-pandoc.tgz +Source2: prebuild-pandoc.sh +Source3: prebuilt-pandoc.tgz BuildRequires: binutils BuildRequires: cmake >= 2.8.11 BuildRequires: gcc @@ -315,7 +316,7 @@ on those changes. %prep %setup -q -n %{name}-%{version}%{git_ver} #Extract prebuilt pandoc file in the buildlib directory -(cd buildlib && tar xf %{S:2}) +(cd buildlib && tar xf %{S:3}) %build