summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use mkdir -p for creating SPECPARTS dirHEADmasterFlorian Festi2023-05-172-2/+2
* Enable large file support on 32-bit systems againMichal Domonkos2023-05-172-1/+2
* Silence an apparent false positive warning from gcc in -Og modePanu Matilainen2023-05-111-1/+1
* Test for the variable rather than it's expansion in cmake filesPanu Matilainen2023-05-092-9/+16
* Fix bzip2 detectionFlorian Festi2023-05-091-1/+1
* Verify user/group in tests when possiblePanu Matilainen2023-05-051-32/+32
* Don't mask the user verify fail on invalid symlink testPanu Matilainen2023-05-051-2/+2
* Fix thinko in archive size tag(s) descriptionPanu Matilainen2023-05-031-2/+2
* Remove second share/ dir from infodir and mandirFlorian Festi2023-05-021-2/+2
* Fix file signatures getting loaded when not asked forPanu Matilainen2023-04-282-0/+13
* Make the higher level file info selection flags available to PythonPanu Matilainen2023-04-281-0/+7
* Fix leftover "lua.h" import from days long goneMichal Domonkos2023-04-251-1/+1
* Use CMake Lua moduleMichal Domonkos2023-04-254-5/+11
* Add pgpVerifySignature2() and pgpPrtParams2()Neal H. Walfield2023-04-209-19/+116
* Bump CI to Fedora 38Panu Matilainen2023-04-191-1/+1
* Have dist (and snapshot) targets automatically pull in the po submodulePanu Matilainen2023-04-131-1/+4
* Revert "Oops, require translations for dist tarballs"Panu Matilainen2023-04-131-1/+1
* Oops, require translations for dist tarballsPanu Matilainen2023-04-131-1/+1
* Document the library version update schemerpm-4.19.0-alphaPanu Matilainen2023-04-121-1/+6
* Bump the soname in anticipation of the 4.19 alpha releasePanu Matilainen2023-04-122-6/+6
* Install /etc/dbus-1/system.d/org.rpm.confFlorian Festi2023-04-111-0/+4
* Handle IMA as an imported target, take IIMichal Domonkos2023-04-112-2/+5
* Axe outdated multiple build areas docPanu Matilainen2023-04-113-51/+0
* Don't rely on pkg-config for libmagic just yetMichal Domonkos2023-04-112-2/+9
* Include pre-built API docs and man pages in dist tarballsPanu Matilainen2023-04-113-5/+36
* Match the produced (compressed) tarball name in the target namePanu Matilainen2023-04-111-2/+3
* Add ChangeLog to the dist tarballPanu Matilainen2023-04-111-0/+9
* Use WITH_IMAEVM in cmake fileFlorian Festi2023-04-111-1/+1
* Add WITH_FAPOLICYD build optionFlorian Festi2023-04-111-0/+1
* Revert "Handle IMA as an imported target"Panu Matilainen2023-04-062-7/+2
* Bump our CMake requirement to 3.18Panu Matilainen2023-04-062-2/+2
* Handle IMA as an imported targetPanu Matilainen2023-04-062-2/+7
* Let cmake handle checking for mandatory componentsPanu Matilainen2023-04-061-5/+2
* Add translations to dist tarballs (if po submodule is present)Panu Matilainen2023-04-041-3/+8
* Include translations in dist tarballsPanu Matilainen2023-04-041-2/+6
* Update translation submodule for new translations and targetsPanu Matilainen2023-04-041-0/+0
* Fix translation directory not getting added on out-of-tree buildsPanu Matilainen2023-04-041-1/+1
* Remove RPM_MASK_RETURN_TYPE from rpmTagReturnType_e; make it a macroDavid Cantrell2023-04-031-2/+2
* Bring RPM_MASK_RETURN_TYPE in to the signed int rangeDavid Cantrell2023-04-031-1/+1
* Fix typo in cmake ruleFlorian Festi2023-04-031-1/+1
* Added more details to the doc about what is returned by the macros '%-x' and ...Ralf Habacker2023-04-031-2/+2
* Fix docs on weak user requires macro namePanu Matilainen2023-03-312-2/+2
* Add %preuntrans and %postuntrans to spec docsPanu Matilainen2023-03-301-2/+4
* Document %description and put %package to its own sectionPanu Matilainen2023-03-301-11/+14
* Briefly document %attr() and %defattr() in the manualPanu Matilainen2023-03-301-0/+25
* Add rough documentation for user and group handlingPanu Matilainen2023-03-302-0/+80
* Add a proper testcase for full sysusers.d file automationPanu Matilainen2023-03-302-0/+106
* Autogenerate requires for users and groups in packages from file dataPanu Matilainen2023-03-303-9/+39
* Automatically create sysuser users and groups on installPanu Matilainen2023-03-3010-2/+226
* Make rpmscript machinery chroot-awarePanu Matilainen2023-03-303-2/+44