summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: add test for Obsoletesxujing2023-03-131-0/+37
* tests: add test for %verify in %filesxujing2023-03-133-0/+40
* Remove unrelated %undefine output from macro scoping testPanu Matilainen2023-03-131-2/+2
* Enable malloc checking with random perturb in the test-suitePanu Matilainen2023-03-131-0/+8
* Fix rpmkeys type confusion test.Neal H. Walfield2023-03-131-0/+4
* Make %_smp_mflags build rather than parse time determinedPanu Matilainen2023-03-131-1/+1
* Make CPU and thread-related macros available on all platformsPanu Matilainen2023-03-132-16/+16
* Eliminate remaining %{u2p:...} usesPanu Matilainen2023-03-131-4/+4
* Avoid bashisms in test-suite specsPanu Matilainen2023-03-132-2/+5
* Reject multiple PGPTAG_PUBLIC_KEY packetsDemi Marie Obenour2023-03-131-10/+13
* Check packet types of signatures and public keysDemi Marie Obenour2023-03-131-3/+11
* Avoid type confusion when verifying signaturesDemi Marie Obenour2023-03-134-1/+43
* Docs: macros: Add some missing fencing, fix grammarFrank Dana2023-03-131-2/+2
* Docs: Macros: Attempt to fix literal backslashFrank Dana2023-03-131-1/+1
* Docs: macros: backtick-fence more literals in bodyFeRD (Frank Dana)2023-03-131-45/+46
* Doh, unbreak CI from commit 190354cb19af6ecdfec6f7eaa454d6afcf381128Panu Matilainen2023-03-131-1/+7
* Add a blurb to hello.spec cautioning against its usePanu Matilainen2023-03-131-0/+6
* Add payload compression macro documentationMichal Domonkos2023-03-131-2/+8
* Add mode string documentation to Fopen()/Fdopen()Michal Domonkos2023-03-131-0/+52
* Handle downgrade within V-R when epoch goes away (RhBug:1845069)Panu Matilainen2023-03-132-4/+6
* Add a whole bunch of epoch behavior install testsPanu Matilainen2023-03-132-1/+143
* Add a handler for libselinux log messages (RhBug:2123719, RhBug:2050774)Panu Matilainen2023-03-131-0/+30
* Permit building rpm from git without pandocPanu Matilainen2023-03-131-0/+2
* Fix typo in macros manualCarl George2023-03-131-1/+1
* fapolicyd: Make write() nonblockingRadovan Sroka2023-03-131-9/+65
* Fix potential uninitialized variable use in rpmtsImportPubkey()Panu Matilainen2023-03-131-1/+1
* Add more on pull requests to CONTRIBUTINGFlorian Festi2023-03-131-0/+11
* Document need to do history research on behavior changesPanu Matilainen2023-03-131-1/+3
* Fix missing Home-page in backported egg-infoMichal Domonkos2023-03-131-1/+1
* Generate Python egg-info from automake buildsPanu Matilainen2023-01-103-1/+19
* Preparing for rpm 4.18.0 releaserpm-4.18.0-releasePanu Matilainen2022-09-2043-46/+46
* Bump CI to Fedora 36Panu Matilainen2022-09-201-2/+4
* Skip rather than expect failure for non-root in the invalid symlink testPanu Matilainen2022-09-201-1/+1
* Fix bogus return value from rpmteDBInstance() doxygen annotationPanu Matilainen2022-09-201-1/+0
* Fix a memory leak in the new directory dance in ensureDir()Panu Matilainen2022-09-201-2/+3
* Fix %posttrans argument on upgradePanu Matilainen2022-09-202-3/+18
* Fix possible descriptor leak in fsmOpenat()Panu Matilainen2022-09-201-6/+8
* Add the new binary test-key to tarballs to unbreak dist-checkPanu Matilainen2022-09-201-0/+1
* Add pgpPubkeyFingerprint for Sequoia.Neal H. Walfield2022-09-204-1/+133
* Make pgpPubkeyFingerprint() do something meaningful againPanu Matilainen2022-09-201-2/+13
* Fix buffer overrun from commit 4420c78beb86cc67392274bf351478a3375626a2Panu Matilainen2022-09-201-0/+1
* Preparing for rpm 4.18.0 rc1rpm-4.18.0-rc1Panu Matilainen2022-09-0243-415/+203
* Update rpm-sequoia URL as per #2164Panu Matilainen2022-09-021-1/+1
* configure.ac: add linux-gnux32 variant to triplet handlingAlexander Kanavin2022-09-021-0/+4
* Fix rpm lua rpm_vercmp error message if second argument is brokenVyacheslav Potoropin2022-09-021-1/+1
* Fix missing newline in debuginfo-related warningPanu Matilainen2022-09-021-1/+1
* Clarify %bcond, %bcond_with and %bcond_without documentation, take XVIIPanu Matilainen2022-09-021-17/+25
* Fix upstream branch setting in "%autosetup -S git"Michal Domonkos2022-09-021-3/+1
* rpm2cpio.sh: only read needed bytes of file magicFlorian Festi2022-09-021-1/+1
* Quote %sources and %patches for shellFlorian Festi2022-09-024-2/+54