diff options
author | Pascal Terjan <pterjan@mageia.org> | 2022-05-01 20:04:53 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2022-05-01 20:04:53 +0000 |
commit | b173de9a8dad47d6732ae3853c73c572014efab8 (patch) | |
tree | b89115aff82cf3e68bb192136d3a4f7ec6e9a7b6 | |
parent | 67e7038a08fc88c9707650fd63bb48771a2b74e9 (diff) | |
download | iurt-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-- | NEWS | 3 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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. @@ -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); |