summaryrefslogtreecommitdiff
path: root/po/fi.po
AgeCommit message (Collapse)AuthorFilesLines
2000-12-19- identify install scriptlet failures with the name of the scriptlet.jbj1-62/+63
- handle install chroot's identically throughout the install process. - add rpmlib(HeaderLoadSortsTags) for tracking header regions "just in case". - create _tmppath on the fly if not present. CVS patchset: 4355 CVS date: 2000/12/19 17:43:56
2000-12-17Move assertion to avoid false failure.jbj1-2/+2
CVS patchset: 4352 CVS date: 2000/12/17 19:55:31
2000-12-14- fix: segfault on build path, ignore deleted drips.jbj1-19/+19
- fix: synthesized callbacks for removed packages have not a pkgkey. CVS patchset: 4346 CVS date: 2000/12/14 22:14:29
2000-12-13- fix: (transaction.c) assume file state normal if tag is missing.jbj1-1/+1
- fix: failed signature read headerFree segfault. - fix: revert ALPHA_LOSSAGE, breaks 6.2/i386. CVS patchset: 4343 CVS date: 2000/12/13 22:00:33
2000-12-12Sanity (make dist).jbj1-1/+1
CVS patchset: 4340 CVS date: 2000/12/12 21:45:18
2000-12-12- fix: headerLoad segfault in python bindings.jbj1-52/+109
CVS patchset: 4339 CVS date: 2000/12/12 21:05:49
2000-12-12Sync with rpm-4_0 branch.jbj1-942/+910
CVS patchset: 4338 CVS date: 2000/12/12 20:03:45
2000-11-07- load headers as single contiguous region.jbj1-92/+92
CVS patchset: 4244 CVS date: 2000/11/07 13:16:43
2000-10-31- add support for SHA1 as well as MD5 message digests.jbj1-68/+77
lclint annotations. CVS patchset: 4234 CVS date: 2000/10/31 16:18:34
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj1-249/+259
- remove getMacroBody() from rpmio API. - hide libio lossage in prototype, not API. lclint annotations. CVS patchset: 4230 CVS date: 2000/10/28 17:16:25
2000-10-26Add base64 fiddles to get at signature contents to librpmio.a.jbj1-16/+16
parsePrep.c: fix typo's. CVS patchset: 4227 CVS date: 2000/10/26 15:32:03
2000-10-24- verify MD5 sums of payload files when unpacking archive.jbj1-234/+248
CVS patchset: 4225 CVS date: 2000/10/24 13:46:51
2000-09-26- order packages using tsort, clipping PreReq:'s in dependency loops.jbj1-60/+81
CVS patchset: 4177 CVS date: 2000/09/26 18:04:12
2000-09-14Revert rpmrc excision for now.jbj1-382/+425
rpmio: add rpmlog.c/rpmlog.h. CVS patchset: 4163 CVS date: 2000/09/14 11:42:48
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj1-403/+507
- collect and display rpm build error messages at end of build. CVS patchset: 4149 CVS date: 2000/09/01 21:15:40
2000-08-31Unify rpmError() and rpmMessage() on top of rpmlog().jbj1-90/+86
CVS patchset: 4148 CVS date: 2000/08/31 02:38:57
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj1-25/+25
Doxygen annotations. CVS patchset: 4146 CVS date: 2000/08/29 22:04:33
2000-08-28- rip out rpm{get,put}text, use getpo.sh and specspo instead.jbj1-583/+537
CVS patchset: 4139 CVS date: 2000/08/28 01:50:45
2000-08-14- disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies.jbj1-13/+13
- man page fixes. CVS patchset: 4062 CVS date: 2000/08/14 18:18:54
2000-08-04Sanity (make dist).jbj1-34/+34
CVS patchset: 4014 CVS date: 2000/08/04 19:52:54
2000-08-03Sanity (make dist).jbj1-315/+318
CVS patchset: 4009 CVS date: 2000/08/03 16:10:56
2000-07-31- fix: segfault on erase if filestates is missing in header (#14679).jbj1-1/+1
CVS patchset: 3994 CVS date: 2000/07/31 21:27:20
2000-07-31- fix: uniqify dependency problems when printing (#14034).jbj1-13/+13
- popt: add ability to perform callbacks for every, not just first, match. CVS patchset: 3993 CVS date: 2000/07/31 15:04:20
2000-07-29- re-resurrect firstkey/nextkey python bindings for up2date compatibility.jbj1-9/+10
CVS patchset: 3992 CVS date: 2000/07/29 20:31:56
2000-07-29- link rpm2cpio dynamically since cpio is linked dynamically.jbj1-39/+43
CVS patchset: 3991 CVS date: 2000/07/29 17:30:18
2000-07-29- bail on firstkey/nextkey, there's a better way.jbj1-1/+1
CVS patchset: 3990 CVS date: 2000/07/29 13:16:45
2000-07-28- resurrect firstkey/nextkey python bindings.jbj1-1/+1
CVS patchset: 3988 CVS date: 2000/07/28 17:58:58
2000-07-26- fix: look for any/all dbapi when rebuilding.jbj1-1/+1
CVS patchset: 3982 CVS date: 2000/07/26 16:24:07
2000-07-25- create rpmbuild/rpmquery/rpmverify/rpmsign symlinks.jbj1-66/+66
CVS patchset: 3980 CVS date: 2000/07/25 18:37:21
2000-07-24Sanity (make dist).jbj1-1/+1
CVS patchset: 3978 CVS date: 2000/07/24 21:38:42
2000-07-17Sync with rpm-3.0.5 chnages.jbj1-78/+41
CVS patchset: 3958 CVS date: 2000/07/17 00:40:17
2000-07-15Eliminate convertdb.c.jbj1-19/+19
CVS patchset: 3954 CVS date: 2000/07/15 18:22:24
2000-07-15- fix: make set of replaced file headers unique.jbj1-65/+56
- fix: don't attempt dbiOpen with anything but requested dbN. CVS patchset: 3952 CVS date: 2000/07/15 16:00:14
2000-07-15- rip out pre-transaction syscalls, more design is needed.jbj1-80/+57
- display rpmlib provides when invoked with --showrc. - remove (dead) dependency checks on implicitly provided package names. - remove (dead) rpmdb API code in python bindings. - remove (legacy) support for version 1 packaging. - remove (legacy) support for converting gdbm databases. CVS patchset: 3950 CVS date: 2000/07/15 14:53:54
2000-07-13- fix: initialize pretransaction argv (segfault).jbj1-14/+14
- fix: check rpmlib features w/o database (and check earlier as well). CVS patchset: 3943 CVS date: 2000/07/13 23:30:41
2000-07-12- add S_ISLNK pre-transaction syscall test.jbj1-9/+9
CVS patchset: 3942 CVS date: 2000/07/12 23:19:08
2000-07-12- compare versions if doing --freshen.jbj1-14/+19
CVS patchset: 3940 CVS date: 2000/07/12 04:02:35
2000-07-11- fix: legacy requires './' payload prefix to be omitted for rpm itself.jbj1-19/+19
- fix: remove verbose database +++/--- messages to conform to doco. CVS patchset: 3938 CVS date: 2000/07/11 22:23:16
2000-07-11Sanity (make dist).jbj1-1/+1
CVS patchset: 3937 CVS date: 2000/07/11 16:16:03
2000-07-11fix: source rpm's need to do compressFilelist to get filenames.jbj1-12/+12
fix: python should use RPMTAG_OBSOLETESNAME, not RPMTAG_OBSOLETES. CVS patchset: 3934 CVS date: 2000/07/11 03:46:56
2000-07-11- remove build mode help from rpm.c, use rpmb instead.jbj1-290/+287
- support for rpmlib(...) internal feature dependencies. CVS patchset: 3933 CVS date: 2000/07/11 02:12:49
2000-07-09Sanoty (make dist).jbj1-85/+89
CVS patchset: 3931 CVS date: 2000/07/09 23:22:58
2000-07-09fix: do chroot around pre-transaction syscalls.jbj1-17/+17
CVS patchset: 3927 CVS date: 2000/07/09 15:17:11
2000-07-09- add pre-transaction syscall's to handle /etc/init.d change.jbj1-99/+115
- don't bother saving '/' as fingerprint subdir. CVS patchset: 3926 CVS date: 2000/07/09 04:42:12
2000-07-05- change optflags for i386.jbj1-98/+92
- multilib patch, take 1. CVS patchset: 3920 CVS date: 2000/07/05 20:39:15
2000-06-23Sanity (make dist).jbj1-5/+5
CVS patchset: 3910 CVS date: 2000/06/23 01:44:36
2000-06-23 - support for separate source/binary compression policy.jbj1-373/+373
- support for bzip payloads. CVS patchset: 3908 CVS date: 2000/06/23 01:19:45
2000-06-21- uname on i370 has s390 as arch (#11456).jbj1-51/+29
CVS patchset: 3888 CVS date: 2000/06/21 23:48:05
2000-06-20- add RPMTAG_OPTFLAGS, configured optflags when package was built.jbj1-34/+34
- add RPMTAG_DISTURL for rpmfind-like tools (content unknown yet). - teach brp-compress about /usr/info and /usr/share/info as well. - update macros.in from rpm-4.0 (w/o dbi configuration). CVS patchset: 3878 CVS date: 2000/06/20 21:45:50
2000-06-20- API: uncouple fadio from rest of rpmio.jbj1-22/+22
- API: externalize legacy fdOpen interface for rpmfind et al. CVS patchset: 3873 CVS date: 2000/06/20 15:54:48