aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.1511.151Thierry Vignaud2012-07-262-1/+2
|
* do not keep lower case provides since we do not emit lower case requires anywayThierry Vignaud2012-07-262-1/+3
| | | | | (basically reverting commit r1892 by jquelin on Mon Aug 2011: "keep lower-case perl provides in automatic extraction"0)
* revert some duplicated manbo stuff (all identical to default butThierry Vignaud2012-07-262-1/+3
| | | | %_libexecdir that changed to %_libdir when mga forked mdv)
* switch from lzma to xz payload by default (like FC & mdv)Thierry Vignaud2012-07-262-1/+3
| | | | (supported since 2008)
* update TODO listThierry Vignaud2012-07-261-0/+4
|
* log latest changesThierry Vignaud2012-07-261-0/+2
|
* - use existing special automake config to get g-ir-extract-deps in the ↵Christiaan Welvaart2012-07-261-2/+2
| | | | | | | correct location - rpmeval: use LDADD to specify libs to link against and link against rpmio because linker complains about it
* 1.1501.150Thierry Vignaud2012-07-262-1/+2
|
* tell it's only used by the "testsuite"Thierry Vignaud2012-07-261-0/+2
|
* build with -fPIC on x86_64 too (pok, mdv)Thierry Vignaud2012-07-262-3/+5
|
* bump releaseThierry Vignaud2012-07-251-1/+1
|
* typo fixThierry Vignaud2012-07-252-2/+2
|
* 1.149 (aka merge patches from package repository)1.149Thierry Vignaud2012-07-252-1/+2
|
* merge patches from package repository: have kmod.prov handle .xzThierry Vignaud2012-07-252-1/+2
| | | | compressed modules as well (tmb)
* merge patches from package repository: fix %rename macroThierry Vignaud2012-07-252-2/+3
|
* merge patches from package repository: fix build with rpm-4.9+Thierry Vignaud2012-07-252-5/+4
|
* bump version1.148Thierry Vignaud2012-07-252-1/+2
| | | | (let's stop reusing again & again the same version for all releases...)
* fix buildThierry Vignaud2012-07-251-4/+4
|
* "resolve" /bin/env foo interpreter to actual path, rather than generatingThierry Vignaud2012-07-252-0/+7
| | | | | dependencies on coreutils, should trim off ~800 dependencies more (Per Oyvind, mdv)
* drop automatically generated dependencies on interpreters we either don'tThierry Vignaud2012-07-252-2/+22
| | | | | | need dependencies on or that we have other dedicated dependency generators for making them duplicate, reducing ~5K packages' dependencies at next rebuild (from Per Oyvind, mdv).
* sync with upstream rpm.org: "Avoid emitting empty perl() module deps.Thierry Vignaud2012-07-252-1/+2
| | | | | | | | | | Test case from DOM.pm (perl-CSS-DOM 0.13): use # to keep CPANTS happy :-) strict; use # same here warnings;" (Ville Skyttä , 2011-02-12)
* sync with upstream rpm.org:Thierry Vignaud2012-07-252-1/+6
| | | | | | | | | "Fix perl version provide for packages defined in multiple blocks (#rhbz214496) Successive definitions of the same package shouldn't stomp on previously found $VERSION, this is how perl itself behaves. Patch from James Ralston." (Panu Matilainen, 2007-08-28)
* sync with upstream rpm.org:Thierry Vignaud2012-07-252-3/+8
| | | | | "Filter out incorrect perl(main) provides (rh#177960)" (Paul Nasrat, 2007-02-22)
* sync with upstream rpm.org:Thierry Vignaud2012-07-252-20/+20
| | | | | "perl.{req,prov} whitespace, backslash and paren cleanups." (Ville Skyttä, 2010-01-24)
* sync with upstream rpm.org:Thierry Vignaud2012-07-252-1/+2
| | | | | "skip over =for ... perlpod construct (RhBug:477516)" (Ville Skyttä, 2010-02-15)
* sync with upstream rpm.org:Thierry Vignaud2012-07-253-2/+3
| | | | | "skip new-fangled head[34] while gerenerating deps (#118243)" (jbj, 2004-04-08)
* sync with upstream rpm.org: "Make perl.{req,prov} warn about unreadable files"Thierry Vignaud2012-07-253-3/+11
| | | | (Ville Skyttä, 2010-02-25)
* sync with upstream rpm.org: "Comment spelling fix" (panu, 2011-04-24)Thierry Vignaud2012-07-251-1/+1
|
* sync with upstream rpm.org: "Remove unneeded regex grouping"Thierry Vignaud2012-07-252-2/+3
| | | | (Ville Skyttä, 2011-04-24)
* drop automatically generated rtld(GNU_HASH) dependencies, it's beenThierry Vignaud2012-07-252-3/+4
| | | | | | provided by glibc for five years now and can safely be assumed that there's no longer any need for it, reducing ~5K packages' dependency on it during next rebuild. (Per Oyvind, mdv)
* use upstream fonconfig.prov as we had exactly the same fileThierry Vignaud2012-07-254-31/+5
|
* sync with rpm.org:Thierry Vignaud2012-07-252-3/+8
| | | | | | | | | | (wtf are not we using rpm's /usr/lib/rpm/fontconfig.prov instead of copying it here???) "Fix potential getOutputFrom() error on font provide extraction (RhBug:609117) - if fonts are detected in the package being built but fc-query isn't present, the script exited without consuming stdin which can break getOutputFrom()" (panu, 2010-06-30)
* tag some released "versions"Thierry Vignaud2012-07-251-0/+4
|
* updage %%_webappconfdir macroGuillaume Rousse2012-07-251-1/+1
|
* Update location of the %_unitdir macro post-usrmoveColin Guthrie2012-07-242-1/+2
|
* Fix generation of provides for osgi and mavenDexter Morgan2012-06-272-5/+6
|
* Handle better osgi.prov by only looking at the wanted files ( remove error ↵Dexter Morgan2012-02-132-2/+6
| | | | at rpm building)
* Better handle maven.provDexter Morgan2011-12-312-3/+6
|
* New version 1.148Dexter Morgan2011-12-281-0/+1
|
* Add support for osgi and maven provideDexter Morgan2011-12-282-0/+15
|
* Add a TODODexter Morgan2011-12-281-0/+1
|
* Remove desktop-file.prov from Makefile.amDexter Morgan2011-12-281-1/+0
|
* Use upstream desktop-file.prov as we had exactly the same fileDexter Morgan2011-12-283-26/+5
|
* rpm-mageia-setup 1.1471.147Anssi Hannula2011-12-272-1/+2
|
* add support for $EXCLUDE_FROM_FULL_STRIPAnssi Hannula2011-12-272-0/+6
| | | | | | | | | Add support for $EXCLUDE_FROM_FULL_STRIP regexp which makes find-debuginfo.sh only strip debugging symbols from the matched files (from Mandriva). This is useful for e.g. glibc where we don't want to fully strip some libraries to keep valgrind, gdb, etc. working without glibc-debug.
* update NEWS after dmorgan's commitAnssi Hannula2011-12-271-0/+3
|
* Disable internal dep generatorDexter Morgan2011-12-251-1/+2
|
* New version 1.1461.146Dexter Morgan2011-12-242-1/+3
|
* Enable new internal dep generator ( needed for java packages)Dexter Morgan2011-12-241-0/+3
|
* update the default rpm spec of the emacs mode to fit Mageia policiesMalo Deniélou2011-12-171-5/+2
|