3 |
|
|
4 |
Summary: Graphical system installer |
Summary: Graphical system installer |
5 |
Name: anaconda |
Name: anaconda |
6 |
Version: 13.21.195 |
Version: 13.21.215 |
7 |
Release: 1%{?dist}.1 |
Release: 1%{?dist}.12 |
8 |
License: GPLv2+ |
License: GPLv2+ |
9 |
Group: Applications/System |
Group: Applications/System |
10 |
URL: http://fedoraproject.org/wiki/Anaconda |
URL: http://fedoraproject.org/wiki/Anaconda |
20 |
Patch1002: anaconda-centos-droprepos.patch |
Patch1002: anaconda-centos-droprepos.patch |
21 |
Patch1003: anaconda-centos-unsupported-hardware-note.patch |
Patch1003: anaconda-centos-unsupported-hardware-note.patch |
22 |
|
|
23 |
|
Patch10001: 0001-anaconda.id.displayMode.patch |
24 |
|
Patch10002: 0002-RemovePartitionTypeDialog.patch |
25 |
|
Patch10003: 0003-SMEServerBranding.patch |
26 |
|
Patch10004: 0004-UTC.patch |
27 |
|
Patch10005: 0005-DegradedRAID1.patch |
28 |
|
Patch10006: 0006-InstallerHDWarning.patch |
29 |
|
Patch10007: 0007-VolGroup.patch |
30 |
|
Patch10011: 0011-CheckArch.patch |
31 |
|
Patch10012: 0012-CheckArch2.patch |
32 |
|
Patch10013: 0013-Limit-languages.patch |
33 |
|
Patch10014: 0014-Make-boot-loader-use-SME-labels.patch |
34 |
|
Patch10015: 0015-Determine-upgradability-of-SME-server.patch |
35 |
|
Patch10016: 0016-Automatically-upgrade-bootloader-if-necessary.patch |
36 |
|
Patch10017: 0017-Headless-install.patch |
37 |
|
Patch10018: 0018-RaidN.patch |
38 |
|
Patch10019: 0019-UpgradeText-whitespace.patch |
39 |
|
Patch10020: 0020-PreventTooOldUpgrades.patch |
40 |
|
Patch10021: 0021-RaidN-v2.patch |
41 |
|
Patch10022: 0022-InstallerLanguages.patch |
42 |
|
|
43 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
44 |
|
|
50 |
%define intltoolver 0.31.2-3 |
%define intltoolver 0.31.2-3 |
51 |
%define libnlver 1.0 |
%define libnlver 1.0 |
52 |
%define libselinuxver 1.6 |
%define libselinuxver 1.6 |
53 |
%define pykickstartver 1.74.12 |
%define pykickstartver 1.74.14 |
54 |
%define rpmpythonver 4.2-0.61 |
%define rpmpythonver 4.2-0.61 |
55 |
%define slangver 2.0.6-2 |
%define slangver 2.0.6-2 |
56 |
%define yumver 2.9.2 |
%define yumver 2.9.2 |
161 |
Requires: syslinux >= 3.73 |
Requires: syslinux >= 3.73 |
162 |
Requires: makebootfat |
Requires: makebootfat |
163 |
Requires: device-mapper |
Requires: device-mapper |
164 |
|
Requires: fcoe-utils >= %{fcoeutilsver} |
165 |
%endif |
%endif |
166 |
%ifarch s390 s390x |
%ifarch s390 s390x |
167 |
Requires: openssh |
Requires: openssh |
172 |
Requires: dhclient |
Requires: dhclient |
173 |
Requires: anaconda-yum-plugins |
Requires: anaconda-yum-plugins |
174 |
Requires: libselinux-python >= %{libselinuxver} |
Requires: libselinux-python >= %{libselinuxver} |
|
Requires: fcoe-utils >= %{fcoeutilsver} |
|
175 |
%ifarch %{sparc} |
%ifarch %{sparc} |
176 |
Requires: elftoaout piggyback |
Requires: elftoaout piggyback |
177 |
%endif |
%endif |
186 |
system. These files are of little use on an already installed system. |
system. These files are of little use on an already installed system. |
187 |
|
|
188 |
%prep |
%prep |
|
|
|
189 |
%setup -q |
%setup -q |
|
|
|
190 |
%patch1000 -p1 |
%patch1000 -p1 |
191 |
%patch1002 -p1 |
%patch1002 -p1 |
192 |
%patch1003 -p1 |
%patch1003 -p1 |
193 |
|
|
194 |
|
%patch10001 -p1 |
195 |
|
%patch10002 -p1 |
196 |
|
%patch10003 -p1 |
197 |
|
%patch10004 -p1 |
198 |
|
%patch10005 -p1 |
199 |
|
%patch10006 -p1 |
200 |
|
%patch10007 -p1 |
201 |
|
%patch10011 -p1 |
202 |
|
%patch10012 -p1 |
203 |
|
%patch10013 -p1 |
204 |
|
%patch10014 -p1 |
205 |
|
%patch10015 -p1 |
206 |
|
%patch10016 -p1 |
207 |
|
%patch10017 -p1 |
208 |
|
%patch10018 -p1 |
209 |
|
%patch10019 -p1 |
210 |
|
%patch10020 -p1 |
211 |
|
%patch10021 -p1 |
212 |
|
%patch10022 -p1 |
213 |
|
|
214 |
%build |
%build |
215 |
%configure --disable-static |
%configure --disable-static |
216 |
%{__make} %{?_smp_mflags} |
%{__make} %{?_smp_mflags} |
268 |
%endif |
%endif |
269 |
|
|
270 |
%changelog |
%changelog |
271 |
* Mon Feb 25 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.195.1.el6.centos.1 |
* Fri Apr 18 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.12 |
272 |
- Build for CentOS-6.4 |
- Modify installer language search path [SME: 8231] |
273 |
- Remove upstream branding from unsupported hardware report (#5863 kevbo) |
|
274 |
|
* Wed Apr 16 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.11 |
275 |
|
- Add more support for "raid=N" [SME: 7529] |
276 |
|
|
277 |
|
* Sat Mar 29 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.10 |
278 |
|
- Prevent upgrades from too old versions [SME: 8038] |
279 |
|
- Also modify whitespace in textw/upgrade_text.py |
280 |
|
|
281 |
|
* Sun Mar 23 2014 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.9 |
282 |
|
- Add support for "raid=N" [SME: 7529] |
283 |
|
|
284 |
|
* Wed Mar 19 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.8 |
285 |
|
- Patches for headless install [SME: 8226] |
286 |
|
|
287 |
|
* Tue Mar 18 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.7 |
288 |
|
- Automatically upgrade bootloader if necessary [SME: 8223] |
289 |
|
- Installer shows warning about "too old version" [SME: 8038] |
290 |
|
|
291 |
|
* Mon Mar 17 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.6 |
292 |
|
- Make boot loader use SME labels [SME: 8229] |
293 |
|
|
294 |
|
* Sat Feb 22 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.5 |
295 |
|
- Limit languages to those supported by SME [SME: 8231] |
296 |
|
|
297 |
|
* Sat Feb 22 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.4 |
298 |
|
- Port missing part of architecture check patch from SME 8 [SME: 8083] |
299 |
|
- Remove 0008-StorageActivationFail.patch as no longer needed [SME: 8066] |
300 |
|
|
301 |
|
* Fri Jan 3 2014 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.3 |
302 |
|
- Fix references to Mitel in architecture check patch. [SME: 8083] |
303 |
|
|
304 |
|
* Sun Dec 15 2013 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.2 |
305 |
|
- Stop anaconda from attempting to "upgrade" from 32bit to 64bit, or from 64bit to |
306 |
|
32bit. Adjust SME specific patches to have zero offset to avoid .py.orig files. |
307 |
|
[SME: 8083] |
308 |
|
|
309 |
|
* Sun Dec 15 2013 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.1 |
310 |
|
- Apply SME Server specific patches [SME: 8066] |
311 |
|
|
312 |
|
* Sat Dec 14 2013 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme |
313 |
|
- Update SME9 to 13.21.215-1 [SME: 8066] |
314 |
|
|
315 |
|
* Wed Nov 27 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.215-1.el6.centos |
316 |
|
- Rebase to CentOS-6.5 |
317 |
|
|
318 |
|
* Tue Oct 22 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.215-1 |
319 |
|
- Explicitly load dm-raid.ko for lvm raid segment types. (dlehman) |
320 |
|
Resolves: rhbz#873281 |
321 |
|
|
322 |
|
* Mon Oct 21 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.214-1 |
323 |
|
- Don't traceback due to unpartitioned devices (mkolman) |
324 |
|
Resolves: rhbz#1007683 |
325 |
|
|
326 |
|
* Wed Oct 16 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.213-1 |
327 |
|
- Remove manual call to recreate initrd if installing on iSCSI. |
328 |
|
(sbueno+anaconda) |
329 |
|
Resolves: rhbz#1007884 |
330 |
|
- Some devices may not be present during kickstart parse, so when there is no |
331 |
|
match revert to previous behavior and just use the name as-is. (bcl) |
332 |
|
Resolves: rhbz#1014658 |
333 |
|
|
334 |
|
* Tue Oct 15 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.212-1 |
335 |
|
- Fix getDiskPart for nvme devices (vpavlin) |
336 |
|
Resolves: rhbz#1018703 |
337 |
|
- fcoe: rise fipvlan timeout to 100 (rvykydal) |
338 |
|
Resolves: rhbz#1009691 |
339 |
|
- Revert "Check if disklabel is set (mkolman)" |
340 |
|
Resolves: rhbz#1007683 |
341 |
|
- Check if disklabel is set (mkolman) |
342 |
|
Resolves: rhbz#1007683 |
343 |
|
|
344 |
|
* Wed Oct 09 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.211-1 |
345 |
|
- Do not limit swap size to 10 % of disk space for hibernation (vpodzime) |
346 |
|
Resolves: rhbz#1003844 |
347 |
|
- Fix the display of multipath devices (dshea) |
348 |
|
Related: rhbz#914637 |
349 |
|
Resolves: rhbz#1007641 |
350 |
|
- Fix traceback in s390x bootloader code. (sbueno+anaconda) |
351 |
|
Resolves: rhbz#1017068 |
352 |
|
- Support bonding in %pre section (rvykydal) |
353 |
|
Resolves: rhbz#971961 |
354 |
|
|
355 |
|
* Mon Oct 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.210-1 |
356 |
|
- Fix bootloader issues on s390x. (sbueno+anaconda) |
357 |
|
Resolves: rhbz#1008941 |
358 |
|
Resolves: rhbz#875644 |
359 |
|
Resolves: rhbz#894050 |
360 |
|
|
361 |
|
* Fri Oct 04 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.209-1 |
362 |
|
- Forced removal of some kernel modules in the ppc64 ramdisk (dcantrell) |
363 |
|
Resolves: rhbz#1014719 |
364 |
|
- Add some more safety checks for the initrd.img size check on ppc64. |
365 |
|
(dcantrell) |
366 |
|
Related: rhbz#1014719 |
367 |
|
|
368 |
|
* Thu Oct 03 2013 David Cantrell <dcantrell@redhat.com> - 13.21.208-1 |
369 |
|
- Catch BUILDARCH set to 'ppc' or 'ppc64' when trimming down the image. |
370 |
|
(dcantrell) |
371 |
|
Related: rhbz#1014719 |
372 |
|
- Move and fix the ppc64 image size check (dshea) |
373 |
|
Resolves: rhbz#1014719 |
374 |
|
- Whitespace changes for mk-images.ppc (dshea) |
375 |
|
Related: rhbz#1014719 |
376 |
|
|
377 |
|
* Thu Sep 26 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.207-1 |
378 |
|
- Remove firmware from the boot image that does not apply to ppc64 (dcantrell) |
379 |
|
Resolves: rhbz#1006043 |
380 |
|
- fcoe: adapt bnx2fc detection to changed sysfs path structure (rvykydal) |
381 |
|
Resolves: rhbz#1008731 |
382 |
|
- Do not select FS packages over and over (vpodzime) |
383 |
|
Resolves: rhbz#994504 |
384 |
|
- Check size of images/netboot/ppc64.img to see if it's larger than 32M. |
385 |
|
(dcantrell) |
386 |
|
Related: rhbz#1006043 |
387 |
|
|
388 |
|
* Fri Sep 13 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.206-1 |
389 |
|
- Fix traceback occurring in ppc bootloader code. (sbueno+anaconda) |
390 |
|
Related: rhbz#877852 |
391 |
|
Resolves: rhbz#1007724 |
392 |
|
|
393 |
|
* Wed Sep 11 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.205-1 |
394 |
|
- PPC: strengthen PReP-picking algorithm (wwoods) |
395 |
|
Resolves: rhbz#877852 |
396 |
|
- Drop support for ssh protocol version 1 (bcl) |
397 |
|
Resolves: rhbz#1004752 |
398 |
|
|
399 |
|
* Tue Aug 20 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.204-1 |
400 |
|
- Don't require fcoe-utils if we're on s390. (sbueno+anaconda) |
401 |
|
Resolves: rhbz#998486 |
402 |
|
|
403 |
|
* Wed Aug 14 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.203-1 |
404 |
|
- Update spec file to require new pykickstart. (sbueno+anaconda) |
405 |
|
Related: rhbz#886010 |
406 |
|
- Revert "Don't filter partitions on mpath devices in lvm (sbueno+anaconda)" |
407 |
|
Resolves: rhbz#996595 |
408 |
|
Related: rhbz#885755 |
409 |
|
- Fix bootloader upgrades if using zIPL. (sbueno+anaconda) |
410 |
|
Resolves: rhbz#894050 |
411 |
|
- Fix issue where extra mpath entries wrongly shown in UI. (sbueno+anaconda) |
412 |
|
Resolves: rhbz#914637 |
413 |
|
- Show warning msg if re-using a partition without formatting. |
414 |
|
(sbueno+anaconda) |
415 |
|
Resolves: rhbz#886020 |
416 |
|
|
417 |
|
* Mon Aug 12 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.202-1 |
418 |
|
- Add support for preexisting lvm using raid segment types. (dlehman) |
419 |
|
Resolves: rhbz#873281 |
420 |
|
- Add a bit of padding for metadata in new md size estimates. (dlehman) |
421 |
|
Resolves: rhbz#895982 |
422 |
|
- Expand warning text for package install issues. (sbueno+anaconda) |
423 |
|
Resolves: rhbz#895098 |
424 |
|
- Don't filter partitions on mpath devices in lvm (sbueno+anaconda) |
425 |
|
Resolves: rhbz#885755 |
426 |
|
- Move "nousbstorage" and "nousb" handling into init.c. (clumens) |
427 |
|
Resolves: rhbz#947704 |
428 |
|
|
429 |
|
* Wed Aug 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.201-1 |
430 |
|
- Ensure x86 /boot is on a partition < 2TB (dshea) |
431 |
|
Resolves: rhbz#915666 |
432 |
|
- Fix bootloader device detection on ks upgrades for s390x (sbueno+anaconda) |
433 |
|
Resolves: rhbz#875644 |
434 |
|
|
435 |
|
* Tue Aug 06 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.200-1 |
436 |
|
- discinfo isn't needed for rescue (bcl) |
437 |
|
Resolves: rhbz#859569 |
438 |
|
|
439 |
|
* Fri Aug 02 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.199-1 |
440 |
|
- Fix issue where installation hangs in linuxrc.s390. (sbueno+anaconda) |
441 |
|
Resolves: rhbz#949409 |
442 |
|
- Pass mountopts to swap options (bcl) |
443 |
|
Resolves: rhbz#857517 |
444 |
|
- Enable the AMD IOMMU driver if tboot is installed. (dshea) |
445 |
|
Resolves: rhbz#928144 |
446 |
|
- Fix crash in handling of PReP Boot partitions (dshea) |
447 |
|
Resolves: rhbz#881005 |
448 |
|
|
449 |
|
* Wed Jul 24 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.198-1 |
450 |
|
- Use the active window as parent for new dialogs (dshea) |
451 |
|
Resolves: rhbz#888292 |
452 |
|
- Add kickstart network --ipv6gateway option (rvykydal) |
453 |
|
Resolves: rhbz#905227 |
454 |
|
- Limit the maximum swap size to 10 % of disk space (vpodzime) |
455 |
|
Resolves: rhbz#878907 |
456 |
|
Related: rhbz#879232 |
457 |
|
- Don't kill FCoE vlan connections when configuring network in UI (rvykydal) |
458 |
|
Resolves: rhbz#882452 |
459 |
|
- Use correct error message when running out of partition slots (mkolman) |
460 |
|
Resolves: rhbz#859420 |
461 |
|
|
462 |
|
* Wed Jul 17 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.197-1 |
463 |
|
- Check if selected repos have the core package group (mkolman) |
464 |
|
Resolves: rhbz#901515 |
465 |
|
- Use install tree from repo=hd (bcl) |
466 |
|
Resolves: rhbz#818233 |
467 |
|
- Allow /dev/disk/by-* in bootloader --driveorder (bcl) |
468 |
|
Resolves: rhbz#890095 |
469 |
|
|
470 |
|
* Wed Jul 10 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.196-1 |
471 |
|
- Only pass exclusiveDisks for autopart (bcl) |
472 |
|
Resolves: rhbz#852523 |
473 |
|
- Use standard losetup utility to get a free loop device (vpodzime) |
474 |
|
Resolves: rhbz#846336 |
475 |
|
- Write directly to /etc/sysconfig/network so that inotify works (rvykydal) |
476 |
|
Resolves: rhbz#845572 |
477 |
|
- Fix spelling errors in the About LVM dialog (vpodzime) |
478 |
|
Resolves: rhbz#851284 |
479 |
|
- Set proper SELinux context of /etc/multipath. (sbueno+anaconda) |
480 |
|
Resolves: rhbz#919409 |
481 |
|
- Fix max supported size for XFS partitions. (sbueno+anaconda) |
482 |
|
Resolves: rhbz#880577 |
483 |
|
- Filter out /dev/sr* from list-harddrives (bcl) |
484 |
|
Resolves: rhbz#847600 |
485 |
|
- Show ks LVM DeviceErrors in the UI (bcl) |
486 |
|
Resolves: rhbz#880625 |
487 |
|
- Send host-name to dhcp server in installer for dhcp + hostname (rvykydal) |
488 |
|
Resolves: rhbz#917815 |
489 |
|
- Use edd fcoe boot option instead of enumerating all ifaces (rvykydal) |
490 |
|
Resolves: rhbz#909463 |
491 |
|
- Don't write vlan kickstart configuration to parent device ifcfg file |
492 |
|
(mmatsuya) |
493 |
|
Resolves: rhbz#903689 |
494 |
|
- Fix --vlanid option in generated kickstart file (rvykydal) |
495 |
|
Resolves: rhbz#921609 |
496 |
|
|
497 |
* Tue Jan 22 2013 Brian C. Lane <bcl@redhat.com> - 13.21.195-1 |
* Tue Jan 22 2013 Brian C. Lane <bcl@redhat.com> - 13.21.195-1 |
498 |
- Disconnect active slaves before activating bond (rvykydal) |
- Disconnect active slaves before activating bond (rvykydal) |