tools/librpm-tizen.git
24 years agoHi!
jbj [Wed, 19 Apr 2000 16:03:49 +0000 (16:03 +0000)]
Hi!
I'd like to start building sparc64 packages (eventhough the install rule
details are yet to be designed - IMHO if 64bit SPARC userland is going into
7.0 we should rebuild all packages into 64bit in the next months or so to
have time to chase bugs etc.), and this is about what I need.
Basically I'd like to have %{_lib} to stand for the last part (normally
"lib") of dirname for directories like /lib, /usr/lib, /usr/X11R6/lib
because on sparc64-linux they are /lib64, /usr/lib64, /usr/X11R6/lib64 (and
on Solaris /lib/sparcv9, /usr/lib/sparcv9 etc.), so that one can use things
like
/usr/%{_lib} in the spec files.
Another thing which I need is an arch specific build root policy.
This patch does a few things:
1) add installplatform into EXTRA_DIST files, so that it is actually invoked
   during rpm build not from CVS
2) Define %_lib lib and let target specific macros override it
3) Split __spec_install_post into __arch_install_post and __os_install_post,
   --buildpolicy now specifies the __os_install_post part only. spec files
   can still override the __arch_install_post if the want to.
   brp-sparc64-linux is used to move 64bit libraries to */lib64 directories
   from */lib directories if make install of some package left them there.
4) Change installplatform so that on sparc* it creates both sparc and
   sparc64 target macro dirs (/usr/lib/rpm/sparc{,64}-redhat-linux in
   sparc*-redhat-linux case).

CVS patchset: 3685
CVS date: 2000/04/19 16:03:49

24 years agoData size of index databases now per-index (was always 8 bytes).
jbj [Wed, 19 Apr 2000 15:26:10 +0000 (15:26 +0000)]
Data size of index databases now per-index (was always 8 bytes).
Global rpm data base parameterization used per-index.

CVS patchset: 3684
CVS date: 2000/04/19 15:26:10

24 years agoConsolidate changes into rpmdb.c.
jbj [Tue, 18 Apr 2000 18:11:43 +0000 (18:11 +0000)]
Consolidate changes into rpmdb.c.

CVS patchset: 3683
CVS date: 2000/04/18 18:11:43

24 years agoEliminate, contents moved to rpmdb.c/rpmdb.h.
jbj [Tue, 18 Apr 2000 17:23:21 +0000 (17:23 +0000)]
Eliminate, contents moved to rpmdb.c/rpmdb.h.

CVS patchset: 3682
CVS date: 2000/04/18 17:23:21

24 years agoPrepare to move contents to rpmdb.c/rpmdb.h
jbj [Tue, 18 Apr 2000 17:22:37 +0000 (17:22 +0000)]
Prepare to move contents to rpmdb.c/rpmdb.h

CVS patchset: 3681
CVS date: 2000/04/18 17:22:37

24 years agoStart composting db interfaces.
jbj [Mon, 17 Apr 2000 12:28:58 +0000 (12:28 +0000)]
Start composting db interfaces.

CVS patchset: 3680
CVS date: 2000/04/17 12:28:58

24 years agofix: cpio.c: pre-, not post-, decrement the link count.
jbj [Sat, 15 Apr 2000 20:21:15 +0000 (20:21 +0000)]
fix: cpio.c: pre-, not post-, decrement the link count.
(from Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>)

CVS patchset: 3679
CVS date: 2000/04/15 20:21:15

24 years agoadd explcit "Provides: name = [epoch:]version-release" to headers.
jbj [Thu, 13 Apr 2000 17:59:10 +0000 (17:59 +0000)]
add explcit "Provides: name = [epoch:]version-release" to headers.

CVS patchset: 3678
CVS date: 2000/04/13 17:59:10

24 years agoSanity (bump release).
jbj [Thu, 13 Apr 2000 16:00:34 +0000 (16:00 +0000)]
Sanity (bump release).

CVS patchset: 3677
CVS date: 2000/04/13 16:00:34

24 years agoRemove rpmdbFindByFile from API (and fix RPMDBI_FILE iterator).
jbj [Thu, 13 Apr 2000 12:43:49 +0000 (12:43 +0000)]
Remove rpmdbFindByFile from API (and fix RPMDBI_FILE iterator).

CVS patchset: 3676
CVS date: 2000/04/13 12:43:49

