summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-06autogen.sh tweaking:Panu Matilainen2-23/+12
2007-06-06Unbreak zlib configure check.Panu Matilainen1-2/+6
2007-06-06Make peace with auto*foo.Panu Matilainen2-16/+5
2007-06-06Remove popt internal gettext, make peace with auto*foo.Panu Matilainen43-9772/+8
2007-06-06Allow tests to pass in distcheck where builddir != srcdir.Panu Matilainen1-1/+1
2007-06-05Force FILEVERIFYFLAGS to be a list in python bindings.Panu Matilainen1-0/+1
2007-06-05Python rpm.te Key() refcount fix (rhbz#182063) from JBJ.Panu Matilainen1-4/+3
2007-06-05Fix typo in check-prereq (rhbz#203182) by Steve Grubb.Panu Matilainen1-1/+1
2007-06-05Payload compatibility checking fixes.Panu Matilainen2-4/+4
2007-06-05Add --dupes popt alias for detecting duplicate packages in rpmdb from JBJ.Panu Matilainen1-0/+6
2007-05-29Restore SIGILL handler in machine detection code.Panu Matilainen1-2/+10
2007-05-25Run filelist checks even if other errors are present.Panu Matilainen1-2/+3
2007-05-24Fail if no beecrypt foundPaul Nasrat1-0/+4
2007-05-24Check for supported payload format on package install. (rhbz#140052)Panu Matilainen4-1/+49
2007-05-23Remove hardcoded RH GPG-keys from the source.Panu Matilainen1-71/+0
2007-05-23Raise an exception if adding an install/upgrade element to transaction fails.Panu Matilainen1-1/+7
2007-05-23More informative error message when lstat() in verification fails.Panu Matilainen1-0/+5
2007-05-18Small TODO-update.Panu Matilainen1-0/+4
2007-05-17Emit diff headers (#237561)Paul Nasrat1-3/+4
2007-05-16- let diff arguments be specified in the environmentPeter Jones1-3/+5
2007-05-16dbmatch keys can be unicode objects also (#219008)Paul Nasrat1-1/+1
2007-05-16Do not run pre/posttrans scripts in test mode.Panu Matilainen1-49/+51
2007-05-16Deal with bad lines in --setperms and --setugids.Panu Matilainen1-2/+2
2007-05-16Make rebuilddb work with the --root option.Panu Matilainen1-2/+2
2007-05-16Fix building without Lua support.Panu Matilainen4-1/+14
2007-05-14- initial TODO for collecting future ideaspmatilai@dhcp115.koti.laiskiainen.org1-0/+29
2007-05-10Remove SELinux context verification (#193488)Paul Nasrat2-69/+3
2007-05-10Add mono req/provides supportPaul Nasrat6-1/+144
2007-05-10Use older perl helper scripts by defaultPaul Nasrat1-4/+4
2007-05-10Add patch to treat changelog as listPaul Nasrat1-0/+1
2007-05-01Enable configurable preferable elf colour policy (#235757)Paul Nasrat3-7/+24
2007-04-23Fix debugedit for relative paths (#232222)Paul Nasrat1-6/+4
2007-04-16Fix default verify flags for %doc rh#235353Paul Nasrat1-1/+1
2007-04-16Call Fflush at the end of writeing a signed package to catch outPaul Nasrat1-0/+4
2007-04-16Fix to handle oldpackages that use HEADERIMAGEPaul Nasrat1-1/+2
2007-04-16When deleting files, drop any s-bit first, so that a maliciousPaul Nasrat4-2/+32
2007-04-16Also decode early for PGP sigtags, which are actually header+payloadPaul Nasrat1-1/+1
2007-04-16Make rpmdbSync obey the no_dbsync flagPaul Nasrat1-0/+2
2007-04-16Build lua without readline support.Paul Nasrat2-1/+4
2007-04-16Check rpmtsInitDB return value. Also patches rpm.c, whichPaul Nasrat2-2/+2
2007-04-16Fix off-by-one error in glob call.Paul Nasrat1-1/+1
2007-04-16Fix --noghost query option. rh#103207Paul Nasrat1-1/+1
2007-04-16Check getcwd return value, abort if rpm cannot determine currentPaul Nasrat1-2/+9
2007-04-16Return an error if Fileno is called with NULL instead of segfaulting.Paul Nasrat1-0/+1
2007-04-16Deal with a return value of "-2" when database locking failed.Paul Nasrat1-0/+4
2007-04-16Do not call rpmtsRun with an empty transaction list, it returns -1Paul Nasrat1-1/+1
2007-04-16Allow "--ignoresize" for erase operations.Paul Nasrat2-2/+2
2007-04-16Fix segfault when rpmbuild stumbles over an empty file list.Paul Nasrat1-1/+1
2007-04-16Add support for a new macro, %{_docdir}. It can be used to specifyPaul Nasrat1-5/+17
2007-04-16Fix uncompress waitpid logic to shut up the compiler [#160434]Paul Nasrat1-2/+4