aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.xs2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f89f04e..ff8b557 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- fix retrieving payload format
+
Version 4.24 - 3 February 2013
- enhanced doc
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;