24 years agoInsure that EXIT_FAILURE is defined (irix6.5).
jbj [Thu, 13 Apr 2000 10:41:31 +0000 (10:41 +0000)]
Insure that EXIT_FAILURE is defined (irix6.5).

CVS patchset: 3675
CVS date: 2000/04/13 10:41:31

24 years agoThe death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.
jbj [Thu, 13 Apr 2000 10:11:32 +0000 (10:11 +0000)]
The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.

CVS patchset: 3674
CVS date: 2000/04/13 10:11:32

24 years agoThe death of rpmdbFindBy{Group,TriggeredBy,Header}.
jbj [Thu, 13 Apr 2000 09:07:08 +0000 (09:07 +0000)]
The death of rpmdbFindBy{Group,TriggeredBy,Header}.

CVS patchset: 3673
CVS date: 2000/04/13 09:07:08

24 years agoConvert to rpm-3.1 API.
jbj [Wed, 12 Apr 2000 18:21:40 +0000 (18:21 +0000)]
Convert to rpm-3.1 API.

CVS patchset: 3672
CVS date: 2000/04/12 18:21:40

24 years agoMake sure that match iterators can be called with mi = NULL.
jbj [Wed, 12 Apr 2000 16:31:51 +0000 (16:31 +0000)]
Make sure that match iterators can be called with mi = NULL.
Remove DYING code.

CVS patchset: 3671
CVS date: 2000/04/12 16:31:51

24 years agoRemove DYING code.
jbj [Wed, 12 Apr 2000 16:30:46 +0000 (16:30 +0000)]
Remove DYING code.

CVS patchset: 3670
CVS date: 2000/04/12 16:30:46

24 years agoPass key as void *, not char *.
jbj [Wed, 12 Apr 2000 16:29:03 +0000 (16:29 +0000)]
Pass key as void *, not char *.

CVS patchset: 3669
CVS date: 2000/04/12 16:29:03

24 years agoAPI: pass *SearchIndex() length of key (0 will use strlen(key)).
jbj [Wed, 12 Apr 2000 13:42:57 +0000 (13:42 +0000)]
API: pass *SearchIndex() length of key (0 will use strlen(key)).
API: remove rpmdb{First,Next}RecNum routines.
db3.c: remove cursor DB_RMW implementation, something else is needed.
rpmdb.c: first crack at rpmdb match iterator.
query.c: ditto.
rebuilddb.c: ditto.
dumpdb.c: ditto.

CVS patchset: 3668
CVS date: 2000/04/12 13:42:57

24 years ago- treat legacy falloc.c as "special" db[01] index for package headers.
jbj [Tue, 11 Apr 2000 16:15:54 +0000 (16:15 +0000)]
- treat legacy falloc.c as "special" db[01] index for package headers.

CVS patchset: 3667
CVS date: 2000/04/11 16:15:54

24 years agomake header db a "special" type of index database in db0, hiding falloc.c.
jbj [Tue, 11 Apr 2000 15:28:07 +0000 (15:28 +0000)]
make header db a "special" type of index database in db0, hiding falloc.c.
header retrieval from db does not guarantee any alignment.
eliminate dbiGetFirstKey method in db vectors.
add db{copen,cclose,cget,join} methods in db vectors.
clean up __db.NNN files from failed db3 open.

CVS patchset: 3666
CVS date: 2000/04/11 15:28:07

24 years agofix: dbiCloseIndex not called (typo).
jbj [Sat, 8 Apr 2000 21:36:02 +0000 (21:36 +0000)]
fix: dbiCloseIndex not called (typo).
dump db1 and db2 for now.

CVS patchset: 3665
CVS date: 2000/04/08 21:36:02

24 years agoHash package headers using simple counter.
jbj [Sat, 8 Apr 2000 19:28:08 +0000 (19:28 +0000)]
Hash package headers using simple counter.

CVS patchset: 3664
CVS date: 2000/04/08 19:28:08

24 years agofix: rpmdbCountPackages should pass by reference, not value.
jbj [Fri, 7 Apr 2000 16:24:43 +0000 (16:24 +0000)]
fix: rpmdbCountPackages should pass by reference, not value.

CVS patchset: 3663
CVS date: 2000/04/07 16:24:43

