summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-26Initialize differently if using rpc access.jbj22-226/+238
CVS patchset: 5972 CVS date: 2002/12/26 17:18:01
2002-12-24- add Red Hat pubkeys to rpm header.jbj1-3/+5
CVS patchset: 5971 CVS date: 2002/12/24 20:37:39
2002-12-24- permit both relative/absolute paths, display 'P' when verifying.jbj25-299/+308
CVS patchset: 5970 CVS date: 2002/12/24 20:06:33
2002-12-24- add %%pubkey attribute to read armored pubkey files into header.jbj28-1967/+2299
CVS patchset: 5969 CVS date: 2002/12/24 19:49:06
2002-12-24Rescusitate doxygen file manifest.jbj35-285/+380
CVS patchset: 5968 CVS date: 2002/12/24 17:06:35
2002-12-24Keep message to 1 line.jbj1-1/+1
CVS patchset: 5967 CVS date: 2002/12/24 07:38:02
2002-12-24Check for unshared posix mutexes only on 1st open.jbj1-5/+7
CVS patchset: 5966 CVS date: 2002/12/24 07:33:26
2002-12-24Ignore rpmdeps executable.jbj1-0/+1
CVS patchset: 5965 CVS date: 2002/12/24 07:28:01
2002-12-24Remove unused Flags.jbj1-1/+0
CVS patchset: 5964 CVS date: 2002/12/24 07:27:23
2002-12-24- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj32-919/+1073
- fix: set DB_PRIVATE, not DB_ENV_PRIVATE, if unshared posix mutexes. - remove useless kernel/glibc dependencies (#79872). - add matching "config(N) = EVR" dependencies iff %%config is found. CVS patchset: 5963 CVS date: 2002/12/24 07:21:04
2002-12-24splint fiddles.jbj9-24/+33
CVS patchset: 5962 CVS date: 2002/12/24 04:04:20
2002-12-24fix: ia64 segfault on build.jbj7-48/+55
CVS patchset: 5961 CVS date: 2002/12/24 02:41:45
2002-12-23Sanity.jbj25-458/+462
CVS patchset: 5960 CVS date: 2002/12/23 20:58:36
2002-12-22Typos.jbj1-2/+2
CVS patchset: 5959 CVS date: 2002/12/22 02:23:38
2002-12-22- simplify specfile query linkage loop.jbj40-2198/+2223
- drill rpmts into parseSpec(), carrying Spec along. CVS patchset: 5958 CVS date: 2002/12/22 02:11:05
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj41-1801/+2013
- add rpmdb_{deadlock,dump,load,svc,stat,verify} utilities. - include srpm pkgid in binary headers (#71460). - add %check scriptlet to run after %install (#64137). CVS patchset: 5957 CVS date: 2002/12/21 20:37:37
2002-12-21splint fiddles.jbj4-8/+11
CVS patchset: 5956 CVS date: 2002/12/21 01:31:24
2002-12-21Sanity.jbj23-67/+83
CVS patchset: 5955 CVS date: 2002/12/21 01:05:44
2002-12-20- copy compressFilelist to convertdb1.c, remove internal legacy.h.jbj24-107/+211
CVS patchset: 5954 CVS date: 2002/12/20 18:36:23
2002-12-20- error on exclusive Packages fcntl lock if DB_ENV_PRIVATE is set.jbj3-5/+11
CVS patchset: 5953 CVS date: 2002/12/20 18:25:59
2002-12-20- test pthread_{mutex,cond}attr_setpshared(), add DB_ENV_PRIVATE if not.jbj24-190/+242
CVS patchset: 5952 CVS date: 2002/12/20 16:09:15
2002-12-20- dynamically link /bin/rpm, link against good old -lpthread.jbj7-16/+24
CVS patchset: 5951 CVS date: 2002/12/20 15:03:18
2002-12-19- add -I/usr/include/nptl, Conflicts: kernel <= 2.4.19.jbj28-59/+70
CVS patchset: 5950 CVS date: 2002/12/19 23:41:52
2002-12-18Sanity.jbj21-22/+22
CVS patchset: 5949 CVS date: 2002/12/18 23:00:31
2002-12-18Correct typo.jbj2-2/+3
CVS patchset: 5948 CVS date: 2002/12/18 22:59:03
2002-12-18- add --file{class,provide,require} popt aliases and header extensionsjbj33-407/+693
CVS patchset: 5947 CVS date: 2002/12/18 22:54:00
2002-12-18- popt aliases for -U et al to achieve dynamic link with nptl.jbj25-235/+257
CVS patchset: 5946 CVS date: 2002/12/18 16:18:33
2002-12-18Add --dwimsopwith1-0/+2
CVS patchset: 5945 CVS date: 2002/12/18 01:46:25
2002-12-17- rebuild against glibc with fcntl fixed in libpthread.jbj4-14/+22
- re-enable CDB locking, removing "private" from %%__dbi_cdb macro. CVS patchset: 5944 CVS date: 2002/12/17 19:22:15
2002-12-15- disable fcntl(2) lock on Packages until glibc+nptl is fixed.jbj4-7/+20
- make cdb locks "private" for pthreads compatibility w/o NPTL. - add --enable-posixmutexes to use NPTL. - make dependency generation "opt-out" everywhere. CVS patchset: 5943 CVS date: 2002/12/15 18:30:44
2002-12-14- generate Elf provides even if file is not executable.jbj3-9/+12
CVS patchset: 5942 CVS date: 2002/12/14 22:03:14
2002-12-14- fix: make sure each library has DT_NEEDED for all unresolved syms.jbj7-50/+33
CVS patchset: 5941 CVS date: 2002/12/14 21:39:19
2002-12-13- debug_packages "works", but non-noarch w/o %setup has empty payload.jbj24-49/+70
- make dependency generation "opt-in" in order to build in distro. - rebuild rpm with internal dependency generation enabled. CVS patchset: 5940 CVS date: 2002/12/13 23:34:40
2002-12-13Bail on rpmfts_repr() for now.jbj1-77/+93
CVS patchset: 5939 CVS date: 2002/12/13 20:50:14
2002-12-12- fix: add %%ifnarch noarch to debug_package macrojbj3-10/+14
CVS patchset: 5938 CVS date: 2002/12/12 19:21:50
2002-12-12- fix: add rpmlib(VersionedDependencies) if versioned Provides: found.jbj27-27/+46
CVS patchset: 5937 CVS date: 2002/12/12 19:16:45
2002-12-12Addjbj13-179/+251
PyObject *md_dict; /*!< to look like PyModuleObject */ to all rpmfoo_Type's. CVS patchset: 5936 CVS date: 2002/12/12 17:46:22
2002-12-11Sanity.jbj1-1/+1
CVS patchset: 5935 CVS date: 2002/12/11 15:06:17
2002-12-11- rebuild against glibc with TLS support.jbj1-1/+4
CVS patchset: 5934 CVS date: 2002/12/11 14:24:46
2002-12-11Add iterators to rpmfts-py.c.jbj4-53/+197
splint fiddles. CVS patchset: 5933 CVS date: 2002/12/11 03:16:24
2002-12-11Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj14-164/+660
splint fiddles. CVS patchset: 5932 CVS date: 2002/12/11 00:12:17
2002-12-10Add tp_{init,alloc,new,free} methods to rpmts.jbj14-152/+178
Use PyObject_{New,Del} consistently throughout. CVS patchset: 5931 CVS date: 2002/12/10 19:46:03
2002-12-10Sanity.jbj22-612/+612
CVS patchset: 5930 CVS date: 2002/12/10 16:35:29
2002-12-10Repair fc->skipReq insertion typo.jbj3-15/+19
CVS patchset: 5929 CVS date: 2002/12/10 16:32:27
2002-12-10Add coercions.jbj3-143/+407
CVS patchset: 5928 CVS date: 2002/12/10 16:31:39
2002-12-09Include rpmbc-py.h too.jbj1-1/+1
CVS patchset: 5927 CVS date: 2002/12/09 17:59:03
2002-12-09- don't generate dependencies unless execute bit is set.jbj5-7/+23
- enable internal automagic dependency generation as default. CVS patchset: 5926 CVS date: 2002/12/09 17:22:55
2002-12-08Implement divide and divmod methods.jbj1-3/+56
CVS patchset: 5925 CVS date: 2002/12/08 21:50:36
2002-12-08Add Debug method, implement obvious functions.jbj1-8/+209
CVS patchset: 5924 CVS date: 2002/12/08 20:57:34
2002-12-08Stubs for beecrypt bindings.jbj4-4/+497
CVS patchset: 5923 CVS date: 2002/12/08 19:04:54