aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.11-1mdk1.11Rafael Garcia-Suarez2006-01-063-2/+20
|
* Override _query_all_fmt so rpm -qa (without a --qf format specification)Rafael Garcia-Suarez2006-01-061-0/+2
| | | | | returns the same format as with rpm 4.4.2.
* Override _changelog_truncate to "3 years ago" (instead of the default in rpmRafael Garcia-Suarez2006-01-061-0/+2
| | | | | 4.4.4 which is only one year ago)
* 1.10-1mdk1.10Rafael Garcia-Suarez2006-01-053-2/+11
|
* Add _rpmlock_path to the default macros. That's the path used for theRafael Garcia-Suarez2006-01-051-0/+2
| | | | | transaction fcntl lock. It comes from the rpm 4.4.2 default macros.
* updatesV1_9_1mdk1.9Gwenolé Beauchesne2006-01-041-0/+31
|
* 1.9-1mdkGwenolé Beauchesne2006-01-042-2/+14
|
* preserve setuid/setgid permissions when stripping files for -debug packageGwenolé Beauchesne2006-01-041-6/+6
|
* Fix typo in commentRafael Garcia-Suarez2006-01-031-1/+1
|
* - rpm output to stdout if file exists, so we have ignore first output in all ↵Olivier Thauvin2006-01-011-1/+3
| | | | case and keep the result only if we are sure rpm exit with 0
* - Fix PreReq, thanks neoclust to recall me thisOlivier Thauvin2005-12-261-1/+1
|
* Typo fixRafael Garcia-Suarez2005-12-081-1/+1
|
* 1.8-1mdk1.8Rafael Garcia-Suarez2005-10-173-2/+22
|
* Ignore perl version requiresRafael Garcia-Suarez2005-10-171-13/+5
|
* Get correctly the Perl dependencies from "use base"Rafael Garcia-Suarez2005-10-171-39/+32
|
* Add a --clean option to rpmbuildRafael Garcia-Suarez2005-10-111-1/+1
|
* 1.7-1mdk1.7Rafael Garcia-Suarez2005-10-113-6/+14
|
* Insert an automatic dependency on libperl.so when building XS modules.Rafael Garcia-Suarez2005-10-111-0/+13
| | | | | This fixes the root cause of bugzilla #17967.
* autogeneratedV1_6_1mdk1.6Gwenolé Beauchesne2005-10-061-0/+56
|
* 1.6 (2007 material, use MDK-2006_0{,-branch} for 2006)Gwenolé Beauchesne2005-10-062-2/+7
|
* enable -debug packages for 2007, build with -fasynchronous-unwind-tablesGwenolé Beauchesne2005-10-062-8/+8
| | | | | on x86 and -fexceptions everywhere (including for C code)
* cvstag facilityV1_5_1_1mdkMDK-2006_01.5.1Gwenolé Beauchesne2005-10-061-2/+8
|
* 1.5.1-1mdkGwenolé Beauchesne2005-10-062-2/+7
|
* %_lib independent fixes to %py_* macros, use distutilsGwenolé Beauchesne2005-10-061-3/+3
|
* add the proper detection of 'use base qw(Foo::Bar)' constructMichael Scherer2005-09-281-3/+27
|
* - fix py_libdir #18772Olivier Thauvin2005-09-221-1/+1
|
* 1.5-1mdkv1_51.5Gwenolé Beauchesne2005-08-252-2/+6
|
* factor out common compile flags and build with -D_FORTIFY_SOURCE=2Gwenolé Beauchesne2005-08-252-51/+54
|
* make generation of debug packages work again (aka fix mdv split + merge fromGwenolé Beauchesne2005-08-251-1/+2
| | | | | Conectiva macros)
* strip shared libs too, really ship with eu-strip'ed binaries & libsGwenolé Beauchesne2005-08-251-4/+4
|
* - version is 1.4 vi rpm-mandriva-setup.specOlivier Thauvin2005-08-182-2/+24
|
* - 1.31.4Olivier Thauvin2005-08-183-1/+8
|
* Also fix */../* */./* *//*Pascal Terjan2005-08-181-3/+5
|
* Don't requires files accessed with ../Pascal Terjan2005-08-181-2/+1
|
* 1.3-1mdk1.3Gwenolé Beauchesne2005-08-162-2/+6
|
* check-multiarch-files: fix invocation and path to the script as othersGwenolé Beauchesne2005-08-161-1/+1
| | | | | (/usr/lib/rpm/check-*), default to not check for multiarch files in 2006
* - 1.21.2Olivier Thauvin2005-08-073-3/+17
|
* - add php-pear auto req/prov from pld (suggested by oden)Olivier Thauvin2005-08-075-1/+116
|
* - some macro from connectivaOlivier Thauvin2005-08-032-19/+71
|
* - add %__{chkconfig,service} macrosOlivier Thauvin2005-06-271-0/+3
|
* - requires multiarch utilsOlivier Thauvin2005-06-251-1/+5
|
* - add requirement for updateOlivier Thauvin2005-06-232-1/+9
|
* - split for depOlivier Thauvin2005-06-222-4/+40
|
* < spturtle> can you remove -frename-registers, it might fix the firefox and ↵Olivier Thauvin2005-06-171-1/+1
| | | | kde crashes reported here
* typov1_11.1Olivier Thauvin2005-06-131-2/+2
|
* - 1.1Olivier Thauvin2005-06-133-40/+28
|
* - provide %_package_i18n (testing)Olivier Thauvin2005-06-131-3/+14
| | | | | - %with %without => %_with %_without to not conflict with current rpm macro
* - rpmbuild --without sectionOlivier Thauvin2005-06-081-0/+29
| | | | | - fix %with() %without()
* - merge from old ppc64 branch:Gwenolé Beauchesne2005-06-062-1/+4
| | | | | * find-requires: handle ppc64 loaders
* - add %_logdirOlivier Thauvin2005-05-311-1/+8
| | | | | - add some macro from conectiva