1 |
Name: anaconda |
Name: anaconda |
2 |
Version: 11.1.2.259 |
Version: 11.1.2.263 |
3 |
Release: 1%{?dist} |
Release: 2.el5.centos |
4 |
License: GPL |
License: GPL |
5 |
Summary: Graphical system installer |
Summary: Graphical system installer |
6 |
Group: Applications/System |
Group: Applications/System |
8 |
Patch1: anaconda-centos-syslinux-msg.patch |
Patch1: anaconda-centos-syslinux-msg.patch |
9 |
Patch2: anaconda-centos-installclasses-2.patch |
Patch2: anaconda-centos-installclasses-2.patch |
10 |
Patch3: anaconda-centos-regkey.patch |
Patch3: anaconda-centos-regkey.patch |
11 |
Patch4: anaconda-centos-centos-branding-po_files_5.6.patch |
Patch4: anaconda-centos-centos-branding-po_files_5_10.patch |
12 |
Patch5: anaconda-centos-inst-type.patch |
Patch5: anaconda-centos-inst-type.patch |
13 |
Patch6: anaconda-centos-task.patch |
Patch6: anaconda-centos-task.patch |
14 |
Patch7: anaconda-centos-removeStatusText.patch |
Patch7: anaconda-centos-removeStatusText.patch |
15 |
|
|
16 |
BuildPreReq: kudzu-devel >= 1.2.57.1.26-7, pciutils-devel >= 3.1.7-3 |
BuildPreReq: kudzu-devel >= 1.2.57.1.26-7, pciutils-devel >= 3.1.7-3 |
17 |
BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel |
BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel |
18 |
BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11 |
BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11 |
45 |
Obsoletes: anaconda-images <= 10 |
Obsoletes: anaconda-images <= 10 |
46 |
Url: http://fedoraproject.org/wiki/Anaconda |
Url: http://fedoraproject.org/wiki/Anaconda |
47 |
|
|
|
|
|
|
# SME specific patches |
|
|
Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch |
|
|
Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch |
|
|
Patch1003: 0003-Always-pick-best-arch-for-package.patch |
|
|
Patch1004: 0004-Allow-creating-mounting-degraded-raid-arrays.patch |
|
|
Patch1005: 0005-Start-boot-raid-device-first-so-it-will-be-in-sync-f.patch |
|
|
Patch1006: 0006-Automatically-upgrade-bootloader-if-necessary.patch |
|
|
Patch1007: 0007-Log-yum-errors-don-t-bother-user-with-them.patch |
|
|
Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch |
|
|
Patch1009: 0009-Force-time-to-be-based-on-UTC.patch |
|
|
Patch1010: 0010-Add-final-warning-before-installing.patch |
|
|
Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info-.patch |
|
|
Patch1012: 0012-Make-install-window-wider.patch |
|
|
Patch1013: 0013-Don-t-email-root-on-raid-events.patch |
|
|
Patch1014: 0014-Make-boot-loader-use-SME-labels.patch |
|
|
Patch1015: 0015-Determine-upgradability-of-SME-server.patch |
|
|
Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch |
|
|
Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch |
|
|
Patch1018: 0018-All-attached-disks-reformat-warning.patch |
|
|
|
|
48 |
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} |
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} |
49 |
|
|
50 |
%description |
%description |
76 |
sets, but are not meant for use on already installed systems. |
sets, but are not meant for use on already installed systems. |
77 |
|
|
78 |
%prep |
%prep |
79 |
%global _default_patch_fuzz 2 |
|
80 |
%setup -q |
%setup -q |
81 |
%patch1 -p1 |
%patch1 -p1 |
82 |
%patch2 -p1 |
%patch2 -p1 |
83 |
%patch3 -p1 |
%patch3 -p1 |
84 |
%patch4 -p1 |
%patch4 -p1 |
85 |
%patch5 -p1 |
%patch5 -p1 |
86 |
%patch6 -p1 |
%patch6 -p1 |
87 |
%patch7 -p1 |
%patch7 -p1 |
|
|
|
|
# SME specific patches |
|
|
%patch1001 -p1 |
|
|
%patch1002 -p1 |
|
|
%patch1003 -p1 |
|
|
%patch1004 -p1 |
|
|
%patch1005 -p1 |
|
|
%patch1006 -p1 |
|
|
%patch1007 -p1 |
|
|
%patch1008 -p1 |
|
|
%patch1009 -p1 |
|
|
%patch1010 -p1 |
|
|
%patch1011 -p1 |
|
|
%patch1012 -p1 |
|
|
%patch1013 -p1 |
|
|
%patch1014 -p1 |
|
|
%patch1015 -p1 |
|
|
%patch1016 -p1 |
|
|
%patch1017 -p1 |
|
|
%patch1018 -p1 |
|
88 |
|
|
89 |
%build |
%build |
90 |
make depend |
make depend |
143 |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
144 |
|
|
145 |
%changelog |
%changelog |
|
* Thu Oct 10 2013 Ian Wells <esmith@wellsi.com> 11.1.2.259-1.el5.sme |
|
|
- Apply SME patches to 11.1.2.259-1 [SME: 7882] |
|
|
- Update warning about re-formatting attached hard drives [SME: 4788] |
|
|
- Increase fuzz to allow package to build [SME: 7853] |
|
|
- No warnings if kernel not upgraded |
|
|
(recreate initrd if kernel was installed) |
|
|
- No warnings if unable to remove rpm databases |
|
|
- Always pick best arch for package |
|
|
- Allow creating/mounting degraded raid arrays |
|
|
(log info about degraded arrays instead of not starting them) |
|
|
- Start /boot raid device first so it will be in sync for grub install |
|
|
- Automatically upgrade bootloader if necessary |
|
|
- Log install errors but don't bug user about them |
|
|
- Search for language updates on upgrade disk |
|
|
- Force time to be based on UTC |
|
|
- Add final warning before installing |
|
|
- Make install headless but still write keyboard info out |
|
|
(don't ask us to use vnc mode) |
|
|
- Make install window wider |
|
|
(fix titlebar spacing) |
|
|
- Don't email root on raid events |
|
|
- Make boot loader use SME labels |
|
|
- Determine upgradability of SME server |
|
|
(change erase disks to upgrade dialog) |
|
|
- Run SME post-install scripts on kickstart install/upgrade |
|
|
- Limit languages to those supported by SME |
|
146 |
|
|
147 |
* Thu Jan 10 2013 Karanbir Singh <kbsingh@centos.org> 11.1.2.259-1.el5.centos |
* Mon Oct 7 2013 Karanbir Singh <kbsingh@centos.org> 11.1.2-263-2.el5.centos |
148 |
- Build for CentOS-5.9 |
- Build for CentOS-5.10 |
149 |
|
|
150 |
|
* Thu May 30 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-263-2 |
151 |
|
- Fix LVM reuse failing on HP CCISS Hardware (mkolman) |
152 |
|
Resolves: rhbz#751351 |
153 |
|
- Skip relabeling empty disks on s390 (bcl) |
154 |
|
Resolves: rhbz#966950 |
155 |
|
|
156 |
|
* Fri May 24 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-262-1 |
157 |
|
- Include librt.so in initrd for s390 (rvykydal) |
158 |
|
Resolves: rhbz#966123 |
159 |
|
|
160 |
|
* Wed May 22 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-261-1 |
161 |
|
- Fix issue where arch detected incorrectly (sbueno) |
162 |
|
Resolves: rhbz##908959 |
163 |
|
|
164 |
|
* Tue May 21 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-260-1 |
165 |
|
- Generate new anaconda.pot file (vpodzime) |
166 |
|
Resolves: rhbz#907574 |
167 |
|
- Relabel the disk when using autopart all (bcl) |
168 |
|
Resolves: rhbz#758881 |
169 |
|
- Store and write out 'noauto' fstab lines (vpodzime) |
170 |
|
Resolves: rhbz#873644 |
171 |
|
- Just log warning if cannot show it (vpodzime) |
172 |
|
Resolves: rhbz#767260 |
173 |
|
|
174 |
* Tue Nov 14 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.259-1 |
* Tue Nov 14 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.259-1 |
175 |
- Revert 5737408dd5293e5d003d552d3ea919c01417d9d4 targeting gfs support (vpodzime) |
- Revert 5737408dd5293e5d003d552d3ea919c01417d9d4 targeting gfs support (vpodzime) |
334 |
Resolves: rhbz#703082 |
Resolves: rhbz#703082 |
335 |
- Add --no-ssh to the generated anaconda-ks.cfg. (clumens) |
- Add --no-ssh to the generated anaconda-ks.cfg. (clumens) |
336 |
Resolves: rhbz#703081 |
Resolves: rhbz#703081 |
337 |
|
|
338 |
* Mon Jun 27 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.242-1 |
* Mon Jun 27 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.242-1 |
339 |
- Bump the implementation limit on the number of modules in modLoaded (akozumpl) |
- Bump the implementation limit on the number of modules in modLoaded (akozumpl) |
340 |
Resolves: rhbz#716836 |
Resolves: rhbz#716836 |