3 |
|
|
4 |
Summary: Graphical system installer |
Summary: Graphical system installer |
5 |
Name: anaconda |
Name: anaconda |
6 |
Version: 13.21.195 |
Version: 13.21.254 |
7 |
Release: 1%{?dist}.1 |
Release: 1%{?dist}.2 |
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 |
|
Patch10023: 0023-remove_empty_line_in_lang_table.patch |
43 |
|
|
44 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
45 |
|
|
51 |
%define intltoolver 0.31.2-3 |
%define intltoolver 0.31.2-3 |
52 |
%define libnlver 1.0 |
%define libnlver 1.0 |
53 |
%define libselinuxver 1.6 |
%define libselinuxver 1.6 |
54 |
%define pykickstartver 1.74.12 |
%define pykickstartver 1.74.18 |
55 |
%define rpmpythonver 4.2-0.61 |
%define rpmpythonver 4.2-0.61 |
56 |
%define slangver 2.0.6-2 |
%define slangver 2.0.6-2 |
57 |
%define yumver 2.9.2 |
%define yumver 2.9.2 |
60 |
%define syscfgdatever 1.9.48 |
%define syscfgdatever 1.9.48 |
61 |
%define pythonpyblockver 0.45-2 |
%define pythonpyblockver 0.45-2 |
62 |
%define e2fsver 1.41.0 |
%define e2fsver 1.41.0 |
63 |
%define nmver 1:0.7.1-3.git20090414 |
%define nmver 1:0.8.1-104 |
64 |
%define dbusver 1.2.3 |
%define dbusver 1.2.3 |
65 |
%define createrepover 0.4.7 |
%define createrepover 0.4.7 |
66 |
%define yumutilsver 1.1.11-3 |
%define yumutilsver 1.1.11-3 |
67 |
%define iscsiver 6.2.0.870-3 |
%define iscsiver 6.2.0.873-16 |
68 |
%define pythoncryptsetupver 0.0.6 |
%define pythoncryptsetupver 0.0.6 |
69 |
%define mehver 0.8 |
%define mehver 0.8 |
70 |
%define sckeyboardver 1.3.1 |
%define sckeyboardver 1.3.1 |
79 |
BuildRequires: elfutils-devel |
BuildRequires: elfutils-devel |
80 |
BuildRequires: gettext >= %{gettextver} |
BuildRequires: gettext >= %{gettextver} |
81 |
BuildRequires: gtk2-devel |
BuildRequires: gtk2-devel |
82 |
|
BuildRequires: gdk-pixbuf2-devel |
83 |
BuildRequires: intltool >= %{intltoolver} |
BuildRequires: intltool >= %{intltoolver} |
84 |
BuildRequires: isomd5sum-devel >= %{isomd5sumver} |
BuildRequires: isomd5sum-devel >= %{isomd5sumver} |
85 |
BuildRequires: libarchive-devel |
BuildRequires: libarchive-devel |
163 |
Requires: syslinux >= 3.73 |
Requires: syslinux >= 3.73 |
164 |
Requires: makebootfat |
Requires: makebootfat |
165 |
Requires: device-mapper |
Requires: device-mapper |
166 |
|
Requires: fcoe-utils >= %{fcoeutilsver} |
167 |
%endif |
%endif |
168 |
%ifarch s390 s390x |
%ifarch s390 s390x |
169 |
Requires: openssh |
Requires: openssh |
174 |
Requires: dhclient |
Requires: dhclient |
175 |
Requires: anaconda-yum-plugins |
Requires: anaconda-yum-plugins |
176 |
Requires: libselinux-python >= %{libselinuxver} |
Requires: libselinux-python >= %{libselinuxver} |
|
Requires: fcoe-utils >= %{fcoeutilsver} |
|
177 |
%ifarch %{sparc} |
%ifarch %{sparc} |
178 |
Requires: elftoaout piggyback |
Requires: elftoaout piggyback |
179 |
%endif |
%endif |
188 |
system. These files are of little use on an already installed system. |
system. These files are of little use on an already installed system. |
189 |
|
|
190 |
%prep |
%prep |
|
|
|
191 |
%setup -q |
%setup -q |
192 |
|
|
193 |
%patch1000 -p1 |
%patch1000 -p1 -b .1001 |
194 |
%patch1002 -p1 |
%patch1002 -p1 -b .1002 |
195 |
%patch1003 -p1 |
%patch1003 -p1 -b .1003 |
196 |
|
|
197 |
|
%patch10001 -p1 |
198 |
|
%patch10002 -p1 |
199 |
|
%patch10003 -p1 |
200 |
|
%patch10004 -p1 |
201 |
|
%patch10005 -p1 |
202 |
|
%patch10006 -p1 |
203 |
|
%patch10007 -p1 |
204 |
|
%patch10011 -p1 |
205 |
|
%patch10012 -p1 |
206 |
|
%patch10013 -p1 |
207 |
|
%patch10014 -p1 |
208 |
|
%patch10015 -p1 |
209 |
|
%patch10016 -p1 |
210 |
|
%patch10017 -p1 |
211 |
|
%patch10018 -p1 |
212 |
|
%patch10019 -p1 |
213 |
|
%patch10020 -p1 |
214 |
|
%patch10021 -p1 |
215 |
|
%patch10022 -p1 |
216 |
|
%patch10023 -p1 |
217 |
|
|
218 |
|
|
219 |
%build |
%build |
220 |
%configure --disable-static |
%configure --disable-static |
273 |
%endif |
%endif |
274 |
|
|
275 |
%changelog |
%changelog |
276 |
* Mon Feb 25 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.195.1.el6.centos.1 |
* Tue Mar 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13.21.254-1.sme.2 |
277 |
- Build for CentOS-6.4 |
- fix remove reference to SME 9.1 [SME: 10153] |
278 |
- Remove upstream branding from unsupported hardware report (#5863 kevbo) |
|
279 |
|
* Wed Jun 15 2016 Daniel Berteaud <<daniel@firewall-services.com> - 13.21.254-1.sme.1 |
280 |
|
- Rebase on upstream 13.21.254-1 [SME: 9535] |
281 |
|
|
282 |
|
* Tue May 10 2016 Johnny Hughes <johnny@centos.org> - 13.21.254-1 |
283 |
|
- CentOS Branding |
284 |
|
|
285 |
|
* Mon Apr 11 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.254-1 |
286 |
|
- Revert "Always write splashimage to grub.cfg on UEFI (bcl)" |
287 |
|
Related: rhbz#1325971 |
288 |
|
Resolves: rhbz#1325971 |
289 |
|
|
290 |
|
* Fri Apr 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.253-1 |
291 |
|
- Complete support for mesa-libEGL in upd-instroot (sbueno+anaconda) |
292 |
|
Resolves: rhbz#1316646 |
293 |
|
|
294 |
|
* Tue Mar 29 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.252-1 |
295 |
|
- Add mesa-libEGL to upd-instroot. (sbueno+anaconda) |
296 |
|
Resolves: rhbz#1316646 |
297 |
|
- Catch KeyError when checking for MD UUID in filter gui. (dlehman) |
298 |
|
Related: rhbz#1269872 |
299 |
|
Resolves: rhbz#1320545 |
300 |
|
- Activate also non-ibft devices requested by boot options (ksdevice) |
301 |
|
(rvykydal) |
302 |
|
Resolves: rhbz#1314806 |
303 |
|
|
304 |
|
* Tue Mar 22 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.251-1 |
305 |
|
- Adjust commit 74014d71 after recent reverts. (dlehman) |
306 |
|
Related: rhbz#1269872 |
307 |
|
- Revert "Refactor variable name (sbueno+anaconda)" |
308 |
|
Resolves: rhbz#1319697 |
309 |
|
- Revert "Fix multipath UI representation (sbueno+anaconda)" |
310 |
|
Resolves: rhbz#1319697 |
311 |
|
- Revert "Bios RAID traceback on Filter GUI (sbueno+anaconda)" |
312 |
|
Resolves: rhbz#1319697 |
313 |
|
- Add the /EFI directory to the boot.iso (bcl) |
314 |
|
Resolves: rhbz#1188876 |
315 |
|
- Clean up devicetree filtering of md containers. (dlehman) |
316 |
|
Related: rhbz#1120640 |
317 |
|
Related: rhbz#1269872 |
318 |
|
- Remove pyblock/dmraid remnants from md container handling. (dlehman) |
319 |
|
Related: rhbz#1269872 |
320 |
|
- Don't use pyblock/dmraid to get sizes of imsm/isw arrays. (dlehman) |
321 |
|
Resolves: rhbz#1269872 |
322 |
|
- Move mdadm.conf entry creation to a function. (dlehman) |
323 |
|
Related: rhbz#1269872 |
324 |
|
- network: disable NM for parent device of vlan configured in ibft (rvykydal) |
325 |
|
Resolves: rhbz#831002 |
326 |
|
- network: set ifname= for parent of vlan defined in ibft (rvykydal) |
327 |
|
Resolves: rhbz#831002 |
328 |
|
|
329 |
|
* Mon Mar 14 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.250-1 |
330 |
|
- Create ibft vlan ifcfg file in stage2 if needed (rvykydal) |
331 |
|
Resolves: rhbz#831002 |
332 |
|
|
333 |
|
* Tue Mar 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.249-1 |
334 |
|
- Bios RAID traceback on Filter GUI (rmarshall) |
335 |
|
Resolves: rhbz#1309069 |
336 |
|
- Don't ignore FW RAID containers if everything should be used (vpodzime) |
337 |
|
Related: rhbz#1120640 |
338 |
|
- Fix pki cert path in initrd (bcl) |
339 |
|
Resolves: rhbz#1259880 |
340 |
|
|
341 |
|
* Mon Feb 22 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.248-1 |
342 |
|
- Wait for all udev events to finish (jstodola) |
343 |
|
Resolves: rhbz#1309348 |
344 |
|
- Run restorecon on /etc/localtime to reset SElinux context. (sbueno+anaconda) |
345 |
|
Resolves: rhbz#1302290 |
346 |
|
|
347 |
|
* Tue Feb 16 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.247-1 |
348 |
|
- Make sure devices configured by NM from iBFT have correct ifcfg (rvykydal) |
349 |
|
Resolves: rhbz#831002 |
350 |
|
Related: rhbz#831002 |
351 |
|
|
352 |
|
* Fri Feb 05 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.246-1 |
353 |
|
- Fix the problem of ppc img being too large (sbueno+anaconda) |
354 |
|
Resolves: rhbz#1303855 |
355 |
|
|
356 |
|
* Thu Jan 21 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.245-1 |
357 |
|
- Add support for vlan id in iBFT (rvykydal) |
358 |
|
Resolves: rhbz#831002 |
359 |
|
|
360 |
|
* Wed Jan 20 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.244-1 |
361 |
|
- Keep 'wipefs' in the installation environment (vpodzime) |
362 |
|
Resolves: rhbz#835865 |
363 |
|
- Handle hostname and dns setting properly in loader (sbueno+anaconda) |
364 |
|
Resolves: rhbz#1214266 |
365 |
|
- Addon repos should still be added to anaconda-ks.cfg. (clumens) |
366 |
|
Resolves: rhbz#1099178 |
367 |
|
- Only write defaultList of filtered kernel entries to /etc/zipl.conf |
368 |
|
(sbueno+anaconda) |
369 |
|
Resolves: rhbz#1256211 |
370 |
|
- Increase default loglevel of NetworkManager. (sbueno+anaconda) |
371 |
|
Resolves: rhbz#831777 |
372 |
|
- Increase default logging of yum. (sbueno+anaconda) |
373 |
|
Resolves: rhbz#831777 |
374 |
|
- Fix multipath UI representation (rmarshall) |
375 |
|
Resolves: rhbz#914637 |
376 |
|
Related: rhbz#1014425 |
377 |
|
- Refactor variable name (rmarshall) |
378 |
|
Related: rhbz#914637 |
379 |
|
Resolves: rhbz#914637 |
380 |
|
|
381 |
|
* Fri Jan 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.243-1 |
382 |
|
- Ignore MD RAID containers if all their devices are ignored (vpodzime) |
383 |
|
Resolves: rhbz#1120640 |
384 |
|
- Fix --noipv4 option in case of multiple ks network commands (rvykydal) |
385 |
|
Resolves: rhbz#1011595 |
386 |
|
Related: rhbz#1011595 |
387 |
|
- Fix regression in lvm snapshot detection. (dlehman) |
388 |
|
Resolves: rhbz#1295897 |
389 |
|
|
390 |
|
* Thu Jan 07 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.242-1 |
391 |
|
- Make iutil.execWithCallback honor root option. (sbueno+anaconda) |
392 |
|
Resolves: rhbz#883054 |
393 |
|
- Change parameter at ks.cfg for fcoe as --nic= (jkonecny) |
394 |
|
Resolves: rhbz#1225877 |
395 |
|
- Fix IPoIB interfaces are shown as Ethernet (jkonecny) |
396 |
|
Resolves: rhbz#1116633 |
397 |
|
- Add support for ipv6 to gateway boot option (rvykydal) |
398 |
|
Resolves: rhbz#1177984 |
399 |
|
- Create symlink for NM ibft plugin rather then relocate iscsiadm (rvykydal) |
400 |
|
Resolves: rhbz#831002 |
401 |
|
Related: rhbz#831002 |
402 |
|
- Fixed IndexError in cleardisks_gui.py (japokorn) |
403 |
|
Resolves: rhbz#1224413 |
404 |
|
- Fix layout of "Add FCoE SAN" dialog in text and rescue mode (rvykydal) |
405 |
|
Resolves: rhbz#1211931 |
406 |
|
Related: rhbz#1211931 |
407 |
|
- Fix crash on "Add FCoE SAN" in text and rescue (rvykydal) |
408 |
|
Resolves: rhbz#1211931 |
409 |
|
- network: add support for vlan over bond boot option (rvykydal) |
410 |
|
Resolves: rhbz#1011595 |
411 |
|
- fcoe: take into account vlan device names trimmed to IFNAMSIZ (rvykydal) |
412 |
|
Resolves: rhbz#1021067 |
413 |
|
- Add possibility to have /usr and /var parts on iscsi (jkonecny) |
414 |
|
Resolves: rhbz#856446 |
415 |
|
|
416 |
|
* Mon Dec 14 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.241-1 |
417 |
|
- Prevent duplicate kernel params being written in zipl.conf (sbueno+anaconda) |
418 |
|
Resolves: rhbz#1029505 |
419 |
|
- Skip kickstart sections in loader (bcl) |
420 |
|
Resolves: rhbz#1251300 |
421 |
|
- Always write splashimage to grub.cfg on UEFI (bcl) |
422 |
|
Resolves: rhbz#853844 |
423 |
|
- Install ca-bundle certs in the initrd (bcl) |
424 |
|
Resolves: rhbz#1259880 |
425 |
|
- zerombr propagates to anaconda-ks (japokorn) |
426 |
|
Resolves: rhbz#1246663 |
427 |
|
- network: include --nodefroute option in generated kickstart (rvykydal) |
428 |
|
Resolves: rhbz#1274686 |
429 |
|
- network: don't misconfigure /etc/sysconfig/network GATEWAY (rvykydal) |
430 |
|
Resolves: rhbz#1181290 |
431 |
|
- ibft: add support for vlan id (rvykydal) |
432 |
|
Resolves: rhbz#831002 |
433 |
|
Related: rhbz#831002 |
434 |
|
|
435 |
|
* Tue Dec 01 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.240-1 |
436 |
|
- Write --cdl clearpart option to /root/anaconda-ks.cfg (jstodola) |
437 |
|
Resolves: rhbz#1211559 |
438 |
|
- Fix dasdfmt progress bar. (sbueno+anaconda) |
439 |
|
Resolves: rhbz#1210450 |
440 |
|
|
441 |
|
* Tue Jun 30 2015 Brian C. Lane <bcl@redhat.com> - 13.21.239-1 |
442 |
|
- Align end sector in the appropriate direction for resize. (bcl) |
443 |
|
Resolves: rhbz#1236506 |
444 |
|
- Filter out free regions too small for alignment of partitions (bcl) |
445 |
|
Resolves: rhbz#1236506 |
446 |
|
|
447 |
|
* Fri Jun 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.238-1 |
448 |
|
- Include drbg module in the initrd. (sbueno+anaconda) |
449 |
|
Resolves: rhbz#1233088 |
450 |
|
|
451 |
|
* Thu Jun 11 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.237-1 |
452 |
|
- Fix scanning of non-leaf lvs. (dlehman) |
453 |
|
Resolves: rhbz#1213748 |
454 |
|
- Fix KeyError in devicetree. (sbueno+anaconda) |
455 |
|
Resolves: rhbz#1225469 |
456 |
|
- Fix partition alignment problems. (sbueno+anaconda) |
457 |
|
Resolves: rhbz#1209424 |
458 |
|
|
459 |
|
* Tue May 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.236-1 |
460 |
|
- Include lvm thinp utilities. (dlehman) |
461 |
|
Resolves: rhbz#1212735 |
462 |
|
- TypeError: argument must be string (jkonecny) |
463 |
|
Resolves: rhbz#1209414 |
464 |
|
|
465 |
|
* Thu May 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.235-1 |
466 |
|
- Don't remove pps_core from ppc64.img (sbueno+anaconda) |
467 |
|
Resolves: rhbz#1213417 |
468 |
|
- Check for FBA DASDs so we don't try to format them with dasdfmt. |
469 |
|
(sbueno+anaconda) |
470 |
|
Resolves: rhbz#1144979 |
471 |
|
- Include hyperv modules in mk-images (sbueno+anaconda) |
472 |
|
Resolves: rhbz#1132770 |
473 |
|
|
474 |
|
* Tue Apr 14 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.234-1 |
475 |
|
- Fix lvm detection broken with introduction of thinp support. (dlehman) |
476 |
|
Resolves: rhbz#1200832 |
477 |
|
Related: rhbz#1083459 |
478 |
|
- RHEL 6.6 Upgrade Fails from AttributeError on Multipath (rmarshall) |
479 |
|
Resolves: rhbz#1129499 |
480 |
|
- Drop hy.po Armenian translation (bcl) |
481 |
|
Resolves: rhbz#1205286 |
482 |
|
Related: rhbz#1205286 |
483 |
|
- Update translation documentation for Zanata (bcl) |
484 |
|
Resolves: rhbz#1205286 |
485 |
|
Related: rhbz#1205286 |
486 |
|
- Switch translation support to fedora.zanata.org (bcl) |
487 |
|
Resolves: rhbz#1205286 |
488 |
|
|
489 |
|
* Fri Mar 13 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.233-1 |
490 |
|
- Keep track of whether users should be prompted to format CDL dasds. |
491 |
|
(sbueno+anaconda) |
492 |
|
Resolves: rhbz#1164240 |
493 |
|
Related: rhbz#1164240 |
494 |
|
|
495 |
|
* Tue Mar 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.232-1 |
496 |
|
- Remove even more drivers for ppc64 32M limit (bcl) |
497 |
|
Resolves: rhbz#1198173 |
498 |
|
- Fix detection of unformatted and LDL DASDs. (sbueno+anaconda) |
499 |
|
Resolves: rhbz#1144979 |
500 |
|
- On interactive kickstart installs, still get the password from the ks file. |
501 |
|
(clumens) |
502 |
|
Resolves: rhbz#995531 |
503 |
|
- Enable sharing of the VNC server. (sbueno+anaconda) |
504 |
|
Resolves: rhbz#1168024 |
505 |
|
- RHEL6 Basic Video Driver Install to Windows2012 VM Fails (rmarshall) |
506 |
|
Resolves: rhbz#1083586 |
507 |
|
- dracut needs iscsi_firmware cmdline arg (bcl) |
508 |
|
Resolves: rhbz#1185792 |
509 |
|
- Exclude prelink package in FIPS mode (bcl) |
510 |
|
Resolves: rhbz#697938 |
511 |
|
- Handle NoneType Exception after deleting PPC partitions (rmarshall) |
512 |
|
Resolves: rhbz#1021445 |
513 |
|
- Bring support for nicdelay back using NM's GATEWAY_PING_TIMEOUT (rvykydal) |
514 |
|
Resolves: rhbz#979163 |
515 |
|
|
516 |
|
* Thu Feb 12 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.231-1 |
517 |
|
- Add support for lvm thin provisioning via ks custom storage. (dlehman) |
518 |
|
Resolves: rhbz#1083459 |
519 |
|
- Make sure new freebl libs are part of initrd. (sbueno+anaconda) |
520 |
|
Resolves: rhbz#1183134 |
521 |
|
- Prevent anaconda from crashing due to repeated calls to rpmReadConfigFiles. |
522 |
|
(sbueno) |
523 |
|
Resolves: rhbz#1021534 |
524 |
|
|
525 |
|
* Tue Feb 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.230-1 |
526 |
|
- Shrink the LV if the VG is out of space (bcl) |
527 |
|
Resolves: rhbz#1153376 |
528 |
|
- Only set GPT boot flag on ESP partition (bcl) |
529 |
|
Resolves: rhbz#1139606 |
530 |
|
- Add anaconda support for using clearpart --cdl option. (sbueno+anaconda) |
531 |
|
Resolves: rhbz#1164240 |
532 |
|
- Properly check and show warnings for LDL DASDs (sbueno+anaconda) |
533 |
|
Resolves: rhbz#1144979 |
534 |
|
- Add new freebl libraries (bcl) |
535 |
|
Resolves: rhbz#1182595 |
536 |
|
- Write new options to zipl.conf (sbueno+anaconda) |
537 |
|
Resolves: rhbz#1171053 |
538 |
|
- Detect and show a warning for LDL DASDs. (sbueno+anaconda) |
539 |
|
Resolves: rhbz#1144979 |
540 |
|
- Make EFI.bootDevice() return best device for several calling contexts |
541 |
|
(amulhern) |
542 |
|
Resolves: rhbz#1145812 |
543 |
|
|
544 |
|
* Mon Sep 08 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.229-1 |
545 |
|
- Revert "Use edd fcoe boot option instead of enumerating all ifaces" |
546 |
|
(rvykydal) |
547 |
|
Resolves: rhbz#1103920 |
548 |
|
|
549 |
|
* Fri Sep 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.228-1 |
550 |
|
- Prevent duplicate snapshot accounting. (dlehman) |
551 |
|
Related: rhbz#1043916 |
552 |
|
|
553 |
|
* Fri Aug 29 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.227-1 |
554 |
|
- Fix typo in previous patch "Correctly determine whether...". (dlehman) |
555 |
|
Related: rhbz#842920 |
556 |
|
|
557 |
|
* Mon Aug 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.226-1 |
558 |
|
- Let tmp use more than 250M when there is more RAM (bcl) |
559 |
|
Resolves: rhbz#1123791 |
560 |
|
- Move totalMemory into its own file (bcl) |
561 |
|
Related: rhbz#1123791 |
562 |
|
Resolves: rhbz#1123791 |
563 |
|
|
564 |
|
* Tue Aug 12 2014 Brian C. Lane <bcl@redhat.com> - 13.21.225-1 |
565 |
|
- Allow missing swap devices to be skipped during upgrade (dshea) |
566 |
|
Resolves: rhbz#1044716 |
567 |
|
- Don't force installation of authconfig, chkconfig, or system-config-firewall. |
568 |
|
(clumens) |
569 |
|
Resolves: rhbz#1123481 |
570 |
|
- Provide ways in kickstart to skip kernel and bootloader. (clumens) |
571 |
|
Related: rhbz#1123481 |
572 |
|
- Implement %packages --instLangs. (clumens) |
573 |
|
Related: rhbz#1123481 |
574 |
|
- Allow skipping installation of the core group, if asked for in kickstart. |
575 |
|
(clumens) |
576 |
|
Related: rhbz#1123481 |
577 |
|
- Fix ks fetching on nfs via vlan (sbueno+anaconda) |
578 |
|
Resolves: rhbz#1067857 |
579 |
|
- Fix traceback when rpm scriptlets fail during pkg install. (sbueno+anaconda) |
580 |
|
Resolves: rhbz#1122532 |
581 |
|
|
582 |
|
* Wed Jun 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.224-1 |
583 |
|
- Add shared-mime-info to the instroot (dshea) |
584 |
|
Resolves: rhbz#1110834 |
585 |
|
|
586 |
|
* Tue Jun 24 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.223-1 |
587 |
|
- Change pixbuf loaders path. (sbueno+anaconda) |
588 |
|
Resolves: rhbz#1110834 |
589 |
|
- Remove unnecessary drivers to contain the size of ppc64.img. |
590 |
|
(sbueno+anaconda) |
591 |
|
Resolves: rhbz#1112405 |
592 |
|
|
593 |
|
* Mon Jun 23 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.222-1 |
594 |
|
- Rm device from lvm reject filter if in action list. (sbueno+anaconda) |
595 |
|
Resolves: rhbz#885755 |
596 |
|
- The boot menu entry should contain the RHEL major release number (mkolman) |
597 |
|
Resolves: rhbz#1001960 |
598 |
|
|
599 |
|
* Wed Jun 18 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.221-1 |
600 |
|
- Add BuildRequires: gdk-pixbuf2-devel (sbueno+anaconda) |
601 |
|
Resolves: rhbz#1109298 |
602 |
|
- If kernel-kdump is installed, don't set it as the default kernel. |
603 |
|
(sbueno+anaconda) |
604 |
|
Resolves: rhbz#734121 |
605 |
|
- Close yum objects before running post scripts (bcl) |
606 |
|
Resolves: rhbz#1110148 |
607 |
|
- Catch custom partitioning problems on UEFI (bcl) |
608 |
|
Resolves: rhbz#991620 |
609 |
|
- Mark dracut-network for installation on mpath. (sbueno+anaconda) |
610 |
|
Resolves: rhbz#1007463 |
611 |
|
- Write --percent to kickstart output even if --grow was used (mkolman) |
612 |
|
Resolves: rhbz#1046320 |
613 |
|
|
614 |
|
* Fri Jun 13 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.220-1 |
615 |
|
- Fix wrong attribute name in swap ks line (bcl) |
616 |
|
Resolves: rhbz#1002924 |
617 |
|
Related: rhbz#1002924 |
618 |
|
- Look up MD arrays by MD UUID, not FS UUID. (dlehman) |
619 |
|
Related: rhbz#868182 |
620 |
|
- Remove snapshots as needed when removing LVs. (dlehman) |
621 |
|
Resolves: rhbz#1043916 |
622 |
|
- Let LVM determine alignment for PV data areas. (dlehman) |
623 |
|
Resolves: rhbz#962961 |
624 |
|
- Correctly determine whether any partitioning has been done. (dlehman) |
625 |
|
Resolves: rhbz#842920 |
626 |
|
- Fix handling of LUKS when using onpart. (dlehman) |
627 |
|
Resolves: rhbz#840890 |
628 |
|
|
629 |
|
* Thu Jun 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.219-1 |
630 |
|
- Fix typo from commit ed3caa7b (bcl) |
631 |
|
Related: rhbz#1039051 |
632 |
|
Resolves: rhbz#1039051 |
633 |
|
- Write fsoptions to anaconda-ks.cfg (bcl) |
634 |
|
Resolves: rhbz#1002924 |
635 |
|
- Add logging to bootloaderInfo (bcl) |
636 |
|
Resolves: rhbz#974996 |
637 |
|
|
638 |
|
* Wed Jun 04 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.218-1 |
639 |
|
- Fix rsyslogd calls to remove deprecated flag. (sbueno+anaconda) |
640 |
|
Resolves: rhbz#1104234 |
641 |
|
- Maintain original device order in identifyMultipaths (artur.paszkiewicz) |
642 |
|
Resolves: rhbz#868182 |
643 |
|
- network: add kickstart --domain (ifcfg DOMAIN) option (rvykydal) |
644 |
|
Resolves: rhbz#1039051 |
645 |
|
|
646 |
|
* Tue May 20 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.217-1 |
647 |
|
- Correct matching of md raid names containing special characters |
648 |
|
(artur.paszkiewicz) |
649 |
|
Resolves: rhbz#1096889 |
650 |
|
- network: hide (debug) confusing log message for ipv6.conf (rvykydal) |
651 |
|
Resolves: rhbz#1031481 |
652 |
|
- network: write bond options in generated kickstart (rvykydal) |
653 |
|
Resolves: rhbz#1009376 |
654 |
|
- network: fix --bondopts used in kickstart %pre section (rvykydal) |
655 |
|
Resolves: rhbz#1038001 |
656 |
|
- Add ping to initrd for NM's GATEWAY_PING_TIMEOUT / nicdelay (rvykydal) |
657 |
|
Related: rhbz#979163 |
658 |
|
Resolves: rhbz#979163 |
659 |
|
- Remove more drivers on ppc64 to reduce initrd size (bcl) |
660 |
|
Resolves: rhbz#1098486 |
661 |
|
|
662 |
|
* Mon May 12 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.216-1 |
663 |
|
- Add buildarch option to buildinstall (bcl) |
664 |
|
Related: rhbz#1087466 |
665 |
|
Resolves: rhbz#1087466 |
666 |
|
- Remove actions that try to remove non-existing devices (vpodzime) |
667 |
|
Resolves: rhbz#906807 |
668 |
|
- Rename dev_actions to prune_actions (vpodzime) |
669 |
|
Related: rhbz#906807 |
670 |
|
- Add dm-raid45 to initrd (mmatsuya) |
671 |
|
Resolves: rhbz#1056830 |
672 |
|
- Fix echo typo (bcl) |
673 |
|
Resolves: rhbz#969339 |
674 |
|
- Copy firmware updates to rootPath (bcl) |
675 |
|
Resolves: rhbz#1043372 |
676 |
|
- Skip comments in dmidecode output (bcl) |
677 |
|
Resolves: rhbz#1064701 |
678 |
|
- Replace hard-coded console device in generic.prm. (sbueno+anaconda) |
679 |
|
Resolves: rhbz#1081596 |
680 |
|
- Don't remove the .efi files from buildinstall (vpodzime) |
681 |
|
Resolves: rhbz#1076369 |
682 |
|
|
683 |
|
* Tue Oct 22 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.215-1 |
684 |
|
- Explicitly load dm-raid.ko for lvm raid segment types. (dlehman) |
685 |
|
Resolves: rhbz#873281 |
686 |
|
|
687 |
|
* Mon Oct 21 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.214-1 |
688 |
|
- Don't traceback due to unpartitioned devices (mkolman) |
689 |
|
Resolves: rhbz#1007683 |
690 |
|
|
691 |
|
* Wed Oct 16 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.213-1 |
692 |
|
- Remove manual call to recreate initrd if installing on iSCSI. |
693 |
|
(sbueno+anaconda) |
694 |
|
Resolves: rhbz#1007884 |
695 |
|
- Some devices may not be present during kickstart parse, so when there is no |
696 |
|
match revert to previous behavior and just use the name as-is. (bcl) |
697 |
|
Resolves: rhbz#1014658 |
698 |
|
|
699 |
|
* Tue Oct 15 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.212-1 |
700 |
|
- Fix getDiskPart for nvme devices (vpavlin) |
701 |
|
Resolves: rhbz#1018703 |
702 |
|
- fcoe: rise fipvlan timeout to 100 (rvykydal) |
703 |
|
Resolves: rhbz#1009691 |
704 |
|
- Revert "Check if disklabel is set (mkolman)" |
705 |
|
Resolves: rhbz#1007683 |
706 |
|
- Check if disklabel is set (mkolman) |
707 |
|
Resolves: rhbz#1007683 |
708 |
|
|
709 |
|
* Wed Oct 09 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.211-1 |
710 |
|
- Do not limit swap size to 10 % of disk space for hibernation (vpodzime) |
711 |
|
Resolves: rhbz#1003844 |
712 |
|
- Fix the display of multipath devices (dshea) |
713 |
|
Related: rhbz#914637 |
714 |
|
Resolves: rhbz#1007641 |
715 |
|
- Fix traceback in s390x bootloader code. (sbueno+anaconda) |
716 |
|
Resolves: rhbz#1017068 |
717 |
|
- Support bonding in %pre section (rvykydal) |
718 |
|
Resolves: rhbz#971961 |
719 |
|
|
720 |
|
* Mon Oct 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.210-1 |
721 |
|
- Fix bootloader issues on s390x. (sbueno+anaconda) |
722 |
|
Resolves: rhbz#1008941 |
723 |
|
Resolves: rhbz#875644 |
724 |
|
Resolves: rhbz#894050 |
725 |
|
|
726 |
|
* Fri Oct 04 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.209-1 |
727 |
|
- Forced removal of some kernel modules in the ppc64 ramdisk (dcantrell) |
728 |
|
Resolves: rhbz#1014719 |
729 |
|
- Add some more safety checks for the initrd.img size check on ppc64. |
730 |
|
(dcantrell) |
731 |
|
Related: rhbz#1014719 |
732 |
|
|
733 |
|
* Thu Oct 03 2013 David Cantrell <dcantrell@redhat.com> - 13.21.208-1 |
734 |
|
- Catch BUILDARCH set to 'ppc' or 'ppc64' when trimming down the image. |
735 |
|
(dcantrell) |
736 |
|
Related: rhbz#1014719 |
737 |
|
- Move and fix the ppc64 image size check (dshea) |
738 |
|
Resolves: rhbz#1014719 |
739 |
|
- Whitespace changes for mk-images.ppc (dshea) |
740 |
|
Related: rhbz#1014719 |
741 |
|
|
742 |
|
* Thu Sep 26 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.207-1 |
743 |
|
- Remove firmware from the boot image that does not apply to ppc64 (dcantrell) |
744 |
|
Resolves: rhbz#1006043 |
745 |
|
- fcoe: adapt bnx2fc detection to changed sysfs path structure (rvykydal) |
746 |
|
Resolves: rhbz#1008731 |
747 |
|
- Do not select FS packages over and over (vpodzime) |
748 |
|
Resolves: rhbz#994504 |
749 |
|
- Check size of images/netboot/ppc64.img to see if it's larger than 32M. |
750 |
|
(dcantrell) |
751 |
|
Related: rhbz#1006043 |
752 |
|
|
753 |
|
* Fri Sep 13 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.206-1 |
754 |
|
- Fix traceback occurring in ppc bootloader code. (sbueno+anaconda) |
755 |
|
Related: rhbz#877852 |
756 |
|
Resolves: rhbz#1007724 |
757 |
|
|
758 |
|
* Wed Sep 11 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.205-1 |
759 |
|
- PPC: strengthen PReP-picking algorithm (wwoods) |
760 |
|
Resolves: rhbz#877852 |
761 |
|
- Drop support for ssh protocol version 1 (bcl) |
762 |
|
Resolves: rhbz#1004752 |
763 |
|
|
764 |
|
* Tue Aug 20 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.204-1 |
765 |
|
- Don't require fcoe-utils if we're on s390. (sbueno+anaconda) |
766 |
|
Resolves: rhbz#998486 |
767 |
|
|
768 |
|
* Wed Aug 14 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.203-1 |
769 |
|
- Update spec file to require new pykickstart. (sbueno+anaconda) |
770 |
|
Related: rhbz#886010 |
771 |
|
- Revert "Don't filter partitions on mpath devices in lvm (sbueno+anaconda)" |
772 |
|
Resolves: rhbz#996595 |
773 |
|
Related: rhbz#885755 |
774 |
|
- Fix bootloader upgrades if using zIPL. (sbueno+anaconda) |
775 |
|
Resolves: rhbz#894050 |
776 |
|
- Fix issue where extra mpath entries wrongly shown in UI. (sbueno+anaconda) |
777 |
|
Resolves: rhbz#914637 |
778 |
|
- Show warning msg if re-using a partition without formatting. |
779 |
|
(sbueno+anaconda) |
780 |
|
Resolves: rhbz#886020 |
781 |
|
|
782 |
|
* Mon Aug 12 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.202-1 |
783 |
|
- Add support for preexisting lvm using raid segment types. (dlehman) |
784 |
|
Resolves: rhbz#873281 |
785 |
|
- Add a bit of padding for metadata in new md size estimates. (dlehman) |
786 |
|
Resolves: rhbz#895982 |
787 |
|
- Expand warning text for package install issues. (sbueno+anaconda) |
788 |
|
Resolves: rhbz#895098 |
789 |
|
- Don't filter partitions on mpath devices in lvm (sbueno+anaconda) |
790 |
|
Resolves: rhbz#885755 |
791 |
|
- Move "nousbstorage" and "nousb" handling into init.c. (clumens) |
792 |
|
Resolves: rhbz#947704 |
793 |
|
|
794 |
|
* Wed Aug 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.201-1 |
795 |
|
- Ensure x86 /boot is on a partition < 2TB (dshea) |
796 |
|
Resolves: rhbz#915666 |
797 |
|
- Fix bootloader device detection on ks upgrades for s390x (sbueno+anaconda) |
798 |
|
Resolves: rhbz#875644 |
799 |
|
|
800 |
|
* Tue Aug 06 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.200-1 |
801 |
|
- discinfo isn't needed for rescue (bcl) |
802 |
|
Resolves: rhbz#859569 |
803 |
|
|
804 |
|
* Fri Aug 02 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.199-1 |
805 |
|
- Fix issue where installation hangs in linuxrc.s390. (sbueno+anaconda) |
806 |
|
Resolves: rhbz#949409 |
807 |
|
- Pass mountopts to swap options (bcl) |
808 |
|
Resolves: rhbz#857517 |
809 |
|
- Enable the AMD IOMMU driver if tboot is installed. (dshea) |
810 |
|
Resolves: rhbz#928144 |
811 |
|
- Fix crash in handling of PReP Boot partitions (dshea) |
812 |
|
Resolves: rhbz#881005 |
813 |
|
|
814 |
|
* Wed Jul 24 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.198-1 |
815 |
|
- Use the active window as parent for new dialogs (dshea) |
816 |
|
Resolves: rhbz#888292 |
817 |
|
- Add kickstart network --ipv6gateway option (rvykydal) |
818 |
|
Resolves: rhbz#905227 |
819 |
|
- Limit the maximum swap size to 10 % of disk space (vpodzime) |
820 |
|
Resolves: rhbz#878907 |
821 |
|
Related: rhbz#879232 |
822 |
|
- Don't kill FCoE vlan connections when configuring network in UI (rvykydal) |
823 |
|
Resolves: rhbz#882452 |
824 |
|
- Use correct error message when running out of partition slots (mkolman) |
825 |
|
Resolves: rhbz#859420 |
826 |
|
|
827 |
|
* Wed Jul 17 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.197-1 |
828 |
|
- Check if selected repos have the core package group (mkolman) |
829 |
|
Resolves: rhbz#901515 |
830 |
|
- Use install tree from repo=hd (bcl) |
831 |
|
Resolves: rhbz#818233 |
832 |
|
- Allow /dev/disk/by-* in bootloader --driveorder (bcl) |
833 |
|
Resolves: rhbz#890095 |
834 |
|
|
835 |
|
* Wed Jul 10 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.196-1 |
836 |
|
- Only pass exclusiveDisks for autopart (bcl) |
837 |
|
Resolves: rhbz#852523 |
838 |
|
- Use standard losetup utility to get a free loop device (vpodzime) |
839 |
|
Resolves: rhbz#846336 |
840 |
|
- Write directly to /etc/sysconfig/network so that inotify works (rvykydal) |
841 |
|
Resolves: rhbz#845572 |
842 |
|
- Fix spelling errors in the About LVM dialog (vpodzime) |
843 |
|
Resolves: rhbz#851284 |
844 |
|
- Set proper SELinux context of /etc/multipath. (sbueno+anaconda) |
845 |
|
Resolves: rhbz#919409 |
846 |
|
- Fix max supported size for XFS partitions. (sbueno+anaconda) |
847 |
|
Resolves: rhbz#880577 |
848 |
|
- Filter out /dev/sr* from list-harddrives (bcl) |
849 |
|
Resolves: rhbz#847600 |
850 |
|
- Show ks LVM DeviceErrors in the UI (bcl) |
851 |
|
Resolves: rhbz#880625 |
852 |
|
- Send host-name to dhcp server in installer for dhcp + hostname (rvykydal) |
853 |
|
Resolves: rhbz#917815 |
854 |
|
- Use edd fcoe boot option instead of enumerating all ifaces (rvykydal) |
855 |
|
Resolves: rhbz#909463 |
856 |
|
- Don't write vlan kickstart configuration to parent device ifcfg file |
857 |
|
(mmatsuya) |
858 |
|
Resolves: rhbz#903689 |
859 |
|
- Fix --vlanid option in generated kickstart file (rvykydal) |
860 |
|
Resolves: rhbz#921609 |
861 |
|
|
862 |
* 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 |
863 |
- Disconnect active slaves before activating bond (rvykydal) |
- Disconnect active slaves before activating bond (rvykydal) |