3 |
|
|
4 |
Summary: Graphical system installer |
Summary: Graphical system installer |
5 |
Name: anaconda |
Name: anaconda |
6 |
Version: 13.21.195 |
Version: 13.21.239.1 |
7 |
Release: 1%{?dist}.1 |
Release: 1%{?dist} |
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.18 |
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 |
78 |
BuildRequires: elfutils-devel |
BuildRequires: elfutils-devel |
79 |
BuildRequires: gettext >= %{gettextver} |
BuildRequires: gettext >= %{gettextver} |
80 |
BuildRequires: gtk2-devel |
BuildRequires: gtk2-devel |
81 |
|
BuildRequires: gdk-pixbuf2-devel |
82 |
BuildRequires: intltool >= %{intltoolver} |
BuildRequires: intltool >= %{intltoolver} |
83 |
BuildRequires: isomd5sum-devel >= %{isomd5sumver} |
BuildRequires: isomd5sum-devel >= %{isomd5sumver} |
84 |
BuildRequires: libarchive-devel |
BuildRequires: libarchive-devel |
162 |
Requires: syslinux >= 3.73 |
Requires: syslinux >= 3.73 |
163 |
Requires: makebootfat |
Requires: makebootfat |
164 |
Requires: device-mapper |
Requires: device-mapper |
165 |
|
Requires: fcoe-utils >= %{fcoeutilsver} |
166 |
%endif |
%endif |
167 |
%ifarch s390 s390x |
%ifarch s390 s390x |
168 |
Requires: openssh |
Requires: openssh |
173 |
Requires: dhclient |
Requires: dhclient |
174 |
Requires: anaconda-yum-plugins |
Requires: anaconda-yum-plugins |
175 |
Requires: libselinux-python >= %{libselinuxver} |
Requires: libselinux-python >= %{libselinuxver} |
|
Requires: fcoe-utils >= %{fcoeutilsver} |
|
176 |
%ifarch %{sparc} |
%ifarch %{sparc} |
177 |
Requires: elftoaout piggyback |
Requires: elftoaout piggyback |
178 |
%endif |
%endif |
187 |
system. These files are of little use on an already installed system. |
system. These files are of little use on an already installed system. |
188 |
|
|
189 |
%prep |
%prep |
|
|
|
190 |
%setup -q |
%setup -q |
191 |
|
|
192 |
%patch1000 -p1 |
%patch1000 -p1 |
193 |
%patch1002 -p1 |
%patch1002 -p1 |
194 |
%patch1003 -p1 |
%patch1003 -p1 |
195 |
|
|
196 |
|
%patch10001 -p1 |
197 |
|
%patch10002 -p1 |
198 |
|
%patch10003 -p1 |
199 |
|
%patch10004 -p1 |
200 |
|
%patch10005 -p1 |
201 |
|
%patch10006 -p1 |
202 |
|
%patch10007 -p1 |
203 |
|
%patch10011 -p1 |
204 |
|
%patch10012 -p1 |
205 |
|
%patch10013 -p1 |
206 |
|
%patch10014 -p1 |
207 |
|
%patch10015 -p1 |
208 |
|
%patch10016 -p1 |
209 |
|
%patch10017 -p1 |
210 |
|
%patch10018 -p1 |
211 |
|
%patch10019 -p1 |
212 |
|
%patch10020 -p1 |
213 |
|
%patch10021 -p1 |
214 |
|
%patch10022 -p1 |
215 |
|
|
216 |
%build |
%build |
217 |
%configure --disable-static |
%configure --disable-static |
218 |
%{__make} %{?_smp_mflags} |
%{__make} %{?_smp_mflags} |
270 |
%endif |
%endif |
271 |
|
|
272 |
%changelog |
%changelog |
273 |
* Mon Feb 25 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.195.1.el6.centos.1 |
* Wed Sep 30 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.239.1-1.sme |
274 |
- Build for CentOS-6.4 |
- Rebase on Anaconda 13.21.239 [SME: 9080] |
275 |
- Remove upstream branding from unsupported hardware report (#5863 kevbo) |
|
276 |
|
* Wed Jul 22 2015 Johnny Hughes <johnny@centos.org> - 13.21.239-1 |
277 |
|
- Roll in CentOS Branding |
278 |
|
|
279 |
|
* Tue Jun 30 2015 Brian C. Lane <bcl@redhat.com> - 13.21.239-1 |
280 |
|
- Align end sector in the appropriate direction for resize. (bcl) |
281 |
|
Resolves: rhbz#1236506 |
282 |
|
- Filter out free regions too small for alignment of partitions (bcl) |
283 |
|
Resolves: rhbz#1236506 |
284 |
|
|
285 |
|
* Fri Jun 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.238-1 |
286 |
|
- Include drbg module in the initrd. (sbueno+anaconda) |
287 |
|
Resolves: rhbz#1233088 |
288 |
|
|
289 |
|
* Thu Jun 11 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.237-1 |
290 |
|
- Fix scanning of non-leaf lvs. (dlehman) |
291 |
|
Resolves: rhbz#1213748 |
292 |
|
- Fix KeyError in devicetree. (sbueno+anaconda) |
293 |
|
Resolves: rhbz#1225469 |
294 |
|
- Fix partition alignment problems. (sbueno+anaconda) |
295 |
|
Resolves: rhbz#1209424 |
296 |
|
|
297 |
|
* Tue May 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.236-1 |
298 |
|
- Include lvm thinp utilities. (dlehman) |
299 |
|
Resolves: rhbz#1212735 |
300 |
|
- TypeError: argument must be string (jkonecny) |
301 |
|
Resolves: rhbz#1209414 |
302 |
|
|
303 |
|
* Thu May 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.235-1 |
304 |
|
- Don't remove pps_core from ppc64.img (sbueno+anaconda) |
305 |
|
Resolves: rhbz#1213417 |
306 |
|
- Check for FBA DASDs so we don't try to format them with dasdfmt. |
307 |
|
(sbueno+anaconda) |
308 |
|
Resolves: rhbz#1144979 |
309 |
|
- Include hyperv modules in mk-images (sbueno+anaconda) |
310 |
|
Resolves: rhbz#1132770 |
311 |
|
|
312 |
|
* Tue Apr 14 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.234-1 |
313 |
|
- Fix lvm detection broken with introduction of thinp support. (dlehman) |
314 |
|
Resolves: rhbz#1200832 |
315 |
|
Related: rhbz#1083459 |
316 |
|
- RHEL 6.6 Upgrade Fails from AttributeError on Multipath (rmarshall) |
317 |
|
Resolves: rhbz#1129499 |
318 |
|
- Drop hy.po Armenian translation (bcl) |
319 |
|
Resolves: rhbz#1205286 |
320 |
|
Related: rhbz#1205286 |
321 |
|
- Update translation documentation for Zanata (bcl) |
322 |
|
Resolves: rhbz#1205286 |
323 |
|
Related: rhbz#1205286 |
324 |
|
- Switch translation support to fedora.zanata.org (bcl) |
325 |
|
Resolves: rhbz#1205286 |
326 |
|
|
327 |
|
* Fri Mar 13 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.233-1 |
328 |
|
- Keep track of whether users should be prompted to format CDL dasds. |
329 |
|
(sbueno+anaconda) |
330 |
|
Resolves: rhbz#1164240 |
331 |
|
Related: rhbz#1164240 |
332 |
|
|
333 |
|
* Tue Mar 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.232-1 |
334 |
|
- Remove even more drivers for ppc64 32M limit (bcl) |
335 |
|
Resolves: rhbz#1198173 |
336 |
|
- Fix detection of unformatted and LDL DASDs. (sbueno+anaconda) |
337 |
|
Resolves: rhbz#1144979 |
338 |
|
- On interactive kickstart installs, still get the password from the ks file. |
339 |
|
(clumens) |
340 |
|
Resolves: rhbz#995531 |
341 |
|
- Enable sharing of the VNC server. (sbueno+anaconda) |
342 |
|
Resolves: rhbz#1168024 |
343 |
|
- RHEL6 Basic Video Driver Install to Windows2012 VM Fails (rmarshall) |
344 |
|
Resolves: rhbz#1083586 |
345 |
|
- dracut needs iscsi_firmware cmdline arg (bcl) |
346 |
|
Resolves: rhbz#1185792 |
347 |
|
- Exclude prelink package in FIPS mode (bcl) |
348 |
|
Resolves: rhbz#697938 |
349 |
|
- Handle NoneType Exception after deleting PPC partitions (rmarshall) |
350 |
|
Resolves: rhbz#1021445 |
351 |
|
- Bring support for nicdelay back using NM's GATEWAY_PING_TIMEOUT (rvykydal) |
352 |
|
Resolves: rhbz#979163 |
353 |
|
|
354 |
|
* Thu Feb 12 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.231-1 |
355 |
|
- Add support for lvm thin provisioning via ks custom storage. (dlehman) |
356 |
|
Resolves: rhbz#1083459 |
357 |
|
- Make sure new freebl libs are part of initrd. (sbueno+anaconda) |
358 |
|
Resolves: rhbz#1183134 |
359 |
|
- Prevent anaconda from crashing due to repeated calls to rpmReadConfigFiles. |
360 |
|
(sbueno) |
361 |
|
Resolves: rhbz#1021534 |
362 |
|
|
363 |
|
* Tue Feb 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.230-1 |
364 |
|
- Shrink the LV if the VG is out of space (bcl) |
365 |
|
Resolves: rhbz#1153376 |
366 |
|
- Only set GPT boot flag on ESP partition (bcl) |
367 |
|
Resolves: rhbz#1139606 |
368 |
|
- Add anaconda support for using clearpart --cdl option. (sbueno+anaconda) |
369 |
|
Resolves: rhbz#1164240 |
370 |
|
- Properly check and show warnings for LDL DASDs (sbueno+anaconda) |
371 |
|
Resolves: rhbz#1144979 |
372 |
|
- Add new freebl libraries (bcl) |
373 |
|
Resolves: rhbz#1182595 |
374 |
|
- Write new options to zipl.conf (sbueno+anaconda) |
375 |
|
Resolves: rhbz#1171053 |
376 |
|
- Detect and show a warning for LDL DASDs. (sbueno+anaconda) |
377 |
|
Resolves: rhbz#1144979 |
378 |
|
- Make EFI.bootDevice() return best device for several calling contexts |
379 |
|
(amulhern) |
380 |
|
Resolves: rhbz#1145812 |
381 |
|
|
382 |
|
* Mon Sep 08 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.229-1 |
383 |
|
- Revert "Use edd fcoe boot option instead of enumerating all ifaces" |
384 |
|
(rvykydal) |
385 |
|
Resolves: rhbz#1103920 |
386 |
|
|
387 |
|
* Fri Sep 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.228-1 |
388 |
|
- Prevent duplicate snapshot accounting. (dlehman) |
389 |
|
Related: rhbz#1043916 |
390 |
|
|
391 |
|
* Fri Aug 29 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.227-1 |
392 |
|
- Fix typo in previous patch "Correctly determine whether...". (dlehman) |
393 |
|
Related: rhbz#842920 |
394 |
|
|
395 |
|
* Mon Aug 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.226-1 |
396 |
|
- Let tmp use more than 250M when there is more RAM (bcl) |
397 |
|
Resolves: rhbz#1123791 |
398 |
|
- Move totalMemory into its own file (bcl) |
399 |
|
Related: rhbz#1123791 |
400 |
|
Resolves: rhbz#1123791 |
401 |
|
|
402 |
|
* Tue Aug 12 2014 Brian C. Lane <bcl@redhat.com> - 13.21.225-1 |
403 |
|
- Allow missing swap devices to be skipped during upgrade (dshea) |
404 |
|
Resolves: rhbz#1044716 |
405 |
|
- Don't force installation of authconfig, chkconfig, or system-config-firewall. |
406 |
|
(clumens) |
407 |
|
Resolves: rhbz#1123481 |
408 |
|
- Provide ways in kickstart to skip kernel and bootloader. (clumens) |
409 |
|
Related: rhbz#1123481 |
410 |
|
- Implement %packages --instLangs. (clumens) |
411 |
|
Related: rhbz#1123481 |
412 |
|
- Allow skipping installation of the core group, if asked for in kickstart. |
413 |
|
(clumens) |
414 |
|
Related: rhbz#1123481 |
415 |
|
- Fix ks fetching on nfs via vlan (sbueno+anaconda) |
416 |
|
Resolves: rhbz#1067857 |
417 |
|
- Fix traceback when rpm scriptlets fail during pkg install. (sbueno+anaconda) |
418 |
|
Resolves: rhbz#1122532 |
419 |
|
|
420 |
|
* Wed Jun 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.224-1 |
421 |
|
- Add shared-mime-info to the instroot (dshea) |
422 |
|
Resolves: rhbz#1110834 |
423 |
|
|
424 |
|
* Tue Jun 24 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.223-1 |
425 |
|
- Change pixbuf loaders path. (sbueno+anaconda) |
426 |
|
Resolves: rhbz#1110834 |
427 |
|
- Remove unnecessary drivers to contain the size of ppc64.img. |
428 |
|
(sbueno+anaconda) |
429 |
|
Resolves: rhbz#1112405 |
430 |
|
|
431 |
|
* Mon Jun 23 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.222-1 |
432 |
|
- Rm device from lvm reject filter if in action list. (sbueno+anaconda) |
433 |
|
Resolves: rhbz#885755 |
434 |
|
- The boot menu entry should contain the RHEL major release number (mkolman) |
435 |
|
Resolves: rhbz#1001960 |
436 |
|
|
437 |
|
* Wed Jun 18 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.221-1 |
438 |
|
- Add BuildRequires: gdk-pixbuf2-devel (sbueno+anaconda) |
439 |
|
Resolves: rhbz#1109298 |
440 |
|
- If kernel-kdump is installed, don't set it as the default kernel. |
441 |
|
(sbueno+anaconda) |
442 |
|
Resolves: rhbz#734121 |
443 |
|
- Close yum objects before running post scripts (bcl) |
444 |
|
Resolves: rhbz#1110148 |
445 |
|
- Catch custom partitioning problems on UEFI (bcl) |
446 |
|
Resolves: rhbz#991620 |
447 |
|
- Mark dracut-network for installation on mpath. (sbueno+anaconda) |
448 |
|
Resolves: rhbz#1007463 |
449 |
|
- Write --percent to kickstart output even if --grow was used (mkolman) |
450 |
|
Resolves: rhbz#1046320 |
451 |
|
|
452 |
|
* Fri Jun 13 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.220-1 |
453 |
|
- Fix wrong attribute name in swap ks line (bcl) |
454 |
|
Resolves: rhbz#1002924 |
455 |
|
Related: rhbz#1002924 |
456 |
|
- Look up MD arrays by MD UUID, not FS UUID. (dlehman) |
457 |
|
Related: rhbz#868182 |
458 |
|
- Remove snapshots as needed when removing LVs. (dlehman) |
459 |
|
Resolves: rhbz#1043916 |
460 |
|
- Let LVM determine alignment for PV data areas. (dlehman) |
461 |
|
Resolves: rhbz#962961 |
462 |
|
- Correctly determine whether any partitioning has been done. (dlehman) |
463 |
|
Resolves: rhbz#842920 |
464 |
|
- Fix handling of LUKS when using onpart. (dlehman) |
465 |
|
Resolves: rhbz#840890 |
466 |
|
|
467 |
|
* Thu Jun 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.219-1 |
468 |
|
- Fix typo from commit ed3caa7b (bcl) |
469 |
|
Related: rhbz#1039051 |
470 |
|
Resolves: rhbz#1039051 |
471 |
|
- Write fsoptions to anaconda-ks.cfg (bcl) |
472 |
|
Resolves: rhbz#1002924 |
473 |
|
- Add logging to bootloaderInfo (bcl) |
474 |
|
Resolves: rhbz#974996 |
475 |
|
|
476 |
|
* Wed Jun 04 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.218-1 |
477 |
|
- Fix rsyslogd calls to remove deprecated flag. (sbueno+anaconda) |
478 |
|
Resolves: rhbz#1104234 |
479 |
|
- Maintain original device order in identifyMultipaths (artur.paszkiewicz) |
480 |
|
Resolves: rhbz#868182 |
481 |
|
- network: add kickstart --domain (ifcfg DOMAIN) option (rvykydal) |
482 |
|
Resolves: rhbz#1039051 |
483 |
|
|
484 |
|
* Tue May 20 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.217-1 |
485 |
|
- Correct matching of md raid names containing special characters |
486 |
|
(artur.paszkiewicz) |
487 |
|
Resolves: rhbz#1096889 |
488 |
|
- network: hide (debug) confusing log message for ipv6.conf (rvykydal) |
489 |
|
Resolves: rhbz#1031481 |
490 |
|
- network: write bond options in generated kickstart (rvykydal) |
491 |
|
Resolves: rhbz#1009376 |
492 |
|
- network: fix --bondopts used in kickstart %pre section (rvykydal) |
493 |
|
Resolves: rhbz#1038001 |
494 |
|
- Add ping to initrd for NM's GATEWAY_PING_TIMEOUT / nicdelay (rvykydal) |
495 |
|
Related: rhbz#979163 |
496 |
|
Resolves: rhbz#979163 |
497 |
|
- Remove more drivers on ppc64 to reduce initrd size (bcl) |
498 |
|
Resolves: rhbz#1098486 |
499 |
|
|
500 |
|
* Mon May 12 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.216-1 |
501 |
|
- Add buildarch option to buildinstall (bcl) |
502 |
|
Related: rhbz#1087466 |
503 |
|
Resolves: rhbz#1087466 |
504 |
|
- Remove actions that try to remove non-existing devices (vpodzime) |
505 |
|
Resolves: rhbz#906807 |
506 |
|
- Rename dev_actions to prune_actions (vpodzime) |
507 |
|
Related: rhbz#906807 |
508 |
|
- Add dm-raid45 to initrd (mmatsuya) |
509 |
|
Resolves: rhbz#1056830 |
510 |
|
- Fix echo typo (bcl) |
511 |
|
Resolves: rhbz#969339 |
512 |
|
- Copy firmware updates to rootPath (bcl) |
513 |
|
Resolves: rhbz#1043372 |
514 |
|
- Skip comments in dmidecode output (bcl) |
515 |
|
Resolves: rhbz#1064701 |
516 |
|
- Replace hard-coded console device in generic.prm. (sbueno+anaconda) |
517 |
|
Resolves: rhbz#1081596 |
518 |
|
- Don't remove the .efi files from buildinstall (vpodzime) |
519 |
|
Resolves: rhbz#1076369 |
520 |
|
|
521 |
|
* Tue Oct 22 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.215-1 |
522 |
|
- Explicitly load dm-raid.ko for lvm raid segment types. (dlehman) |
523 |
|
Resolves: rhbz#873281 |
524 |
|
|
525 |
|
* Mon Oct 21 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.214-1 |
526 |
|
- Don't traceback due to unpartitioned devices (mkolman) |
527 |
|
Resolves: rhbz#1007683 |
528 |
|
|
529 |
|
* Wed Oct 16 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.213-1 |
530 |
|
- Remove manual call to recreate initrd if installing on iSCSI. |
531 |
|
(sbueno+anaconda) |
532 |
|
Resolves: rhbz#1007884 |
533 |
|
- Some devices may not be present during kickstart parse, so when there is no |
534 |
|
match revert to previous behavior and just use the name as-is. (bcl) |
535 |
|
Resolves: rhbz#1014658 |
536 |
|
|
537 |
|
* Tue Oct 15 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.212-1 |
538 |
|
- Fix getDiskPart for nvme devices (vpavlin) |
539 |
|
Resolves: rhbz#1018703 |
540 |
|
- fcoe: rise fipvlan timeout to 100 (rvykydal) |
541 |
|
Resolves: rhbz#1009691 |
542 |
|
- Revert "Check if disklabel is set (mkolman)" |
543 |
|
Resolves: rhbz#1007683 |
544 |
|
- Check if disklabel is set (mkolman) |
545 |
|
Resolves: rhbz#1007683 |
546 |
|
|
547 |
|
* Wed Oct 09 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.211-1 |
548 |
|
- Do not limit swap size to 10 % of disk space for hibernation (vpodzime) |
549 |
|
Resolves: rhbz#1003844 |
550 |
|
- Fix the display of multipath devices (dshea) |
551 |
|
Related: rhbz#914637 |
552 |
|
Resolves: rhbz#1007641 |
553 |
|
- Fix traceback in s390x bootloader code. (sbueno+anaconda) |
554 |
|
Resolves: rhbz#1017068 |
555 |
|
- Support bonding in %pre section (rvykydal) |
556 |
|
Resolves: rhbz#971961 |
557 |
|
|
558 |
|
* Mon Oct 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.210-1 |
559 |
|
- Fix bootloader issues on s390x. (sbueno+anaconda) |
560 |
|
Resolves: rhbz#1008941 |
561 |
|
Resolves: rhbz#875644 |
562 |
|
Resolves: rhbz#894050 |
563 |
|
|
564 |
|
* Fri Oct 04 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.209-1 |
565 |
|
- Forced removal of some kernel modules in the ppc64 ramdisk (dcantrell) |
566 |
|
Resolves: rhbz#1014719 |
567 |
|
- Add some more safety checks for the initrd.img size check on ppc64. |
568 |
|
(dcantrell) |
569 |
|
Related: rhbz#1014719 |
570 |
|
|
571 |
|
* Thu Oct 03 2013 David Cantrell <dcantrell@redhat.com> - 13.21.208-1 |
572 |
|
- Catch BUILDARCH set to 'ppc' or 'ppc64' when trimming down the image. |
573 |
|
(dcantrell) |
574 |
|
Related: rhbz#1014719 |
575 |
|
- Move and fix the ppc64 image size check (dshea) |
576 |
|
Resolves: rhbz#1014719 |
577 |
|
- Whitespace changes for mk-images.ppc (dshea) |
578 |
|
Related: rhbz#1014719 |
579 |
|
|
580 |
|
* Thu Sep 26 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.207-1 |
581 |
|
- Remove firmware from the boot image that does not apply to ppc64 (dcantrell) |
582 |
|
Resolves: rhbz#1006043 |
583 |
|
- fcoe: adapt bnx2fc detection to changed sysfs path structure (rvykydal) |
584 |
|
Resolves: rhbz#1008731 |
585 |
|
- Do not select FS packages over and over (vpodzime) |
586 |
|
Resolves: rhbz#994504 |
587 |
|
- Check size of images/netboot/ppc64.img to see if it's larger than 32M. |
588 |
|
(dcantrell) |
589 |
|
Related: rhbz#1006043 |
590 |
|
|
591 |
|
* Fri Sep 13 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.206-1 |
592 |
|
- Fix traceback occurring in ppc bootloader code. (sbueno+anaconda) |
593 |
|
Related: rhbz#877852 |
594 |
|
Resolves: rhbz#1007724 |
595 |
|
|
596 |
|
* Wed Sep 11 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.205-1 |
597 |
|
- PPC: strengthen PReP-picking algorithm (wwoods) |
598 |
|
Resolves: rhbz#877852 |
599 |
|
- Drop support for ssh protocol version 1 (bcl) |
600 |
|
Resolves: rhbz#1004752 |
601 |
|
|
602 |
|
* Tue Aug 20 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.204-1 |
603 |
|
- Don't require fcoe-utils if we're on s390. (sbueno+anaconda) |
604 |
|
Resolves: rhbz#998486 |
605 |
|
|
606 |
|
* Wed Aug 14 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.203-1 |
607 |
|
- Update spec file to require new pykickstart. (sbueno+anaconda) |
608 |
|
Related: rhbz#886010 |
609 |
|
- Revert "Don't filter partitions on mpath devices in lvm (sbueno+anaconda)" |
610 |
|
Resolves: rhbz#996595 |
611 |
|
Related: rhbz#885755 |
612 |
|
- Fix bootloader upgrades if using zIPL. (sbueno+anaconda) |
613 |
|
Resolves: rhbz#894050 |
614 |
|
- Fix issue where extra mpath entries wrongly shown in UI. (sbueno+anaconda) |
615 |
|
Resolves: rhbz#914637 |
616 |
|
- Show warning msg if re-using a partition without formatting. |
617 |
|
(sbueno+anaconda) |
618 |
|
Resolves: rhbz#886020 |
619 |
|
|
620 |
|
* Mon Aug 12 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.202-1 |
621 |
|
- Add support for preexisting lvm using raid segment types. (dlehman) |
622 |
|
Resolves: rhbz#873281 |
623 |
|
- Add a bit of padding for metadata in new md size estimates. (dlehman) |
624 |
|
Resolves: rhbz#895982 |
625 |
|
- Expand warning text for package install issues. (sbueno+anaconda) |
626 |
|
Resolves: rhbz#895098 |
627 |
|
- Don't filter partitions on mpath devices in lvm (sbueno+anaconda) |
628 |
|
Resolves: rhbz#885755 |
629 |
|
- Move "nousbstorage" and "nousb" handling into init.c. (clumens) |
630 |
|
Resolves: rhbz#947704 |
631 |
|
|
632 |
|
* Wed Aug 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.201-1 |
633 |
|
- Ensure x86 /boot is on a partition < 2TB (dshea) |
634 |
|
Resolves: rhbz#915666 |
635 |
|
- Fix bootloader device detection on ks upgrades for s390x (sbueno+anaconda) |
636 |
|
Resolves: rhbz#875644 |
637 |
|
|
638 |
|
* Tue Aug 06 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.200-1 |
639 |
|
- discinfo isn't needed for rescue (bcl) |
640 |
|
Resolves: rhbz#859569 |
641 |
|
|
642 |
|
* Fri Aug 02 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.199-1 |
643 |
|
- Fix issue where installation hangs in linuxrc.s390. (sbueno+anaconda) |
644 |
|
Resolves: rhbz#949409 |
645 |
|
- Pass mountopts to swap options (bcl) |
646 |
|
Resolves: rhbz#857517 |
647 |
|
- Enable the AMD IOMMU driver if tboot is installed. (dshea) |
648 |
|
Resolves: rhbz#928144 |
649 |
|
- Fix crash in handling of PReP Boot partitions (dshea) |
650 |
|
Resolves: rhbz#881005 |
651 |
|
|
652 |
|
* Wed Jul 24 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.198-1 |
653 |
|
- Use the active window as parent for new dialogs (dshea) |
654 |
|
Resolves: rhbz#888292 |
655 |
|
- Add kickstart network --ipv6gateway option (rvykydal) |
656 |
|
Resolves: rhbz#905227 |
657 |
|
- Limit the maximum swap size to 10 % of disk space (vpodzime) |
658 |
|
Resolves: rhbz#878907 |
659 |
|
Related: rhbz#879232 |
660 |
|
- Don't kill FCoE vlan connections when configuring network in UI (rvykydal) |
661 |
|
Resolves: rhbz#882452 |
662 |
|
- Use correct error message when running out of partition slots (mkolman) |
663 |
|
Resolves: rhbz#859420 |
664 |
|
|
665 |
|
* Wed Jul 17 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.197-1 |
666 |
|
- Check if selected repos have the core package group (mkolman) |
667 |
|
Resolves: rhbz#901515 |
668 |
|
- Use install tree from repo=hd (bcl) |
669 |
|
Resolves: rhbz#818233 |
670 |
|
- Allow /dev/disk/by-* in bootloader --driveorder (bcl) |
671 |
|
Resolves: rhbz#890095 |
672 |
|
|
673 |
|
* Wed Jul 10 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.196-1 |
674 |
|
- Only pass exclusiveDisks for autopart (bcl) |
675 |
|
Resolves: rhbz#852523 |
676 |
|
- Use standard losetup utility to get a free loop device (vpodzime) |
677 |
|
Resolves: rhbz#846336 |
678 |
|
- Write directly to /etc/sysconfig/network so that inotify works (rvykydal) |
679 |
|
Resolves: rhbz#845572 |
680 |
|
- Fix spelling errors in the About LVM dialog (vpodzime) |
681 |
|
Resolves: rhbz#851284 |
682 |
|
- Set proper SELinux context of /etc/multipath. (sbueno+anaconda) |
683 |
|
Resolves: rhbz#919409 |
684 |
|
- Fix max supported size for XFS partitions. (sbueno+anaconda) |
685 |
|
Resolves: rhbz#880577 |
686 |
|
- Filter out /dev/sr* from list-harddrives (bcl) |
687 |
|
Resolves: rhbz#847600 |
688 |
|
- Show ks LVM DeviceErrors in the UI (bcl) |
689 |
|
Resolves: rhbz#880625 |
690 |
|
- Send host-name to dhcp server in installer for dhcp + hostname (rvykydal) |
691 |
|
Resolves: rhbz#917815 |
692 |
|
- Use edd fcoe boot option instead of enumerating all ifaces (rvykydal) |
693 |
|
Resolves: rhbz#909463 |
694 |
|
- Don't write vlan kickstart configuration to parent device ifcfg file |
695 |
|
(mmatsuya) |
696 |
|
Resolves: rhbz#903689 |
697 |
|
- Fix --vlanid option in generated kickstart file (rvykydal) |
698 |
|
Resolves: rhbz#921609 |
699 |
|
|
700 |
* 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 |
701 |
- Disconnect active slaves before activating bond (rvykydal) |
- Disconnect active slaves before activating bond (rvykydal) |