/[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.20 by vip-ire, Mon Mar 30 09:17:13 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.229
7  Release: 1%{?dist}.1  Release: 1%{?dist}.3
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-include_missing_freeblpriv3_so.patch
43    
44    
45  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
46    
# Line 31  BuildRoot: %{_tmppath}/%{name}-%{version Line 52  BuildRoot: %{_tmppath}/%{name}-%{version
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.12  %define pykickstartver 1.74.15
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
# Line 59  BuildRequires: e2fsprogs-devel >= %{e2fs Line 80  BuildRequires: e2fsprogs-devel >= %{e2fs
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
# Line 142  Requires: genisoimage >= %{genisoimageve Line 164  Requires: genisoimage >= %{genisoimageve
164  Requires: syslinux >= 3.73  Requires: syslinux >= 3.73
165  Requires: makebootfat  Requires: makebootfat
166  Requires: device-mapper  Requires: device-mapper
167    Requires: fcoe-utils >= %{fcoeutilsver}
168  %endif  %endif
169  %ifarch s390 s390x  %ifarch s390 s390x
170  Requires: openssh  Requires: openssh
# Line 152  Requires: NetworkManager >= %{nmver} Line 175  Requires: NetworkManager >= %{nmver}
175  Requires: dhclient  Requires: dhclient
176  Requires: anaconda-yum-plugins  Requires: anaconda-yum-plugins
177  Requires: libselinux-python >= %{libselinuxver}  Requires: libselinux-python >= %{libselinuxver}
 Requires: fcoe-utils >= %{fcoeutilsver}  
178  %ifarch %{sparc}  %ifarch %{sparc}
179  Requires: elftoaout piggyback  Requires: elftoaout piggyback
180  %endif  %endif
# Line 167  The anaconda package contains the progra Line 189  The anaconda package contains the progra
189  system.  These files are of little use on an already installed system.  system.  These files are of little use on an already installed system.
190    
191  %prep  %prep
   
192  %setup -q  %setup -q
193    
194  %patch1000 -p1  %patch1000 -p1
195  %patch1002 -p1  %patch1002 -p1
196  %patch1003 -p1  %patch1003 -p1
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
221  %{__make} %{?_smp_mflags}  %{__make} %{?_smp_mflags}
# Line 231  update-desktop-database &> /dev/null || Line 273  update-desktop-database &> /dev/null ||
273  %endif  %endif
274    
275  %changelog  %changelog
276  * Mon Feb 25 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.195.1.el6.centos.1  * Mon Mar 30 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.229-1.el6.sme.3
277  - Build for CentOS-6.4  - Update text when trying to update an older SME [SME: 8761]
278  - Remove upstream branding from unsupported hardware report (#5863 kevbo)  
279    * Fri Mar 27 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.229-1.el6.sme.2
280    - Include missing libfreeblpriv3.so in install.img [SME: 8884]
281    
282    * Fri Mar 27 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.229-1.el6.sme.1
283    - Reapply SME patches after rebase to 13.21.229 [SME: 8761]
284    
285    * Wed Oct 15 2014 Johnny Hughes <johnny@centos.org> - 13.21.229-1.el6.centos
286    - Rebase to CentOS-6.6
287    
288    * Mon Sep 08 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.229-1
289    - Revert "Use edd fcoe boot option instead of enumerating all ifaces"
290      (rvykydal)
291      Resolves: rhbz#1103920
292    
293    * Fri Sep 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.228-1
294    - Prevent duplicate snapshot accounting. (dlehman)
295      Related: rhbz#1043916
296    
297    * Fri Aug 29 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.227-1
298    - Fix typo in previous patch "Correctly determine whether...". (dlehman)
299      Related: rhbz#842920
300    
301    * Mon Aug 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.226-1
302    - Let tmp use more than 250M when there is more RAM (bcl)
303      Resolves: rhbz#1123791
304    - Move totalMemory into its own file (bcl)
305      Related: rhbz#1123791
306      Resolves: rhbz#1123791
307    
308    * Tue Aug 12 2014 Brian C. Lane <bcl@redhat.com> - 13.21.225-1
309    - Allow missing swap devices to be skipped during upgrade (dshea)
310      Resolves: rhbz#1044716
311    - Don't force installation of authconfig, chkconfig, or system-config-firewall.
312      (clumens)
313      Resolves: rhbz#1123481
314    - Provide ways in kickstart to skip kernel and bootloader. (clumens)
315      Related: rhbz#1123481
316    - Implement %packages --instLangs. (clumens)
317      Related: rhbz#1123481
318    - Allow skipping installation of the core group, if asked for in kickstart.
319      (clumens)
320      Related: rhbz#1123481
321    - Fix ks fetching on nfs via vlan (sbueno+anaconda)
322      Resolves: rhbz#1067857
323    - Fix traceback when rpm scriptlets fail during pkg install. (sbueno+anaconda)
324      Resolves: rhbz#1122532
325    
326    * Wed Jun 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.224-1
327    - Add shared-mime-info to the instroot (dshea)
328      Resolves: rhbz#1110834
329    
330    * Tue Jun 24 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.223-1
331    - Change pixbuf loaders path. (sbueno+anaconda)
332      Resolves: rhbz#1110834
333    - Remove unnecessary drivers to contain the size of ppc64.img.
334      (sbueno+anaconda)
335      Resolves: rhbz#1112405
336    
337    * Mon Jun 23 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.222-1
338    - Rm device from lvm reject filter if in action list. (sbueno+anaconda)
339      Resolves: rhbz#885755
340    - The boot menu entry should contain the RHEL major release number (mkolman)
341      Resolves: rhbz#1001960
342    
343    * Wed Jun 18 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.221-1
344    - Add BuildRequires: gdk-pixbuf2-devel (sbueno+anaconda)
345      Resolves: rhbz#1109298
346    - If kernel-kdump is installed, don't set it as the default kernel.
347      (sbueno+anaconda)
348      Resolves: rhbz#734121
349    - Close yum objects before running post scripts (bcl)
350      Resolves: rhbz#1110148
351    - Catch custom partitioning problems on UEFI (bcl)
352      Resolves: rhbz#991620
353    - Mark dracut-network for installation on mpath. (sbueno+anaconda)
354      Resolves: rhbz#1007463
355    - Write --percent to kickstart output even if --grow was used (mkolman)
356      Resolves: rhbz#1046320
357    
358    * Fri Jun 13 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.220-1
359    - Fix wrong attribute name in swap ks line (bcl)
360      Resolves: rhbz#1002924
361      Related: rhbz#1002924
362    - Look up MD arrays by MD UUID, not FS UUID. (dlehman)
363      Related: rhbz#868182
364    - Remove snapshots as needed when removing LVs. (dlehman)
365      Resolves: rhbz#1043916
366    - Let LVM determine alignment for PV data areas. (dlehman)
367      Resolves: rhbz#962961
368    - Correctly determine whether any partitioning has been done. (dlehman)
369      Resolves: rhbz#842920
370    - Fix handling of LUKS when using onpart. (dlehman)
371      Resolves: rhbz#840890
372    
373    * Thu Jun 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.219-1
374    - Fix typo from commit ed3caa7b (bcl)
375      Related: rhbz#1039051
376      Resolves: rhbz#1039051
377    - Write fsoptions to anaconda-ks.cfg (bcl)
378      Resolves: rhbz#1002924
379    - Add logging to bootloaderInfo (bcl)
380      Resolves: rhbz#974996
381    
382    * Wed Jun 04 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.218-1
383    - Fix rsyslogd calls to remove deprecated flag. (sbueno+anaconda)
384      Resolves: rhbz#1104234
385    - Maintain original device order in identifyMultipaths (artur.paszkiewicz)
386      Resolves: rhbz#868182
387    - network: add kickstart --domain (ifcfg DOMAIN) option (rvykydal)
388      Resolves: rhbz#1039051
389    
390    * Tue May 20 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.217-1
391    - Correct matching of md raid names containing special characters
392      (artur.paszkiewicz)
393      Resolves: rhbz#1096889
394    - network: hide (debug) confusing log message for ipv6.conf (rvykydal)
395      Resolves: rhbz#1031481
396    - network: write bond options in generated kickstart (rvykydal)
397      Resolves: rhbz#1009376
398    - network: fix --bondopts used in kickstart %pre section (rvykydal)
399      Resolves: rhbz#1038001
400    - Add ping to initrd for NM's GATEWAY_PING_TIMEOUT / nicdelay (rvykydal)
401      Related: rhbz#979163
402      Resolves: rhbz#979163
403    - Remove more drivers on ppc64 to reduce initrd size (bcl)
404      Resolves: rhbz#1098486
405    
406    * Mon May 12 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.216-1
407    - Add buildarch option to buildinstall (bcl)
408      Related: rhbz#1087466
409      Resolves: rhbz#1087466
410    - Remove actions that try to remove non-existing devices (vpodzime)
411      Resolves: rhbz#906807
412    - Rename dev_actions to prune_actions (vpodzime)
413      Related: rhbz#906807
414    - Add dm-raid45 to initrd (mmatsuya)
415      Resolves: rhbz#1056830
416    - Fix echo typo (bcl)
417      Resolves: rhbz#969339
418    - Copy firmware updates to rootPath (bcl)
419      Resolves: rhbz#1043372
420    - Skip comments in dmidecode output (bcl)
421      Resolves: rhbz#1064701
422    - Replace hard-coded console device in generic.prm. (sbueno+anaconda)
423      Resolves: rhbz#1081596
424    - Don't remove the .efi files from buildinstall (vpodzime)
425      Resolves: rhbz#1076369
426    
427    * Fri Apr 18 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.12
428    - Modify installer language search path [SME: 8231]
429    
430    * Wed Apr 16 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.11
431    - Add more support for "raid=N" [SME: 7529]
432    
433    * Sat Mar 29 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.10
434    - Prevent upgrades from too old versions [SME: 8038]
435    - Also modify whitespace in textw/upgrade_text.py
436    
437    * Sun Mar 23 2014 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.9
438    - Add support for "raid=N" [SME: 7529]
439    
440    * Wed Mar 19 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.8
441    - Patches for headless install [SME: 8226]
442    
443    * Tue Mar 18 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.7
444    - Automatically upgrade bootloader if necessary [SME: 8223]
445    - Installer shows warning about "too old version" [SME: 8038]
446    
447    * Mon Mar 17 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.6
448    - Make boot loader use SME labels [SME: 8229]
449    
450    * Sat Feb 22 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.5
451    - Limit languages to those supported by SME [SME: 8231]
452    
453    * Sat Feb 22 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.4
454    - Port missing part of architecture check patch from SME 8 [SME: 8083]
455    - Remove 0008-StorageActivationFail.patch as no longer needed [SME: 8066]
456    
457    * Fri Jan  3 2014 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.3
458    - Fix references to Mitel in architecture check patch. [SME: 8083]
459    
460    * Sun Dec 15 2013 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.2
461    - Stop anaconda from attempting to "upgrade" from 32bit to 64bit, or from 64bit to
462      32bit. Adjust SME specific patches to have zero offset to avoid .py.orig files.
463      [SME: 8083]
464    
465    * Sun Dec 15 2013 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.1
466    - Apply SME Server specific patches [SME: 8066]
467    
468    * Sat Dec 14 2013 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme
469    - Update SME9 to 13.21.215-1 [SME: 8066]
470    
471    * Wed Nov 27 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.215-1.el6.centos
472    - Rebase to CentOS-6.5
473    
474    * Tue Oct 22 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.215-1
475    - Explicitly load dm-raid.ko for lvm raid segment types. (dlehman)
476      Resolves: rhbz#873281
477    
478    * Mon Oct 21 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.214-1
479    - Don't traceback due to unpartitioned devices (mkolman)
480      Resolves: rhbz#1007683
481    
482    * Wed Oct 16 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.213-1
483    - Remove manual call to recreate initrd if installing on iSCSI.
484      (sbueno+anaconda)
485      Resolves: rhbz#1007884
486    - Some devices may not be present during kickstart parse, so when there is no
487      match revert to previous behavior and just use the name as-is. (bcl)
488      Resolves: rhbz#1014658
489    
490    * Tue Oct 15 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.212-1
491    - Fix getDiskPart for nvme devices (vpavlin)
492      Resolves: rhbz#1018703
493    - fcoe: rise fipvlan timeout to 100 (rvykydal)
494      Resolves: rhbz#1009691
495    - Revert "Check if disklabel is set (mkolman)"
496      Resolves: rhbz#1007683
497    - Check if disklabel is set (mkolman)
498      Resolves: rhbz#1007683
499    
500    * Wed Oct 09 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.211-1
501    - Do not limit swap size to 10 % of disk space for hibernation (vpodzime)
502      Resolves: rhbz#1003844
503    - Fix the display of multipath devices (dshea)
504      Related: rhbz#914637
505      Resolves: rhbz#1007641
506    - Fix traceback in s390x bootloader code. (sbueno+anaconda)
507      Resolves: rhbz#1017068
508    - Support bonding in %pre section (rvykydal)
509      Resolves: rhbz#971961
510    
511    * Mon Oct 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.210-1
512    - Fix bootloader issues on s390x. (sbueno+anaconda)
513      Resolves: rhbz#1008941
514      Resolves: rhbz#875644
515      Resolves: rhbz#894050
516    
517    * Fri Oct 04 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.209-1
518    - Forced removal of some kernel modules in the ppc64 ramdisk (dcantrell)
519      Resolves: rhbz#1014719
520    - Add some more safety checks for the initrd.img size check on ppc64.
521      (dcantrell)
522      Related: rhbz#1014719
523    
524    * Thu Oct 03 2013 David Cantrell <dcantrell@redhat.com> - 13.21.208-1
525    - Catch BUILDARCH set to 'ppc' or 'ppc64' when trimming down the image.
526      (dcantrell)
527      Related: rhbz#1014719
528    - Move and fix the ppc64 image size check (dshea)
529      Resolves: rhbz#1014719
530    - Whitespace changes for mk-images.ppc (dshea)
531      Related: rhbz#1014719
532    
533    * Thu Sep 26 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.207-1
534    - Remove firmware from the boot image that does not apply to ppc64 (dcantrell)
535      Resolves: rhbz#1006043
536    - fcoe: adapt bnx2fc detection to changed sysfs path structure (rvykydal)
537      Resolves: rhbz#1008731
538    - Do not select FS packages over and over (vpodzime)
539      Resolves: rhbz#994504
540    - Check size of images/netboot/ppc64.img to see if it's larger than 32M.
541      (dcantrell)
542      Related: rhbz#1006043
543    
544    * Fri Sep 13 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.206-1
545    - Fix traceback occurring in ppc bootloader code. (sbueno+anaconda)
546      Related: rhbz#877852
547      Resolves: rhbz#1007724
548    
549    * Wed Sep 11 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.205-1
550    - PPC: strengthen PReP-picking algorithm (wwoods)
551      Resolves: rhbz#877852
552    - Drop support for ssh protocol version 1 (bcl)
553      Resolves: rhbz#1004752
554    
555    * Tue Aug 20 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.204-1
556    - Don't require fcoe-utils if we're on s390. (sbueno+anaconda)
557      Resolves: rhbz#998486
558    
559    * Wed Aug 14 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.203-1
560    - Update spec file to require new pykickstart. (sbueno+anaconda)
561      Related: rhbz#886010
562    - Revert "Don't filter partitions on mpath devices in lvm (sbueno+anaconda)"
563      Resolves: rhbz#996595
564      Related: rhbz#885755
565    - Fix bootloader upgrades if using zIPL. (sbueno+anaconda)
566      Resolves: rhbz#894050
567    - Fix issue where extra mpath entries wrongly shown in UI.  (sbueno+anaconda)
568      Resolves: rhbz#914637
569    - Show warning msg if re-using a partition without formatting.
570      (sbueno+anaconda)
571      Resolves: rhbz#886020
572    
573    * Mon Aug 12 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.202-1
574    - Add support for preexisting lvm using raid segment types. (dlehman)
575      Resolves: rhbz#873281
576    - Add a bit of padding for metadata in new md size estimates. (dlehman)
577      Resolves: rhbz#895982
578    - Expand warning text for package install issues. (sbueno+anaconda)
579      Resolves: rhbz#895098
580    - Don't filter partitions on mpath devices in lvm (sbueno+anaconda)
581      Resolves: rhbz#885755
582    - Move "nousbstorage" and "nousb" handling into init.c. (clumens)
583      Resolves: rhbz#947704
584    
585    * Wed Aug 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.201-1
586    - Ensure x86 /boot is on a partition < 2TB (dshea)
587      Resolves: rhbz#915666
588    - Fix bootloader device detection on ks upgrades for s390x (sbueno+anaconda)
589      Resolves: rhbz#875644
590    
591    * Tue Aug 06 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.200-1
592    - discinfo isn't needed for rescue (bcl)
593      Resolves: rhbz#859569
594    
595    * Fri Aug 02 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.199-1
596    - Fix issue where installation hangs in linuxrc.s390. (sbueno+anaconda)
597      Resolves: rhbz#949409
598    - Pass mountopts to swap options (bcl)
599      Resolves: rhbz#857517
600    - Enable the AMD IOMMU driver if tboot is installed. (dshea)
601      Resolves: rhbz#928144
602    - Fix crash in handling of PReP Boot partitions (dshea)
603      Resolves: rhbz#881005
604    
605    * Wed Jul 24 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.198-1
606    - Use the active window as parent for new dialogs (dshea)
607      Resolves: rhbz#888292
608    - Add kickstart network --ipv6gateway option (rvykydal)
609      Resolves: rhbz#905227
610    - Limit the maximum swap size to 10 % of disk space (vpodzime)
611      Resolves: rhbz#878907
612      Related: rhbz#879232
613    - Don't kill FCoE vlan connections when configuring network in UI (rvykydal)
614      Resolves: rhbz#882452
615    - Use correct error message when running out of partition slots (mkolman)
616      Resolves: rhbz#859420
617    
618    * Wed Jul 17 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.197-1
619    - Check if selected repos have the core package group (mkolman)
620      Resolves: rhbz#901515
621    - Use install tree from repo=hd (bcl)
622      Resolves: rhbz#818233
623    - Allow /dev/disk/by-* in bootloader --driveorder (bcl)
624      Resolves: rhbz#890095
625    
626    * Wed Jul 10 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.196-1
627    - Only pass exclusiveDisks for autopart (bcl)
628      Resolves: rhbz#852523
629    - Use standard losetup utility to get a free loop device (vpodzime)
630      Resolves: rhbz#846336
631    - Write directly to /etc/sysconfig/network so that inotify works (rvykydal)
632      Resolves: rhbz#845572
633    - Fix spelling errors in the About LVM dialog (vpodzime)
634      Resolves: rhbz#851284
635    - Set proper SELinux context of /etc/multipath. (sbueno+anaconda)
636      Resolves: rhbz#919409
637    - Fix max supported size for XFS partitions. (sbueno+anaconda)
638      Resolves: rhbz#880577
639    - Filter out /dev/sr* from list-harddrives (bcl)
640      Resolves: rhbz#847600
641    - Show ks LVM DeviceErrors in the UI (bcl)
642      Resolves: rhbz#880625
643    - Send host-name to dhcp server in installer for dhcp + hostname (rvykydal)
644      Resolves: rhbz#917815
645    - Use edd fcoe boot option instead of enumerating all ifaces (rvykydal)
646      Resolves: rhbz#909463
647    - Don't write vlan kickstart configuration to parent device ifcfg file
648      (mmatsuya)
649      Resolves: rhbz#903689
650    - Fix --vlanid option in generated kickstart file (rvykydal)
651      Resolves: rhbz#921609
652    
653  * 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
654  - 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