1 |
Name: anaconda |
Name: anaconda |
2 |
Version: 11.1.2.224 |
Version: 11.1.2.224 |
3 |
Release: 1.el5.centos.1 |
Release: 1%{?dist}.1 |
4 |
License: GPL |
License: GPL |
5 |
Summary: Graphical system installer |
Summary: Graphical system installer |
6 |
Group: Applications/System |
Group: Applications/System |
44 |
Patch6: anaconda-centos-task.patch |
Patch6: anaconda-centos-task.patch |
45 |
Patch7: anaconda-centos-removeStatusText.patch |
Patch7: anaconda-centos-removeStatusText.patch |
46 |
|
|
47 |
|
# SME specific patches |
48 |
|
Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch |
49 |
|
Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch |
50 |
|
Patch1003: 0003-Always-pick-best-arch-for-package.patch |
51 |
|
Patch1004: 0004-Allow-creating-mounting-degraded-raid-arrays.patch |
52 |
|
Patch1005: 0005-Start-boot-raid-device-first-so-it-will-be-in-sync.patch |
53 |
|
Patch1006: 0006-Automatically-upgrade-bootloader-if-necessary.patch |
54 |
|
Patch1007: 0007-Search-for-language-updates-on-upgrade-disk.patch |
55 |
|
Patch1008: 0008-Force-time-to-be-based-on-UTC.patch |
56 |
|
Patch1009: 0009-Add-final-warning-before-installing.patch |
57 |
|
Patch1010: 0010-Make-install-headless-but-still-write-keyboard-info.patch |
58 |
|
Patch1011: 0011-Make-install-window-wider.patch |
59 |
|
Patch1012: 0012-Don-t-email-root-on-raid-events.patch |
60 |
|
Patch1013: 0013-Make-boot-loader-use-SME-labels.patch |
61 |
|
Patch1014: 0014-Determine-upgradability-of-SME-server.patch |
62 |
|
Patch1015: 0015-Run-SME-post-install-scripts-on-kickstart-install-up.patch |
63 |
|
Patch1016: 0016-Limit-languages-to-those-supported-by-SME.patch |
64 |
|
|
65 |
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} |
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} |
66 |
|
|
67 |
%description |
%description |
103 |
%patch6 -p1 |
%patch6 -p1 |
104 |
%patch7 -p1 |
%patch7 -p1 |
105 |
|
|
106 |
|
# SME specific patches |
107 |
|
%patch1001 -p1 |
108 |
|
%patch1002 -p1 |
109 |
|
%patch1003 -p1 |
110 |
|
%patch1004 -p1 |
111 |
|
%patch1005 -p1 |
112 |
|
%patch1006 -p1 |
113 |
|
%patch1007 -p1 |
114 |
|
%patch1008 -p1 |
115 |
|
%patch1009 -p1 |
116 |
|
%patch1010 -p1 |
117 |
|
%patch1011 -p1 |
118 |
|
%patch1012 -p1 |
119 |
|
%patch1013 -p1 |
120 |
|
%patch1014 -p1 |
121 |
|
%patch1015 -p1 |
122 |
|
%patch1016 -p1 |
123 |
|
|
124 |
%build |
%build |
125 |
make depend |
make depend |
126 |
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" |
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" |
178 |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
179 |
|
|
180 |
%changelog* |
%changelog* |
181 |
|
* Wed Apr 27 2011 Shad L. Lords <slords@mail.com> 11.1.2.224-1.el5.sme.1 |
182 |
|
- No warnings if kernel not upgraded |
183 |
|
(recreate initrd if kernel was installed) |
184 |
|
- No warnings if unable to remove rpm databases |
185 |
|
- Always pick best arch for package |
186 |
|
- Allow creating/mounting degraded raid arrays |
187 |
|
(log info about degraded arrays instead of not starting them) |
188 |
|
- Start /boot raid device first so it will be in sync for grub install |
189 |
|
- Automatically upgrade bootloader if necessary |
190 |
|
- Search for language updates on upgrade disk |
191 |
|
- Force time to be based on UTC |
192 |
|
- Add final warning before installing |
193 |
|
- Make install headless but still write keyboard info out |
194 |
|
(don't ask us to use vnc mode) |
195 |
|
- Make install window wider |
196 |
|
(fix titlebar spacing) |
197 |
|
- Don't email root on raid events |
198 |
|
- Make boot loader use SME labels |
199 |
|
- Determine upgradability of SME server |
200 |
|
(change erase disks to upgrade dialog) |
201 |
|
- Run SME post-install scripts on kickstart install/upgrade |
202 |
|
- Limit languages to those supported by SME |
203 |
|
|
204 |
* Thu Feb 3 2011 Karanbir Singh <kbsingh@centos.org> 11.1.2.224-1.el5.centos |
* Thu Feb 3 2011 Karanbir Singh <kbsingh@centos.org> 11.1.2.224-1.el5.centos |
205 |
- Roll in CentOS Branding changes |
- Roll in CentOS Branding changes |
206 |
|
|