From 2a304acf3b1171b1161cc53afffe7e43949667df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 22 Dec 2024 15:00:04 +0200 Subject: 0.9.2 --- NEWS | 1 + iurt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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); -- cgit v1.2.1