aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.102.10Thierry Vignaud2015-06-282-1/+3
|
* remember to merge perl.{prov,req}Thierry Vignaud2015-06-261-0/+1
|
* stop emitting perlapi-<version> providesThierry Vignaud2015-06-264-19/+3
| | | | now that nothing requires it
* 2.92.9Thierry Vignaud2015-06-242-1/+3
|
* stop emitting perlapi-<version> requiresThierry Vignaud2015-06-244-20/+2
| | | | now that libperl has a proper soname
* 2.82.8Thierry Vignaud2015-06-212-1/+3
|
* firmware.prov is not actually used by FCThierry Vignaud2015-06-211-1/+0
|
* remove unused kmod.* filesThierry Vignaud2015-06-214-21/+1
| | | | | Should have been done in commit d629c66e5ee362a67c9564e74619104a51f769ee
* update TODO listThierry Vignaud2015-06-211-1/+0
|
* change file digests hashing algorithm to SHA-256Thierry Vignaud2015-06-212-0/+5
| | | | see https://fedoraproject.org/wiki/Features/StrongerHashes
* also drop old %__find_(provides|requires)Thierry Vignaud2015-06-214-40/+1
| | | | | They're still defined by rpm, we just don't support pre mga5 exceptions mechanism anymore
* drop macro needlessly duplicated with rpmThierry Vignaud2015-06-211-4/+0
|
* kill obsolete %defaultbuildrootThierry Vignaud2015-06-212-4/+1
| | | | defaultbuildroot.patch wa dropped in rpm-4.6.0-0.rc2.1mnb2 on Dec 11 2008...
* kill redondant/unmainted macro (mga#4927)Thierry Vignaud2015-06-212-7/+3
| | | | better use upstream macro
* 2.72.7Thierry Vignaud2014-10-262-1/+3
|
* add support for limiting parallel buildsThierry Vignaud2014-10-262-1/+7
| | | | (by defining %_smp_ncpus_max in spec file for packages needing it)
* 2.62.6Pascal Terjan2014-10-142-1/+3
|
* Support being passed the egg-info directoryPascal Terjan2014-10-142-1/+6
|
* 2.52.5Thierry Vignaud2014-10-012-1/+3
|
* do not emit PHP requires for package's own filesThierry Vignaud2014-10-012-0/+11
|
* stop generating useless ChangeLogThierry Vignaud2014-09-261-4/+1
| | | | this is just slowing packaging
* drop SVN supportThierry Vignaud2014-09-261-14/+0
|
* 2.42.4Thierry Vignaud2014-09-262-1/+3
|
* fix emitting pythoneggs deps with internal generatorThierry Vignaud2014-09-261-6/+11
| | | | | | | with internal generator we only get list of matching files but we'll never get any matching directory => check parent directory
* emit pythonegg requires/provides backThierry Vignaud2014-09-263-1/+7
|
* no need to use envThierry Vignaud2014-09-241-1/+1
|
* readd back pythoneggs.pyThierry Vignaud2014-09-242-1/+185
|
* remove dwz.macros from git (now SRPMS sources)Thierry Vignaud2014-09-243-43/+2
|
* remove now useless g-ir-extract-depsThierry Vignaud2014-09-243-76/+1
|
* remove kmod.* from git (now SRPMS sources)Thierry Vignaud2014-09-242-2/+2
| | | | | It's stupid to do our own git of some upstream git Easier to sync this way...
* 2.32.3Pascal Terjan2014-09-182-1/+3
|
* Generate devel() dependencies for gcc libsPascal Terjan2014-09-182-1/+3
|
* 2.22.2Thomas Backlund2014-09-152-1/+3
|
* update NEWSThomas Backlund2014-09-151-0/+3
|
* retrieve file name from stdinThierry Vignaud2014-09-151-1/+2
|
* fix matchign META filesThierry Vignaud2014-09-151-3/+2
|
* 2.12.1Thierry Vignaud2014-09-152-1/+3
|
* use rpmdeps to generate any "normal" dependenciesThierry Vignaud2014-09-153-26/+21
| | | | in case someone disables internal deps generator
* convert kmod provides to internal generatorThierry Vignaud2014-09-155-6/+4
|
* convert perl requires from meta to internal generatorThierry Vignaud2014-09-153-0/+5
|
* actually package php.attrThierry Vignaud2014-09-152-1/+3
|
* 2.02.0Thierry Vignaud2014-09-122-1/+3
|
* kill dead fileThierry Vignaud2014-09-122-184/+3
| | | | should have been deleted in commit abcac127ed949e61e91870b8b45fd0fbd2fa9683
* convert multiarch deps to internal generatorThierry Vignaud2014-09-125-4/+12
|
* convert devel(foo) deps to internal generatorThierry Vignaud2014-09-128-35/+64
| | | | also kill X11R6 path btw (killed years ago)
* kill dead magic.* filesThierry Vignaud2014-09-124-312/+1
|
* convert "perlapi" deps to internal generatorThierry Vignaud2014-09-128-33/+40
|
* gstreamer/haskell/ruby/typelib will be managed elsewhereThierry Vignaud2014-09-125-175/+3
| | | | we backported the needed .(attr|prov|req) files from FC/SuSe
* convert PHP deps to internal generatorThierry Vignaud2014-09-125-13/+6
|
* drop most of the script-based dependency generation bitsThierry Vignaud2014-09-127-637/+7
| | | | | | | | | Use rpmdeps to generate any "normal" dependencies even for the kernel module stuff, drop all other unnecessary duplication like elf, libtool and pkgconfig deps. But for TCL, which is broken since forever (we don't package the needed prov/req scripts since at least 2007)