24 years agouse "rpmdb db" consistently throughout, add doxygen tags.
jbj [Fri, 7 Apr 2000 16:09:25 +0000 (16:09 +0000)]
use "rpmdb db" consistently throughout, add doxygen tags.
db3.c: save join keys in endian neutral binary format.
rpmdb.c: create rpmdbCountPackages().
install.c: use rpmdbCountPackages().
uninstall.c: Ditto.

CVS patchset: 3662
CVS date: 2000/04/07 16:09:25

24 years agosolaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren@cs.utwente.nl)
jbj [Fri, 7 Apr 2000 13:10:37 +0000 (13:10 +0000)]
solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren@cs.utwente.nl)

CVS patchset: 3661
CVS date: 2000/04/07 13:10:37

24 years agouse hashed access for package headers.
jbj [Thu, 6 Apr 2000 15:20:29 +0000 (15:20 +0000)]
use hashed access for package headers.

CVS patchset: 3660
CVS date: 2000/04/06 15:20:29

24 years agoSanity.
jbj [Tue, 4 Apr 2000 10:10:47 +0000 (10:10 +0000)]
Sanity.

CVS patchset: 3659
CVS date: 2000/04/04 10:10:47

24 years agoPermit dboffsets in hex and octal.
jbj [Tue, 4 Apr 2000 09:27:48 +0000 (09:27 +0000)]
Permit dboffsets in hex and octal.

CVS patchset: 3658
CVS date: 2000/04/04 09:27:48

24 years agoSanity.
jbj [Mon, 3 Apr 2000 14:36:39 +0000 (14:36 +0000)]
Sanity.

CVS patchset: 3657
CVS date: 2000/04/03 14:36:39

24 years agoAdd variable to control dbenv teardown on close.
jbj [Mon, 3 Apr 2000 14:31:12 +0000 (14:31 +0000)]
Add variable to control dbenv teardown on close.

CVS patchset: 3656
CVS date: 2000/04/03 14:31:12

24 years agoPermit db3 paramaters from macro.
jbj [Mon, 3 Apr 2000 14:30:24 +0000 (14:30 +0000)]
Permit db3 paramaters from macro.
Permit private dbcursor (but this will go away soon).

CVS patchset: 3655
CVS date: 2000/04/03 14:30:24

24 years agoIndicate that dbenv should be trashed after a rebuild.
jbj [Mon, 3 Apr 2000 14:27:21 +0000 (14:27 +0000)]
Indicate that dbenv should be trashed after a rebuild.

CVS patchset: 3654
CVS date: 2000/04/03 14:27:21

24 years agoReplace individual dbi pointers with an array.
jbj [Mon, 3 Apr 2000 14:26:46 +0000 (14:26 +0000)]
Replace individual dbi pointers with an array.

CVS patchset: 3653
CVS date: 2000/04/03 14:26:46

24 years agoPrefer db3.
jbj [Mon, 3 Apr 2000 14:24:55 +0000 (14:24 +0000)]
Prefer db3.

CVS patchset: 3652
CVS date: 2000/04/03 14:24:55

24 years agoBump popt sub-package version.
jbj [Mon, 3 Apr 2000 14:24:30 +0000 (14:24 +0000)]
Bump popt sub-package version.

CVS patchset: 3651
CVS date: 2000/04/03 14:24:30

24 years agoGet the database permissions right.
jbj [Fri, 31 Mar 2000 17:23:13 +0000 (17:23 +0000)]
Get the database permissions right.

CVS patchset: 3650
CVS date: 2000/03/31 17:23:13

24 years agoAs erik mentioned, here is a patch. It makes it so packages don't get searched
jbj [Fri, 31 Mar 2000 17:16:36 +0000 (17:16 +0000)]
As erik mentioned, here is a patch. It makes it so packages don't get searched
to find directories which were improperly assigned in broken spec file file
+lists,
causing, for example, KDE to be installed on an upgrade from 6.1 to 6.2 when
KDE was not previously installed...

CVS patchset: 3649
CVS date: 2000/03/31 17:16:36

24 years ago- try for db3 DB_INIT_CDB model.
jbj [Fri, 31 Mar 2000 14:55:23 +0000 (14:55 +0000)]
- try for db3 DB_INIT_CDB model.

CVS patchset: 3648
CVS date: 2000/03/31 14:55:23

