diff options
Diffstat (limited to 'build/pack.c')
-rw-r--r-- | build/pack.c | 2 |
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)); |