summaryrefslogtreecommitdiffstats
path: root/rpmmodule
Commit message (Collapse)AuthorAgeFilesLines
* removed for 7.0Erik Troan2000-05-099-2609/+0
|
* (drmike) Fix bug #10382 where KDE was installed on 6.1->6.2 upgrade w/o KDE ↵Mike Fulbright2000-03-301-0/+5
| | | | being on the original system
* revertMatt Wilson2000-03-041-4/+1
|
* fix color depth setting problem, added straight server entries to cardsMatt Wilson2000-03-042-2/+11
|
* updated for i18nationMatt Wilson2000-02-282-7/+38
|
* add a method to fill the filelist fullyMatt Wilson2000-02-112-1/+41
|
* add a method to fill the filelist fullyMatt Wilson2000-02-111-0/+4
|
* added test programMatt Wilson2000-02-111-0/+31
|
* add compress and uncompress for filelistsMatt Wilson2000-02-111-0/+19
|
* nuke const warningMatt Wilson2000-02-081-5/+7
|
* handle header format extensionsMatt Wilson2000-02-081-25/+101
|
* delmacro bindingMatt Wilson2000-02-011-0/+14
|
* handle compressed file lists of rpm 3.0.4Erik Troan2000-02-013-88/+167
|
* merge from Alpha/SPARC branchMatt Wilson2000-01-061-1/+1
|
* updated X configurationMatt Wilson2000-01-042-1/+2
|
* make it use generic pathsCristian Gafton2000-01-031-4/+1
|
* work around hard dependency on ..Makefile.incCristian Gafton2000-01-031-1/+11
|
* some workMatt Wilson2000-01-021-5/+61
|
* sync to CVS rpmMatt Wilson1999-12-163-27/+25
|
* add const'sErik Troan1999-12-082-5/+5
|
* added some const'sErik Troan1999-12-081-2/+2
|
* updaetd for rpm-3.0.4-0.4Erik Troan1999-12-081-12/+8
|
* updated for rpm 3.0.4-0.2Erik Troan1999-12-011-11/+20
|
* o changes needed to use rpmio from rpm HEADMatt Wilson1999-11-302-55/+57
| | | | | o typo in exception screen o other things that came along the way.
* Should actually work now.Mike Fulbright1999-11-161-1/+3
| | | | Dr Mike
* Several changes to build structure - contact Dr Mike if you hit problems.Mike Fulbright1999-11-121-1/+3
| | | | | | | | | | | | | I've made most of the Makefile's use the Makefile.inc include in the root of the anaconda src tree to get the python path, instead of having it defined in many different places. In the top level Makefile I added a install target called install-unconfig. This target installs the anaconda script and associated support files with the intention of being able to run anaconda in unconfig mode after a successful install. This mode is automatically selected if the executed script is called 'anaconda-unconfig', or the '-U' command line parameter is used.
* smarten upcvs1999-10-111-1/+1
|
* added RPMFILE_MISSINGOK.pbrown1999-09-201-0/+4
|
* return an empty list when there are no problemsMatt Wilson1999-09-181-1/+2
|
* need more info for the problem set when running a transactionMatt Wilson1999-09-171-0/+21
|
* fix for rpm stuff in %post scriptMatt Wilson1999-09-171-1/+4
|
* added addMacroErik Troan1999-09-161-7/+17
|
* more meningfull error messgaesCristian Gafton1999-09-161-1/+17
|
* o patches for jj for moving to kudzu for probingMatt Wilson1999-09-081-1/+1
| | | | o don't change the root text for a messagewindow
* dup wrappingMatt Wilson1999-08-261-13/+0
|
* FindPackageMatt Wilson1999-08-262-50/+29
|
* hack for prestonMatt Wilson1999-08-251-0/+31
|
* versionCompare, dbrebuildMatt Wilson1999-08-251-0/+20
|
* RPM error callbacks, don't report errors on 'cant make directory'Matt Wilson1999-08-241-0/+54
|
* SOme more examplesCristian Gafton1999-08-231-0/+6
|
* fixed some parsetuple confusionCristian Gafton1999-08-231-2/+2
|
* return an empty list from findby*Erik Troan1999-08-211-6/+6
|
* added findby* stuffErik Troan1999-08-212-8/+71
|
* don't compute header size with magicErik Troan1999-08-201-1/+1
|
* added load and unload of headersErik Troan1999-08-201-4/+45
|
* Fix install targetCristian Gafton1999-08-201-1/+1
|
* New fileCristian Gafton1999-08-201-0/+13
|
* Fix some compile-time warningsCristian Gafton1999-08-201-4/+8
|
* MAke it prettyCristian Gafton1999-08-201-7/+19
|
* 1) made headers mappingsErik Troan1999-08-191-15/+63
| | | | | | 2) let headers take strings or ints 3) added header.keys() 3) added rpm.tagnames()