aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2022-05-01 20:04:53 +0000
committerPascal Terjan <pterjan@mageia.org>2022-05-01 20:04:53 +0000
commitb173de9a8dad47d6732ae3853c73c572014efab8 (patch)
treeb89115aff82cf3e68bb192136d3a4f7ec6e9a7b6
parent67e7038a08fc88c9707650fd63bb48771a2b74e9 (diff)
downloadiurt-b173de9a8dad47d6732ae3853c73c572014efab8.tar
iurt-b173de9a8dad47d6732ae3853c73c572014efab8.tar.gz
iurt-b173de9a8dad47d6732ae3853c73c572014efab8.tar.bz2
iurt-b173de9a8dad47d6732ae3853c73c572014efab8.tar.xz
iurt-b173de9a8dad47d6732ae3853c73c572014efab8.zip
0.7.17.20.7.17.2
-rw-r--r--NEWS3
-rwxr-xr-xiurt2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ad57fe3..d788489 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
+0.7.17.2
- iurt: Use consistent log directory (fixes a crash on Mageia BS).
0.7.17.1
- iurt: Fix src.rpm name (mga#30344)
-0.7.17:
+0.7.17
- iurt: record the list of generated packages
- iurt: allow generated src.rpm to have a different name, some packages use
macros for Name and those can change based on the distro version.
diff --git a/iurt b/iurt
index d22ded5..7f7c1cb 100755
--- a/iurt
+++ b/iurt
@@ -324,7 +324,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line
# Display version information
#
-my $version = '0.7.17.1';
+my $version = '0.7.17.2';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);