aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-12-22 15:00:04 +0200
committerJani Välimaa <wally@mageia.org>2024-12-22 15:00:04 +0200
commit2a304acf3b1171b1161cc53afffe7e43949667df (patch)
treea442ea3e2616c59bbba284f543e6195bc9875ac8
parent0b87d64a78937d1df4ca4a00c0e7726126aefb01 (diff)
downloadiurt-2a304acf3b1171b1161cc53afffe7e43949667df.tar
iurt-2a304acf3b1171b1161cc53afffe7e43949667df.tar.gz
iurt-2a304acf3b1171b1161cc53afffe7e43949667df.tar.bz2
iurt-2a304acf3b1171b1161cc53afffe7e43949667df.tar.xz
iurt-2a304acf3b1171b1161cc53afffe7e43949667df.zip
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c3a1977..74be710 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.9.2
- iurt: Improve logging
- iurt: recreate .src.rpm using --target <arch> to fix installing BRs using %{?_isa} macro on armv7hl
diff --git a/iurt b/iurt
index 7a240ae..e4a8126 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.9.1';
+my $version = '0.9.2';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);