From 702d21b778b6e3a0d962b64a86735f824e9252c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Feb 2018 14:44:22 +0100 Subject: retrieve array of int from metadata, allow dependency retrieval --- tests/003-rpminfo.phpt | 2 +- tests/bidon-src.rpm | Bin 6257 -> 6336 bytes tests/bidon.rpm | Bin 6808 -> 6972 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/003-rpminfo.phpt b/tests/003-rpminfo.phpt index e5e01ab..beb7b47 100644 --- a/tests/003-rpminfo.phpt +++ b/tests/003-rpminfo.phpt @@ -14,7 +14,7 @@ array(5) { ["Version"]=> string(1) "1" ["Release"]=> - string(11) "1.fc25.remi" + string(11) "1.fc27.remi" ["Summary"]=> string(5) "Bidon" ["Arch"]=> diff --git a/tests/bidon-src.rpm b/tests/bidon-src.rpm index c1c05cf..7943ac6 100644 Binary files a/tests/bidon-src.rpm and b/tests/bidon-src.rpm differ diff --git a/tests/bidon.rpm b/tests/bidon.rpm index 259ddf6..6cbfa04 100644 Binary files a/tests/bidon.rpm and b/tests/bidon.rpm differ -- cgit