summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile.maint: use git-rev-listignatenkobrain-patch-1Igor Gnatenko2016-09-101-1/+1
* macros: make rpmsig's gpg command alterableJakub Filak2016-09-081-0/+1
* macros: check if GNU Make supports -OIgor Gnatenko2016-09-061-1/+6
* Fix overflow in cpio filename by limiting the allowed length to 4kBFlorian Weimer2016-09-051-0/+3
* tests: Do not pass real pathnames to fakechroot commandsFlorian Festi2016-08-297-76/+77
* tests: Do not pass real pathnames to fakechroot commandsMichal Marek2016-08-2912-187/+187
* pythondistdeps.py: Add --majorver-only dependency switchNeal Gompa (ニール・ゴンパ)2016-08-291-6/+13
* rpmsign: Use default hash algo if RPMTAG_FILEDIGESTALGO missingStefan Berger2016-08-241-4/+3
* Fix libdw configure check.Mark Wielaard2016-08-241-1/+1
* pythondistdeps.py: add forgotten importIgor Gnatenko2016-08-241-1/+2
* configure.ac: use LIBDW always conditionallyIgor Gnatenko2016-08-241-3/+4
* build: fgetc returns int, not char.Richard W.M. Jones2016-08-241-1/+1
* rpmrc: Convert uname.machine == "riscv" to "riscv32"/"riscv64"/"riscv128".Richard W.M. Jones2016-08-221-0/+11
* RISCV 64-bit (riscv64) support.Richard W.M. Jones2016-08-222-0/+22
* pythondistdeps.py: skip .egg-link filesIgor Gnatenko2016-08-221-2/+0
* pythondistdeps.py: show warning if version is not found in metadataIgor Gnatenko2016-08-221-0/+1
* pythondistdeps.py: skip distribution metadata if there is no versionNeal Gompa (ニール・ゴンパ)2016-08-221-0/+3
* let debuginfo packages provide the build-idIgor Gnatenko2016-08-035-3/+22
* Add option to have unique debug file names across version/release/arch.Mark Wielaard2016-07-296-39/+494
* Make adding GDB index sections configurable.Mark Wielaard2016-07-294-5/+94
* Make it possible to have unique build-ids across build versions/releases.Mark Wielaard2016-07-295-5/+201
* Add build-id links to rpm for all ELF files.Mark Wielaard2016-07-2910-60/+1312
* Add sepdebugcrcfix to fixup old style gnu_debuglink CRC checksum.Mark Wielaard2016-07-295-0/+514
* Don't use hardcoded paths to tools/scripts in find-debuginfo.sh.Mark Wielaard2016-07-291-2/+5
* Add dwz debuginfo compression support.Mark Wielaard2016-07-295-1/+207
* Add find-debuginfo.sh -m minisymtab support.Mark Wielaard2016-07-295-2/+153
* Remove some unnecessary assignments flagged by cppcheckVille Skyttä2016-07-293-3/+2
* Fix preun scriptlet failure not aborting rpm eraseFrederic Bonnard2016-07-291-1/+3
* rpmplugins: don't print error if return code is RPMRC_NOTFOUNDIgor Gnatenko2016-07-261-2/+3
* perl.req: Skip over multi line return statementsFlorian Festi2016-06-141-2/+3
* rpm/transaction: move from __future__ to the topIgor Gnatenko2016-06-091-1/+2
* python: Close file in _f2hdr also if hdrFromFdno failsVille Skyttä2016-06-091-3/+3
* python: Remove unnecessary shebangVille Skyttä2016-06-091-2/+0
* python: Trivial code cleanupsVille Skyttä2016-06-091-3/+3
* python: Fix signalsCaught() docstringVille Skyttä2016-06-091-1/+1
* Spelling fixesVille Skyttä2016-06-045-5/+5
* Add support for _buildhost macro for setting the build host manually.Florian Festi2016-06-021-8/+17
* Set FD_CLOEXEC on opened files before exec from lua script is calledLubos Kardos2016-05-311-0/+12
* Filter out provides/requires from %_docdir (rhbz:964126)Lubos Kardos2016-05-312-0/+13
* Change rpmfcAttrMacro() and rpmfcAttrReg() to accept variable argument listLubos Kardos2016-05-301-17/+66
* fix segfault when calling with args==NULLThierry Vignaud2016-05-261-1/+1
* Fix off-by-one errorJonathan Wakely2016-05-251-1/+1
* Fix signing with non-ASCII uid keys (rhbz:1243963)Lubos Kardos2016-05-231-1/+0
* Use armv7hl isa for all armhfp (armv7h*l) arches (#1326871)Lubos Kardos2016-05-191-0/+6
* Filter unversioned deps if corresponding versioned deps exist (rhbz:678605)Lubos Kardos2016-05-171-55/+118
* Add description and examples section to rpmspec man page (rhbz:#1308133)Lubos Kardos2016-05-091-0/+35
* Fix handling of zero-length file digestsStefan Berger2016-04-292-1/+28
* Extend header size to 256MB due to file signaturesStefan Berger2016-04-292-3/+4
* Check range of algo index parameter before accessing array with itStefan Berger2016-04-271-0/+6
* Drop const to fix compiler warningFlorian Festi2016-04-271-1/+1