Commit Graph

594 Commits

Author SHA1 Message Date
65aaf3b23d Added pentium4 arch support (Raorn, #5259) 2004-10-31 19:08:39 +00:00
1118314978 Added tcl findreqprov support (Sergey Bolshakov, #5364) 2004-10-31 13:39:22 +00:00
f997f08c83 python support, #5291 2004-10-31 12:00:56 +00:00
6ad3bdcae2 changed --with-man mode, #5164 2004-10-31 12:00:06 +00:00
0fd5809baf check that $RPM_PYTHON is executable 2004-10-31 11:40:12 +00:00
3637db5d23 updatecd copyright years 2004-10-31 11:37:30 +00:00
e0523ed36f fixed typo: s/RPM_COMPRESS_TOPDIR/RPM_FIXUP_TOPDIR 2004-10-31 11:34:50 +00:00
d813d9c4ed fixed --version 2004-07-11 17:15:40 +00:00
57647ec8d9 added @ regexps tweaks 2004-06-29 15:56:32 +00:00
b8ece77750 4.0.4-alt40 2004-06-29 15:28:37 +00:00
674eec5213 Added new options:
--custom-dir-script=FILE  look for directories using specified sed script;
  --custom-file-script=FILE look for files using specified sed script;
  --custom-link-script=FILE look for symlinks using specified sed script;
  --version                 print program version and exit.
2004-06-29 15:27:48 +00:00
5f79f4a028 more regexps tweaks 2004-06-29 14:31:08 +00:00
b0a478061a more regexps fixes 2004-06-29 07:32:33 +00:00
dae8ffba77 removed %add_buildrequires, changed macros to modify %_buildrequires_build directly 2004-06-27 22:31:10 +00:00
72ab1d77ea find-provides: parse unrecognized __init__.py files as python files 2004-06-27 22:00:50 +00:00
7c9121008f fixed typo iin %add_python_lib_path() 2004-06-27 16:39:26 +00:00
7df5facca8 fix typo in %set_*_version() made in previous commit 2004-06-27 16:33:03 +00:00
519b565885 4.0.4-alt39 2004-06-27 13:54:27 +00:00
ddde83d09d new macro: %add_buildrequires(b)
%set_*_version: use it
2004-06-27 13:32:08 +00:00
6ac6d6324c buildForTarget: add %{?_buildrequires_build} to BUILDREQUIRES 2004-06-27 13:30:56 +00:00
24276c5ef6 optimize _macro_i18ndomains expression 2004-06-26 23:41:48 +00:00
a4ff7029cc run scrollkeeper-update quietly (#4485) 2004-06-26 22:27:25 +00:00
6f64190b92 convert: fixed to meet gettext(3) conventions 2004-06-26 19:51:13 +00:00
b59df3d771 fix "eats up newline" bug 2004-06-26 17:36:32 +00:00
f23046ad70 import language guessing mechanism from glibc/intl 2004-06-26 16:46:55 +00:00
4dd561a6c8 rdcl: optimized 2004-06-26 15:23:29 +00:00
67fbe0467b backported upstream change (2.107->2.108):
- fix: "/path/foo.../bar" was losing a dot (#123844).
2004-06-26 12:17:21 +00:00
0f82b5c7b9 backported upstream change (-r2.101 -r2.103 macro.c):
Made it so %* does not evaluate with a leading space.  For instance:

        %define xxx() "%{*}"
        %xxx 1 2 3

would evaluate to:

        " 1 2 3"

and now evaluates to:

   "1 2 3"
2004-06-26 12:11:28 +00:00
ee58994965 fixed locale regexps (#4228) 2004-06-09 12:54:33 +00:00
29942cbf6c fixed thinko made in prev change 2004-05-17 18:06:51 +00:00
69ce82333b 4.0.4-alt38 2004-05-17 15:51:28 +00:00
b326041c2e handle symlinks in --with-gnome mode 2004-05-17 15:23:20 +00:00
3240fd9ec5 added python to default lists of find{req,prov} methods 2004-05-17 14:56:42 +00:00
5792508f30 updated hooks for python support, from Andrey Orlov 2004-05-17 14:56:07 +00:00
8acd0aaf1f use new bytecompiler, from Andrey Orlov 2004-05-17 14:55:23 +00:00
424680beb0 disallow root to install source packages by default 2004-05-17 14:25:27 +00:00
9058ebe09c 4.0.4-alt37 2004-04-28 17:28:03 +00:00
c12fa4f038 recognize PIE objects 2004-04-28 17:20:51 +00:00
58fe0d3fe3 updated python support from Andrey Orlov 2004-04-28 17:03:51 +00:00
da2fd83221 more python macros from Andrey Orlov 2004-04-28 17:03:24 +00:00
a90ad7ec38 parseRCPOT: better error reporting 2004-04-25 10:34:53 +00:00
0c36ad4882 reverted recent change 2004-03-22 11:37:21 +00:00
ae2e79a5ce link librpmdb with -lrpm 2004-03-21 23:21:42 +00:00
ae754d250e 4.0.4-alt36 2004-03-01 16:52:49 +00:00
9816af01e3 look for python provs 2004-03-01 16:49:03 +00:00
d85dde1d44 look for python reqs 2004-03-01 16:38:45 +00:00
c390d03ac4 4.0.4-alt35 2004-02-29 20:21:22 +00:00
95d3140850 rpmdbRebuild: enhanced rebuilding database messages 2004-02-29 20:19:38 +00:00
9f9432eea1 do not db->close after db->verify 2004-02-29 18:41:02 +00:00
0d110556dc fixed db >= 4.2 support 2004-02-29 15:02:57 +00:00