diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2015-12-18 14:06:36 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2015-12-18 14:06:36 +0100 |
commit | 82af6515b683e884e6c2581f4171938fe5c9bba2 (patch) | |
tree | 861630a38d2bd8d19c0d5daf620203e2eeb450dd | |
parent | b1b52222724f3e45dbf287a156b15eae68556763 (diff) | |
download | mgarepo-82af6515b683e884e6c2581f4171938fe5c9bba2.tar mgarepo-82af6515b683e884e6c2581f4171938fe5c9bba2.tar.gz mgarepo-82af6515b683e884e6c2581f4171938fe5c9bba2.tar.bz2 mgarepo-82af6515b683e884e6c2581f4171938fe5c9bba2.tar.xz mgarepo-82af6515b683e884e6c2581f4171938fe5c9bba2.zip |
Version 1.11.4
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +* 1.11.4 +- test if SOURCES exists or not to avoid exception while using putsrpm. Useful for "task" packages. + * 1.11.3 - Change the getstatusoutput function to not get error when reading special characters @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.3 +VERSION = 1.11.4 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.3" +VERSION="1.11.4" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |