Go to file
Panu Matilainen cd9d401e90 Export rpmtxnBegin() and rpmtxnEnd()
- This allows API users to lock the transaction from other players
  long before entering rpmtsRun(): for example depsolvers first do
  calculations based on the rpmdb, download packages and only then
  start the transaction. We dutifully waited for others to complete
  on the ts lock inside rpmtsRun(), but those others could've
  invalidated all our prior calculations so continuing was potentially
  hazardous even. There are other uses too, we'll get to them
  eventually...
2013-03-11 13:20:05 +02:00
.tx Add Transifex config + adjust .gitignore to track it 2011-09-13 14:11:14 +03:00
autodeps Spelling fixes. 2013-02-19 21:35:40 +02:00
build Return malloced memory from rpmcpioStrerror() 2013-02-19 22:02:26 +02:00
db3 Remove BDB RPC "support" 2009-09-21 11:00:50 +03:00
doc Add --undefine cli switch for undefining macros (related to RhBug:876308) 2012-11-16 13:23:00 +02:00
fileattrs Simplify mono file magic regex 2012-05-07 15:29:14 +03:00
lib Export rpmtxnBegin() and rpmtxnEnd() 2013-03-11 13:20:05 +02:00
luaext Add lua 5.2 support. 2012-10-09 08:28:52 +03:00
misc Spelling fixes. 2013-02-19 21:35:40 +02:00
plugins Adding FSM file hooks 2013-02-22 11:09:27 +02:00
po Disable useless empty translations, enable Ukrainian translation 2012-12-19 13:22:49 +02:00
python Spelling fixes. 2013-02-19 21:35:40 +02:00
rpmio Unify gzdio error handling into a helper function 2013-03-05 15:00:41 +02:00
scripts Spelling fixes. 2013-02-19 21:35:40 +02:00
sign Update library current + age (ie libs are now 3.1.0) 2012-11-05 10:22:50 +02:00
tests Make sure /var exists created in the test-suite root 2013-03-06 14:45:36 +02:00
tools Revert "make "canonicalization(...)shrank by one character" error message more usefull" 2013-01-09 14:06:56 +02:00
.gitignore build: Update .gitignore rules 2011-10-11 12:55:15 +03:00
CHANGES Spelling fixes. 2013-02-19 21:35:40 +02:00
COPYING Update contact address in COPYING (RhBug:742362) 2012-11-05 15:09:58 +02:00
CREDITS Finally, preliminary http support. 1999-02-04 18:48:03 +00:00
GROUPS Fix newSpec in "rpm -q --specfile --specedit" 1999-03-16 20:04:26 +00:00
INSTALL Spelling fixes. 2013-02-19 21:35:40 +02:00
Makefile.am Main macros needs similar sed-love on install as platform macros 2013-03-06 14:35:41 +02:00
Makefile.maint Make peace with newer git 2009-06-12 08:29:02 +03:00
README Updated mailing list information. 2009-06-02 09:42:54 +03:00
autogen.sh Just use autoreconf in autogen.sh (ticket #109) 2009-11-26 09:46:48 +02:00
cliutils.c Make --pipe command failures reflect our exit codes (RhBug:735481) 2011-09-05 08:38:31 +03:00
cliutils.h Make --pipe command failures reflect our exit codes (RhBug:735481) 2011-09-05 08:38:31 +03:00
configure.ac Fixup find-requires linking for srcdir != builddir. 2013-03-06 10:12:21 +02:00
debug.h Eliminate debug junk from the API 2007-12-04 11:25:46 +02:00
installplatform Main macros needs similar sed-love on install as platform macros 2013-03-06 14:35:41 +02:00
macros.in Spelling fixes. 2013-02-19 21:35:40 +02:00
mkinstalldirs Automake cleanups. 2007-08-05 11:30:55 +03:00
platform.in Push platform config out of main rpm macros file 2011-03-25 14:48:49 +02:00
preinstall.am First cut of a libsolv-style string <-> id pool API 2012-09-07 13:34:27 +03:00
rpm.am New. 2007-09-05 10:39:57 +02:00
rpm.pc.in Adjust rpm.pc private libraries 2010-10-04 14:35:08 +03:00
rpm2cpio.c Make rpm2cpio exit code accurate for large packages and partial copy 2012-03-14 11:20:42 +02:00
rpmbuild.c Add --noclean and --nocheck options to rpmbuild 2012-08-02 12:10:39 +03:00
rpmdb.c Eliminate bunch of dead assignments on ts vsflags 2011-05-30 15:50:29 +03:00
rpmkeys.c Add --test option to rpmkeys 2012-02-03 12:47:19 +02:00
rpmpopt.in Unbreak --setperms (RhBug:881835) 2012-11-30 08:23:51 +02:00
rpmqv.c And finally, permit --hash and --percent cli-switches on erasures too 2012-01-05 16:28:18 +02:00
rpmrc.in AArch64 support v2 2013-03-05 06:45:08 +02:00
rpmsign.c Fix misleading error message when gpg key is expired (RhBug:672727) 2011-08-01 13:54:43 +02:00
rpmspec.c Adjust rpmspec -P to invoke non-build parse 2013-01-22 13:34:14 +02:00
system.h Acommodate to glibc 2.17 __secure_getenv() renaming 2013-01-28 18:53:12 +02:00

README

This is RPM, the RPM Package Manager.

The latest releases are always available at:

	http://rpm.org/releases/

Additional RPM documentation (papers, slides, HOWTOs) can also be
found at the same site: http://rpm.org.

http://rpm.org/wiki/Communicate lists all rpm releated mailing lists.

RPM was originally written 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) 1998 by Red Hat Software, Inc.,
and may be distributed under the terms of the GPL and LGPL (see  the
file COPYING for details).