Go to file
ewt cdf81c1bed Hardwired lookups for root user and group lookups
CVS patchset: 1738
CVS date: 1997/07/16 01:40:23
1997-07-16 01:40:23 +00:00
autodeps fixed typos 1997-03-20 15:55:31 +00:00
build Fix handling of %pre -p <prog> when it has no body 1997-07-07 21:13:26 +00:00
docs Added termnary expression evaluation 1997-07-07 20:46:18 +00:00
lib Hardwired lookups for root user and group lookups 1997-07-16 01:40:23 +00:00
misc Added include for SunOS 1997-06-30 15:59:30 +00:00
po new translations 1997-06-25 15:50:10 +00:00
popt 1) changed popt's ternary operator to work properly 1997-07-07 22:22:44 +00:00
python Merge rpm-4.0.4 changes. 1997-01-01 01:30:08 +00:00
rpmio Replaced queryformat code with headerSprintf() <whew> 1997-05-29 20:09:45 +00:00
tools Added @LIBINTL@ to link line 1997-05-01 15:14:26 +00:00
CHANGES 1) changed popt's ternary operator to work properly 1997-07-07 22:22:44 +00:00
COPYING Initial revision 1996-05-23 03:05:34 +00:00
CREDITS *** empty log message *** 1997-06-03 19:08:39 +00:00
Makefile.in remove all CVS dirs during "make archive" 1997-06-25 16:12:11 +00:00
Makefile.inc.in Changed versions to 2.4.3 1997-06-27 22:39:57 +00:00
NEWS added warning 1997-03-31 20:18:04 +00:00
README changed indentation (oooh...) 1997-04-30 15:32:22 +00:00
README.amiga *** empty log message *** 1996-12-12 03:31:35 +00:00
RPM-PGP-KEY updated 1997-02-24 19:50:57 +00:00
checksig.c Made messages translatable. 1997-05-01 15:15:11 +00:00
checksig.h allows you to omit md5 signature checks 1997-01-23 20:55:52 +00:00
config.guess changes to detect amiga's 1996-12-12 03:33:47 +00:00
config.h.in more osf getmntent_r() patches 1997-06-25 16:10:19 +00:00
config.sub changes to detect amiga's 1996-12-12 03:33:47 +00:00
configure.in Fixed output messages 1997-06-26 14:35:37 +00:00
convertdb.c The Great Renaming 1996-11-18 18:02:36 +00:00
ftp.c Added more includes of <sys/time.h> and <sys/resource.h> for AIX 1997-05-20 15:42:27 +00:00
ftp.h 1) rewrite ftpCheckResult() to be more robust 1996-10-20 18:21:04 +00:00
gendiff add mkj's usage message 1997-01-13 17:23:43 +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 Added install time prerequisite checking 1997-07-01 16:24:08 +00:00
install.h Added install time prerequisite checking 1997-07-01 16:24:08 +00:00
lib-rpmrc.in 1) Changed IP24 to IP in prep for better IP handling 1997-06-27 21:47:03 +00:00
oldrpmdb.c Include "miscfn.h" in a few more places. 1997-05-15 14:04:39 +00:00
query.c moved findPackageByLabel() to rpmdbFindByLabel() and added rpmdbFindByHeader() 1997-05-30 21:14:34 +00:00
query.h dropped QUERY_FOR_INFO, QUERY_FOR_REQUIRES 1997-02-17 20:18:54 +00:00
rpm-qo.c include intl.h instead of libintl.h 1996-12-12 16:35:54 +00:00
rpm.8 dded --changelog to help, usage, and rpm.8 1997-06-16 18:24:50 +00:00
rpm.c Placed include of <sys/wait.h> after <sys/resource.h> for AIX 1997-06-19 13:17:45 +00:00
rpm.magic fixed 1996-05-22 20:39:33 +00:00
rpm.spec Changed versions to 2.4.3 1997-06-27 22:39:57 +00:00
rpm2cpio.8 Initial revision 1996-03-30 04:00:55 +00:00
rpm2cpio.c minor cleanups -- the gz stream was never getting closed 1996-12-12 03:21:00 +00:00
rpmpopt 1) changed popt's ternary operator to work properly 1997-07-07 22:22:44 +00:00
url.c Include "miscfn.h" in a few more places. 1997-05-15 14:04:39 +00:00
url.h Initial revision 1996-10-15 03:15:52 +00:00
verify.c Added install time prerequisite checking 1997-07-01 16:24:08 +00:00
verify.h removed VERIY_SRPM 1997-01-30 20:16:49 +00:00

README

This is RPM, the Red Hat Package Manager.

The latest releases are always available at:

	ftp://ftp.redhat.com/pub/redhat/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) 1997 by Red Hat Software, Inc.,
and may be distributed under the terms of the GPL (see COPYING).

-Marc