aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* backported from rpm.org (Jeff Tickle <jeff@jefftickle.com>, 2011-09-06)Thierry Vignaud2012-07-271-0/+2
| | | | | | | $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-271-0/+1
| | | | | | | | | 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-271-0/+2
|
* generate a perlapi-<version> provide when libperl.so is foundThierry Vignaud2012-07-271-0/+2
| | | | (inspirated from mdv (pok))
* kill unused find-provides.perl.inThierry Vignaud2012-07-271-0/+1
|
* log latest changeThierry Vignaud2012-07-271-0/+2
|
* 1.1511.151Thierry Vignaud2012-07-261-0/+1
|
* do not keep lower case provides since we do not emit lower case requires anywayThierry Vignaud2012-07-261-0/+2
| | | | | (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-261-0/+2
| | | | %_libexecdir that changed to %_libdir when mga forked mdv)
* switch from lzma to xz payload by default (like FC & mdv)Thierry Vignaud2012-07-261-0/+2
| | | | (supported since 2008)
* log latest changesThierry Vignaud2012-07-261-0/+2
|
* 1.1501.150Thierry Vignaud2012-07-261-0/+1
|
* build with -fPIC on x86_64 too (pok, mdv)Thierry Vignaud2012-07-261-0/+2
|
* typo fixThierry Vignaud2012-07-251-1/+1
|
* 1.149 (aka merge patches from package repository)1.149Thierry Vignaud2012-07-251-0/+1
|
* merge patches from package repository: have kmod.prov handle .xzThierry Vignaud2012-07-251-0/+1
| | | | compressed modules as well (tmb)
* merge patches from package repository: fix %rename macroThierry Vignaud2012-07-251-0/+1
|
* merge patches from package repository: fix build with rpm-4.9+Thierry Vignaud2012-07-251-0/+3
|
* bump version1.148Thierry Vignaud2012-07-251-0/+1
| | | | (let's stop reusing again & again the same version for all releases...)
* "resolve" /bin/env foo interpreter to actual path, rather than generatingThierry Vignaud2012-07-251-0/+3
| | | | | dependencies on coreutils, should trim off ~800 dependencies more (Per Oyvind, mdv)
* drop automatically generated dependencies on interpreters we either don'tThierry Vignaud2012-07-251-0/+4
| | | | | | 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-251-0/+1
| | | | | | | | | | 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-251-0/+1
| | | | | | | | | "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-251-0/+1
| | | | | "Filter out incorrect perl(main) provides (rh#177960)" (Paul Nasrat, 2007-02-22)
* sync with upstream rpm.org:Thierry Vignaud2012-07-251-0/+1
| | | | | "skip over =for ... perlpod construct (RhBug:477516)" (Ville Skyttä, 2010-02-15)
* sync with upstream rpm.org:Thierry Vignaud2012-07-251-0/+1
| | | | | "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-251-1/+2
| | | | (Ville Skyttä, 2010-02-25)
* sync with upstream rpm.org: "Remove unneeded regex grouping"Thierry Vignaud2012-07-251-0/+1
| | | | (Ville Skyttä, 2011-04-24)
* drop automatically generated rtld(GNU_HASH) dependencies, it's beenThierry Vignaud2012-07-251-0/+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-251-2/+1
|
* sync with rpm.org:Thierry Vignaud2012-07-251-0/+3
| | | | | | | | | | (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
|
* Update location of the %_unitdir macro post-usrmoveColin Guthrie2012-07-241-0/+1
|
* Fix generation of provides for osgi and mavenDexter Morgan2012-06-271-0/+1
|
* Handle better osgi.prov by only looking at the wanted files ( remove error ↵Dexter Morgan2012-02-131-0/+1
| | | | at rpm building)
* Better handle maven.provDexter Morgan2011-12-311-1/+1
|
* New version 1.148Dexter Morgan2011-12-281-0/+1
|
* Add support for osgi and maven provideDexter Morgan2011-12-281-0/+1
|
* Use upstream desktop-file.prov as we had exactly the same fileDexter Morgan2011-12-281-0/+2
|
* rpm-mageia-setup 1.1471.147Anssi Hannula2011-12-271-0/+1
|
* add support for $EXCLUDE_FROM_FULL_STRIPAnssi Hannula2011-12-271-0/+3
| | | | | | | | | 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
|
* New version 1.1461.146Dexter Morgan2011-12-241-0/+2
|
* fix changelog truncation to 3 years to work with rpm.orgAnssi Hannula2011-12-081-0/+1
|
* fix NEWS breakageAnssi Hannula2011-12-081-1/+1
|
* v1.145 - extract perl requires from MYMETA.yml / MYMETA.json when present1.145Jerome Quelin2011-11-081-0/+3
|
* Add java macros from JPackageDexter Morgan2011-10-201-0/+2
|
* 1.144: Add support for fdo /usr/share/help when find_lang1.144Funda Wang2011-09-191-0/+3
|
* Update news file1.143Dexter Morgan2011-09-111-0/+4
|
* keep lower-case perl provides in automatic extraction1.142Jerome Quelin2011-08-291-0/+3
|