Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 1.611.61 | Olivier Blin | 2007-09-25 | 1 | -1/+1 | |
| | ||||||
* | substitute $PACKAGE_NAME in kmod() provides | Olivier Blin | 2007-09-25 | 1 | -1/+1 | |
| | ||||||
* | fix handling multiple dkms.conf files (it probably won't happen in real life) | Olivier Blin | 2007-09-25 | 1 | -1/+1 | |
| | ||||||
* | move PACKAGE_NAME in a variable for next commits | Olivier Blin | 2007-09-25 | 1 | -4/+3 | |
| | ||||||
* | - 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) | |||||
* | Handle symlinks the same way as files in find-lang.pl, some symlinks in | Anssi Hannula | 2007-09-20 | 1 | -1/+1 | |
| | | | | | documentation were previously left out. | |||||
* | - 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" | |||||
* | Fix GCJ AOT directory regexp in find-requires.in. | Anssi Hannula | 2007-09-14 | 1 | -1/+1 | |
| | ||||||
* | remove "Using BuildRoot: ..." message, it's mostly a duplicate of rpm's | Pascal Rigaux | 2007-09-10 | 1 | -2/+0 | |
| | | | | | "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. | |||||
* | do not use buildroot since it may contain double slashes whereas filelist do not | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 | |
| | ||||||
* | Ignore library dependencies of objects in /usr/lib(64)/gcj/, which are GCJ | Anssi Hannula | 2007-09-10 | 2 | -2/+2 | |
| | | | | | | | 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. | |||||
* | Handle double slashes in buildroot in filter.sh in new file exception macros, | Anssi Hannula | 2007-09-08 | 2 | -12/+18 | |
| | | | | | | 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. | |||||
* | - 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) | |||||
* | revert %_host_cpu32 and create /etc/rpm/platform32 instead | Pascal Rigaux | 2007-09-06 | 2 | -9/+5 | |
| | | | | | (cf patch rpm-4.4.8-use-etc-platform32-when-linux32.patch in rpm) | |||||
* | - 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 | 3 | -0/+10 | |
| | | | | | (cf patch rpm-4.4.8-use_host_cpu32-when-linux32.patch in rpm) | |||||
* | - include file be file except with --all-name | Olivier Thauvin | 2007-09-05 | 2 | -22/+58 | |
| | ||||||
* | 1.551.55 | Olivier Blin | 2007-09-04 | 1 | -1/+1 | |
| | ||||||
* | add package version in dkms.conf kmod() provides | Olivier Blin | 2007-09-04 | 1 | -1/+2 | |
| | ||||||
* | rewrite the dkms kmod() output loop | Olivier Blin | 2007-09-04 | 1 | -5/+7 | |
| | ||||||
* | do not process empty dkms list | Olivier Blin | 2007-09-04 | 1 | -1/+1 | |
| | ||||||
* | 1.541.54 | Olivier Blin | 2007-09-04 | 1 | -1/+1 | |
| | ||||||
* | find kmod() provides in dkms.conf files (default on PACKAGE_NAME if no ↵ | Olivier Blin | 2007-09-04 | 1 | -0/+10 | |
| | | | | BUILT_MODULE_NAME is specified) | |||||
* | 1.531.53 | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 | |
| | ||||||
* | remove obsolete rpm-mandriva-setup.spec | Pascal Rigaux | 2007-08-28 | 1 | -253/+0 | |
| | ||||||
* | ensure %debug_package doesn't modify %{summary} in %install section | Pascal Rigaux | 2007-08-28 | 1 | -2/+8 | |
| | | | | | | (ie restore it via a fake __restore__ subpackage) (I suggested it on cooker and got no answer...) | |||||
* | - 1.521.52 | Olivier Thauvin | 2007-08-26 | 1 | -1/+1 | |
| | ||||||
* | - test are altered by .svn files, fixing | Olivier Thauvin | 2007-08-26 | 6 | -5/+12 | |
| | ||||||
* | - add TODO list | Olivier Thauvin | 2007-08-25 | 1 | -0/+3 | |
| | ||||||
* | add automatic kmod provides (based on work from Danny Tholen) | Olivier Blin | 2007-08-25 | 3 | -0/+19 | |
| | ||||||
* | run libtoolize to copy ltmain.sh | Olivier Blin | 2007-08-25 | 1 | -0/+1 | |
| | ||||||
* | - only own parent dir and let rpm find content | Olivier Thauvin | 2007-08-24 | 5 | -17/+22 | |
| | ||||||
* | - filled Makefile.am | Olivier Thauvin | 2007-08-23 | 1 | -1/+3 | |
| | ||||||
* | - add basic test runtime for find-lang | Olivier Thauvin | 2007-08-23 | 4 | -1/+38 | |
| | ||||||
* | - tag directory, fix directory tag set | Olivier Thauvin | 2007-08-23 | 1 | -2/+3 | |
| | ||||||
* | - tag %dir with %lang again | Olivier Thauvin | 2007-08-23 | 1 | -1/+1 | |
| | ||||||
* | - 1.511.51 | Olivier Thauvin | 2007-08-23 | 1 | -1/+1 | |
| | ||||||
* | - dont tag C lang | Olivier Thauvin | 2007-08-23 | 1 | -8/+7 | |
| | | | | - tag full lang, not only before '_' | |||||
* | - tagging all files one by one, as rpm seems to not include content of dir ↵ | Olivier Thauvin | 2007-08-22 | 1 | -21/+24 | |
| | | | | | | | having %lang - ensure parent dir for gnome are listed - improve multiple lang on dir filtering (aka no %lang) | |||||
* | - 1.501.50 | Olivier Thauvin | 2007-08-21 | 1 | -1/+1 | |
| | ||||||
* | - fix second part of #32366 | Olivier Thauvin | 2007-08-21 | 1 | -3/+3 | |
| | ||||||
* | - 1.491.49 | Olivier Thauvin | 2007-08-21 | 1 | -1/+1 | |
| | ||||||
* | - when a file/dir is owned by multiple language, we assume it should be ↵ | Olivier Thauvin | 2007-08-21 | 1 | -4/+22 | |
| | | | | always installed | |||||
* | ignore generated files | Pascal Rigaux | 2007-08-02 | 0 | -0/+0 | |
| | ||||||
* | 1.481.48 | Pascal Rigaux | 2007-08-02 | 1 | -1/+1 | |
| | ||||||
* | tell rpmlib to open all indices before doing chroot. | Pascal Rigaux | 2007-08-02 | 1 | -0/+4 | |
| | | | | | fixes "db4 error"s like #31922, and may fix #31873 | |||||
* | - add default buildroot definition | Olivier Thauvin | 2007-07-27 | 1 | -0/+2 | |
| | ||||||
* | - fix #31973 (Impossible to exclude single files from autoreq/autoprov) | Olivier Thauvin | 2007-07-25 | 2 | -9/+12 | |
| | ||||||
* | - 1.471.47 | Olivier Thauvin | 2007-07-13 | 1 | -1/+1 | |
| |