set major number to 3
authorroot <devnull@localhost>
Thu, 27 Jun 1996 18:27:18 +0000 (18:27 +0000)
committerroot <devnull@localhost>
Thu, 27 Jun 1996 18:27:18 +0000 (18:27 +0000)
CVS patchset: 686
CVS date: 1996/06/27 18:27:18

build/pack.c

index 2053789..726d26b 100644 (file)
@@ -163,7 +163,7 @@ static int writeMagic(int fd, char *name,
     struct rpmlead lead;
 
     /* There are the Major and Minor numbers */
-    lead.major = 2;
+    lead.major = 3;
     lead.minor = 0;
     lead.type = type;
     lead.archnum = getArchNum();