Go to file
ewt ce9e543145 *** empty log message ***
CVS patchset: 853
CVS date: 1996/07/16 03:52:27
1996-07-16 03:52:27 +00:00
build take packager from rpmrc 1996-07-15 00:54:18 +00:00
docs change "build prefix" to "build root" 1996-07-14 16:14:01 +00:00
lib 1) returns score instead of distance into equivalences 1996-07-16 03:43:33 +00:00
po *** empty log message *** 1996-06-05 01:33:17 +00:00
rpmio added getVerbosity() 1996-02-16 05:34:22 +00:00
tools mods for new Header-style signature and HEADER_MAGIC 1996-07-07 22:13:37 +00:00
CHANGES *** empty log message *** 1996-07-16 03:46:36 +00:00
COPYING Initial revision 1996-05-23 03:05:34 +00:00
CREDITS *** empty log message *** 1996-07-16 03:52:27 +00:00
Makefile.in remove pgp cruft 1996-07-15 01:50:58 +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
RPM-PGP-KEY added some signatures 1996-07-12 17:06:33 +00:00
checksig.c print message if couldn't find a PGP key 1996-07-12 19:26:31 +00:00
checksig.h change soReSign() to handle addition of signatures 1996-07-08 03:25:36 +00:00
convertdb.c don't overwrite an existing database 1996-03-29 01:43:10 +00:00
ftp.c after successfull file transfer, read the "Transfer Completed" from the 1996-07-13 14:53:33 +00:00
ftp.h uses passive mode now 1996-07-03 16:26:06 +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.c removed extraneous ' ' 1996-07-12 02:32:31 +00:00
install.h added support for relocateable packages 1996-07-10 02:35:15 +00:00
lib-rpmrc.in change to _canon 1996-07-15 22:34:44 +00:00
oldrpmdb.c fixed getScript() 1996-01-09 21:50:54 +00:00
query.c 1) added Summary to -qi output 1996-07-14 16:14:39 +00:00
query.h got --whatrequires, --whatprovides, --requires, --provides, --dump 1996-06-20 22:28:02 +00:00
rpm.8 *** empty log message *** 1996-07-16 03:52:27 +00:00
rpm.c added --ignoreos 1996-07-16 03:46:20 +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 merged rpmlib.h and package.h 1996-06-17 19:43:55 +00:00
verify.c merged rpmlib.h and package.h 1996-06-17 19:43:55 +00:00
verify.h Initial revision 1996-02-20 04:31:08 +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