aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2023-01-20 19:45:56 +0000
committerPascal Terjan <pterjan@mageia.org>2023-01-20 19:45:56 +0000
commit61f2ef4bb6946e4ccac9502c8a062a75ebd59311 (patch)
treee5b969bfef1f7bb2042abe9535d74d5eefe6361a
parentb61b6a805db8454d83d33b5acd2af2ac0d0a326e (diff)
downloadiurt-61f2ef4bb6946e4ccac9502c8a062a75ebd59311.tar
iurt-61f2ef4bb6946e4ccac9502c8a062a75ebd59311.tar.gz
iurt-61f2ef4bb6946e4ccac9502c8a062a75ebd59311.tar.bz2
iurt-61f2ef4bb6946e4ccac9502c8a062a75ebd59311.tar.xz
iurt-61f2ef4bb6946e4ccac9502c8a062a75ebd59311.zip
0.8.10.8.1
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
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);