Go to file
ewt 57886e1741 *** empty log message ***
CVS patchset: 1102
CVS date: 1996/10/15 19:16:26
1996-10-15 19:16:26 +00:00
autodeps *** empty log message *** 1996-08-20 20:57:33 +00:00
build use cpio specified by rpmrc 1996-10-15 02:23:03 +00:00
docs added info on dependency verification 1996-07-20 23:16:56 +00:00
lib don't assume write(fd, buf, 0) always returns w/o error 1996-10-15 15:03:19 +00:00
misc Initial revision 1996-09-30 16:32:37 +00:00
po use $(INSTALL) for installs 1996-09-25 19:18:16 +00:00
rpmio added getVerbosity() 1996-02-16 05:34:22 +00:00
tools used LIBMISC during linking 1996-09-29 02:30:09 +00:00
CHANGES *** empty log message *** 1996-10-15 19:16:26 +00:00
COPYING Initial revision 1996-05-23 03:05:34 +00:00
CREDITS added Jeff Johnson 1996-09-25 19:08:18 +00:00
Makefile.in added url.o 1996-10-15 03:14:50 +00:00
Makefile.inc.in moved CPP, prefix, exec_prefix, libdir, LIBRPMRC_FILENAME defs here 1996-09-29 02:26:24 +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 added message 1996-09-18 13:28:50 +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 1) users vfork() when fork() isn't available [amigaos] 1996-10-15 02:13:16 +00:00
convertdb.c don't overwrite an existing database 1996-03-29 01:43:10 +00:00
ftp.c added ftpGetFileDesc(), ftpGetFileDone() and changed ftpGetFile() 1996-10-15 02:14:42 +00:00
ftp.h added ftpGetFileDesc(), ftpGetFileDone() 1996-10-15 02:14:32 +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 pulled URL handling to url.c 1996-10-15 03:14:35 +00:00
install.h made printDepFlags() externally visible 1996-07-20 23:20:56 +00:00
lib-rpmrc.in 1) added sun4m, sun4c arch's 1996-10-15 02:14:02 +00:00
oldrpmdb.c fixed getScript() 1996-01-09 21:50:54 +00:00
query.c added support for querying ftp:// packages 1996-10-15 03:14:50 +00:00
query.h got --whatrequires, --whatprovides, --requires, --provides, --dump 1996-06-20 22:28:02 +00:00
rpm.8 document --rebuilddb supports --dbpath 1996-09-16 22:41:52 +00:00
rpm.c removed definition of _() which gets set by configure 1996-09-29 02:22:07 +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 ignore major, minor from pkgReadHeader() 1996-08-29 04:14:38 +00:00
url.c Initial revision 1996-10-15 03:15:52 +00:00
url.h Initial revision 1996-10-15 03:15:52 +00:00
verify.c 1) we must open RPM database for -Vp if dependencies need to be verified 1996-10-15 19:08:14 +00:00
verify.h added dependency verification 1996-07-20 23:21:18 +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