/[smeserver]/rpms/anaconda/sme9/anaconda.spec
ViewVC logotype

Diff of /rpms/anaconda/sme9/anaconda.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

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


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed