Go to file
Florian Festi 4a9b7f547c perl.req: Also skip blocks with my var = <<
Before only
var = <<BLOCK
 foo
BLOCK

was skipped.

But

my var = <<BLOCK

is also valid perl and needs to be skipped for dependency scanning.
2017-03-13 11:24:43 +01:00
.tx Update transifex config for domain change 2013-06-07 12:57:57 +03:00
build build/files.c: Unset __debug_package implies missing build-ids aren't fatal. 2017-03-10 08:27:50 +02:00
db3 Remove BDB RPC "support" 2009-09-21 11:00:50 +03:00
doc We have no internal public APIs, really 2017-03-06 14:55:48 +02:00
fileattrs Define AM_CFLAGS inside the Makefile.am files themselves. 2016-12-09 11:35:38 +02:00
lib Oops, remove leftover includes 2017-03-10 12:19:17 +02:00
luaext Cosmetics: if, while and switch are followed by a space 2017-02-27 17:41:37 +02:00
misc Spelling fixes 2016-06-04 23:00:58 +03:00
plugins Move scriptlet priority reset to a plugin 2017-03-10 12:15:32 +02:00
po Plugins may contain translatable messages too 2017-03-10 12:22:26 +02:00
python Add a VSF control bit to disable payload digest verification 2017-03-08 15:29:58 +02:00
rpmio Expand parametric macro arguments before processing (#127, RhBug:1397209) 2017-03-07 14:26:45 +02:00
scripts perl.req: Also skip blocks with my var = << 2017-03-13 11:24:43 +01:00
sign Implement SHA256 header digest, creation + verification 2017-03-08 14:43:55 +02:00
tests Implement SHA256 header digest, creation + verification 2017-03-08 14:43:55 +02:00
tools debugedit: Support String/Line table rewriting for larger/smaller paths. 2017-03-06 15:17:20 +02:00
.gitignore Add a mailmap file for fixing author anomalies + mapping mail addresses 2016-10-18 15:01:35 +03:00
.mailmap Add a mailmap file for fixing author anomalies + mapping mail addresses 2016-10-18 15:01:35 +03:00
CHANGES hint where to look for history 2016-01-28 14:28:58 +01:00
COPYING Update contact address in COPYING (RhBug:742362) 2012-11-05 15:09:58 +02:00
CREDITS Bring CREDITS to this millenium 2016-10-18 15:01:35 +03:00
INSTALL Add OpenSSL support for digest and signatures 2017-02-16 11:26:55 +01:00
Makefile.am debugedit: Support String/Line table rewriting for larger/smaller paths. 2017-03-06 15:17:20 +02:00
Makefile.maint Fix "make dist" work out of the box again 2016-11-04 11:02:50 +02: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 Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
cliutils.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
configure.ac debugedit: Support String/Line table rewriting for larger/smaller paths. 2017-03-06 15:17:20 +02:00
debug.h Eliminate debug junk from the API 2007-12-04 11:25:46 +02:00
installplatform RISCV 64-bit (riscv64) support. 2016-08-22 21:16:48 +01:00
macros.debug Add option to have unique debug file names across version/release/arch. 2016-07-29 18:29:10 +02:00
macros.in Move scriptlet priority reset to a plugin 2017-03-10 12:15:32 +02:00
mkinstalldirs Automake cleanups. 2007-08-05 11:30:55 +03:00
platform.in Add a %_rundir macro to the platform files. 2014-05-07 09:12:46 +03:00
preinstall.am Rip rpm 4.4.x API compatibility 2016-10-24 12:38:21 +03:00
rpm.am Define AM_CFLAGS inside the Makefile.am files themselves. 2016-12-09 11:35:38 +02:00
rpm.pc.in Fix pkgconfig reference to Lua in Libs.private 2016-03-17 09:52:30 -04:00
rpm2archive.c rpm2cpio and rpm2archive: don't write archive data to a terminal. 2017-01-26 14:53:01 +01:00
rpm2cpio.c rpm2cpio and rpm2archive: don't write archive data to a terminal. 2017-01-26 14:53:01 +01:00
rpmbuild.c Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro() 2016-10-24 13:09:38 +03:00
rpmdb.c Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
rpmkeys.c Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
rpmpopt.in Add --trace macros to enable %trace on the command line. 2017-02-24 13:23:16 +01:00
rpmqv.c Make --noplugins work with "rpm --verify" 2016-03-07 13:26:35 +01:00
rpmrc.in RISCV 64-bit (riscv64) support. 2016-08-22 21:16:48 +01:00
rpmsign.c rpmsign: eliminate unused leftover variable 2017-01-04 11:28:15 +02:00
rpmspec.c Add option the select option --builtrpms to rpmspec(rhbz:961833) 2016-03-09 14:51:27 +01:00
system.h Add all the BSDs that support setprogname() and getprogname() 2016-02-15 10:08:25 -05: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).