aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-12-19 17:28:03 +0000
committerPascal Terjan <pterjan@mageia.org>2020-12-19 17:28:16 +0000
commit5c49093b5545aecb2f29461ea49f7c4ee4ef40cd (patch)
tree11cf0140f2662fa9c31f5ab1d7a0f6768f8f9e10
parent2dd2e2c578c528e6ba1b36de8afb560145708f10 (diff)
downloadiurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.tar
iurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.tar.gz
iurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.tar.bz2
iurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.tar.xz
iurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.zip
0.7.16
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
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);