aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-02-05 14:31:37 +0000
committerThierry Vignaud <tv@mageia.org>2013-02-05 14:31:37 +0000
commit3226acd5c11cf04b841d718c036ee80c9b65ae26 (patch)
tree126e72c9ccfebd8cc5b4488dc59e29a27d3041f0 /URPM.xs
parente9c3ec85fe933175a7dc84e61c2b09affe1048eb (diff)
downloadperl-URPM-3226acd5c11cf04b841d718c036ee80c9b65ae26.tar
perl-URPM-3226acd5c11cf04b841d718c036ee80c9b65ae26.tar.gz
perl-URPM-3226acd5c11cf04b841d718c036ee80c9b65ae26.tar.bz2
perl-URPM-3226acd5c11cf04b841d718c036ee80c9b65ae26.tar.xz
perl-URPM-3226acd5c11cf04b841d718c036ee80c9b65ae26.zip
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"
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
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;