Go to file
ewt 602b387052 Initial revision
CVS patchset: 1223
CVS date: 1996/12/12 03:01:09
1996-12-12 03:01:09 +00:00
autodeps Initial revision 1996-12-12 03:01:09 +00:00
build use select() rather than busy waiting in cpio_gzip() 1996-12-06 16:52:11 +00:00
docs added info on dependency verification 1996-07-20 23:16:56 +00:00
lib actually fixed core dump this time 1996-12-11 15:53:58 +00:00
misc added dummy object file to make some ar's happy 1996-12-06 16:06:39 +00:00
po use $(INSTALL) for installs 1996-09-25 19:18:16 +00:00
rpmio The Great Renaming 1996-11-18 18:02:36 +00:00
tools The Great Renaming 1996-11-18 18:02:36 +00:00
CHANGES *** empty log message *** 1996-12-09 19:33:25 +00:00
COPYING Initial revision 1996-05-23 03:05:34 +00:00
CREDITS *** empty log message *** 1996-12-06 16:53:54 +00:00
Makefile.in oops 1996-11-21 22:16:25 +00:00
Makefile.inc.in changed version from 2.3 to 2.2.10 :-( 1996-12-05 22:13:07 +00:00
NEWS *** empty log message *** 1996-05-23 02:38:59 +00:00
README Initial revision 1996-05-23 03:11:57 +00:00
README.amiga Initial revision 1996-09-29 02:20:51 +00:00
RPM-PGP-KEY added some signatures 1996-07-12 17:06:33 +00:00
checksig.c The Great Renaming 1996-11-18 18:02:36 +00:00
checksig.h change soReSign() to handle addition of signatures 1996-07-08 03:25:36 +00:00
config.guess Initial revision 1996-09-29 02:20:51 +00:00
config.sub Initial revision 1996-09-29 02:20:51 +00:00
configure.in fixed GNU cpio detection 1996-12-10 23:15:20 +00:00
convertdb.c The Great Renaming 1996-11-18 18:02:36 +00:00
ftp.c 1) don't use getpwuid() to get username for uid 0, just use "root" 1996-10-22 22:32:20 +00:00
ftp.h 1) rewrite ftpCheckResult() to be more robust 1996-10-20 18:21:04 +00:00
gendiff handle dot files 1996-05-10 16:24:05 +00:00
gettextstub.c Initial revision 1996-03-29 01:35:33 +00:00
groups Initial revision 1996-07-10 20:51:14 +00:00
install-sh Initial revision 1996-08-19 17:15:47 +00:00
install.c The Great Renaming 1996-11-18 18:02:36 +00:00
install.h The Great Renaming 1996-11-18 18:02:36 +00:00
lib-rpmrc.in changed canonical name for 68k to m68k 1996-12-09 19:32:48 +00:00
oldrpmdb.c The Great Renaming 1996-11-18 18:02:36 +00:00
query.c allow -qip - 1996-12-05 00:01:49 +00:00
query.h The Great Renaming 1996-11-18 18:02:36 +00:00
rpm-qo.c Initial revision 1996-11-18 18:10:00 +00:00
rpm.8 added paragraph on --excludedocs 1996-11-06 14:37:07 +00:00
rpm.c if spec check fails, fail. 1996-12-06 16:51:52 +00:00
rpm.magic fixed 1996-05-22 20:39:33 +00:00
rpm2cpio.8 Initial revision 1996-03-30 04:00:55 +00:00
rpm2cpio.c The Great Renaming 1996-11-18 18:02:36 +00:00
url.c The Great Renaming 1996-11-18 18:02:36 +00:00
url.h Initial revision 1996-10-15 03:15:52 +00:00
verify.c added VERIFY_SCRIPTS support 1996-11-22 17:19:14 +00:00
verify.h added VERIFY_SCRIPTS falg 1996-11-22 17:19:25 +00:00

README

This is RPM, the Red Hat Package Manager.

The latest releases are always available at:

	ftp://ftp.redhat.com/pub/code/rpm

Additional RPM documentation (papers, slides, HOWTOs) can also be
found at the same site.

There is a mailing list for discussion of RPM issues, rpm-list@redhat.com.
To subscribe, send a message to rpm-list-request@redhat.com with the word
"subscribe" in the subject line.

RPM was written and is maintained by:

Erik Troan <ewt@redhat.com>
Marc Ewing <marc@redhat.com>

See the CREDITS file for a list of folks who have helped us out
tremendously.  RPM is Copyright (c) 1996 by Red Hat Software, Inc.,
and may be distributed under the terms of the GPL (see COPYING).

-Marc