From 5c49093b5545aecb2f29461ea49f7c4ee4ef40cd Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 19 Dec 2020 17:28:03 +0000 Subject: 0.7.16 --- NEWS | 1 + iurt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ac84d10..aebf425 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +0.7.16 - iurt: use --target noarch for noarch packages rather than the arch used to built them. diff --git a/iurt b/iurt index e9952fc..6d0f536 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.7.15'; +my $version = '0.7.16'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); -- cgit v1.2.1