1 |
Name: anaconda |
Name: anaconda |
2 |
Version: 11.1.2.195 |
Version: 11.1.2.195 |
3 |
Release: 1.el5.centos |
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 |
47 |
Patch9: anaconda-centos-pkgorder.patch |
Patch9: anaconda-centos-pkgorder.patch |
48 |
Patch10: anaconda-centos-additional-repos.patch |
Patch10: anaconda-centos-additional-repos.patch |
49 |
|
|
50 |
|
# SME specific patches |
51 |
|
Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch |
52 |
|
Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch |
53 |
|
Patch1003: 0003-Fix-goto-previous-if-unable-to-go-back.patch |
54 |
|
Patch1004: 0004-Always-pick-best-arch-for-package.patch |
55 |
|
Patch1005: 0005-Allow-creating-mounting-degraded-raid-arrays.patch |
56 |
|
Patch1006: 0006-Start-boot-raid-device-first-so-it-will-be-in-sync.patch |
57 |
|
Patch1007: 0007-Automatically-upgrade-bootloader-if-necessary.patch |
58 |
|
Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch |
59 |
|
Patch1009: 0009-Force-time-to-be-based-on-UTC.patch |
60 |
|
Patch1010: 0010-Add-final-warning-before-installing.patch |
61 |
|
Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch |
62 |
|
Patch1012: 0012-Make-install-window-wider.patch |
63 |
|
Patch1013: 0013-Don-t-email-root-on-raid-events.patch |
64 |
|
Patch1014: 0014-Make-boot-loader-use-SME-labels.patch |
65 |
|
Patch1015: 0015-Determine-upgradability-of-SME-server.patch |
66 |
|
Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch |
67 |
|
Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch |
68 |
|
|
69 |
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} |
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} |
70 |
|
|
71 |
%description |
%description |
111 |
#deprecated : %patch9 -p1 |
#deprecated : %patch9 -p1 |
112 |
%patch10 -p1 |
%patch10 -p1 |
113 |
|
|
114 |
|
# SME specific patches |
115 |
|
%patch1001 -p1 |
116 |
|
%patch1002 -p1 |
117 |
|
%patch1003 -p1 |
118 |
|
%patch1004 -p1 |
119 |
|
%patch1005 -p1 |
120 |
|
%patch1006 -p1 |
121 |
|
%patch1007 -p1 |
122 |
|
%patch1008 -p1 |
123 |
|
%patch1009 -p1 |
124 |
|
%patch1010 -p1 |
125 |
|
%patch1011 -p1 |
126 |
|
%patch1012 -p1 |
127 |
|
%patch1013 -p1 |
128 |
|
%patch1014 -p1 |
129 |
|
%patch1015 -p1 |
130 |
|
%patch1016 -p1 |
131 |
|
%patch1017 -p1 |
132 |
|
|
133 |
%build |
%build |
134 |
make depend |
make depend |
135 |
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" |
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" |
187 |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
188 |
|
|
189 |
%changelog |
%changelog |
190 |
|
* Tue Apr 14 2009 Shad L. Lords <slords@mail.com> 11.1.2.168-1.el5.sme.1 |
191 |
|
- No warnings if kernel not upgraded |
192 |
|
(recreate initrd if kernel was installed) |
193 |
|
- No warnings if unable to remove rpm databases |
194 |
|
- Fix goto previous if unable to go back |
195 |
|
- Always pick best arch for package |
196 |
|
- Allow creating/mounting degraded raid arrays |
197 |
|
(log info about degraded arrays instead of not starting them) |
198 |
|
- Start /boot raid device first so it will be in sync for grub install |
199 |
|
- Automatically upgrade bootloader if necessary |
200 |
|
- Search for language updates on upgrade disk |
201 |
|
- Force time to be based on UTC |
202 |
|
- Add final warning before installing |
203 |
|
- Make install headless but still write keyboard info out |
204 |
|
(don't ask us to use vnc mode) |
205 |
|
- Make install window wider |
206 |
|
(fix titlebar spacing) |
207 |
|
- Don't email root on raid events |
208 |
|
- Make boot loader use SME labels |
209 |
|
- Determine upgradability of SME server |
210 |
|
(change erase disks to upgrade dialog) |
211 |
|
- Run SME post-install scripts on kickstart install/upgrade |
212 |
|
- Limit languages to those supported by SME |
213 |
|
|
214 |
* Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 11.1.2.195-1.el5.centos |
* Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 11.1.2.195-1.el5.centos |
215 |
- Roll in CentOS Patch set |
- Roll in CentOS Patch set |
216 |
|
|