projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e9397
)
set major number to 3
author
root
<devnull@localhost>
Thu, 27 Jun 1996 18:27:18 +0000
(18:27 +0000)
committer
root
<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
patch
|
blob
|
history
diff --git
a/build/pack.c
b/build/pack.c
index
2053789
..
726d26b
100644
(file)
--- a/
build/pack.c
+++ b/
build/pack.c
@@
-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();