From b173de9a8dad47d6732ae3853c73c572014efab8 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 1 May 2022 20:04:53 +0000 Subject: 0.7.17.2 --- NEWS | 3 ++- iurt | 2 +- 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); -- cgit v1.2.1