Go to file
ewt b5f1f94bba removed stdin queries and moved --scripts, --provides to rpmpopt
CVS patchset: 1382
CVS date: 1997/01/30 19:58:40
1997-01-30 19:58:40 +00:00
autodeps gave it more snae handling of symlinks 1996-12-20 22:48:42 +00:00
build fixed requires/conflicts 1997-01-28 15:33:55 +00:00
docs added info on conflicts 1997-01-30 15:54:59 +00:00
lib does some basic sanity checks on headers read from the database 1997-01-29 17:39:46 +00:00
misc prototype realpath if appropriate 1997-01-24 19:06:35 +00:00
po updated to RPM 2.3.1 (or so) 1997-01-30 19:56:36 +00:00
popt added poptBadOption(), poptStrerror(), flags argument to poptAddAlias 1997-01-20 22:16:31 +00:00
python Merge rpm-4.0.4 changes. 1997-01-01 01:30:08 +00:00
rpmio The Great Renaming 1996-11-18 18:02:36 +00:00
tools 1) changed for new headerDump() 1997-01-23 20:24:25 +00:00
CHANGES *** empty log message *** 1997-01-30 19:57:30 +00:00
COPYING Initial revision 1996-05-23 03:05:34 +00:00
CREDITS *** empty log message *** 1997-01-30 19:57:30 +00:00
Makefile.in installs rpmpopt 1997-01-30 19:58:26 +00:00
Makefile.inc.in use RPMNLS* rather then NLS* 1997-01-24 19:04:14 +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 *** empty log message *** 1996-12-12 03:31:35 +00:00
RPM-PGP-KEY added some signatures 1996-07-12 17:06:33 +00:00
checksig.c allows you to omit md5 signature checks 1997-01-23 20:55:52 +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 added STDC_HEADERS, HAVE_STRING_H, HAVE_REALPATH 1997-01-24 19:05:23 +00:00
config.sub changes to detect amiga's 1996-12-12 03:33:47 +00:00
configure.in 1) check for STDC headers (makes glob.c, etc happy) 1997-01-24 19:04:51 +00:00
convertdb.c The Great Renaming 1996-11-18 18:02:36 +00:00
ftp.c bug parsing multiline responses 1997-01-22 20:25:38 +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 1) use config.h if available 1997-01-17 16:20:18 +00:00
install.h The Great Renaming 1996-11-18 18:02:36 +00:00
lib-rpmrc.in added fixperms entry 1997-01-16 17:24:00 +00:00
oldrpmdb.c The Great Renaming 1996-11-18 18:02:36 +00:00
query.c removed stdin queries and moved --scripts, --provides to rpmpopt 1997-01-30 19:58:40 +00:00
query.h removed stdin queries and moved --scripts, --provides to rpmpopt 1997-01-30 19:58:40 +00:00
rpm-qo.c include intl.h instead of libintl.h 1996-12-12 16:35:54 +00:00
rpm.8 added some -'s for correctness 1997-01-23 20:23:17 +00:00
rpm.c use RPMNLS* rather then NLS* 1997-01-24 19:04:14 +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 minor cleanups -- the gz stream was never getting closed 1996-12-12 03:21:00 +00:00
rpmpopt Initial revision 1997-01-30 19:57:47 +00:00
url.c 1) use config.h if available 1997-01-17 16:20:18 +00:00
url.h Initial revision 1996-10-15 03:15:52 +00:00
verify.c may skip file md5 checks 1997-01-23 20:56:45 +00:00
verify.h may skip file md5 checks 1997-01-23 20:56:45 +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