Commit Graph

330 Commits

Author SHA1 Message Date
ewt 5a03def294 1) returns score instead of distance into equivalences
CVS patchset: 850
CVS date: 1996/07/16 03:43:33
1996-07-16 03:43:33 +00:00
ewt 7ac283b75a 1) checks gzread() properly <blush>
2) returns on bad arch/os <blush>

CVS patchset: 849
CVS date: 1996/07/16 03:43:13
1996-07-16 03:43:13 +00:00
ewt 88a305a6ac 1) added INSTALL_NOOS flag
2) renamed showRc() rpmShowRC()
3) added rpmOsScore()

CVS patchset: 848
CVS date: 1996/07/16 03:37:28
1996-07-16 03:37:28 +00:00
ewt 2320fb3fc0 1) check OS's at install time
2) checks return code from gzread()

CVS patchset: 847
CVS date: 1996/07/16 03:37:07
1996-07-16 03:37:07 +00:00
ewt 078fc06412 1) renamed showRc() to rpmShowRC()
2) added a true digraph for arch/os resolution at install time
3) updates rpmShowRC() to list arch and os equivalences

CVS patchset: 846
CVS date: 1996/07/16 03:36:23
1996-07-16 03:36:23 +00:00
marc b0d057d49b change all the "data" things to "canon" things (arch and os)
For a given arch_canon: A B C, add an A B C, and a B B C entry
(same for os)

CVS patchset: 842
CVS date: 1996/07/15 22:35:57
1996-07-15 22:35:57 +00:00
marc 1baa75ddb9 make rpmrc case insensitive
CVS patchset: 838
CVS date: 1996/07/15 18:34:47
1996-07-15 18:34:47 +00:00
marc e252e69b3e heavy hackage:
added:  getOsNum getArchNum getOsName getArchName
added: showRc()
remove from rpmrc: docdir, os, build_arch
add to rpmrc: packager
added os_data and arch_data to hold arch short_name and archnumber
  (same for os)
always parse /usr/lib/rpmrc
added buildarchtranslate, and buildostranslate to rpmrc
  to specify default build arch other than what uname() returns (and os)

CVS patchset: 836
CVS date: 1996/07/15 01:56:15
1996-07-15 01:56:15 +00:00
marc 7b947a2d23 remove initArchOs getOsNum getArchNum getOsName getArchName
CVS patchset: 835
CVS date: 1996/07/15 01:55:38
1996-07-15 01:55:38 +00:00
marc d93466fa0b remove RPMVAR_DOCDIR RPMVAR_PGP_SECRING RPMVAR_PGP_PUBRING RPMVAR_BUILDARCH
remove RPMVAR_BUILDOS
add RPMVAR_PACKAGER
moved from misc.h: getOsNum getArchNum getOsName getArchName
add showRc

CVS patchset: 834
CVS date: 1996/07/15 01:53:21
1996-07-15 01:53:21 +00:00
root 19dbeeece0 buildprefix -> buildroot
CVS patchset: 816
CVS date: 1996/07/14 16:06:35
1996-07-14 16:06:35 +00:00
root af8ec8c659 removed arch sensitive -- always on
CVS patchset: 814
CVS date: 1996/07/14 03:47:23
1996-07-14 03:47:23 +00:00
root b644f93374 remove require_group. It will always be ON now.
CVS patchset: 809
CVS date: 1996/07/14 03:37:18
1996-07-14 03:37:18 +00:00
ewt d2028b29aa fixed nasty bug w/ arg list passed to cpio wasn't getting NULL terminated
when a /tmp filelist was used

CVS patchset: 806
CVS date: 1996/07/13 22:18:48
1996-07-13 22:18:48 +00:00
root 2e4837fb6d add stuff for missing PGP keys
CVS patchset: 800
CVS date: 1996/07/12 19:27:34
1996-07-12 19:27:34 +00:00
root 9430e6139c fixed qsort() and bsearch() sizes for the provides table
CVS patchset: 793
CVS date: 1996/07/12 01:36:29
1996-07-12 01:36:29 +00:00
root f722281aa1 clean up temp file
CVS patchset: 790
CVS date: 1996/07/11 23:42:46
1996-07-11 23:42:46 +00:00
ewt 05fc349ebd don't free lists never allocated!
CVS patchset: 788
CVS date: 1996/07/11 18:12:40
1996-07-11 18:12:40 +00:00
ewt 09b573f5dc fixed error message for packages which are not relocateable
CVS patchset: 785
CVS date: 1996/07/11 15:48:21
1996-07-11 15:48:21 +00:00
ewt 64fcd73d57 check package version numbers for source packages
CVS patchset: 775
CVS date: 1996/07/10 19:50:46
1996-07-10 19:50:46 +00:00
ewt 11931fd81b 1) added send to dependency conflict reporting
2) added rpmdepUpgradePackage()

CVS patchset: 774
CVS date: 1996/07/10 16:29:44
1996-07-10 16:29:44 +00:00
ewt 1178a102cc 1) added version and serial number checking
2) supports upgrades properly

