From ba7f591dd2afd35c061a87d872a59d7289d44985 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 5 Jan 2011 17:55:35 +0100 Subject: [PATCH] fix URL in specfile - rm svn-keywords --- bootstrapfs.spec | 5 +---- noderepo.spec | 7 +------ slicerepo.spec | 7 +------ 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/bootstrapfs.spec b/bootstrapfs.spec index 8662536..2e52c9a 100644 --- a/bootstrapfs.spec +++ b/bootstrapfs.spec @@ -1,7 +1,4 @@ # -# $Id$ -# -%define url $URL$ %define nodefamily %{pldistro}-%{distroname}-%{_arch} %define extensionfamily %{distroname}-%{_arch} @@ -17,7 +14,7 @@ Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: The PlanetLab Bootstrap Filesystems for %{nodefamily} Name: %{name} diff --git a/noderepo.spec b/noderepo.spec index ab4f6b9..273a3e1 100644 --- a/noderepo.spec +++ b/noderepo.spec @@ -1,8 +1,3 @@ -# -# $Id$ -# -%define url $URL: svn+ssh://thierry@svn.planet-lab.org/svn/BootstrapFS/trunk/bootstrapfs.spec $ - # build is expected to export the following rpm variables # %{distroname} : e.g. Fedora # %{distrorelease} : e.g. 8 @@ -22,7 +17,7 @@ Vendor: OneLab Packager: PlanetLab Europe Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: The yum repository for nodes, to be installed on the myplc-side Name: %{name} diff --git a/slicerepo.spec b/slicerepo.spec index 7e8d4b4..88846ef 100644 --- a/slicerepo.spec +++ b/slicerepo.spec @@ -1,8 +1,3 @@ -# -# $Id$ -# -%define url $URL$ - # build is expected to export the following rpm variables # %{distroname} : e.g. Fedora # %{distrorelease} : e.g. 8 @@ -22,7 +17,7 @@ Vendor: OneLab Packager: PlanetLab Europe Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: The yum repository for slices, to be installed on the myplc-side Name: %{name} -- 2.43.0