1 |
%define livearches %{ix86} x86_64 ppc ppc64 |
%define livearches %{ix86} x86_64 ppc ppc64 |
2 |
%define _libdir %{_prefix}/lib |
%define _libdir %{_prefix}/lib |
3 |
|
%define _default_patch_fuzz 2 |
4 |
|
|
5 |
Summary: Graphical system installer |
Summary: Graphical system installer |
6 |
Name: anaconda |
Name: anaconda |
7 |
Version: 13.21.215 |
Version: 13.21.263 |
8 |
Release: 1%{?dist} |
Release: 1%{?dist}.1 |
9 |
License: GPLv2+ |
License: GPLv2+ |
10 |
Group: Applications/System |
Group: Applications/System |
11 |
URL: http://fedoraproject.org/wiki/Anaconda |
URL: http://fedoraproject.org/wiki/Anaconda |
19 |
Source0: %{name}-%{version}.tar.bz2 |
Source0: %{name}-%{version}.tar.bz2 |
20 |
Patch1000: anaconda-centos-installclass.patch |
Patch1000: anaconda-centos-installclass.patch |
21 |
Patch1002: anaconda-centos-droprepos.patch |
Patch1002: anaconda-centos-droprepos.patch |
22 |
Patch1003: anaconda-centos-unsupported-hardware-note.patch |
Patch1003: anaconda-centos-unsupported-hardware-note.patch |
23 |
|
|
24 |
|
Patch10001: 0001-anaconda.id.displayMode.patch |
25 |
|
Patch10002: 0002-RemovePartitionTypeDialog.patch |
26 |
|
Patch10003: 0003-SMEServerBranding.patch |
27 |
|
Patch10004: 0004-UTC.patch |
28 |
|
Patch10005: 0005-DegradedRAID1.patch |
29 |
|
Patch10006: 0006-InstallerHDWarning.patch |
30 |
|
Patch10007: 0007-VolGroup.patch |
31 |
|
Patch10011: 0011-CheckArch.patch |
32 |
|
Patch10012: 0012-CheckArch2.patch |
33 |
|
Patch10013: 0013-Limit-languages.patch |
34 |
|
Patch10014: 0014-Make-boot-loader-use-SME-labels.patch |
35 |
|
Patch10015: 0015-Determine-upgradability-of-SME-server.patch |
36 |
|
Patch10016: 0016-Automatically-upgrade-bootloader-if-necessary.patch |
37 |
|
Patch10017: 0017-Headless-install.patch |
38 |
|
Patch10018: 0018-RaidN.patch |
39 |
|
Patch10019: 0019-UpgradeText-whitespace.patch |
40 |
|
Patch10020: 0020-PreventTooOldUpgrades.patch |
41 |
|
Patch10021: 0021-RaidN-v2.patch |
42 |
|
Patch10022: 0022-InstallerLanguages.patch |
43 |
|
Patch10023: 0023-remove_empty_line_in_lang_table.patch |
44 |
|
|
45 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
46 |
|
|
52 |
%define intltoolver 0.31.2-3 |
%define intltoolver 0.31.2-3 |
53 |
%define libnlver 1.0 |
%define libnlver 1.0 |
54 |
%define libselinuxver 1.6 |
%define libselinuxver 1.6 |
55 |
%define pykickstartver 1.74.14 |
%define pykickstartver 1.74.18 |
56 |
%define rpmpythonver 4.2-0.61 |
%define rpmpythonver 4.2-0.61 |
57 |
%define slangver 2.0.6-2 |
%define slangver 2.0.6-2 |
58 |
%define yumver 2.9.2 |
%define yumver 2.9.2 |
61 |
%define syscfgdatever 1.9.48 |
%define syscfgdatever 1.9.48 |
62 |
%define pythonpyblockver 0.45-2 |
%define pythonpyblockver 0.45-2 |
63 |
%define e2fsver 1.41.0 |
%define e2fsver 1.41.0 |
64 |
%define nmver 1:0.7.1-3.git20090414 |
%define nmver 1:0.8.1-104 |
65 |
%define dbusver 1.2.3 |
%define dbusver 1.2.3 |
66 |
%define createrepover 0.4.7 |
%define createrepover 0.4.7 |
67 |
%define yumutilsver 1.1.11-3 |
%define yumutilsver 1.1.11-3 |
68 |
%define iscsiver 6.2.0.870-3 |
%define iscsiver 6.2.0.873-16 |
69 |
%define pythoncryptsetupver 0.0.6 |
%define pythoncryptsetupver 0.0.6 |
70 |
%define mehver 0.8 |
%define mehver 0.8 |
71 |
%define sckeyboardver 1.3.1 |
%define sckeyboardver 1.3.1 |
80 |
BuildRequires: elfutils-devel |
BuildRequires: elfutils-devel |
81 |
BuildRequires: gettext >= %{gettextver} |
BuildRequires: gettext >= %{gettextver} |
82 |
BuildRequires: gtk2-devel |
BuildRequires: gtk2-devel |
83 |
|
BuildRequires: gdk-pixbuf2-devel |
84 |
BuildRequires: intltool >= %{intltoolver} |
BuildRequires: intltool >= %{intltoolver} |
85 |
BuildRequires: isomd5sum-devel >= %{isomd5sumver} |
BuildRequires: isomd5sum-devel >= %{isomd5sumver} |
86 |
BuildRequires: libarchive-devel |
BuildRequires: libarchive-devel |
190 |
|
|
191 |
%prep |
%prep |
192 |
%setup -q |
%setup -q |
|
%patch1000 -p1 |
|
|
%patch1002 -p1 |
|
|
%patch1003 -p1 |
|
193 |
|
|
194 |
|
%patch1000 -p1 -b .0 |
195 |
|
%patch1002 -p1 -b .2 |
196 |
|
%patch1003 -p1 -b .3 |
197 |
|
|
198 |
|
%patch10001 -p1 |
199 |
|
%patch10002 -p1 |
200 |
|
%patch10003 -p1 |
201 |
|
%patch10004 -p1 |
202 |
|
%patch10005 -p1 |
203 |
|
%patch10006 -p1 |
204 |
|
%patch10007 -p1 |
205 |
|
%patch10011 -p1 |
206 |
|
%patch10012 -p1 |
207 |
|
%patch10013 -p1 |
208 |
|
%patch10014 -p1 |
209 |
|
%patch10015 -p1 |
210 |
|
%patch10016 -p1 |
211 |
|
%patch10017 -p1 |
212 |
|
%patch10018 -p1 |
213 |
|
%patch10019 -p1 |
214 |
|
%patch10020 -p1 |
215 |
|
%patch10021 -p1 |
216 |
|
%patch10022 -p1 |
217 |
|
%patch10023 -p1 |
218 |
|
|
219 |
%build |
%build |
220 |
%configure --disable-static |
%configure --disable-static |
273 |
%endif |
%endif |
274 |
|
|
275 |
%changelog |
%changelog |
276 |
* Wed Nov 27 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.215-1.el6.centos |
* Sat Apr 8 2017 Jean-Philippe Pialasse <tests@pialasse.com> - 13.21.263-1.sme.1 |
277 |
- Rebase to CentOS-6.5 |
- Rebase on upstream 13.21.263-1 [SME: 10214] |
278 |
|
- anaconda translation should not refer to a release of SME9 [SME: 10153] |
279 |
|
|
280 |
|
* Tue Mar 21 2017 Johnny Hughes <johnny@centos.org> - 13.21.263-1 |
281 |
|
- Rebase to CentOS-6.9 |
282 |
|
|
283 |
|
* Mon Feb 13 2017 Radek Vykydal <rvykydal@redhat.com> - 13.21.263-1 |
284 |
|
- network: don't reactivate devices from linuxrc.s390 in loader only for IPv6 |
285 |
|
(rvykydal) |
286 |
|
Resolves: rhbz#1421039 |
287 |
|
|
288 |
|
* Tue Jan 03 2017 Radek Vykydal <rvykydal@redhat.com> - 13.21.262-1 |
289 |
|
- Remove more firmware from ppc image (rvykydal) |
290 |
|
Related: rhbz#1405089 |
291 |
|
Resolves: rhbz#1405089 |
292 |
|
|
293 |
|
* Fri Dec 16 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.261-1 |
294 |
|
- Remove 3com and bnx2 firmware to meet ppc64 image limit (rvykydal) |
295 |
|
Related: rhbz#1405089 |
296 |
|
Resolves: rhbz#1405089 |
297 |
|
|
298 |
|
* Thu Dec 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.260-1 |
299 |
|
- Fix ppc image being too big againagainagainagainagain (sbueno+anaconda) |
300 |
|
Resolves: rhbz#1405089 |
301 |
|
|
302 |
|
* Mon Dec 12 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.259-1 |
303 |
|
- network: don't reactivate devices from linuxrc.s390 for early networking |
304 |
|
(rvykydal) |
305 |
|
Resolves: rhbz#1329171 |
306 |
|
- Create lvm.conf with thin_* path overrides (mkolman) |
307 |
|
Resolves: rhbz#1350296 |
308 |
|
|
309 |
|
* Thu Dec 08 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.258-1 |
310 |
|
- Fix invalid characters in an installed package summary (vponcova) |
311 |
|
Resolves: rhbz#1324706 |
312 |
|
|
313 |
|
* Mon Nov 28 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.257-1 |
314 |
|
- Fix wrong attribute of AnacondaYumRepo (vponcova) |
315 |
|
Resolves: rhbz#1395076 |
316 |
|
|
317 |
|
* Mon Nov 07 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.256-1 |
318 |
|
- Fix the basis for percentage-based growth of LVs. (dlehman) |
319 |
|
Resolves: rhbz#1383817 |
320 |
|
|
321 |
|
* Fri Oct 21 2016 Radek Vykydal <rvykydal@redhat.com> - 13.21.255-1 |
322 |
|
- Keep symlinks to thin_* tools in /sbin (mkolman) |
323 |
|
Resolves: rhbz#1350296 |
324 |
|
- network: fix static ipv6 config with static gateway (rvykydal) |
325 |
|
Resolves: rhbz#1177984 |
326 |
|
- Run efibootmgr for only one device in multipath (jkonecny) |
327 |
|
Resolves: rhbz#1346725 |
328 |
|
- Adjust the fraction of the progress bar (vponcova) |
329 |
|
Resolves: rhbz#1324706 |
330 |
|
- network: take into account NICs activated in linuxrc.s390 (rvykydal) |
331 |
|
Resolves: rhbz#1329171 |
332 |
|
Related: rhbz#1329171 |
333 |
|
- network: don't crash on network devices configured in linuxrc.s390 (rvykydal) |
334 |
|
Resolves: rhbz#1329171 |
335 |
|
|
336 |
|
* Mon Apr 11 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.254-1 |
337 |
|
- Revert "Always write splashimage to grub.cfg on UEFI (bcl)" |
338 |
|
Related: rhbz#1325971 |
339 |
|
Resolves: rhbz#1325971 |
340 |
|
|
341 |
|
* Fri Apr 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.253-1 |
342 |
|
- Complete support for mesa-libEGL in upd-instroot (sbueno+anaconda) |
343 |
|
Resolves: rhbz#1316646 |
344 |
|
|
345 |
|
* Tue Mar 29 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.252-1 |
346 |
|
- Add mesa-libEGL to upd-instroot. (sbueno+anaconda) |
347 |
|
Resolves: rhbz#1316646 |
348 |
|
- Catch KeyError when checking for MD UUID in filter gui. (dlehman) |
349 |
|
Related: rhbz#1269872 |
350 |
|
Resolves: rhbz#1320545 |
351 |
|
- Activate also non-ibft devices requested by boot options (ksdevice) |
352 |
|
(rvykydal) |
353 |
|
Resolves: rhbz#1314806 |
354 |
|
|
355 |
|
* Tue Mar 22 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.251-1 |
356 |
|
- Adjust commit 74014d71 after recent reverts. (dlehman) |
357 |
|
Related: rhbz#1269872 |
358 |
|
- Revert "Refactor variable name (sbueno+anaconda)" |
359 |
|
Resolves: rhbz#1319697 |
360 |
|
- Revert "Fix multipath UI representation (sbueno+anaconda)" |
361 |
|
Resolves: rhbz#1319697 |
362 |
|
- Revert "Bios RAID traceback on Filter GUI (sbueno+anaconda)" |
363 |
|
Resolves: rhbz#1319697 |
364 |
|
- Add the /EFI directory to the boot.iso (bcl) |
365 |
|
Resolves: rhbz#1188876 |
366 |
|
- Clean up devicetree filtering of md containers. (dlehman) |
367 |
|
Related: rhbz#1120640 |
368 |
|
Related: rhbz#1269872 |
369 |
|
- Remove pyblock/dmraid remnants from md container handling. (dlehman) |
370 |
|
Related: rhbz#1269872 |
371 |
|
- Don't use pyblock/dmraid to get sizes of imsm/isw arrays. (dlehman) |
372 |
|
Resolves: rhbz#1269872 |
373 |
|
- Move mdadm.conf entry creation to a function. (dlehman) |
374 |
|
Related: rhbz#1269872 |
375 |
|
- network: disable NM for parent device of vlan configured in ibft (rvykydal) |
376 |
|
Resolves: rhbz#831002 |
377 |
|
- network: set ifname= for parent of vlan defined in ibft (rvykydal) |
378 |
|
Resolves: rhbz#831002 |
379 |
|
|
380 |
|
* Mon Mar 14 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.250-1 |
381 |
|
- Create ibft vlan ifcfg file in stage2 if needed (rvykydal) |
382 |
|
Resolves: rhbz#831002 |
383 |
|
|
384 |
|
* Tue Mar 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.249-1 |
385 |
|
- Bios RAID traceback on Filter GUI (rmarshall) |
386 |
|
Resolves: rhbz#1309069 |
387 |
|
- Don't ignore FW RAID containers if everything should be used (vpodzime) |
388 |
|
Related: rhbz#1120640 |
389 |
|
- Fix pki cert path in initrd (bcl) |
390 |
|
Resolves: rhbz#1259880 |
391 |
|
|
392 |
|
* Mon Feb 22 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.248-1 |
393 |
|
- Wait for all udev events to finish (jstodola) |
394 |
|
Resolves: rhbz#1309348 |
395 |
|
- Run restorecon on /etc/localtime to reset SElinux context. (sbueno+anaconda) |
396 |
|
Resolves: rhbz#1302290 |
397 |
|
|
398 |
|
* Tue Feb 16 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.247-1 |
399 |
|
- Make sure devices configured by NM from iBFT have correct ifcfg (rvykydal) |
400 |
|
Resolves: rhbz#831002 |
401 |
|
Related: rhbz#831002 |
402 |
|
|
403 |
|
* Fri Feb 05 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.246-1 |
404 |
|
- Fix the problem of ppc img being too large (sbueno+anaconda) |
405 |
|
Resolves: rhbz#1303855 |
406 |
|
|
407 |
|
* Thu Jan 21 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.245-1 |
408 |
|
- Add support for vlan id in iBFT (rvykydal) |
409 |
|
Resolves: rhbz#831002 |
410 |
|
|
411 |
|
* Wed Jan 20 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.244-1 |
412 |
|
- Keep 'wipefs' in the installation environment (vpodzime) |
413 |
|
Resolves: rhbz#835865 |
414 |
|
- Handle hostname and dns setting properly in loader (sbueno+anaconda) |
415 |
|
Resolves: rhbz#1214266 |
416 |
|
- Addon repos should still be added to anaconda-ks.cfg. (clumens) |
417 |
|
Resolves: rhbz#1099178 |
418 |
|
- Only write defaultList of filtered kernel entries to /etc/zipl.conf |
419 |
|
(sbueno+anaconda) |
420 |
|
Resolves: rhbz#1256211 |
421 |
|
- Increase default loglevel of NetworkManager. (sbueno+anaconda) |
422 |
|
Resolves: rhbz#831777 |
423 |
|
- Increase default logging of yum. (sbueno+anaconda) |
424 |
|
Resolves: rhbz#831777 |
425 |
|
- Fix multipath UI representation (rmarshall) |
426 |
|
Resolves: rhbz#914637 |
427 |
|
Related: rhbz#1014425 |
428 |
|
- Refactor variable name (rmarshall) |
429 |
|
Related: rhbz#914637 |
430 |
|
Resolves: rhbz#914637 |
431 |
|
|
432 |
|
* Fri Jan 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.243-1 |
433 |
|
- Ignore MD RAID containers if all their devices are ignored (vpodzime) |
434 |
|
Resolves: rhbz#1120640 |
435 |
|
- Fix --noipv4 option in case of multiple ks network commands (rvykydal) |
436 |
|
Resolves: rhbz#1011595 |
437 |
|
Related: rhbz#1011595 |
438 |
|
- Fix regression in lvm snapshot detection. (dlehman) |
439 |
|
Resolves: rhbz#1295897 |
440 |
|
|
441 |
|
* Thu Jan 07 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.242-1 |
442 |
|
- Make iutil.execWithCallback honor root option. (sbueno+anaconda) |
443 |
|
Resolves: rhbz#883054 |
444 |
|
- Change parameter at ks.cfg for fcoe as --nic= (jkonecny) |
445 |
|
Resolves: rhbz#1225877 |
446 |
|
- Fix IPoIB interfaces are shown as Ethernet (jkonecny) |
447 |
|
Resolves: rhbz#1116633 |
448 |
|
- Add support for ipv6 to gateway boot option (rvykydal) |
449 |
|
Resolves: rhbz#1177984 |
450 |
|
- Create symlink for NM ibft plugin rather then relocate iscsiadm (rvykydal) |
451 |
|
Resolves: rhbz#831002 |
452 |
|
Related: rhbz#831002 |
453 |
|
- Fixed IndexError in cleardisks_gui.py (japokorn) |
454 |
|
Resolves: rhbz#1224413 |
455 |
|
- Fix layout of "Add FCoE SAN" dialog in text and rescue mode (rvykydal) |
456 |
|
Resolves: rhbz#1211931 |
457 |
|
Related: rhbz#1211931 |
458 |
|
- Fix crash on "Add FCoE SAN" in text and rescue (rvykydal) |
459 |
|
Resolves: rhbz#1211931 |
460 |
|
- network: add support for vlan over bond boot option (rvykydal) |
461 |
|
Resolves: rhbz#1011595 |
462 |
|
- fcoe: take into account vlan device names trimmed to IFNAMSIZ (rvykydal) |
463 |
|
Resolves: rhbz#1021067 |
464 |
|
- Add possibility to have /usr and /var parts on iscsi (jkonecny) |
465 |
|
Resolves: rhbz#856446 |
466 |
|
|
467 |
|
* Mon Dec 14 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.241-1 |
468 |
|
- Prevent duplicate kernel params being written in zipl.conf (sbueno+anaconda) |
469 |
|
Resolves: rhbz#1029505 |
470 |
|
- Skip kickstart sections in loader (bcl) |
471 |
|
Resolves: rhbz#1251300 |
472 |
|
- Always write splashimage to grub.cfg on UEFI (bcl) |
473 |
|
Resolves: rhbz#853844 |
474 |
|
- Install ca-bundle certs in the initrd (bcl) |
475 |
|
Resolves: rhbz#1259880 |
476 |
|
- zerombr propagates to anaconda-ks (japokorn) |
477 |
|
Resolves: rhbz#1246663 |
478 |
|
- network: include --nodefroute option in generated kickstart (rvykydal) |
479 |
|
Resolves: rhbz#1274686 |
480 |
|
- network: don't misconfigure /etc/sysconfig/network GATEWAY (rvykydal) |
481 |
|
Resolves: rhbz#1181290 |
482 |
|
- ibft: add support for vlan id (rvykydal) |
483 |
|
Resolves: rhbz#831002 |
484 |
|
Related: rhbz#831002 |
485 |
|
|
486 |
|
* Tue Dec 01 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.240-1 |
487 |
|
- Write --cdl clearpart option to /root/anaconda-ks.cfg (jstodola) |
488 |
|
Resolves: rhbz#1211559 |
489 |
|
- Fix dasdfmt progress bar. (sbueno+anaconda) |
490 |
|
Resolves: rhbz#1210450 |
491 |
|
|
492 |
|
* Tue Jun 30 2015 Brian C. Lane <bcl@redhat.com> - 13.21.239-1 |
493 |
|
- Align end sector in the appropriate direction for resize. (bcl) |
494 |
|
Resolves: rhbz#1236506 |
495 |
|
- Filter out free regions too small for alignment of partitions (bcl) |
496 |
|
Resolves: rhbz#1236506 |
497 |
|
|
498 |
|
* Fri Jun 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.238-1 |
499 |
|
- Include drbg module in the initrd. (sbueno+anaconda) |
500 |
|
Resolves: rhbz#1233088 |
501 |
|
|
502 |
|
* Thu Jun 11 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.237-1 |
503 |
|
- Fix scanning of non-leaf lvs. (dlehman) |
504 |
|
Resolves: rhbz#1213748 |
505 |
|
- Fix KeyError in devicetree. (sbueno+anaconda) |
506 |
|
Resolves: rhbz#1225469 |
507 |
|
- Fix partition alignment problems. (sbueno+anaconda) |
508 |
|
Resolves: rhbz#1209424 |
509 |
|
|
510 |
|
* Tue May 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.236-1 |
511 |
|
- Include lvm thinp utilities. (dlehman) |
512 |
|
Resolves: rhbz#1212735 |
513 |
|
- TypeError: argument must be string (jkonecny) |
514 |
|
Resolves: rhbz#1209414 |
515 |
|
|
516 |
|
* Thu May 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.235-1 |
517 |
|
- Don't remove pps_core from ppc64.img (sbueno+anaconda) |
518 |
|
Resolves: rhbz#1213417 |
519 |
|
- Check for FBA DASDs so we don't try to format them with dasdfmt. |
520 |
|
(sbueno+anaconda) |
521 |
|
Resolves: rhbz#1144979 |
522 |
|
- Include hyperv modules in mk-images (sbueno+anaconda) |
523 |
|
Resolves: rhbz#1132770 |
524 |
|
|
525 |
|
* Tue Apr 14 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.234-1 |
526 |
|
- Fix lvm detection broken with introduction of thinp support. (dlehman) |
527 |
|
Resolves: rhbz#1200832 |
528 |
|
Related: rhbz#1083459 |
529 |
|
- RHEL 6.6 Upgrade Fails from AttributeError on Multipath (rmarshall) |
530 |
|
Resolves: rhbz#1129499 |
531 |
|
- Drop hy.po Armenian translation (bcl) |
532 |
|
Resolves: rhbz#1205286 |
533 |
|
Related: rhbz#1205286 |
534 |
|
- Update translation documentation for Zanata (bcl) |
535 |
|
Resolves: rhbz#1205286 |
536 |
|
Related: rhbz#1205286 |
537 |
|
- Switch translation support to fedora.zanata.org (bcl) |
538 |
|
Resolves: rhbz#1205286 |
539 |
|
|
540 |
|
* Fri Mar 13 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.233-1 |
541 |
|
- Keep track of whether users should be prompted to format CDL dasds. |
542 |
|
(sbueno+anaconda) |
543 |
|
Resolves: rhbz#1164240 |
544 |
|
Related: rhbz#1164240 |
545 |
|
|
546 |
|
* Tue Mar 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.232-1 |
547 |
|
- Remove even more drivers for ppc64 32M limit (bcl) |
548 |
|
Resolves: rhbz#1198173 |
549 |
|
- Fix detection of unformatted and LDL DASDs. (sbueno+anaconda) |
550 |
|
Resolves: rhbz#1144979 |
551 |
|
- On interactive kickstart installs, still get the password from the ks file. |
552 |
|
(clumens) |
553 |
|
Resolves: rhbz#995531 |
554 |
|
- Enable sharing of the VNC server. (sbueno+anaconda) |
555 |
|
Resolves: rhbz#1168024 |
556 |
|
- RHEL6 Basic Video Driver Install to Windows2012 VM Fails (rmarshall) |
557 |
|
Resolves: rhbz#1083586 |
558 |
|
- dracut needs iscsi_firmware cmdline arg (bcl) |
559 |
|
Resolves: rhbz#1185792 |
560 |
|
- Exclude prelink package in FIPS mode (bcl) |
561 |
|
Resolves: rhbz#697938 |
562 |
|
- Handle NoneType Exception after deleting PPC partitions (rmarshall) |
563 |
|
Resolves: rhbz#1021445 |
564 |
|
- Bring support for nicdelay back using NM's GATEWAY_PING_TIMEOUT (rvykydal) |
565 |
|
Resolves: rhbz#979163 |
566 |
|
|
567 |
|
* Thu Feb 12 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.231-1 |
568 |
|
- Add support for lvm thin provisioning via ks custom storage. (dlehman) |
569 |
|
Resolves: rhbz#1083459 |
570 |
|
- Make sure new freebl libs are part of initrd. (sbueno+anaconda) |
571 |
|
Resolves: rhbz#1183134 |
572 |
|
- Prevent anaconda from crashing due to repeated calls to rpmReadConfigFiles. |
573 |
|
(sbueno) |
574 |
|
Resolves: rhbz#1021534 |
575 |
|
|
576 |
|
* Tue Feb 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.230-1 |
577 |
|
- Shrink the LV if the VG is out of space (bcl) |
578 |
|
Resolves: rhbz#1153376 |
579 |
|
- Only set GPT boot flag on ESP partition (bcl) |
580 |
|
Resolves: rhbz#1139606 |
581 |
|
- Add anaconda support for using clearpart --cdl option. (sbueno+anaconda) |
582 |
|
Resolves: rhbz#1164240 |
583 |
|
- Properly check and show warnings for LDL DASDs (sbueno+anaconda) |
584 |
|
Resolves: rhbz#1144979 |
585 |
|
- Add new freebl libraries (bcl) |
586 |
|
Resolves: rhbz#1182595 |
587 |
|
- Write new options to zipl.conf (sbueno+anaconda) |
588 |
|
Resolves: rhbz#1171053 |
589 |
|
- Detect and show a warning for LDL DASDs. (sbueno+anaconda) |
590 |
|
Resolves: rhbz#1144979 |
591 |
|
- Make EFI.bootDevice() return best device for several calling contexts |
592 |
|
(amulhern) |
593 |
|
Resolves: rhbz#1145812 |
594 |
|
|
595 |
|
* Mon Sep 08 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.229-1 |
596 |
|
- Revert "Use edd fcoe boot option instead of enumerating all ifaces" |
597 |
|
(rvykydal) |
598 |
|
Resolves: rhbz#1103920 |
599 |
|
|
600 |
|
* Fri Sep 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.228-1 |
601 |
|
- Prevent duplicate snapshot accounting. (dlehman) |
602 |
|
Related: rhbz#1043916 |
603 |
|
|
604 |
|
* Fri Aug 29 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.227-1 |
605 |
|
- Fix typo in previous patch "Correctly determine whether...". (dlehman) |
606 |
|
Related: rhbz#842920 |
607 |
|
|
608 |
|
* Mon Aug 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.226-1 |
609 |
|
- Let tmp use more than 250M when there is more RAM (bcl) |
610 |
|
Resolves: rhbz#1123791 |
611 |
|
- Move totalMemory into its own file (bcl) |
612 |
|
Related: rhbz#1123791 |
613 |
|
Resolves: rhbz#1123791 |
614 |
|
|
615 |
|
* Tue Aug 12 2014 Brian C. Lane <bcl@redhat.com> - 13.21.225-1 |
616 |
|
- Allow missing swap devices to be skipped during upgrade (dshea) |
617 |
|
Resolves: rhbz#1044716 |
618 |
|
- Don't force installation of authconfig, chkconfig, or system-config-firewall. |
619 |
|
(clumens) |
620 |
|
Resolves: rhbz#1123481 |
621 |
|
- Provide ways in kickstart to skip kernel and bootloader. (clumens) |
622 |
|
Related: rhbz#1123481 |
623 |
|
- Implement %packages --instLangs. (clumens) |
624 |
|
Related: rhbz#1123481 |
625 |
|
- Allow skipping installation of the core group, if asked for in kickstart. |
626 |
|
(clumens) |
627 |
|
Related: rhbz#1123481 |
628 |
|
- Fix ks fetching on nfs via vlan (sbueno+anaconda) |
629 |
|
Resolves: rhbz#1067857 |
630 |
|
- Fix traceback when rpm scriptlets fail during pkg install. (sbueno+anaconda) |
631 |
|
Resolves: rhbz#1122532 |
632 |
|
|
633 |
|
* Wed Jun 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.224-1 |
634 |
|
- Add shared-mime-info to the instroot (dshea) |
635 |
|
Resolves: rhbz#1110834 |
636 |
|
|
637 |
|
* Tue Jun 24 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.223-1 |
638 |
|
- Change pixbuf loaders path. (sbueno+anaconda) |
639 |
|
Resolves: rhbz#1110834 |
640 |
|
- Remove unnecessary drivers to contain the size of ppc64.img. |
641 |
|
(sbueno+anaconda) |
642 |
|
Resolves: rhbz#1112405 |
643 |
|
|
644 |
|
* Mon Jun 23 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.222-1 |
645 |
|
- Rm device from lvm reject filter if in action list. (sbueno+anaconda) |
646 |
|
Resolves: rhbz#885755 |
647 |
|
- The boot menu entry should contain the RHEL major release number (mkolman) |
648 |
|
Resolves: rhbz#1001960 |
649 |
|
|
650 |
|
* Wed Jun 18 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.221-1 |
651 |
|
- Add BuildRequires: gdk-pixbuf2-devel (sbueno+anaconda) |
652 |
|
Resolves: rhbz#1109298 |
653 |
|
- If kernel-kdump is installed, don't set it as the default kernel. |
654 |
|
(sbueno+anaconda) |
655 |
|
Resolves: rhbz#734121 |
656 |
|
- Close yum objects before running post scripts (bcl) |
657 |
|
Resolves: rhbz#1110148 |
658 |
|
- Catch custom partitioning problems on UEFI (bcl) |
659 |
|
Resolves: rhbz#991620 |
660 |
|
- Mark dracut-network for installation on mpath. (sbueno+anaconda) |
661 |
|
Resolves: rhbz#1007463 |
662 |
|
- Write --percent to kickstart output even if --grow was used (mkolman) |
663 |
|
Resolves: rhbz#1046320 |
664 |
|
|
665 |
|
* Fri Jun 13 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.220-1 |
666 |
|
- Fix wrong attribute name in swap ks line (bcl) |
667 |
|
Resolves: rhbz#1002924 |
668 |
|
Related: rhbz#1002924 |
669 |
|
- Look up MD arrays by MD UUID, not FS UUID. (dlehman) |
670 |
|
Related: rhbz#868182 |
671 |
|
- Remove snapshots as needed when removing LVs. (dlehman) |
672 |
|
Resolves: rhbz#1043916 |
673 |
|
- Let LVM determine alignment for PV data areas. (dlehman) |
674 |
|
Resolves: rhbz#962961 |
675 |
|
- Correctly determine whether any partitioning has been done. (dlehman) |
676 |
|
Resolves: rhbz#842920 |
677 |
|
- Fix handling of LUKS when using onpart. (dlehman) |
678 |
|
Resolves: rhbz#840890 |
679 |
|
|
680 |
|
* Thu Jun 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.219-1 |
681 |
|
- Fix typo from commit ed3caa7b (bcl) |
682 |
|
Related: rhbz#1039051 |
683 |
|
Resolves: rhbz#1039051 |
684 |
|
- Write fsoptions to anaconda-ks.cfg (bcl) |
685 |
|
Resolves: rhbz#1002924 |
686 |
|
- Add logging to bootloaderInfo (bcl) |
687 |
|
Resolves: rhbz#974996 |
688 |
|
|
689 |
|
* Wed Jun 04 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.218-1 |
690 |
|
- Fix rsyslogd calls to remove deprecated flag. (sbueno+anaconda) |
691 |
|
Resolves: rhbz#1104234 |
692 |
|
- Maintain original device order in identifyMultipaths (artur.paszkiewicz) |
693 |
|
Resolves: rhbz#868182 |
694 |
|
- network: add kickstart --domain (ifcfg DOMAIN) option (rvykydal) |
695 |
|
Resolves: rhbz#1039051 |
696 |
|
|
697 |
|
* Tue May 20 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.217-1 |
698 |
|
- Correct matching of md raid names containing special characters |
699 |
|
(artur.paszkiewicz) |
700 |
|
Resolves: rhbz#1096889 |
701 |
|
- network: hide (debug) confusing log message for ipv6.conf (rvykydal) |
702 |
|
Resolves: rhbz#1031481 |
703 |
|
- network: write bond options in generated kickstart (rvykydal) |
704 |
|
Resolves: rhbz#1009376 |
705 |
|
- network: fix --bondopts used in kickstart %pre section (rvykydal) |
706 |
|
Resolves: rhbz#1038001 |
707 |
|
- Add ping to initrd for NM's GATEWAY_PING_TIMEOUT / nicdelay (rvykydal) |
708 |
|
Related: rhbz#979163 |
709 |
|
Resolves: rhbz#979163 |
710 |
|
- Remove more drivers on ppc64 to reduce initrd size (bcl) |
711 |
|
Resolves: rhbz#1098486 |
712 |
|
|
713 |
|
* Mon May 12 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.216-1 |
714 |
|
- Add buildarch option to buildinstall (bcl) |
715 |
|
Related: rhbz#1087466 |
716 |
|
Resolves: rhbz#1087466 |
717 |
|
- Remove actions that try to remove non-existing devices (vpodzime) |
718 |
|
Resolves: rhbz#906807 |
719 |
|
- Rename dev_actions to prune_actions (vpodzime) |
720 |
|
Related: rhbz#906807 |
721 |
|
- Add dm-raid45 to initrd (mmatsuya) |
722 |
|
Resolves: rhbz#1056830 |
723 |
|
- Fix echo typo (bcl) |
724 |
|
Resolves: rhbz#969339 |
725 |
|
- Copy firmware updates to rootPath (bcl) |
726 |
|
Resolves: rhbz#1043372 |
727 |
|
- Skip comments in dmidecode output (bcl) |
728 |
|
Resolves: rhbz#1064701 |
729 |
|
- Replace hard-coded console device in generic.prm. (sbueno+anaconda) |
730 |
|
Resolves: rhbz#1081596 |
731 |
|
- Don't remove the .efi files from buildinstall (vpodzime) |
732 |
|
Resolves: rhbz#1076369 |
733 |
|
|
734 |
* Tue Oct 22 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.215-1 |
* Tue Oct 22 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.215-1 |
735 |
- Explicitly load dm-raid.ko for lvm raid segment types. (dlehman) |
- Explicitly load dm-raid.ko for lvm raid segment types. (dlehman) |