summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Add %mutable and %noupdate update policies (#152)pavlinas_p122Pavlina Moravcova Varekova2017-04-191-0/+4
* Only build bundled fts if system has a bad version that doesn't handle LFSGleb Fotengauer-Malinovskiy2017-03-241-1/+10
* Rename fts.h header to rpmfts.hGleb Fotengauer-Malinovskiy2017-03-241-1/+1
* build/files.c (generateBuildIDs): Fix small memory leak.Mark Wielaard2017-03-241-0/+2
* Unbreak short-circuited binary buildsPanu Matilainen2017-03-241-20/+51
* Make sure to reset file attributes for generated build-id directories.Mark Wielaard2017-03-211-0/+21
* build/files.c (processPackageFiles): Don't call generateBuildIDs for noarch.Mark Wielaard2017-03-211-4/+8
* build/files.c: Only check build-ids for executable files in the main package.Mark Wielaard2017-03-211-5/+14
* Rename internal argument for clarityPanu Matilainen2017-03-212-7/+7
* parseSpec: use getline instead of fgetcGleb Fotengauer-Malinovskiy2017-03-151-17/+2
* build/files.c: Unset __debug_package implies missing build-ids aren't fatal.Mark Wielaard2017-03-101-1/+5
* generateBuildIDs: Fix error handling.Mark Wielaard2017-03-101-7/+11
* Re-enable rich dependecies for build requires and conflictsFlorian Festi2017-03-091-0/+2
* Fix check whether to allow rich deps in a given tagFlorian Festi2017-03-091-4/+6
* generateBuildIDs: Don't warn or error for object files without build-id.Mark Wielaard2017-03-091-4/+11
* Implement SHA256 header digest, creation + verificationPanu Matilainen2017-03-081-2/+8
* add support for rich dependencies from dependency generatorsIgor Gnatenko2017-03-086-71/+54
* Refactor cpioArchiveSize member out of Package structPanu Matilainen2017-03-022-5/+6
* Implement a digest on the compressed payload content (#163)Panu Matilainen2017-03-011-1/+39
* Consolidate digest calculations to the read cyclePanu Matilainen2017-03-011-15/+35
* Refactor main header writing to a helper functionPanu Matilainen2017-03-011-11/+25
* Consolidate Fseek() error handling to local helper functionPanu Matilainen2017-03-011-8/+12
* Add + use a helper function to create dummy digest valuesPanu Matilainen2017-03-011-3/+13
* Use section names as variable names to clarify codePanu Matilainen2017-03-011-7/+5
* Refactor final dependency tweaks to a helper functionPanu Matilainen2017-03-011-18/+23
* Fix check for weak deps in external dependency generatorFlorian Festi2017-03-011-6/+6
* Use RPMTAG_*NAME instead of RPMTAG_*FLAGS in parsePreamble.c and parseRCPOT()Florian Festi2017-03-013-45/+30
* Fixup refactoring error in commit 215334581679170f2de3bcd49504dff47463db7bPanu Matilainen2017-02-281-1/+1
* Allow to use whitespaces in %include filename (#125)Pavlina Moravcova Varekova2017-02-281-4/+7
* Revert "Allow to use spaces in "_sourcedir" path #125"Panu Matilainen2017-02-281-6/+3
* Cosmetics: if, while and switch are followed by a spacePanu Matilainen2017-02-277-18/+18
* Refactor rpmio flag logic into a helper functionPanu Matilainen2017-02-271-16/+28
* Clean up writeRPM() a bitPanu Matilainen2017-02-271-31/+9
* Use the new ID-based digest API for build-time digest generationPanu Matilainen2017-02-271-4/+4
* Allow to use spaces in "_sourcedir" path #125Pavlina Moravcova Varekova2017-02-241-3/+6
* Allow SOURCE_DATE_EPOCH to override file timestampsBernhard M. Wiedemann2017-02-161-0/+22
* Fix unclear %dev error messagePavlina Moravcova Varekova2017-02-161-1/+7
* Fix confusing %defattr/%attr error messagesPavlina Moravcova Varekova2017-02-131-3/+9
* Clean up doScript() a bit by assuming failure, no functional changesPanu Matilainen2017-02-081-6/+1
* set SOURCE_DATE_EPOCH from changelogBernhard M. Wiedemann2017-02-011-0/+15
* Remove the now unnecessary archive size estimationPanu Matilainen2017-01-131-19/+1
* Only process regular files when generating build-idsPanu Matilainen2017-01-051-6/+5
* Define AM_CFLAGS inside the Makefile.am files themselves.Mark Wielaard2016-12-091-0/+1
* Fix special %doc and %license %defattr() dir permissions (RhBug:1399798)Panu Matilainen2016-11-301-1/+0
* Make package exists/does not exist error more informativePanu Matilainen2016-11-116-18/+13
* Ensure that file trigger conditions are paths.Panu Matilainen2016-11-111-0/+6
* Ensure that a trigger condition actually exists.Panu Matilainen2016-11-111-2/+11
* Revise trigger separator checking a bit to pave way for next commitPanu Matilainen2016-11-111-8/+8
* Require whitespace around trigger -- separators (RhBug:1352828)Panu Matilainen2016-11-101-4/+10
* Log a warning about possible unexpanded macros in NVRPanu Matilainen2016-11-101-6/+18