以下部分包含红帽企业 Linux 安装程序 Anaconda 特有的信息。
为了把您当前的 红帽企业 Linux 3 系统升级到 Update 7,您必须使用 红帽网络 来更新相应的软件包。使用 Anaconda 把系统升级到 Update 7 已不被支持。
使用 Anaconda 只能进行全新的 红帽企业 Linux 3 Update 7 安装。
如果您要复制 红帽企业 Linux 3 Update 7 光盘的内容(例如为了筹备网络安装),请只复制操作系统光盘的内容。不要复制附加光盘或任何层次产品光盘,因为这会覆盖 Anaconda 正常操作所必需的文件。
这些光盘必须在安装了红帽企业 Linux 之后被安装。
本节包含不特指其它各节的常规备注。
DebugInfo 为单独的软件包库提供了完整的 debugging symbol 二进制代码,从而使系统分析工具和配置档案程序(profilers)可以对应用程序进行全面的纠错和跟踪。DebugInfo 会在 /usr/lib/debuginfo 目录中安装这些二进制代码。
如果安装了 -debuginfo RPM,用户就可以完全获得以下的分析工具所带来的益处:
使用 gdb 来进行程序纠错 (debug)
crash 时的内核 core dump debug
使用 systemtap 和 oprofile 进行性能分析以及产生配置档案
红帽企业 Linux 3 的 DebugInfo 软件包可以从红帽以下的 FTP 站点上获得:
ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/3AS/en/os/Debuginfo ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/3desktop/en/os/Debuginfo ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/3ES/en/os/Debuginfo ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/3WS/en/os/Debuginfo ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/AMD64/Debuginfo ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/i386/Debuginfo ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/ia64/Debuginfo ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/ppc/Debuginfo ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/s390/Debuginfo ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/s390x/Debuginfo
redhat-release 软件包中的 /etc/issue 和 /etc/issue.net 这两个文件的使用有了一些改变:当 redhat-release 被更新后,用户修改过的这两个文件(包括用户的定制信息)不会被分别重新命名为 /etc/issue.rpmsave 和 /etc/issue.net.rpmsave。
因为在以前的 redhat-release RPM 中存在 trigger,当它第一次被更新的时候,这两个文件的使用并不会改变:被更新的 redhat-release 软件包中的新的 /etc/issue 和 /etc/issue.net 会在磁盘中保存,而包括用户定制信息的老的 /etc/issue 和 /etc/issue.net 文件分别被重新命名为 /etc/issue.rpmsave 和 /etc/issue.net.rpmsave。用户必须手工修改这些文件来应用以前的定制配置。一旦对这两个文件应用了定制配置,以后进行的升级就不再需要用户的参与了。
本节涉及与红帽企业 Linux 3 Update 7 内核相关的问题。
红帽企业 Linux 3 Update 7 包括了一个新的 /proc sysctl 接口来启用一个改进的 NUMA-friendly 页分配策略。它的默认设置与 Update 6版本中的相同(不使用这个策略)。要启动这个策略,您可以使用以下方法中的一种:
以根(root)用户的身份运行以下命令:
echo "1" > /proc/sys/vm/numa_memory_allocator
或者使用 sysctl 命令:
/sbin/sysctl vm.numa_memory_allocator=1
或者,您可以在 /etc/sysctl.conf 中输入以下行:
vm.numa_memory_allocator = 1
这个改进的 NUMA-friendly 页分配策略只对带有 NUMA 功能的系统有效;这个功能只被 x86_64 内核支持。
红帽企业 Linux 3 Update 7 包括了一个新的启动选项:nokeyb。这个选项禁用了对 IBM 刀片式服务器(blade server)的 console 键盘的支持。它会在 IBM 刀片式服务器启动的时候自动被设置。
当 nokeyb 选项被启用时,它解决了在 console 中重复出现 pc_keyb: controller jammed (0xA7) 错误信息的问题。这个新选项同时解决了依赖于在启动时不存在的一个 USB 键盘的非 IBM 系统上的问题。
这个版本更新包括了对一些驱动程序的错误修正。比较重要的驱动程序更新在以下被列举。在某些情况下,原来的驱动程序会以不同的名称被保留,那些计划在稍后的时间才升级驱动程序的用户仍然可以使用这些老的驱动。
驱动程序的升级迁移应该在应用下一个 红帽企业 Linux 更新版本之前进行。这是因为多数情况下,每次更新只会保留一个老版本的驱动程序。
发行注记还标明了哪些老版本的驱动程序已从本次内核更新中删除。这些驱动程序的基准名后有一个版本号码,如 megaraid_2002.o。您必须在安装本次内核更新前从 /etc/modules.conf 中删除这些驱动程序。
切记,判断哪些驱动程序正在被使用的唯一准确的方法是查看 /etc/modules.conf 文件的内容。使用 lsmod 命令不能代替对该文件的查看。
以下设备驱动在 红帽企业 Linux 3 Update 7 中被添加或更新:
Dell Remote BIOS Update (dell_rbu) 驱动 version 2.1
升级的 SATA 支持(core、libata 和驱动)
OpenIPMI 驱动被升级到 version 35.11 并纠正了其中的错误
Emulex LightPulse Fibre Channel (lpfc) 驱动被更新到 7.3.3
注意: 在系统日志文件和 lpfc 驱动的 /proc 文件中所包括的一些适配器名字符串会被修改来提供更多的描述信息。
MegaRAID Serial Attached SCSI (megaraid_sas) 驱动 version 00.00.02.00
megaraid2 驱动被更新到 v2.10.10.1
解决了 megaraid2 rmmod/insmod 在大于4GB的 EM64T 系统上的 crash 问题
Adaptec AAC RAID (aacraid) 驱动被更新到 1.1.5-2412
使用 Broadcom NetXtreme II (bnx2) 网络驱动 version 1.4.30
Broadcom Tigon 3 (tg3) 网络驱动被更新到 version 3.43RH
在 serverworks 驱动中增加了对 HT1000 芯片组的支持
Intel(R) PRO/1000 (e1000) 网络驱动被更新到 version 6.1.16-k2
在 siimage 驱动中启用了 Adaptec SA-1210 中断
防止在添加新设备时在 Adaptec aic7xxx 驱动中产生 oops
添加了 printk_ratelimit sysctl 来允许 I/O 错误信息控制
增加了系统范围内的 IPV4 arp_announce sysctl 支持
在 diskdump 被激活的时候防止 Compaq SmartArray (cciss) 驱动被卸载
当对一个失效的设备进行 I/O 操作时,一些特定的 SCSI 错误信息会被显示输出。现在,用户可以限制其中的一些错误信息的输出频率。这可以防止当一个光纤电缆被从一个活动的设备上拔下时系统持续记录大量错误信息的问题。这个功能有两个相关的 sysctl 参数:
printk_ratelimit: 记录信息间隔的最短时间(频率限制值)。默认的值为0(频率限制功能被关闭)。
printk_ratelimit_burst: 在频率限制被触发前允许被频率限制的错误输出的次数。默认值为10。
这个功能可以通过以下命令启用:
sysctl -w kernel.printk_ratelimit=5
以下的驱动在以前发行的更新版本中被保留。现在,已经不再需要这些驱动,因为它们已经被其它适当的驱动所替代。
3w-xxxx_10200033
ips_70015
cmpci_564
qla2200_70003RH1
qla2200_70003RH1
qla2200_70003RH1
lpfc_703
megaraid_2106
fusion_20511
aacraid_10102
您在安装这个内核更新前,必须从 /etc/modules.conf 中把这些驱动删除。
本节包含红帽企业 Linux 3 Update 7 中更新或添加的软件包列表。
这个列表包括了所有体系的 红帽企业 Linux 3 的软件包。您的系统可能不包括这里列出的所有软件包。
下列软件包已从 红帽企业 Linux 3 Update 6 中被更新:
GConf2-2.2.1-4 = > GConf2-2.2.1-4.1E
GConf2-devel-2.2.1-4 = > GConf2-devel-2.2.1-4.1E
XFree86-100dpi-fonts-4.3.0-97.EL = > XFree86-100dpi-fonts-4.3.0-98.EL
XFree86-4.3.0-97.EL = > XFree86-4.3.0-98.EL
XFree86-75dpi-fonts-4.3.0-97.EL = > XFree86-75dpi-fonts-4.3.0-98.EL
XFree86-ISO8859-14-100dpi-fonts-4.3.0-97.EL = > XFree86-ISO8859-14-100dpi-fonts-4.3.0-98.EL
XFree86-ISO8859-14-75dpi-fonts-4.3.0-97.EL = > XFree86-ISO8859-14-75dpi-fonts-4.3.0-98.EL
XFree86-ISO8859-15-100dpi-fonts-4.3.0-97.EL = > XFree86-ISO8859-15-100dpi-fonts-4.3.0-98.EL
XFree86-ISO8859-15-75dpi-fonts-4.3.0-97.EL = > XFree86-ISO8859-15-75dpi-fonts-4.3.0-98.EL
XFree86-ISO8859-2-100dpi-fonts-4.3.0-97.EL = > XFree86-ISO8859-2-100dpi-fonts-4.3.0-98.EL
XFree86-ISO8859-2-75dpi-fonts-4.3.0-97.EL = > XFree86-ISO8859-2-75dpi-fonts-4.3.0-98.EL
XFree86-ISO8859-9-100dpi-fonts-4.3.0-97.EL = > XFree86-ISO8859-9-100dpi-fonts-4.3.0-98.EL
XFree86-ISO8859-9-75dpi-fonts-4.3.0-97.EL = > XFree86-ISO8859-9-75dpi-fonts-4.3.0-98.EL
XFree86-Mesa-libGL-4.3.0-97.EL = > XFree86-Mesa-libGL-4.3.0-98.EL
XFree86-Mesa-libGLU-4.3.0-97.EL = > XFree86-Mesa-libGLU-4.3.0-98.EL
XFree86-Xnest-4.3.0-97.EL = > XFree86-Xnest-4.3.0-98.EL
XFree86-Xvfb-4.3.0-97.EL = > XFree86-Xvfb-4.3.0-98.EL
XFree86-base-fonts-4.3.0-97.EL = > XFree86-base-fonts-4.3.0-98.EL
XFree86-cyrillic-fonts-4.3.0-97.EL = > XFree86-cyrillic-fonts-4.3.0-98.EL
XFree86-devel-4.3.0-97.EL = > XFree86-devel-4.3.0-98.EL
XFree86-doc-4.3.0-97.EL = > XFree86-doc-4.3.0-98.EL
XFree86-font-utils-4.3.0-97.EL = > XFree86-font-utils-4.3.0-98.EL
XFree86-libs-4.3.0-97.EL = > XFree86-libs-4.3.0-98.EL
XFree86-libs-data-4.3.0-97.EL = > XFree86-libs-data-4.3.0-98.EL
XFree86-sdk-4.3.0-97.EL = > XFree86-sdk-4.3.0-98.EL
XFree86-syriac-fonts-4.3.0-97.EL = > XFree86-syriac-fonts-4.3.0-98.EL
XFree86-tools-4.3.0-97.EL = > XFree86-tools-4.3.0-98.EL
XFree86-truetype-fonts-4.3.0-97.EL = > XFree86-truetype-fonts-4.3.0-98.EL
XFree86-twm-4.3.0-97.EL = > XFree86-twm-4.3.0-98.EL
XFree86-xauth-4.3.0-97.EL = > XFree86-xauth-4.3.0-98.EL
XFree86-xdm-4.3.0-97.EL = > XFree86-xdm-4.3.0-98.EL
XFree86-xfs-4.3.0-97.EL = > XFree86-xfs-4.3.0-98.EL
anaconda-9.1.6.8-2.RHEL = > anaconda-9.1.6.9-1.RHEL
anaconda-runtime-9.1.6.8-2.RHEL = > anaconda-runtime-9.1.6.9-1.RHEL
autofs-4.1.3-154 = > autofs-4.1.3-168
bash-2.05b-41.4 = > bash-2.05b-41.5
binutils-2.14.90.0.4-39 = > binutils-2.14.90.0.4-42
bootparamd-0.17-19.RHEL3 = > bootparamd-0.17-21.RHEL3
chkconfig-1.3.13.2-0.3 = > chkconfig-1.3.13.3-0.3
comps-3AS-0.20050921 = > comps-3AS-0.20060203
cpp-3.2.3-53 = > cpp-3.2.3-54
cups-1.1.17-13.3.32 = > cups-1.1.17-13.3.37
cups-devel-1.1.17-13.3.32 = > cups-devel-1.1.17-13.3.37
cups-libs-1.1.17-13.3.32 = > cups-libs-1.1.17-13.3.37
curl-7.10.6-6.rhel3 = > curl-7.10.6-7.rhel3
curl-devel-7.10.6-6.rhel3 = > curl-devel-7.10.6-7.rhel3
diskdumputils-1.1.9-3 = > diskdumputils-1.2.8-1
ethereal-0.10.12-1.EL3.1 = > ethereal-0.10.14-1.EL3.1
ethereal-gnome-0.10.12-1.EL3.1 = > ethereal-gnome-0.10.14-1.EL3.1
findutils-4.1.7-9 = > findutils-4.1.7-9.1
gaim-1.3.1-0.el3.3 = > gaim-1.5.0-11.el3
gcc-3.2.3-53 = > gcc-3.2.3-54
gcc-c++-3.2.3-53 = > gcc-c++-3.2.3-54
gcc-g77-3.2.3-53 = > gcc-g77-3.2.3-54
gcc-gnat-3.2.3-53 = > gcc-gnat-3.2.3-54
gcc-java-3.2.3-53 = > gcc-java-3.2.3-54
gcc-objc-3.2.3-53 = > gcc-objc-3.2.3-54
gdb-6.3.0.0-1.62 = > gdb-6.3.0.0-1.90
gdk-pixbuf-0.22.0-12.el3 = > gdk-pixbuf-0.22.0-13.el3.3
gdk-pixbuf-devel-0.22.0-12.el3 = > gdk-pixbuf-devel-0.22.0-13.el3.3
gdk-pixbuf-gnome-0.22.0-12.el3 = > gdk-pixbuf-gnome-0.22.0-13.el3.3
gdm-2.4.1.6-10 = > gdm-2.4.1.6-15
glibc-2.3.2-95.37 = > glibc-2.3.2-95.39
glibc-common-2.3.2-95.37 = > glibc-common-2.3.2-95.39
glibc-devel-2.3.2-95.37 = > glibc-devel-2.3.2-95.39
glibc-headers-2.3.2-95.37 = > glibc-headers-2.3.2-95.39
glibc-profile-2.3.2-95.37 = > glibc-profile-2.3.2-95.39
glibc-utils-2.3.2-95.37 = > glibc-utils-2.3.2-95.39
gnome-games-2.2.1-5 = > gnome-games-2.2.1-5.rhel3
gstreamer-plugins-0.6.0-14 = > gstreamer-plugins-0.6.0-18
gstreamer-plugins-devel-0.6.0-14 = > gstreamer-plugins-devel-0.6.0-18
gtk2-2.2.4-15 = > gtk2-2.2.4-19
gtk2-devel-2.2.4-15 = > gtk2-devel-2.2.4-19
httpd-2.0.46-54.ent = > httpd-2.0.46-56.ent
httpd-devel-2.0.46-54.ent = > httpd-devel-2.0.46-56.ent
hwdata-0.101.20-1 = > hwdata-0.101.22-1
imap-2002d-11 = > imap-2002d-12
imap-devel-2002d-11 = > imap-devel-2002d-12
imap-utils-2002d-11 = > imap-utils-2002d-12
initscripts-7.31.27.EL-1 = > initscripts-7.31.30.EL-1
iputils-20020927-11.30.2 = > iputils-20020927-11.30.4
kernel-2.4.21-37.EL = > kernel-2.4.21-40.EL
kernel-BOOT-2.4.21-37.EL = > kernel-BOOT-2.4.21-40.EL
kernel-doc-2.4.21-37.EL = > kernel-doc-2.4.21-40.EL
kernel-hugemem-2.4.21-37.EL = > kernel-hugemem-2.4.21-40.EL
kernel-hugemem-unsupported-2.4.21-37.EL = > kernel-hugemem-unsupported-2.4.21-40.EL
kernel-pcmcia-cs-3.1.31-13 = > kernel-pcmcia-cs-3.1.31-19
kernel-smp-2.4.21-37.EL = > kernel-smp-2.4.21-40.EL
kernel-smp-unsupported-2.4.21-37.EL = > kernel-smp-unsupported-2.4.21-40.EL
kernel-source-2.4.21-37.EL = > kernel-source-2.4.21-40.EL
kernel-unsupported-2.4.21-37.EL = > kernel-unsupported-2.4.21-40.EL
kernel-utils-2.4-8.37.12 = > kernel-utils-2.4-8.37.14
krb5-devel-1.2.7-47 = > krb5-devel-1.2.7-52
krb5-libs-1.2.7-47 = > krb5-libs-1.2.7-52
krb5-server-1.2.7-47 = > krb5-server-1.2.7-52
krb5-workstation-1.2.7-47 = > krb5-workstation-1.2.7-52
libaio-0.3.96-5 = > libaio-0.3.96-6
libaio-devel-0.3.96-5 = > libaio-devel-0.3.96-6
libf2c-3.2.3-53 = > libf2c-3.2.3-54
libgcc-3.2.3-53 = > libgcc-3.2.3-54
libgcj-3.2.3-53 = > libgcj-3.2.3-54
libgcj-devel-3.2.3-53 = > libgcj-devel-3.2.3-54
libgnat-3.2.3-53 = > libgnat-3.2.3-54
libobjc-3.2.3-53 = > libobjc-3.2.3-54
librsvg2-2.2.3-6 = > librsvg2-2.2.3-6.el3.1
librsvg2-devel-2.2.3-6 = > librsvg2-devel-2.2.3-6.el3.1
libstdc++-3.2.3-53 = > libstdc++-3.2.3-54
libstdc++-devel-3.2.3-53 = > libstdc++-devel-3.2.3-54
libungif-4.1.0-15 = > libungif-4.1.0-15.el3.3
libungif-devel-4.1.0-15 = > libungif-devel-4.1.0-15.el3.3
losetup-2.11y-31.10 = > losetup-2.11y-31.11
lynx-2.8.5-11 = > lynx-2.8.5-11.2
man-1.5k-11.rhel3 = > man-1.5k-13.rhel3
metacity-2.4.55-7.24 = > metacity-2.4.55-7.26
miniChinput-0.0.3-51.0 = > miniChinput-0.0.3-56.0
mod_auth_pgsql-2.0.1-4.ent = > mod_auth_pgsql-2.0.1-4.ent.1
mod_ssl-2.0.46-54.ent = > mod_ssl-2.0.46-56.ent
mount-2.11y-31.10 = > mount-2.11y-31.11
mozilla-1.7.10-1.1.3.2 = > mozilla-1.7.12-1.1.3.3
mozilla-chat-1.7.10-1.1.3.2 = > mozilla-chat-1.7.12-1.1.3.3
mozilla-devel-1.7.10-1.1.3.2 = > mozilla-devel-1.7.12-1.1.3.3
mozilla-dom-inspector-1.7.10-1.1.3.2 = > mozilla-dom-inspector-1.7.12-1.1.3.3
mozilla-js-debugger-1.7.10-1.1.3.2 = > mozilla-js-debugger-1.7.12-1.1.3.3
mozilla-mail-1.7.10-1.1.3.2 = > mozilla-mail-1.7.12-1.1.3.3
mozilla-nspr-1.7.10-1.1.3.2 = > mozilla-nspr-1.7.12-1.1.3.3
mozilla-nspr-devel-1.7.10-1.1.3.2 = > mozilla-nspr-devel-1.7.12-1.1.3.3
mozilla-nss-1.7.10-1.1.3.2 = > mozilla-nss-1.7.12-1.1.3.3
mozilla-nss-devel-1.7.10-1.1.3.2 = > mozilla-nss-devel-1.7.12-1.1.3.3
mrproject-0.9-7 = > mrproject-0.9-8
netdump-0.7.7-2 = > netdump-0.7.14-3
netdump-server-0.7.7-2 = > netdump-server-0.7.14-3
netpbm-9.24-11.30.2 = > netpbm-9.24-11.30.4
netpbm-devel-9.24-11.30.2 = > netpbm-devel-9.24-11.30.4
netpbm-progs-9.24-11.30.2 = > netpbm-progs-9.24-11.30.4
nfs-utils-1.0.6-42EL = > nfs-utils-1.0.6-43EL
nptl-devel-2.3.2-95.37 = > nptl-devel-2.3.2-95.39
nscd-2.3.2-95.37 = > nscd-2.3.2-95.39
nss_ldap-207-15 = > nss_ldap-207-17
ntsysv-1.3.13.2-0.3 = > ntsysv-1.3.13.3-0.3
openldap-2.0.27-17 = > openldap-2.0.27-21
openldap-clients-2.0.27-17 = > openldap-clients-2.0.27-21
openldap-devel-2.0.27-17 = > openldap-devel-2.0.27-21
openldap-servers-2.0.27-17 = > openldap-servers-2.0.27-21
openoffice.org-1.1.2-28.2.0.EL3 = > openoffice.org-1.1.2-31.2.0.EL3
openoffice.org-i18n-1.1.2-28.2.0.EL3 = > openoffice.org-i18n-1.1.2-31.2.0.EL3
openoffice.org-libs-1.1.2-28.2.0.EL3 = > openoffice.org-libs-1.1.2-31.2.0.EL3
openssl-0.9.7a-33.15 = > openssl-0.9.7a-33.17
openssl-devel-0.9.7a-33.15 = > openssl-devel-0.9.7a-33.17
openssl-perl-0.9.7a-33.15 = > openssl-perl-0.9.7a-33.17
openssl096b-0.9.6b-16.22.3 = > openssl096b-0.9.6b-16.42
pam-0.75-66 = > pam-0.75-67
pam-devel-0.75-66 = > pam-devel-0.75-67
perl-5.8.0-89.10 = > perl-5.8.0-90.4
perl-CGI-2.81-89.10 = > perl-CGI-2.89-90.4
perl-CPAN-1.61-89.10 = > perl-CPAN-1.61-90.4
perl-DB_File-1.804-89.10 = > perl-DB_File-1.806-90.4
perl-suidperl-5.8.0-89.10 = > perl-suidperl-5.8.0-90.4
php-4.3.2-25.ent = > php-4.3.2-26.ent
php-devel-4.3.2-25.ent = > php-devel-4.3.2-26.ent
php-imap-4.3.2-25.ent = > php-imap-4.3.2-26.ent
php-ldap-4.3.2-25.ent = > php-ldap-4.3.2-26.ent
php-mysql-4.3.2-25.ent = > php-mysql-4.3.2-26.ent
php-odbc-4.3.2-25.ent = > php-odbc-4.3.2-26.ent
php-pgsql-4.3.2-25.ent = > php-pgsql-4.3.2-26.ent
psacct-6.3.2-31.rhel3 = > psacct-6.3.2-35.rhel3
redhat-config-printer-0.6.47.3.23-1 = > redhat-config-printer-0.6.47.3.31-1
redhat-config-printer-gui-0.6.47.3.23-1 = > redhat-config-printer-gui-0.6.47.3.31-1
redhat-release-3AS-13.6.2 = > redhat-release-3AS-13.7.1
rhn-applet-2.1.18-4 = > rhn-applet-2.1.24-2
rhnlib-1.8-6.p22 = > rhnlib-1.8.2-1.p22.1
rpmdb-redhat-3-0.20050921 = > rpmdb-redhat-3-0.20060203
ruby-1.6.8-9.EL3.3 = > ruby-1.6.8-9.EL3.4
ruby-devel-1.6.8-9.EL3.3 = > ruby-devel-1.6.8-9.EL3.4
ruby-libs-1.6.8-9.EL3.3 = > ruby-libs-1.6.8-9.EL3.4
ruby-mode-1.6.8-9.EL3.3 = > ruby-mode-1.6.8-9.EL3.4
samba-3.0.9-1.3E.5 = > samba-3.0.9-1.3E.7
samba-client-3.0.9-1.3E.5 = > samba-client-3.0.9-1.3E.7
samba-common-3.0.9-1.3E.5 = > samba-common-3.0.9-1.3E.7
samba-swat-3.0.9-1.3E.5 = > samba-swat-3.0.9-1.3E.7
scrollkeeper-0.3.11-8E = > scrollkeeper-0.3.11-9E
shadow-utils-4.0.3-25.RHEL3 = > shadow-utils-4.0.3-26.RHEL3
squid-2.5.STABLE3-6.3E.14 = > squid-2.5.STABLE3-6.3E.16
sysreport-1.3.7.2-9 = > sysreport-1.3.7.2-13
sysstat-5.0.5-5.rhel3 = > sysstat-5.0.5-11.rhel3
tetex-1.0.7-67.7 = > tetex-1.0.7-67.9
tetex-afm-1.0.7-67.7 = > tetex-afm-1.0.7-67.9
tetex-dvips-1.0.7-67.7 = > tetex-dvips-1.0.7-67.9
tetex-fonts-1.0.7-67.7 = > tetex-fonts-1.0.7-67.9
tetex-latex-1.0.7-67.7 = > tetex-latex-1.0.7-67.9
tetex-xdvi-1.0.7-67.7 = > tetex-xdvi-1.0.7-67.9
up2date-4.4.44-3 = > up2date-4.4.67-3
up2date-gnome-4.4.44-3 = > up2date-gnome-4.4.67-3
util-linux-2.11y-31.10 = > util-linux-2.11y-31.11
vixie-cron-3.0.1-76_EL3 = > vixie-cron-4.1-10.EL3
wget-1.9.1-16.EL3.1 = > wget-1.10.2-0.30E
xloadimage-4.1-34.RHEL3 = > xloadimage-4.1-36.RHEL3
xpdf-2.02-9.6 = > xpdf-2.02-9.8
xscreensaver-4.10-15 = > xscreensaver-4.10-17
ypbind-1.12-5.21.6 = > ypbind-1.12-5.21.9
ypserv-2.8-13 = > ypserv-2.8-19
下列新软件包已被添加到红帽企业 Linux 3 Update 7:
OpenIPMI-1.4.14-1.3E.9
OpenIPMI-devel-1.4.14-1.3E.9
OpenIPMI-libs-1.4.14-1.3E.9
OpenIPMI-tools-1.4.14-1.3E.9
irb-1.6.8-9.EL3.4
qt-config-3.1.2-13.4
ruby-docs-1.6.8-9.EL3.4
ruby-tcltk-1.6.8-9.EL3.4
sendmail-doc-8.12.11-4.RHEL3.1
下列软件包已从红帽企业 Linux 3 Update 7 中删除:
openoffice.org-style-gnome-1.1.0-16.9.EL
( x86 )