From 54ab003972243df7a67a5c034f18c1fa0df79c0b Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 29 May 2016 14:55:04 +0200 Subject: Prepare 1.10.8 --- CHANGES | 9 +++++++++ mgarepo | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 37c5267..e394e22 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +* 1.10.8 +- Add a retry with building srpm in case of error in getrelease when creating a srpm + use rpm -qp rpm instead of --specfile to get release number +- Make mgarepo ci -s work + When only fetching the spec file, mgarepo still tried to retrieve the + binaries. This resulted in an error message. Really only download the + spec file. +- Prefix svn info command with only LANGUAGE=C (mga#73) + * 1.10.7 - ignore 'mgarepo sync -c' and tell it's deprecated diff --git a/mgarepo b/mgarepo index 8c01db4..a73358e 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.10.6" +VERSION="1.10.8" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1