From 3226acd5c11cf04b841d718c036ee80c9b65ae26 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 Feb 2013 14:31:37 +0000 Subject: fix retrieving payload format commit r6545 on 2012-12-2 broke delta rpm support: "(Pkg_description, Pkg_sourcerpm) split UTF-8 strings from raw strings functions, then simplify" --- URPM.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'URPM.xs') diff --git a/URPM.xs b/URPM.xs index f6233f9..9addec2 100644 --- a/URPM.xs +++ b/URPM.xs @@ -1571,7 +1571,7 @@ Pkg_sourcerpm(pkg) distribution = 4 vendor = 5 os = 6 - payload_format = 8 + payload_format = 7 PPCODE: if (pkg->h) { rpmTag tag; -- cgit v1.2.1