24 years agodb3 configured for testing with (DB_INIT_MPOOL|DB_INIT_CDB|DB_SYSTEM_MEM).
jbj [Fri, 31 Mar 2000 14:33:40 +0000 (14:33 +0000)]
db3 configured for testing with (DB_INIT_MPOOL|DB_INIT_CDB|DB_SYSTEM_MEM).

CVS patchset: 3647
CVS date: 2000/03/31 14:33:40

24 years agofix: duplicate free in db3.
jbj [Fri, 31 Mar 2000 09:33:17 +0000 (09:33 +0000)]
fix: duplicate free in db3.
Use Berkeley "home" db directory with relative rather than absolute paths.

CVS patchset: 3646
CVS date: 2000/03/31 09:33:17

24 years agoMostly functional db2 interface, db3 still has problems.
jbj [Thu, 30 Mar 2000 19:22:46 +0000 (19:22 +0000)]
Mostly functional db2 interface, db3 still has problems.

CVS patchset: 3645
CVS date: 2000/03/30 19:22:46

24 years agofix: move free after error message that needs data.
jbj [Thu, 30 Mar 2000 19:21:09 +0000 (19:21 +0000)]
fix: move free after error message that needs data.

CVS patchset: 3644
CVS date: 2000/03/30 19:21:09

24 years agoadd db3 to the pile, isolate all with incremental link and vectors.
jbj [Mon, 27 Mar 2000 15:55:07 +0000 (15:55 +0000)]
add db3 to the pile, isolate all with incremental link and vectors.

CVS patchset: 3643
CVS date: 2000/03/27 15:55:07

24 years agoCompilation with db3.
jbj [Mon, 27 Mar 2000 11:13:25 +0000 (11:13 +0000)]
Compilation with db3.

CVS patchset: 3642
CVS date: 2000/03/27 11:13:25

24 years agoAdd --preferdb for now to permit testing db0/db1/db2.
jbj [Sun, 26 Mar 2000 22:45:02 +0000 (22:45 +0000)]
Add --preferdb for now to permit testing db0/db1/db2.

CVS patchset: 3641
CVS date: 2000/03/26 22:45:02

24 years agoBump version to next release.
jbj [Fri, 24 Mar 2000 22:12:59 +0000 (22:12 +0000)]
Bump version to next release.

CVS patchset: 3640
CVS date: 2000/03/24 22:12:59

24 years agoSanity.
jbj [Fri, 24 Mar 2000 17:20:17 +0000 (17:20 +0000)]
Sanity.

CVS patchset: 3639
CVS date: 2000/03/24 17:20:17

24 years agoSanity.
jbj [Fri, 24 Mar 2000 08:00:12 +0000 (08:00 +0000)]
Sanity.

CVS patchset: 3638
CVS date: 2000/03/24 08:00:12

24 years agoconvert db1 -> db2 on-disk format using --rebuilddb.
jbj [Thu, 23 Mar 2000 20:58:01 +0000 (20:58 +0000)]
convert db1 -> db2 on-disk format using --rebuilddb.

CVS patchset: 3637
CVS date: 2000/03/23 20:58:01

24 years ago- API: change dbi to pass by reference, not value.
jbj [Thu, 23 Mar 2000 15:49:50 +0000 (15:49 +0000)]
- API: change dbi to pass by reference, not value.
- cram all of db1, db_185, and db2 interfaces into rpmlib.

CVS patchset: 3636
CVS date: 2000/03/23 15:49:50

24 years agoTypo.
jbj [Sat, 18 Mar 2000 14:24:21 +0000 (14:24 +0000)]
Typo.

CVS patchset: 3634
CVS date: 2000/03/18 14:24:21

24 years agoconfigure noarch compatibility in rpmrc for ia64.
jbj [Fri, 17 Mar 2000 21:04:50 +0000 (21:04 +0000)]
configure noarch compatibility in rpmrc for ia64.

CVS patchset: 3633
CVS date: 2000/03/17 21:04:50

24 years agoconfigure.in fiddles for BSD systems (Patrick Schoo).
jbj [Thu, 16 Mar 2000 14:27:04 +0000 (14:27 +0000)]
configure.in fiddles for BSD systems (Patrick Schoo).

CVS patchset: 3631
CVS date: 2000/03/16 14:27:04

