--- rpms/anaconda/sme9/anaconda.spec 2014/01/02 01:40:49 1.4 +++ rpms/anaconda/sme9/anaconda.spec 2015/03/27 17:30:40 1.19 @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.21.215 +Version: 13.21.229 Release: 1%{?dist}.2 License: GPLv2+ Group: Applications/System @@ -27,9 +27,20 @@ Patch10004: 0004-UTC.patch Patch10005: 0005-DegradedRAID1.patch Patch10006: 0006-InstallerHDWarning.patch Patch10007: 0007-VolGroup.patch -Patch10008: 0008-StorageActivationFail.patch -Patch10009: 0009-CheckArch.patch -Patch10010: 0010-CheckArch.patch2 +Patch10011: 0011-CheckArch.patch +Patch10012: 0012-CheckArch2.patch +Patch10013: 0013-Limit-languages.patch +Patch10014: 0014-Make-boot-loader-use-SME-labels.patch +Patch10015: 0015-Determine-upgradability-of-SME-server.patch +Patch10016: 0016-Automatically-upgrade-bootloader-if-necessary.patch +Patch10017: 0017-Headless-install.patch +Patch10018: 0018-RaidN.patch +Patch10019: 0019-UpgradeText-whitespace.patch +Patch10020: 0020-PreventTooOldUpgrades.patch +Patch10021: 0021-RaidN-v2.patch +Patch10022: 0022-InstallerLanguages.patch +Patch10023: 0023-include_missing_freeblpriv3_so.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,7 +52,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version %define intltoolver 0.31.2-3 %define libnlver 1.0 %define libselinuxver 1.6 -%define pykickstartver 1.74.14 +%define pykickstartver 1.74.15 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 @@ -69,6 +80,7 @@ BuildRequires: e2fsprogs-devel >= %{e2fs BuildRequires: elfutils-devel BuildRequires: gettext >= %{gettextver} BuildRequires: gtk2-devel +BuildRequires: gdk-pixbuf2-devel BuildRequires: intltool >= %{intltoolver} BuildRequires: isomd5sum-devel >= %{isomd5sumver} BuildRequires: libarchive-devel @@ -178,9 +190,11 @@ system. These files are of little use o %prep %setup -q + %patch1000 -p1 %patch1002 -p1 %patch1003 -p1 + %patch10001 -p1 %patch10002 -p1 %patch10003 -p1 @@ -188,9 +202,19 @@ system. These files are of little use o %patch10005 -p1 %patch10006 -p1 %patch10007 -p1 -%patch10008 -p1 -%patch10009 -p2 -%patch10010 -p1 +%patch10011 -p1 +%patch10012 -p1 +%patch10013 -p1 +%patch10014 -p1 +%patch10015 -p1 +%patch10016 -p1 +%patch10017 -p1 +%patch10018 -p1 +%patch10019 -p1 +%patch10020 -p1 +%patch10021 -p1 +%patch10022 -p1 +%patch10023 -p1 %build %configure --disable-static @@ -249,8 +273,191 @@ update-desktop-database &> /dev/null || %endif %changelog +* Fri Mar 27 2015 Daniel Berteaud - 13.21.229-1.el6.sme.2 +- Include missing libfreeblpriv3.so in install.img [SME: 8884] + +* Fri Mar 27 2015 Daniel Berteaud - 13.21.229-1.el6.sme.1 +- Reapply SME patches after rebase to 13.21.229 [SME: 8761] + +* Wed Oct 15 2014 Johnny Hughes - 13.21.229-1.el6.centos +- Rebase to CentOS-6.6 + +* Mon Sep 08 2014 Samantha N. Bueno - 13.21.229-1 +- Revert "Use edd fcoe boot option instead of enumerating all ifaces" + (rvykydal) + Resolves: rhbz#1103920 + +* Fri Sep 05 2014 Samantha N. Bueno - 13.21.228-1 +- Prevent duplicate snapshot accounting. (dlehman) + Related: rhbz#1043916 + +* Fri Aug 29 2014 Samantha N. Bueno - 13.21.227-1 +- Fix typo in previous patch "Correctly determine whether...". (dlehman) + Related: rhbz#842920 + +* Mon Aug 25 2014 Samantha N. Bueno - 13.21.226-1 +- Let tmp use more than 250M when there is more RAM (bcl) + Resolves: rhbz#1123791 +- Move totalMemory into its own file (bcl) + Related: rhbz#1123791 + Resolves: rhbz#1123791 + +* Tue Aug 12 2014 Brian C. Lane - 13.21.225-1 +- Allow missing swap devices to be skipped during upgrade (dshea) + Resolves: rhbz#1044716 +- Don't force installation of authconfig, chkconfig, or system-config-firewall. + (clumens) + Resolves: rhbz#1123481 +- Provide ways in kickstart to skip kernel and bootloader. (clumens) + Related: rhbz#1123481 +- Implement %packages --instLangs. (clumens) + Related: rhbz#1123481 +- Allow skipping installation of the core group, if asked for in kickstart. + (clumens) + Related: rhbz#1123481 +- Fix ks fetching on nfs via vlan (sbueno+anaconda) + Resolves: rhbz#1067857 +- Fix traceback when rpm scriptlets fail during pkg install. (sbueno+anaconda) + Resolves: rhbz#1122532 + +* Wed Jun 25 2014 Samantha N. Bueno - 13.21.224-1 +- Add shared-mime-info to the instroot (dshea) + Resolves: rhbz#1110834 + +* Tue Jun 24 2014 Samantha N. Bueno - 13.21.223-1 +- Change pixbuf loaders path. (sbueno+anaconda) + Resolves: rhbz#1110834 +- Remove unnecessary drivers to contain the size of ppc64.img. + (sbueno+anaconda) + Resolves: rhbz#1112405 + +* Mon Jun 23 2014 Samantha N. Bueno - 13.21.222-1 +- Rm device from lvm reject filter if in action list. (sbueno+anaconda) + Resolves: rhbz#885755 +- The boot menu entry should contain the RHEL major release number (mkolman) + Resolves: rhbz#1001960 + +* Wed Jun 18 2014 Samantha N. Bueno - 13.21.221-1 +- Add BuildRequires: gdk-pixbuf2-devel (sbueno+anaconda) + Resolves: rhbz#1109298 +- If kernel-kdump is installed, don't set it as the default kernel. + (sbueno+anaconda) + Resolves: rhbz#734121 +- Close yum objects before running post scripts (bcl) + Resolves: rhbz#1110148 +- Catch custom partitioning problems on UEFI (bcl) + Resolves: rhbz#991620 +- Mark dracut-network for installation on mpath. (sbueno+anaconda) + Resolves: rhbz#1007463 +- Write --percent to kickstart output even if --grow was used (mkolman) + Resolves: rhbz#1046320 + +* Fri Jun 13 2014 Samantha N. Bueno - 13.21.220-1 +- Fix wrong attribute name in swap ks line (bcl) + Resolves: rhbz#1002924 + Related: rhbz#1002924 +- Look up MD arrays by MD UUID, not FS UUID. (dlehman) + Related: rhbz#868182 +- Remove snapshots as needed when removing LVs. (dlehman) + Resolves: rhbz#1043916 +- Let LVM determine alignment for PV data areas. (dlehman) + Resolves: rhbz#962961 +- Correctly determine whether any partitioning has been done. (dlehman) + Resolves: rhbz#842920 +- Fix handling of LUKS when using onpart. (dlehman) + Resolves: rhbz#840890 + +* Thu Jun 05 2014 Samantha N. Bueno - 13.21.219-1 +- Fix typo from commit ed3caa7b (bcl) + Related: rhbz#1039051 + Resolves: rhbz#1039051 +- Write fsoptions to anaconda-ks.cfg (bcl) + Resolves: rhbz#1002924 +- Add logging to bootloaderInfo (bcl) + Resolves: rhbz#974996 + +* Wed Jun 04 2014 Samantha N. Bueno - 13.21.218-1 +- Fix rsyslogd calls to remove deprecated flag. (sbueno+anaconda) + Resolves: rhbz#1104234 +- Maintain original device order in identifyMultipaths (artur.paszkiewicz) + Resolves: rhbz#868182 +- network: add kickstart --domain (ifcfg DOMAIN) option (rvykydal) + Resolves: rhbz#1039051 + +* Tue May 20 2014 Samantha N. Bueno - 13.21.217-1 +- Correct matching of md raid names containing special characters + (artur.paszkiewicz) + Resolves: rhbz#1096889 +- network: hide (debug) confusing log message for ipv6.conf (rvykydal) + Resolves: rhbz#1031481 +- network: write bond options in generated kickstart (rvykydal) + Resolves: rhbz#1009376 +- network: fix --bondopts used in kickstart %pre section (rvykydal) + Resolves: rhbz#1038001 +- Add ping to initrd for NM's GATEWAY_PING_TIMEOUT / nicdelay (rvykydal) + Related: rhbz#979163 + Resolves: rhbz#979163 +- Remove more drivers on ppc64 to reduce initrd size (bcl) + Resolves: rhbz#1098486 + +* Mon May 12 2014 Samantha N. Bueno - 13.21.216-1 +- Add buildarch option to buildinstall (bcl) + Related: rhbz#1087466 + Resolves: rhbz#1087466 +- Remove actions that try to remove non-existing devices (vpodzime) + Resolves: rhbz#906807 +- Rename dev_actions to prune_actions (vpodzime) + Related: rhbz#906807 +- Add dm-raid45 to initrd (mmatsuya) + Resolves: rhbz#1056830 +- Fix echo typo (bcl) + Resolves: rhbz#969339 +- Copy firmware updates to rootPath (bcl) + Resolves: rhbz#1043372 +- Skip comments in dmidecode output (bcl) + Resolves: rhbz#1064701 +- Replace hard-coded console device in generic.prm. (sbueno+anaconda) + Resolves: rhbz#1081596 +- Don't remove the .efi files from buildinstall (vpodzime) + Resolves: rhbz#1076369 + +* Fri Apr 18 2014 Ian Wells - 13.21.215-1.el6.sme.12 +- Modify installer language search path [SME: 8231] + +* Wed Apr 16 2014 Ian Wells - 13.21.215-1.el6.sme.11 +- Add more support for "raid=N" [SME: 7529] + +* Sat Mar 29 2014 Ian Wells - 13.21.215-1.el6.sme.10 +- Prevent upgrades from too old versions [SME: 8038] +- Also modify whitespace in textw/upgrade_text.py + +* Sun Mar 23 2014 Charlie Brady - 13.21.215-1.el6.sme.9 +- Add support for "raid=N" [SME: 7529] + +* Wed Mar 19 2014 Ian Wells - 13.21.215-1.el6.sme.8 +- Patches for headless install [SME: 8226] + +* Tue Mar 18 2014 Ian Wells - 13.21.215-1.el6.sme.7 +- Automatically upgrade bootloader if necessary [SME: 8223] +- Installer shows warning about "too old version" [SME: 8038] + +* Mon Mar 17 2014 Ian Wells - 13.21.215-1.el6.sme.6 +- Make boot loader use SME labels [SME: 8229] + +* Sat Feb 22 2014 Ian Wells - 13.21.215-1.el6.sme.5 +- Limit languages to those supported by SME [SME: 8231] + +* Sat Feb 22 2014 Ian Wells - 13.21.215-1.el6.sme.4 +- Port missing part of architecture check patch from SME 8 [SME: 8083] +- Remove 0008-StorageActivationFail.patch as no longer needed [SME: 8066] + +* Fri Jan 3 2014 Charlie Brady - 13.21.215-1.el6.sme.3 +- Fix references to Mitel in architecture check patch. [SME: 8083] + * Sun Dec 15 2013 Charlie Brady - 13.21.215-1.el6.sme.2 -- Fix indenting in last patch. [SME: 8066] +- Stop anaconda from attempting to "upgrade" from 32bit to 64bit, or from 64bit to + 32bit. Adjust SME specific patches to have zero offset to avoid .py.orig files. + [SME: 8083] * Sun Dec 15 2013 Ian Wells - 13.21.215-1.el6.sme.1 - Apply SME Server specific patches [SME: 8066]