aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.160: merge rubygems.rb from Mandriva, so that it works with ruby 1.9.x1.160Funda Wang2012-09-123-16/+51
|
* Version 1.159 - fix gem_helper.rb with ruby-1.9.x.1.159Shlomi Fish2012-09-103-17/+20
| | | | | Patch by Shlomi Fish with some help from #ruby-lang.
* 1.158: only enable rubygems when /usr/bin/ruby is found1.158Funda Wang2012-09-084-3/+6
|
* 1.1571.157Thierry Vignaud2012-08-242-1/+2
|
* find-provides: fix pok's perlapi auto providesThierry Vignaud2012-08-242-2/+9
|
* 1.1561.156Thierry Vignaud2012-08-212-1/+2
|
* ignore fontconfig.prov exit code (mga#7078) which is randomThierry Vignaud2012-08-212-2/+3
| | | | | | rationale: it runs fc-query on every path matching /usr/share/fonts so its error code is the the one of the latest fc-query whose argument can be a directory or fonts.scale ...
* 1.1551.155Thierry Vignaud2012-08-022-1/+2
|
* enable including mini debuginfo in binariesThierry Vignaud2012-08-022-1/+2
|
* drop very old rpmbuild aliases on rpm which warns about being deprecatedThierry Vignaud2012-08-024-34/+3
| | | | for quite a long time
* 1.1541.154Thierry Vignaud2012-07-312-1/+2
|
* cf %autopatchThierry Vignaud2012-07-311-1/+2
|
* drop unused brp-compress (obsoleted by spec-helper 4 years ago)Thierry Vignaud2012-07-314-63/+1
|
* use upstream find-debuginfo.sh as we merged our changes back into rpm packageThierry Vignaud2012-07-315-482/+3
|
* 1.1531.153Thierry Vignaud2012-07-312-1/+2
|
* shrunk debug packages through using dwzThierry Vignaud2012-07-313-1/+57
| | | | (https://fedoraproject.org/wiki/Features/DwarfCompressor)
* 1.1521.152Thierry Vignaud2012-07-272-1/+2
|
* revert %_libexecdir change in 1.151Thierry Vignaud2012-07-272-1/+2
|
* add support for mini debug packages (disabled by default)Thierry Vignaud2012-07-276-3/+86
| | | | (https://fedoraproject.org/wiki/Features/MiniDebugInfo)
* use upstream brp-strip* as we provided older versions of upstreamThierry Vignaud2012-07-275-47/+1
| | | | (what's worse is that we didn't actually used them...)
* document Mageia improvements over upstreamThierry Vignaud2012-07-272-0/+19
|
* Make sure brp-compress doesn't go interactive in corner casesThierry Vignaud2012-07-272-3/+4
| | | | | | - add --force to uncompressing so in corner cases it'll just overwrite instead of stopping to ask interactively (rpm.org, Panu Matilainen <pmatilai@redhat.com>, 2010-01-27)
* add *.xz and *.lzma recompress support to brp-compress.Thierry Vignaud2012-07-272-5/+6
| | | | (rpm.org, Ville Skyttä <ville.skytta@iki.fi>, 2009-08-03)
* sync brp-compress with upstream rpm.org:Thierry Vignaud2012-07-272-2/+3
| | | | | Avoid some unnecessary command invocations in scripts. (Ville Skyttä <ville.skytta@iki.fi> 2010-02-03)
* Generate debug symlinks for all filenames sharing a build-id (RhBug:641377)Thierry Vignaud2012-07-272-0/+26
| | | | (rpm.org, Jan Kratochvil <jan.kratochvil@redhat.com>, 2012-03-07)
* Create GDB index from find-debuginfo if possible (RhBug:617166)Thierry Vignaud2012-07-272-0/+4
| | | | | | - Details in https://fedoraproject.org/wiki/Features/GdbIndex (rpm.org, Tom Tromey <tromey@redhat.com> 2010-08-09)
* Fix find-debuginfo.sh behavior on cross-directory hardlinks (RhBug:618426)Thierry Vignaud2012-07-272-1/+2
| | | | | | | | | | - The find-debuginfo.sh script makes hard links of .debug files to correspond to hard links between install binaries. It can fail to create one of these .debug hard links if it's in a directory that didn't exist at that point in the script run. How this happens depends on things like the order "find" lists files, so it can be hard to reproduce off hand. (rpm.org, Roland McGrath <roland@redhat.com>, 2010-08-09)
* backported from rpm.org (Jeff Tickle <jeff@jefftickle.com>, 2011-09-06)Thierry Vignaud2012-07-276-5/+7
| | | | | | | $RPM_BUILD_ROOT breaks brp-* scripts if it contains spaces (ticket #843) - This patch adds quotes around $RPM_BUILD_ROOT in places that I noticed they were missing, and attempts to handle some of the problems that can occur when looping over the output of find.
* backported from rpm.org (Mark Wielaard <mjw@redhat.com>, 2011-05-25):Thierry Vignaud2012-07-272-2/+12
| | | | | | | | | Add -r flag to find-debuginfo.sh to invoke eu-strip --reloc-debug-sections. - This is a new option to eu-strip that strips out/resolves relocations between .debug_* elf sections in ET_REL files. This can save a lot of space for kernel module. Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
* drop useless rpm5 bits (less divergence with upstream)Thierry Vignaud2012-07-272-9/+4
|
* generate a perlapi-<version> provide when libperl.so is foundThierry Vignaud2012-07-272-0/+14
| | | | (inspirated from mdv (pok))
* kill unused find-provides.perl.inThierry Vignaud2012-07-273-5/+1
|
* log latest changeThierry Vignaud2012-07-271-0/+2
|
* Fix typoDexter Morgan2012-07-261-1/+1
|
* 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
|