Go to file
ewt 8cfbc0ef42 added trigger docs
CVS patchset: 2050
CVS date: 1998/03/27 17:11:43
1998-03-27 17:11:43 +00:00
autodeps *** empty log message *** 1998-03-23 16:26:10 +00:00
build Added trigger support to build code 1998-03-20 22:38:00 +00:00
docs added trigger docs 1998-03-27 17:11:43 +00:00
lib added trigger support 1998-03-27 16:46:39 +00:00
misc 1) make use of new delpendency scheme 1998-03-04 16:51:38 +00:00
po 1) added more portability checks 1998-03-04 16:53:54 +00:00
popt *** empty log message *** 1998-03-23 20:52:17 +00:00
python Merge rpm-4.0.4 changes. 1997-01-01 01:30:08 +00:00
rpmio 1) header file cleanups 1998-03-04 16:52:59 +00:00
tools 1) all main()s should return ints 1998-03-04 16:53:24 +00:00
CHANGES added trigger docs 1998-03-27 17:11:43 +00:00
COPYING Changed licensing of librpm to LGPL 1997-08-10 13:40:16 +00:00
CREDITS 1) added more portability checks 1998-03-04 16:53:54 +00:00
Makefile.in 'make archive' creates .depend files now 1998-03-04 21:39:19 +00:00
Makefile.inc.in 1) version 2.4.104 1998-03-04 21:39:35 +00:00
README changed indentation (oooh...) 1997-04-30 15:32:22 +00:00
README.amiga 1) added autoconf for popt directory to make archive 1998-02-17 16:46:13 +00:00
RPM-PGP-KEY updated 1997-02-24 19:50:57 +00:00
acconfig.h 1) added more portability checks 1998-03-04 16:53:54 +00:00
autogen.sh 1) added more portability checks 1998-03-04 16:53:54 +00:00
build.c merged in Marc's new build code 1998-01-12 21:31:29 +00:00
build.h merged in Marc's new build code 1998-01-12 21:31:29 +00:00
checksig.c replaced temporary file creation to be significantly safer 1997-08-28 19:13:54 +00:00
checksig.h allows you to omit md5 signature checks 1997-01-23 20:55:52 +00:00
config.guess recognizes i686 1997-08-24 13:04:25 +00:00
config.sub recognizes i686 1997-08-24 13:04:25 +00:00
configure.in added trigger support 1998-03-27 16:46:39 +00:00
convertdb.c needs to read rpmrc 1997-10-03 16:05:46 +00:00
ftp.c added more i18n strings 1998-01-09 19:10:54 +00:00
ftp.h 1) rewrite ftpCheckResult() to be more robust 1996-10-20 18:21:04 +00:00
gendiff don't depend on bash 1998-03-04 16:05:15 +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 ftp files to RPMVAR_TMPPATH, not /var/tmp 1998-03-05 20:48:23 +00:00
install.h implemented most of generic package relocation 1998-01-28 16:49:43 +00:00
lib-rpmrc.in added comments mentioning that these files shouldn't be mucked with 1998-02-17 17:47:46 +00:00
oldrpmdb.c Include "miscfn.h" in a few more places. 1997-05-15 14:04:39 +00:00
query.c added trigger support 1998-03-27 16:46:39 +00:00
query.h added trigger support 1998-03-27 16:46:39 +00:00
rpm-qo.c include intl.h instead of libintl.h 1996-12-12 16:35:54 +00:00
rpm.8 Fixed typo in the rpm.8 man page. 1998-02-09 19:37:59 +00:00
rpm.c added trigger support 1998-03-27 16:46:39 +00:00
rpm.magic changes to differentiate mipsel from mipseb 1998-01-15 19:52:42 +00:00
rpm.spec 1) version 2.4.104 1998-03-04 21:39:35 +00:00
rpm2cpio.8 Initial revision 1996-03-30 04:00:55 +00:00
rpm2cpio.c 1) rpm2cpio didn't handle zlib errors properly 1997-08-21 01:20:16 +00:00
rpmpopt added trigger support 1998-03-27 16:46:39 +00:00
url.c added more i18n strings 1998-01-09 19:10:54 +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