Remove requirement of Distribution, Vendor, and Packager.
authormarc <devnull@localhost>
Tue, 13 Jan 1998 19:56:18 +0000 (19:56 +0000)
committermarc <devnull@localhost>
Tue, 13 Jan 1998 19:56:18 +0000 (19:56 +0000)
CVS patchset: 1959
CVS date: 1998/01/13 19:56:18

build/parsePreamble.c

index cf87f9e..9457d0f 100644 (file)
@@ -33,9 +33,10 @@ static int requiredTags[] = {
     RPMTAG_SUMMARY,
     RPMTAG_GROUP,
     RPMTAG_COPYRIGHT,
-    RPMTAG_PACKAGER,
-    RPMTAG_DISTRIBUTION,
-    RPMTAG_VENDOR,
+/* You really ought to have these, but many people don't: */
+/*    RPMTAG_PACKAGER,                                    */
+/*    RPMTAG_DISTRIBUTION,                                */
+/*    RPMTAG_VENDOR,                                      */
     0
 };