summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for rpm 4.11.1-rc2rpm-4.11.1-rc2Panu Matilainen2013-06-2033-449/+449
* Adjust flangtest to work as a test-case for zero-length filesPanu Matilainen2013-06-203-1/+4
* Teach debugedit about .debug_gdb_script section (SuseBug:818502)Panu Matilainen2013-06-201-0/+2
* Avoid breaking build on older systems which dont know AArch64Panu Matilainen2013-06-171-0/+2
* debugedit: handle aarch64 debug_info relocations (RhBug:974860)Kyle McMartin2013-06-171-0/+4
* Fix ages old segfault on trying to expand %{lua} (RhBug:972646)Panu Matilainen2013-06-111-5/+4
* Dont try to expand zero-length arguments to built-in macrosPanu Matilainen2013-06-111-1/+1
* Adjust attrtest.spec to work as a test-case for RhBug:972994Panu Matilainen2013-06-111-1/+1
* Fix regression on addressing main package by its name (RhBug:972994)Panu Matilainen2013-06-111-0/+3
* Preparing for rpm 4.11.1-rc1rpm-4.11.1-rc1Panu Matilainen2013-06-101-1/+1
* Update library current + age (ie libs are now 3.2.0)Panu Matilainen2013-06-104-4/+4
* Files with zero inode cannot be hardlinksPanu Matilainen2013-06-101-1/+1
* Pull updated translations from TransifexPanu Matilainen2013-06-0733-6032/+7044
* Update transifex config for domain changePanu Matilainen2013-06-071-1/+1
* Export the pool-aware rpmfi constructorPanu Matilainen2013-06-072-11/+10
* Never package %ghost files into payloadPanu Matilainen2013-06-071-1/+4
* Serialize BDB environment open/close (RhBug:924417 etc)Panu Matilainen2013-06-071-0/+62
* Error out on more than one --pipe option (RhBug:966093)Panu Matilainen2013-06-071-1/+12
* Only consider files with .pm suffix as perl modules (RhBug:927211)Panu Matilainen2013-06-071-0/+2
* Plug segfault on NULL pointer dereference in debugedit (RhBug:929365)Panu Matilainen2013-06-071-0/+4
* Dont check for non-directories when recursingPanu Matilainen2013-06-071-1/+1
* Include %{VCS} in src.rpmAlexander Kanevskiy2013-06-071-0/+1
* Print out our macrofile path on --showrcPanu Matilainen2013-06-071-0/+3
* Here's a little patch does a couple of things for the check-files script:Archie Cobbs2013-06-071-13/+16
* Only require arguments to rpmbuild when building something (RhBug:919080)Panu Matilainen2013-06-071-1/+2
* Doh, not-enough-caffeine thinko in 685bf3b6ef32bc49393d1f287b7ecf3e6d21ab09Panu Matilainen2013-06-071-1/+1
* Detect and error out non-directory being specified as one in specPanu Matilainen2013-06-071-0/+6
* Ignore %attr() and %defattr() mode on symlinksPanu Matilainen2013-06-071-3/+9
* Ignore permission bits conflict on symlinksPanu Matilainen2013-06-071-1/+3
* Avoid redundant strlen() calls on buildrootPanu Matilainen2013-06-071-2/+2
* Ensure packaged files are inside the buildroot (RhBug:951979)Panu Matilainen2013-06-071-0/+6
* Optimize expandMacro() a bit, based on patch by Alexey TourbinPanu Matilainen2013-06-071-3/+9
* Utilize the existing rpmds'es from packages when merging generated depsPanu Matilainen2013-06-071-8/+4
* Plug memleak from a thinko in commit 9929459f9967ecfe0a05d557bc42531944faa70aPanu Matilainen2013-06-071-1/+1
* Use addReqProv() for adding package self-provides tooPanu Matilainen2013-06-071-11/+7
* Use string pool id instead of string for package lookupPanu Matilainen2013-06-072-4/+5
* Utilize the shared string pool for manually specified dependenciesPanu Matilainen2013-06-071-1/+1
* Add a spec-level shared string pool to spec and package structsPanu Matilainen2013-06-073-5/+13
* Export the pool-aware rpmds constructorsPanu Matilainen2013-06-072-46/+42
* Avoid umphteen arguments to isNewDep() by creating the new ds earlierPanu Matilainen2013-06-071-6/+5
* Optimize lookupPackage() a bitPanu Matilainen2013-06-073-15/+20
* Sanitize duplicate dependency checking at buildPanu Matilainen2013-06-073-20/+41
* Make rpmdsMerge() return something meaningfulPanu Matilainen2013-06-072-4/+7
* Fix ages old bug in rpmdsFind() wrt flagsPanu Matilainen2013-06-071-1/+1
* Handle source vs binary pkg dependency difference in handlePreambleTag()Panu Matilainen2013-06-072-5/+6
* Pass the entire package struct to addReqProv()Panu Matilainen2013-06-075-11/+11
* Use newPackage() to initialize source package tooPanu Matilainen2013-06-072-4/+3
* Only pass the target package list, not entire spec, to newPackage()Panu Matilainen2013-06-073-12/+14
* Pass the entire package struct to rpmlibNeedsFeature()Panu Matilainen2013-06-075-19/+17
* Pass the entire package struct to genCpioListAndHeader()Panu Matilainen2013-06-071-6/+5