From 61f2ef4bb6946e4ccac9502c8a062a75ebd59311 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 20 Jan 2023 19:45:56 +0000 Subject: 0.8.1 --- NEWS | 1 + iurt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 528276e..b866f97 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +0.8.1 - iurt: Fix getting a retriable install_deps_failure instead of missing_dep when some DynamicBuildRequires can't be resolved. - iurt: Fix buildreqs.nosrc.rpm filename on Mageia build system diff --git a/iurt b/iurt index 21a436d..7a2b12f 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.8.0'; +my $version = '0.8.1'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); -- cgit v1.2.1