summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-05-31 13:19:37 +0000
committerjbj <devnull@localhost>2000-05-31 13:19:37 +0000
commit98f19479817c3f82f91383d65b32679249c1c71a (patch)
tree68f22446309e28e0211ffcb8d4b324d1f1163e27 /build
parentff0fe552993b8bc148e77d1397ffdbfb58c1c3d7 (diff)
downloadrpm-98f19479817c3f82f91383d65b32679249c1c71a.tar.gz
Sanity (make dist).
CVS patchset: 3776 CVS date: 2000/05/31 13:19:37
Diffstat (limited to 'build')
-rw-r--r--build/pack.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/pack.c b/build/pack.c
index 52cfa4791..e2d34a92b 100644
--- a/build/pack.c
+++ b/build/pack.c
@@ -300,6 +300,8 @@ int writeRPM(Header h, const char *fileName, int type,
else
compressFilelist(h);
+ providePackageNVR(h);
+
/* Create and add the cookie */
if (cookie) {
sprintf(buf, "%s %d", buildHost(), (int) time(NULL));