summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/export.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/export.py b/tools/export.py
index c185346ca..6b0238bbb 100755
--- a/tools/export.py
+++ b/tools/export.py
@@ -270,12 +270,12 @@ E.G. 1.2.0pre1 is a valid version.
# http://trac.mcs.anl.gov/projects/bcfg2/ticket/1129
find_and_replace('misc/bcfg2.spec',
'Source0',
- 'Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%%{name}-%%{version}%{?_pre_rc}.tar.gz\n',
+ 'Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%{name}-%{version}%{?_pre_rc}.tar.gz\n',
startswith=True,
dryrun=options.dryrun)
find_and_replace('misc/bcfg2-selinux.spec',
'Source0',
- 'Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%%{name}-%%{version}%{?_pre_rc}.tar.gz\n',
+ 'Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%{name}-%{version}%{?_pre_rc}.tar.gz\n',
startswith=True,
dryrun=options.dryrun)
# update the version in reports