24 years ago- fix: noLibio = 0 on Red Hat 4.x and 5.x.
jbj [Wed, 15 Mar 2000 19:50:57 +0000 (19:50 +0000)]
- fix: noLibio = 0 on Red Hat 4.x and 5.x.
- fix: typo in autodeps/linux.req.

CVS patchset: 3630
CVS date: 2000/03/15 19:50:57

24 years agoAdd note that -L paths may have to be used.
jbj [Tue, 14 Mar 2000 15:24:25 +0000 (15:24 +0000)]
Add note that -L paths may have to be used.

CVS patchset: 3627
CVS date: 2000/03/14 15:24:25

24 years agouse DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.
jbj [Mon, 13 Mar 2000 15:17:12 +0000 (15:17 +0000)]
use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.

CVS patchset: 3626
CVS date: 2000/03/13 15:17:12

24 years agoStart rpm-3.1 development.
jbj [Mon, 13 Mar 2000 15:13:53 +0000 (15:13 +0000)]
Start rpm-3.1 development.

CVS patchset: 3625
CVS date: 2000/03/13 15:13:53

24 years agoRed Hat 4.2 has not __set_errno.
jbj [Sat, 11 Mar 2000 21:13:18 +0000 (21:13 +0000)]
Red Hat 4.2 has not __set_errno.

CVS patchset: 3624
CVS date: 2000/03/11 21:13:18

24 years agoRed Hat 5.2 has not __PMT.
jbj [Sat, 11 Mar 2000 20:59:30 +0000 (20:59 +0000)]
Red Hat 5.2 has not __PMT.

CVS patchset: 3623
CVS date: 2000/03/11 20:59:30

24 years agoSanity (penultimate rpm-3.0.4).
jbj [Sat, 11 Mar 2000 20:35:03 +0000 (20:35 +0000)]
Sanity (penultimate rpm-3.0.4).

CVS patchset: 3622
CVS date: 2000/03/11 20:35:03

24 years agofix: use glibc 2.1 glob/fnmatch everywhere.
jbj [Sat, 11 Mar 2000 20:14:07 +0000 (20:14 +0000)]
fix: use glibc 2.1 glob/fnmatch everywhere.

CVS patchset: 3621
CVS date: 2000/03/11 20:14:07

24 years agoUpdate portability routines from glibc-2.1.
jbj [Fri, 10 Mar 2000 22:02:29 +0000 (22:02 +0000)]
Update portability routines from glibc-2.1.

CVS patchset: 3620
CVS date: 2000/03/10 22:02:29

24 years agoPortability.
jbj [Fri, 10 Mar 2000 20:49:09 +0000 (20:49 +0000)]
Portability.

CVS patchset: 3619
CVS date: 2000/03/10 20:49:09

24 years agoCan't include system.h w/o mishap.
jbj [Fri, 10 Mar 2000 20:47:57 +0000 (20:47 +0000)]
Can't include system.h w/o mishap.

CVS patchset: 3618
CVS date: 2000/03/10 20:47:57

24 years agoUse /usr/lib paths.
jbj [Fri, 10 Mar 2000 17:51:43 +0000 (17:51 +0000)]
Use /usr/lib paths.

CVS patchset: 3617
CVS date: 2000/03/10 17:51:43

24 years agoGet config.h by includeing "system.h"
jbj [Fri, 10 Mar 2000 17:50:53 +0000 (17:50 +0000)]
Get config.h by includeing "system.h"

CVS patchset: 3616
CVS date: 2000/03/10 17:50:53

24 years agoUpdate to glibc-2.1 version with GNU extensions.
jbj [Fri, 10 Mar 2000 17:49:09 +0000 (17:49 +0000)]
Update to glibc-2.1 version with GNU extensions.

CVS patchset: 3615
CVS date: 2000/03/10 17:49:09

24 years agofix: better filter in linux.req to avoid ARM specific objdump output.
jbj [Fri, 10 Mar 2000 16:53:08 +0000 (16:53 +0000)]
fix: better filter in linux.req to avoid ARM specific objdump output.

CVS patchset: 3614
CVS date: 2000/03/10 16:53:08

24 years agoSanity (penultimate rpm-3.0.4 release candidate).
jbj [Thu, 9 Mar 2000 20:52:56 +0000 (20:52 +0000)]
Sanity (penultimate rpm-3.0.4 release candidate).

CVS patchset: 3613
CVS date: 2000/03/09 20:52:56

