aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|