platform/upstream/rpm.git
2012-08-30 Panu MatilainenFix memleak regresssion in rpmfiDecideFateIndex()
2012-08-30 Panu MatilainenCache the actual result on rpmdb header verification
2012-08-30 Panu MatilainenUse file info set of removed packages instead of header...
2012-08-30 Panu MatilainenUse file info set of removed packages instead of new...
2012-08-30 Panu MatilainenStore transaction element pointers in the removedPkgs...
2012-08-29 Panu MatilainenDefine separate hash for rpmdb header check cache
2012-08-29 Panu MatilainenOops, undefining wrong name...
2012-08-29 Panu MatilainenSplit colored conflict resolution to helper function...
2012-08-29 Panu MatilainenEliminate redundant helper variable
2012-08-29 Panu MatilainenDifferentiate between filtered and otherwise resolved...
2012-08-29 Panu MatilainenAdd further multilib resolution test-cases
2012-08-29 Panu MatilainenTweak the conflict test descriptions a bit
2012-08-24 Panu MatilainenOops, replacetest spec missing from dist tarballs
2012-08-24 Panu MatilainenDetect attempts to replace directory symlink to directo...
2012-08-24 Panu MatilainenDetect attempts to replace directories and report as...
2012-08-24 Panu MatilainenAdd pile of new test-cases for file type changes in...
2012-08-24 Panu MatilainenClean up testroot /opt throughly to avoid other test...
2012-08-24 Panu MatilainenMake rpmteHaveTransScript() available internally
2012-08-24 Panu MatilainenDifferentiate between filtered and otherwise resolved...
2012-08-23 Panu MatilainenRemove unused leftover variable
2012-08-23 Panu MatilainenAxe the if-what jungle in rpmfiDecideFateIndex()
2012-08-23 Panu MatilainenBacking up contents when replaced by directory needs...
2012-08-23 Panu MatilainenUse fsm->action to decide whether we need a backup...
2012-08-23 Panu MatilainenBackup filename needs suffix, whether its directory...
2012-08-23 Panu MatilainenRemove dead file-backup code
2012-08-23 Panu MatilainenSimplify the non-modified config file vs directory...
2012-08-23 Panu MatilainenDoh, gotta love it when test-suite expectations are...
2012-08-22 Panu MatilainenFix a massive memleak from rpmfiConfigConflictIndex...
2012-08-22 Panu MatilainenUse rpmfiConfigConflictIndex() for modified config...
2012-08-21 Panu MatilainenPolish the symlink config file comparison a bit
2012-08-21 Panu MatilainenPolish the regular config file comparison a bit
2012-08-21 Panu MatilainenCosmetics: compare memcmp() return code explicitly
2012-08-21 Panu MatilainenErm, remember to actually enable all the new tests
2012-08-21 Panu MatilainenAdd a third set of config tests for file type changes...
2012-08-21 Panu MatilainenAdd similar set of %config tests on symlinks
2012-08-21 Panu MatilainenPrepare config test-suite to cleaning up directories
2012-08-21 Panu MatilainenFurther parametrize the config test spec file to allow...
2012-08-21 Panu MatilainenFix %config backup on erasure regression
2012-08-21 Panu MatilainenAnd yet more %config test-cases
2012-08-20 Panu MatilainenDont create redundant %config backups when on-disk...
2012-08-20 Panu MatilainenCosmetics: remove unnecessary line-wrap
2012-08-20 Panu MatilainenDont create %config backups on skipped files
2012-08-20 Panu MatilainenTest that the %config backup contents are what we expect
2012-08-20 Panu MatilainenYet more %config test-cases - shared configs have quirk...
2012-08-20 Panu MatilainenAdd similar set of %config(noreplace) tests
2012-08-20 Panu MatilainenAdjust the config test descriptions a bit to make room...
2012-08-20 Panu MatilainenAdd further "parametrization" to our config file test...
2012-08-20 Panu MatilainenAdd a test-case for another %config file special case
2012-08-20 Panu MatilainenTighten the existing %config tests a bit
2012-08-17 Panu MatilainenAdd a test-case for the shared file timestamp behavior
2012-08-17 Panu MatilainenOnly create the first instance of a file shared between...
2012-08-17 Panu MatilainenBlargh, more fdFree() braindamage
2012-08-17 Panu MatilainenRevert "Always return NULL from fdFree()"
2012-08-14 Panu MatilainenRun gcc supported flags test without our stricter warni...
2012-08-08 Panu MatilainenFix bogus "unclosed %if" error when %include is used...
2012-08-07 Panu MatilainenAdd test for file verification from originating package
2012-08-07 Panu MatilainenVerify files from non-installed packages again (RhBug...
2012-08-07 Panu MatilainenAccept em64t architecture as an alias for x86_64 (RhBug...
2012-08-07 Panu MatilainenAdd tests for invalid --relocate detection and --badrel...
2012-08-07 Panu MatilainenFix RPMPROB_FILTER_FORCERELOCATE aka --badreloc (RhBug...
2012-08-07 Panu MatilainenHandle all dependency tags in spec via same switch...
2012-08-07 Panu Matilainen"prereq" is not a valid qualifier to regular Requires
2012-08-07 Panu MatilainenExtra qualifiers like (postun) are not valid with legac...
2012-08-03 Panu MatilainenHonor RPMSENSE_MISSINGOK flag in dependency checking
2012-08-02 Panu MatilainenDont silence patch by default (RhBug:678000, RhBug...
2012-08-02 Panu MatilainenAdd --noclean and --nocheck options to rpmbuild
2012-08-01 Panu MatilainenFix memleak in changelog parsing on error paths
2012-08-01 Panu MatilainenTurn the invalid date error to warning (related to...
2012-08-01 Panu MatilainenRefactor the struct stat hacking into a helper function
2012-08-01 Panu MatilainenPermit non-existent %ghost directories to be packaged...
2012-08-01 Panu MatilainenDont bother asking libmagic about directories
2012-07-31 Panu MatilainenReport starting line for unclosed %if in specs
2012-07-31 Panu MatilainenDynamically grow spec line buffer on line continuations
2012-07-31 Panu MatilainenMinor cleanups: const pedantry and helper variable...
2012-07-31 Panu MatilainenAllocate spec line buffer separately from spec struct
2012-07-31 Panu MatilainenTrack spec parse buffer position by offset instead...
2012-07-30 Panu MatilainenFix (well, loosen up) the valgrind suppression rules
2012-07-30 Panu MatilainenStricter validation of changelog date (RhBug:843525)
2012-07-12 Panu MatilainenAlways print out package dependencies on build
2012-07-12 Panu MatilainenRun gcc supported flags test with -Werror
2012-07-11 Panu MatilainenReport config and missinok flags in deptype format...
2012-07-11 Panu MatilainenDefault to automatic patch application in %autosetup
2012-07-10 Panu MatilainenAccept "owner" as an alias to "user" %verify attribute...
2012-07-03 Panu MatilainenRecognize relative paths as such in --whatprovides...
2012-07-02 Panu MatilainenAlso track large file presence for src.rpm's (RhBug...
2012-07-02 Panu MatilainenPush payload file size limit checking into cpio code
2012-07-02 Panu MatilainenReport the actual failure reason on archive create...
2012-07-02 Panu MatilainenCosmetics: remove redundant {} block, fixup indentation
2012-07-02 Panu MatilainenDont use mmap() for anything, axe the code instead
2012-06-28 Phil KnirschArch macro for all supported PowerPC 64 processors...
2012-06-28 Phil KnirschPlain 32bit ppc cannot be a ppc64p7
2012-06-27 Panu MatilainenClarify/correct tag usage in rpmdbProvides()
2012-06-27 Panu MatilainenFix obsoletes-thinko in rpmdbProvides()
2012-06-25 Panu MatilainenAdd support for quilt (ticket #54) and bzr to %autosetu...
2012-06-21 Panu MatilainenAdd a set of macros to further automate spec %prep...
2012-06-21 Panu MatilainenFall back to using fsync() on systems without fdatasync()
2012-06-19 Panu MatilainenAdd valgrind suppression file
2012-05-31 Panu MatilainenOnly use local mempcpy() if system libraries dont provi...
2012-05-31 Panu Matilainenxmalloc() and xrealloc() never fail, remove redundant...
2012-05-31 Panu MatilainenCall alloca() and stat() by their own names...
next