24 years agoGet the escapes correct for "id -u" fidget.
jbj [Thu, 9 Mar 2000 20:48:15 +0000 (20:48 +0000)]
Get the escapes correct for "id -u" fidget.

CVS patchset: 3612
CVS date: 2000/03/09 20:48:15

24 years agoOrphan.
jbj [Thu, 9 Mar 2000 18:13:19 +0000 (18:13 +0000)]
Orphan.

CVS patchset: 3611
CVS date: 2000/03/09 18:13:19

24 years ago- portability: skip bzip2 if not available.
jbj [Thu, 9 Mar 2000 18:13:02 +0000 (18:13 +0000)]
- portability: skip bzip2 if not available.
- portability: skip gzseek if not available (zlib-1.0.4).
- portability: skip personality if not available (linux).
- portability: always include arpa/inet.h (HP-UX).
- portability: don't use id -u (Brandon Allbery).
- portability: don't chown/chgrp -h w/o lchown.
- portability: splats in rpm.spec to find /usr/{share,local}/locale/*

CVS patchset: 3610
CVS date: 2000/03/09 18:13:02

24 years agoportability: zlib-1.0.4 has not gzseek
jbj [Tue, 7 Mar 2000 15:37:17 +0000 (15:37 +0000)]
portability: zlib-1.0.4 has not gzseek
portability: Red Hat 4.x has not personality

CVS patchset: 3609
CVS date: 2000/03/07 15:37:17

24 years agoAvoid libio on Red Hat 5.2 with libc5.
jbj [Tue, 7 Mar 2000 14:40:48 +0000 (14:40 +0000)]
Avoid libio on Red Hat 5.2 with libc5.

CVS patchset: 3608
CVS date: 2000/03/07 14:40:48

24 years agoCorrect attribution.
jbj [Fri, 3 Mar 2000 23:44:13 +0000 (23:44 +0000)]
Correct attribution.

CVS patchset: 3607
CVS date: 2000/03/03 23:44:13

24 years agosimpler hpux.prov script (Tim Mooney).
jbj [Thu, 2 Mar 2000 20:21:10 +0000 (20:21 +0000)]
simpler hpux.prov script (Tim Mooney).

CVS patchset: 3606
CVS date: 2000/03/02 20:21:10

24 years agoBump release (0.48).
jbj [Wed, 1 Mar 2000 17:28:32 +0000 (17:28 +0000)]
Bump release (0.48).

CVS patchset: 3605
CVS date: 2000/03/01 17:28:32

24 years agoTypo.
jbj [Wed, 1 Mar 2000 17:16:47 +0000 (17:16 +0000)]
Typo.

CVS patchset: 3604
CVS date: 2000/03/01 17:16:47

24 years agoAdd %changelog.
jbj [Wed, 1 Mar 2000 15:34:53 +0000 (15:34 +0000)]
Add %changelog.

CVS patchset: 3603
CVS date: 2000/03/01 15:34:53

24 years agoBump release.
jbj [Wed, 1 Mar 2000 15:28:30 +0000 (15:28 +0000)]
Bump release.

CVS patchset: 3602
CVS date: 2000/03/01 15:28:30

24 years agoAdd changelog.
jbj [Wed, 1 Mar 2000 00:22:47 +0000 (00:22 +0000)]
Add changelog.

CVS patchset: 3601
CVS date: 2000/03/01 00:22:47

24 years agoPortability fiddles.
jbj [Tue, 29 Feb 2000 23:22:44 +0000 (23:22 +0000)]
Portability fiddles.
Rebuild with latest rpmmodule.so code.

CVS patchset: 3600
CVS date: 2000/02/29 23:22:44

24 years agoCan't print a NULL on non-GNU systems.
jbj [Tue, 29 Feb 2000 01:57:37 +0000 (01:57 +0000)]
Can't print a NULL on non-GNU systems.

CVS patchset: 3599
CVS date: 2000/02/29 01:57:37

24 years agoi18nation
msw [Mon, 28 Feb 2000 20:00:31 +0000 (20:00 +0000)]
i18nation

CVS patchset: 3598
CVS date: 2000/02/28 20:00:31

24 years agoMore typos.
jbj [Mon, 28 Feb 2000 00:08:24 +0000 (00:08 +0000)]
More typos.

CVS patchset: 3597
CVS date: 2000/02/28 00:08:24

24 years agoTypos.
jbj [Sun, 27 Feb 2000 23:57:14 +0000 (23:57 +0000)]
Typos.

CVS patchset: 3596
CVS date: 2000/02/27 23:57:14

24 years agoPermit building w/o libbz2.a.
jbj [Sun, 27 Feb 2000 23:40:36 +0000 (23:40 +0000)]
Permit building w/o libbz2.a.
In popt, check for building within the rpm tree before requiring GNU gettext.

CVS patchset: 3595
CVS date: 2000/02/27 23:40:36

24 years agoTypo.
jbj [Sun, 27 Feb 2000 22:45:47 +0000 (22:45 +0000)]
Typo.

CVS patchset: 3594
CVS date: 2000/02/27 22:45:47

24 years agoDiminish solaris2.6 gcc noise.
jbj [Sun, 27 Feb 2000 20:50:52 +0000 (20:50 +0000)]
Diminish solaris2.6 gcc noise.

CVS patchset: 3593
CVS date: 2000/02/27 20:50:52

24 years agoi18n install is in /usr/lib not /usr/share for solaris2.6.
jbj [Sun, 27 Feb 2000 20:17:21 +0000 (20:17 +0000)]
i18n install is in /usr/lib not /usr/share for solaris2.6.

CVS patchset: 3592
CVS date: 2000/02/27 20:17:21

24 years agoSolaris2.6 portability.
jbj [Sun, 27 Feb 2000 18:52:30 +0000 (18:52 +0000)]
Solaris2.6 portability.

CVS patchset: 3591
CVS date: 2000/02/27 18:52:30

24 years agoCreate symlink to platform configuration directory too.
jbj [Fri, 25 Feb 2000 17:30:28 +0000 (17:30 +0000)]
Create symlink to platform configuration directory too.

CVS patchset: 3590
CVS date: 2000/02/25 17:30:28

24 years ago- sparc-sun-solaris2.6 portability check.
jbj [Fri, 25 Feb 2000 16:49:05 +0000 (16:49 +0000)]
- sparc-sun-solaris2.6 portability check.

CVS patchset: 3589
CVS date: 2000/02/25 16:49:05

24 years ago- fix: filter excluded paths before adding install prefixes (#8709).
jbj [Fri, 25 Feb 2000 16:29:44 +0000 (16:29 +0000)]
- fix: filter excluded paths before adding install prefixes (#8709).
- add i18n lookaside to PO catalogue(s) for i18n strings.
- try for /etc/rpm/macros.specspo so that specspo autoconfigures rpm.
- per-platform configuration factored into /usr/lib/rpm subdir.

CVS patchset: 3588
CVS date: 2000/02/25 16:29:44

24 years ago(solaris 2.6): portability requires setenv.c.
jbj [Thu, 24 Feb 2000 23:33:58 +0000 (23:33 +0000)]
(solaris 2.6): portability requires setenv.c.

CVS patchset: 3587
CVS date: 2000/02/24 23:33:58

24 years agoAutomake portability diddles.
jbj [Thu, 24 Feb 2000 22:28:31 +0000 (22:28 +0000)]
Automake portability diddles.

CVS patchset: 3586
CVS date: 2000/02/24 22:28:31

24 years agoMake sure that IPPORT_FTP is defined.
jbj [Thu, 24 Feb 2000 05:41:47 +0000 (05:41 +0000)]
Make sure that IPPORT_FTP is defined.

CVS patchset: 3585
CVS date: 2000/02/24 05:41:47

24 years agoSanity (0.44 release).
jbj [Wed, 23 Feb 2000 22:43:27 +0000 (22:43 +0000)]
Sanity (0.44 release).

CVS patchset: 3584
CVS date: 2000/02/23 22:43:27

24 years agoAdd %_i18ndomains configuration.
jbj [Wed, 23 Feb 2000 22:40:53 +0000 (22:40 +0000)]
Add %_i18ndomains configuration.

CVS patchset: 3583
CVS date: 2000/02/23 22:40:53

24 years agoFirst attempt at rpmHeaderGetEntry().
jbj [Wed, 23 Feb 2000 19:20:20 +0000 (19:20 +0000)]
First attempt at rpmHeaderGetEntry().

CVS patchset: 3582
CVS date: 2000/02/23 19:20:20