summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2000-08-14- disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies.jbj1-1/+2
2000-08-09Free fn after error message, not before.jbj1-1/+2
2000-07-15- rip out pre-transaction syscalls, more design is needed.jbj1-18/+0
2000-07-14Typo.jbj1-1/+1
2000-07-11- fix: legacy requires './' payload prefix to be omitted for rpm itself.jbj1-7/+6
2000-07-11- fix: set multilibno on sparc per-platform config.jbj1-1/+1
2000-07-11fix: source rpm's need to do compressFilelist to get filenames.jbj2-23/+22
2000-07-11- remove build mode help from rpm.c, use rpmb instead.jbj6-12/+35
2000-07-09- prefix payload paths with "./", otherwise "/" can't be represented.jbj5-30/+25
2000-07-09- add pre-transaction syscall's to handle /etc/init.d change.jbj1-25/+26
2000-07-07lclint fiddles.jbj1-1/+4
2000-07-05- change optflags for i386.jbj6-34/+180
2000-06-23 - support for separate source/binary compression policy.jbj2-8/+36
2000-06-21- fix: don't expand macros in false branch of %if (kasal@suse.cz).jbj1-1/+3
2000-06-20- add RPMTAG_OPTFLAGS, configured optflags when package was built.jbj3-5/+10
2000-06-20- API: uncouple fadio from rest of rpmio.jbj6-6/+6
2000-06-13Avoid "Target buffer overflow" with larger macro expansions.jbj1-1/+1
2000-06-13More libtool fiddles.jbj1-4/+5
2000-06-09Move low level support routines to librpmio.jbj6-9/+10
2000-06-07Sanity (make dist).jbj1-1/+1
2000-06-07- create rpmio directory for librpmio.jbj1-3/+10
2000-06-01Move noLang to rpmlib.jbj1-1/+1
2000-06-01Split popt glue into lib/popt{BT,QV}.c.jbj1-1/+1
2000-05-31Sanity (make dist).jbj1-0/+2
2000-05-30- mark packaging with version 4 to reflect filename/provide changes.jbj1-1/+1
2000-04-13add explcit "Provides: name = [epoch:]version-release" to headers.jbj1-0/+2
2000-04-13Sanity (bump release).jbj1-1/+1
2000-04-13The death of rpmdbFindBy{Group,TriggeredBy,Header}.jbj4-10/+8
2000-03-23- API: change dbi to pass by reference, not value.jbj2-7/+5
2000-02-29Can't print a NULL on non-GNU systems.jbj2-2/+2
2000-02-27Permit building w/o libbz2.a.jbj1-1/+1
2000-02-27Diminish solaris2.6 gcc noise.jbj1-2/+3
2000-02-27Solaris2.6 portability.jbj2-2/+2
2000-02-24Automake portability diddles.jbj1-4/+2
2000-02-23i18n lookaside.jbj1-15/+15
2000-02-23fix: missed level of indirection in i18nTag().jbj1-1/+1
2000-02-22macro expansion (and absolute path) in %files -f arg (#9508,#9091).jbj2-39/+34
2000-02-15new rpm-build package to isolate rpm dependencies on perl/bash2.jbj1-2/+6
2000-02-11Report actual file name that failed to open.jbj1-1/+1
2000-01-24explicitly expand file lists in writeRPM for rpmputtext.jbj1-1/+4
2000-01-24Documentation sugar.jbj22-288/+421
2000-01-19Doxygen fiddles.jbj1-11/+13
2000-01-11configurable compression type/level for package payloads.jbj1-2/+6
2000-01-05resurrect failed glob error message during buildjbj1-1/+4
1999-12-21lib/rpmio.c: Start weeding the debug messages.jbj1-25/+16
1999-12-19Initialize values behind pointers before calling rpmGet{Arch,Os}Info.jbj3-6/+10
1999-12-16fix: missing strdup when overriding buildroot from command linejbj1-2/+2
1999-12-12reload macros from cmd line when re-reading config files.jbj2-57/+4
1999-12-12lib/rpminstall.c: Perform glob on remote ftp install args.jbj1-6/+1
1999-12-12perform glob on remote ftp queries.jbj1-1/+14