Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.81: fixes deprecated macros that were broken in previous release1.81 | Pascal Rigaux | 2008-06-20 | 1 | -1/+1 |
| | | | | | (%update_icon_cache, %clean_icon_cache, %post_install_gconf_schemas) | ||||
* | 1.80: macros deprecated by rpm filetriggers now return nothing1.80 | Pascal Rigaux | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | 1.79: use lzma by default to compress binary packages (instead of gzip)1.79 | Pascal Rigaux | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | 1.78 (remove test for %_localstatedir)1.78 | Pascal Rigaux | 2008-06-02 | 1 | -1/+1 |
| | |||||
* | 1.77: activate filetriggers (cf http://wiki.mandriva.com/en/Rpm_filetriggers)1.77 | Pascal Rigaux | 2008-06-02 | 1 | -1/+1 |
| | |||||
* | prefer DEST_MODULE_NAME over BUILT_MODULE_NAME if present1.76 | Olivier Blin | 2008-04-01 | 1 | -1/+1 |
| | |||||
* | - 1.75: 1.75 | Pascal Rigaux | 2008-03-28 | 1 | -1/+1 |
| | | | | | | - remove some more macros which are now in rpm-manbo-setup - make sure debug files are world-readable | ||||
* | 1.74: remove macros needed for Manbo packages (they are now in rpm-manbo-setup)1.74 | Pascal Rigaux | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | 1.73: rpmpopt, rpmb_deprecated and rpmrc are now in rpm-manbo-setup1.73 | Pascal Rigaux | 2008-02-14 | 1 | -1/+1 |
| | |||||
* | - 1.721.72 | Pascal Rigaux | 2008-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | - add option --with-only-rpmrc. when used, per-arch macros are not installed (since %optflags is already in rpmrc and other macros are now in standard rpm per-arch macros) - /etc/rpm/macros.d/build.macros o move here most macros from /usr/lib/rpm/<vendor>/macros, those macros will not be available anymore when rpm-<vendor>-setup-build is not installed o restore %check macro. it allows "--without check". o explain the advantage of "--without <section>" (inherited from conectiva) o remove duplicated macros o remove %_multilibno (already defined in both /usr/lib/rpm/<arch>/macros and/or /usr/lib/rpm/<vendor>/<arch>/macros) - /usr/lib/rpm/<vendor>/macros: o add %_gnu and %_target_platform (was in <arch>/macros) - /usr/lib/rpm/<vendor>/rpmopt: o drop --scripts alias (nicely handled by rpm's rpmpopt for some time) | ||||
* | add option --with-only-rpmrc. when used, per-arch macros are not installed | Pascal Rigaux | 2008-01-29 | 1 | -0/+3 |
| | | | | | | (%optflags is already in rpmrc and other macros and in standard rpm per-arch macros) | ||||
* | 1.71: do package rpmb_deprecated1.71 | Pascal Rigaux | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | 1.70: deprecate "rpm -b" in favor of "rpmbuild -b"1.70 | Pascal Rigaux | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | 1.691.69 | Pascal Rigaux | 2008-01-22 | 1 | -1/+1 |
| | |||||
* | 1.68: do not use ssp_flags on archs which do not handle it (thanks to rtp)1.68 | Pascal Rigaux | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | 1.671.67 | Pascal Rigaux | 2007-12-21 | 1 | -1/+1 |
| | |||||
* | 1.661.66 | Pascal Rigaux | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | 1.65:1.65 | Pascal Rigaux | 2007-12-19 | 1 | -1/+5 |
| | | | | | | - add option --with-rpmplatform to install or not /etc/rpm/platform and genplatform - rpm-spec-mode.el: use buildroot macro instead of RPM_BUILD_ROOT environment variable | ||||
* | 1.641.64 | Pascal Rigaux | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | 1.63 | Olivier Blin | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | 1.621.62 | Olivier Blin | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | 1.611.61 | Olivier Blin | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | - 1.60:1.60 | Pascal Rigaux | 2007-09-20 | 1 | -1/+1 |
| | | | | | | - handle symlinks the same way as files in find-lang.pl, some symlinks in documentation were previously left out (Anssi) | ||||
* | - 1.59:1.59 | Pascal Rigaux | 2007-09-14 | 1 | -1/+1 |
| | | | | | | | | - find-requires: o fix GCJ AOT directory regexp in find-requires.in (anssi) o remove "Using BuildRoot: ..." message, it's mostly a duplicate of rpm's "Finding Requires ...", and it's too verbose when using "rpm -bb --quiet" | ||||
* | - 1.58:1.58 | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | - find-requires.in: o do not use buildroot since it may contain double slashes whereas filelist do not (fixes missing require on perl-base and python-base) - filter.sh, macros.in: o handle double slashes in buildroot in filter.sh in new file exception macros, in case tmppath contains a trailing slash as in iurt. This also fixes handling of exception macros that contain spaces, which has been broken for a while. - find-provides.in, find-requires.in: (Anssi) o ignore library dependencies of objects in /usr/lib(64)/gcj/, which are GCJ AOT compiled shared objects and are only useful when running the software in the package with gij (gcc java). If the user uses some other java VM, they do not need their dependencies satisfied. | ||||
* | - 1.57:1.57 | Pascal Rigaux | 2007-09-06 | 1 | -1/+1 |
| | | | | | - create /etc/rpm/platform32 (used instead of /etc/rpm/platform when run through linux32) | ||||
* | - 1.56:1.56 | Pascal Rigaux | 2007-09-06 | 1 | -1/+1 |
| | | | | | | - find-lang.pl: include file by file except with --all-name (nanardon) - set %_host_cpu32 (used instead of %_host_cpu when run through linux32) | ||||
* | set %_host_cpu32 (used instead of %_host_cpu when run through linux32) | Pascal Rigaux | 2007-09-06 | 1 | -0/+2 |
| | | | | | (cf patch rpm-4.4.8-use_host_cpu32-when-linux32.patch in rpm) | ||||
* | 1.551.55 | Olivier Blin | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | 1.541.54 | Olivier Blin | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | 1.531.53 | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | - 1.521.52 | Olivier Thauvin | 2007-08-26 | 1 | -1/+1 |
| | |||||
* | - 1.511.51 | Olivier Thauvin | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | - 1.501.50 | Olivier Thauvin | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - 1.491.49 | Olivier Thauvin | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | 1.481.48 | Pascal Rigaux | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | - 1.471.47 | Olivier Thauvin | 2007-07-13 | 1 | -1/+1 |
| | |||||
* | - 1.461.46 | Olivier Thauvin | 2007-07-05 | 1 | -1/+1 |
| | |||||
* | - tag 1.451.45 | Olivier Thauvin | 2007-06-26 | 1 | -1/+1 |
| | |||||
* | - 1.441.44 | Andreas Hasenack | 2007-06-19 | 1 | -1/+1 |
| | |||||
* | - 1.431.43 | Andreas Hasenack | 2007-06-19 | 1 | -1/+1 |
| | |||||
* | - push into platform all compat arch | Olivier Thauvin | 2007-06-17 | 1 | -2/+1 |
| | |||||
* | - 1.421.42 | Olivier Thauvin | 2007-06-05 | 1 | -1/+1 |
| | |||||
* | - provide a /etc/rpm/platform | Olivier Thauvin | 2007-06-05 | 1 | -0/+9 |
| | |||||
* | - removed duplicated macros from rpm-helper, the macros in rpm-helperv1.411.41 | Herton Ronaldo Krzesinski | 2007-05-08 | 1 | -1/+1 |
| | | | | | | | are the ones used, so we don't need to also copy them here (see ticket #30568). - bump version to 1.41. | ||||
* | - 1.401.40 | Olivier Thauvin | 2007-03-16 | 1 | -1/+1 |
| | |||||
* | - 1.381.38 | Olivier Thauvin | 2007-03-10 | 1 | -1/+1 |
| | |||||
* | - add regression tests | Olivier Thauvin | 2007-02-22 | 1 | -0/+7 |
| | |||||
* | filter out devel(ld-linux) if using objdump too1.37 | Götz Waschk | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | ChangeLog | Olivier Thauvin | 2007-02-17 | 1 | -1/+1 |
| |