aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update arm configuration/macros.1.166Arnaud Patard2013-01-104-10/+16
|
* 1.1651.165Thomas Backlund2012-12-311-1/+1
|
* 1.165Thomas Backlund2012-12-311-0/+1
|
* set libexec dir to /usr/libexecThomas Backlund2012-12-062-1/+3
|
* 1.1641.164Colin Guthrie2012-11-252-1/+2
|
* add some macros for udev rules and tmpfiles snippetsColin Guthrie2012-11-252-0/+6
|
* 1.1631.163Olivier Blin2012-11-222-1/+2
|
* modify arch_tagged macro to use ()(64bit) instead of (lib64), to beOlivier Blin2012-11-222-1/+4
| | | | | compatible with the mark64 provides generated by find-provides
* 1.162: set LC_CTYPE as UTF-8 when building gem1.162Funda Wang2012-11-023-1/+6
|
* simplify using the regexpThierry Vignaud2012-10-231-2/+1
|
* simplify callsThierry Vignaud2012-10-231-18/+6
|
* simplify returnsThierry Vignaud2012-10-231-21/+7
|
* use shift without ()Thierry Vignaud2012-10-231-2/+2
|
* use pop with ()Thierry Vignaud2012-10-231-1/+1
|
* (parent_to_own) fix indentationThierry Vignaud2012-10-231-11/+11
|
* perl_checker cleanupsThierry Vignaud2012-10-231-21/+20
|
* 1.1611.161Thierry Vignaud2012-10-232-1/+2
|
* set LC_ALL=C in find-{provides,requires}, thus fixing parsing output ofThierry Vignaud2012-10-233-0/+8
| | | | objdump when localized (mga#7883)
* recognize gst1.0.provFunda Wang2012-09-171-0/+4
|
* 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))