Go to file
ewt 83203543e5 added interface for dependency checking
CVS patchset: 636
CVS date: 1996/06/10 17:43:11
1996-06-10 17:43:11 +00:00
build provide lib.so IF lib.so.* 1996-06-08 03:39:49 +00:00
lib added interface for dependency checking 1996-06-10 17:43:11 +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 new args 1996-05-07 22:03:07 +00:00
CHANGES *** empty log message *** 1996-06-10 17:41:44 +00:00
COPYING Initial revision 1996-05-23 03:05:34 +00:00
CREDITS *** empty log message *** 1996-05-23 00:15:27 +00:00
Makefile.in changed version to 2.1 1996-06-10 17:39:26 +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 sigs 1996-04-18 16:29:40 +00:00
checksig.c use /var/tmp 1996-03-29 01:26:20 +00:00
checksig.h added doReSign() 1996-03-28 23:56:49 +00:00
convertdb.c don't overwrite an existing database 1996-03-29 01:43:10 +00:00
ftp.c added verbose error checking 1996-03-29 01:19:10 +00:00
ftp.h added verbose error checking 1996-03-29 01:19:10 +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
install.c 1) changed doInstall() and doUninstall() calls to pass all of the arguments 1996-06-10 17:41:24 +00:00
install.h 1) changed doInstall() and doUninstall() calls to pass all of the arguments 1996-06-10 17:41:24 +00:00
oldrpmdb.c fixed getScript() 1996-01-09 21:50:54 +00:00
query.c added requiredby and provides querying 1996-06-09 21:47:42 +00:00
query.h added requiredby and provides querying 1996-06-09 21:47:42 +00:00
rpm.8 documented flags for dependencies 1996-06-10 17:42:38 +00:00
rpm.c 1) added --nodeps for installs and uninstalls 1996-06-10 17:40:40 +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 Initial revision 1996-03-02 17:36:57 +00:00
verify.c indicates config files for files that don't verify 1996-03-04 22:52:34 +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