CVS patchset: 773
CVS date: 1996/07/10 16:29:24
1996-07-10 16:29:24 +00:00
ewt 42f7afa1f7 changes to set RPMTAG_INSTALLPREFIX correctly
CVS patchset: 765
CVS date: 1996/07/10 14:11:19
1996-07-10 14:11:19 +00:00
ewt 3e26f1bd58 set RPM_INSTALL_PREFIX environment variable in runScript() when appropriate
CVS patchset: 764
CVS date: 1996/07/10 14:11:04
1996-07-10 14:11:04 +00:00
ewt 49f4b0fba0 aedded RPMTAG_INSTALLPREFIX, RPMVAR_DBPATH, and location parameter to
rpmInstallPackage()

CVS patchset: 760
CVS date: 1996/07/10 02:34:15
1996-07-10 02:34:15 +00:00
ewt 3685015232 added stripTrailingSlashes()
CVS patchset: 759
CVS date: 1996/07/10 02:33:54
1996-07-10 02:33:54 +00:00
ewt 5f0b82b4f5 supports relocateable packages
CVS patchset: 758
CVS date: 1996/07/10 02:33:38
1996-07-10 02:33:38 +00:00
ewt abb42944a4 supports different database locations
CVS patchset: 757
CVS date: 1996/07/10 02:33:26
1996-07-10 02:33:26 +00:00
ewt b596858514 cleaned up some misleading error messages
CVS patchset: 756
CVS date: 1996/07/10 02:33:11
1996-07-10 02:33:11 +00:00
ewt 2cf5f7b52f added dbpath
CVS patchset: 755
CVS date: 1996/07/10 02:32:45
1996-07-10 02:32:45 +00:00
root d671a6567a BUILDPREFIX stuff
CVS patchset: 752
CVS date: 1996/07/09 22:29:16
1996-07-09 22:29:16 +00:00
root 6a9e968b16 added RPMTAG_DEFAULTPREFIX
CVS patchset: 747
CVS date: 1996/07/09 01:10:00
1996-07-09 01:10:00 +00:00
root bc6d4246fc cleanup of verify stuff
CVS patchset: 743
CVS date: 1996/07/08 03:27:05
1996-07-08 03:27:05 +00:00
root 6d52748338 print architecture name if architecture error
CVS patchset: 739
CVS date: 1996/07/07 22:38:57
1996-07-07 22:38:57 +00:00
root 42a5bd5280 remove support for old-new style signatures (never released)
CVS patchset: 738
CVS date: 1996/07/07 22:26:31
1996-07-07 22:26:31 +00:00
root 86dd8ab304 new Header-style signatures
CVS patchset: 737
CVS date: 1996/07/07 22:19:32
1996-07-07 22:19:32 +00:00
root 3bd8fef246 HEADER_MAGIC
CVS patchset: 736
CVS date: 1996/07/07 22:18:56
1996-07-07 22:18:56 +00:00
root 1f5921a046 new Header-style signatures, HEADER_MAGIC
CVS patchset: 735
CVS date: 1996/07/07 22:18:14
1996-07-07 22:18:14 +00:00
root 5f8fc3c18a cleanup - init_arch_os no longer used
CVS patchset: 734
CVS date: 1996/07/07 22:17:48
1996-07-07 22:17:48 +00:00
root 6cff32b516 HEADER_MAGIC, error checking in readHeader(), dump BIN_TYPEs, fix other
dump outputs

CVS patchset: 733
CVS date: 1996/07/07 22:15:14
1996-07-07 22:15:14 +00:00
ewt 0ee6477a89 changed arch tag to build_arch
added arch_compat handling

CVS patchset: 725
CVS date: 1996/07/03 02:55:56
1996-07-03 02:55:56 +00:00
ewt 47a43c1150 changed RPMVAR_ARCH ro RPMVAR_BUILDARCH
added INSTALL_NOARCH flag
renamed readConfigFiles rpmReadConfigFiles
added rpmArchScore()

CVS patchset: 724
CVS date: 1996/07/03 02:55:32
1996-07-03 02:55:32 +00:00
ewt 30b58fb9bd added handling for arch strings, INSTALL_NOARCH flag
CVS patchset: 723
CVS date: 1996/07/03 02:55:03
1996-07-03 02:55:03 +00:00
root c8d10250d2 added stripTrailingBlanksStringBuf()
CVS patchset: 717
CVS date: 1996/07/02 19:16:06
1996-07-02 19:16:06 +00:00
root b7fc7d8bf5 add proto for initArchOs
CVS patchset: 712
CVS date: 1996/07/01 21:39:34
1996-07-01 21:39:34 +00:00
root 6c3baf2407 stuff for new style arch and os handling
CVS patchset: 711
CVS date: 1996/07/01 21:39:17
1996-07-01 21:39:17 +00:00
root f8933d7aa5 added stuff to parse config files arch specific and
non-arch specific
.,

CVS patchset: 710
CVS date: 1996/07/01 21:38:34
1996-07-01 21:38:34 +00:00
root 891c24c444 add ARCH and OS vars
pass arch and os to readConfigFiles

CVS patchset: 709
CVS date: 1996/07/01 21:38:06
1996-07-01 21:38:06 +00:00
root 1e9ee9f5d5 added stuff for "size" signature
CVS patchset: 703
CVS date: 1996/06/28 18:48:34
1996-06-28 18:48:34 +00:00
ewt 484ad05247 runScripts() doesn't take generic "upgrade" argument, but numeric one
instead

CVS patchset: 702
CVS date: 1996/06/28 14:38:23
1996-06-28 14:38:23 +00:00