/[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.5 by charliebrady, Fri Jan 3 22:12:21 2014 UTC Revision 1.19 by vip-ire, Fri Mar 27 17:30:40 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.215  Version: 13.21.229
7  Release: 1%{?dist}.2  Release: 1%{?dist}.2
8  License: GPLv2+  License: GPLv2+
9  Group:   Applications/System  Group:   Applications/System
# Line 27  Patch10004: 0004-UTC.patch Line 27  Patch10004: 0004-UTC.patch
27  Patch10005: 0005-DegradedRAID1.patch  Patch10005: 0005-DegradedRAID1.patch
28  Patch10006: 0006-InstallerHDWarning.patch  Patch10006: 0006-InstallerHDWarning.patch
29  Patch10007: 0007-VolGroup.patch  Patch10007: 0007-VolGroup.patch
30  Patch10008: 0008-StorageActivationFail.patch  Patch10011: 0011-CheckArch.patch
31  Patch10009: 0009-CheckArch.patch  Patch10012: 0012-CheckArch2.patch
32  Patch10010: 0010-CheckArch.patch2  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 41  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.14  %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 69  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 178  system.  These files are of little use o Line 190  system.  These files are of little use o
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  %patch10001 -p1
199  %patch10002 -p1  %patch10002 -p1
200  %patch10003 -p1  %patch10003 -p1
# Line 188  system.  These files are of little use o Line 202  system.  These files are of little use o
202  %patch10005 -p1  %patch10005 -p1
203  %patch10006 -p1  %patch10006 -p1
204  %patch10007 -p1  %patch10007 -p1
205  %patch10008 -p1  %patch10011 -p1
206  %patch10009 -p2  %patch10012 -p1
207  %patch10010 -p1  %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
# Line 249  update-desktop-database &> /dev/null || Line 273  update-desktop-database &> /dev/null ||
273  %endif  %endif
274    
275  %changelog  %changelog
276    * Fri Mar 27 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.229-1.el6.sme.2
277    - Include missing libfreeblpriv3.so in install.img [SME: 8884]
278    
279    * Fri Mar 27 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.229-1.el6.sme.1
280    - Reapply SME patches after rebase to 13.21.229 [SME: 8761]
281    
282    * Wed Oct 15 2014 Johnny Hughes <johnny@centos.org> - 13.21.229-1.el6.centos
283    - Rebase to CentOS-6.6
284    
285    * Mon Sep 08 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.229-1
286    - Revert "Use edd fcoe boot option instead of enumerating all ifaces"
287      (rvykydal)
288      Resolves: rhbz#1103920
289    
290    * Fri Sep 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.228-1
291    - Prevent duplicate snapshot accounting. (dlehman)
292      Related: rhbz#1043916
293    
294    * Fri Aug 29 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.227-1
295    - Fix typo in previous patch "Correctly determine whether...". (dlehman)
296      Related: rhbz#842920
297    
298    * Mon Aug 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.226-1
299    - Let tmp use more than 250M when there is more RAM (bcl)
300      Resolves: rhbz#1123791
301    - Move totalMemory into its own file (bcl)
302      Related: rhbz#1123791
303      Resolves: rhbz#1123791
304    
305    * Tue Aug 12 2014 Brian C. Lane <bcl@redhat.com> - 13.21.225-1
306    - Allow missing swap devices to be skipped during upgrade (dshea)
307      Resolves: rhbz#1044716
308    - Don't force installation of authconfig, chkconfig, or system-config-firewall.
309      (clumens)
310      Resolves: rhbz#1123481
311    - Provide ways in kickstart to skip kernel and bootloader. (clumens)
312      Related: rhbz#1123481
313    - Implement %packages --instLangs. (clumens)
314      Related: rhbz#1123481
315    - Allow skipping installation of the core group, if asked for in kickstart.
316      (clumens)
317      Related: rhbz#1123481
318    - Fix ks fetching on nfs via vlan (sbueno+anaconda)
319      Resolves: rhbz#1067857
320    - Fix traceback when rpm scriptlets fail during pkg install. (sbueno+anaconda)
321      Resolves: rhbz#1122532
322    
323    * Wed Jun 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.224-1
324    - Add shared-mime-info to the instroot (dshea)
325      Resolves: rhbz#1110834
326    
327    * Tue Jun 24 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.223-1
328    - Change pixbuf loaders path. (sbueno+anaconda)
329      Resolves: rhbz#1110834
330    - Remove unnecessary drivers to contain the size of ppc64.img.
331      (sbueno+anaconda)
332      Resolves: rhbz#1112405
333    
334    * Mon Jun 23 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.222-1
335    - Rm device from lvm reject filter if in action list. (sbueno+anaconda)
336      Resolves: rhbz#885755
337    - The boot menu entry should contain the RHEL major release number (mkolman)
338      Resolves: rhbz#1001960
339    
340    * Wed Jun 18 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.221-1
341    - Add BuildRequires: gdk-pixbuf2-devel (sbueno+anaconda)
342      Resolves: rhbz#1109298
343    - If kernel-kdump is installed, don't set it as the default kernel.
344      (sbueno+anaconda)
345      Resolves: rhbz#734121
346    - Close yum objects before running post scripts (bcl)
347      Resolves: rhbz#1110148
348    - Catch custom partitioning problems on UEFI (bcl)
349      Resolves: rhbz#991620
350    - Mark dracut-network for installation on mpath. (sbueno+anaconda)
351      Resolves: rhbz#1007463
352    - Write --percent to kickstart output even if --grow was used (mkolman)
353      Resolves: rhbz#1046320
354    
355    * Fri Jun 13 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.220-1
356    - Fix wrong attribute name in swap ks line (bcl)
357      Resolves: rhbz#1002924
358      Related: rhbz#1002924
359    - Look up MD arrays by MD UUID, not FS UUID. (dlehman)
360      Related: rhbz#868182
361    - Remove snapshots as needed when removing LVs. (dlehman)
362      Resolves: rhbz#1043916
363    - Let LVM determine alignment for PV data areas. (dlehman)
364      Resolves: rhbz#962961
365    - Correctly determine whether any partitioning has been done. (dlehman)
366      Resolves: rhbz#842920
367    - Fix handling of LUKS when using onpart. (dlehman)
368      Resolves: rhbz#840890
369    
370    * Thu Jun 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.219-1
371    - Fix typo from commit ed3caa7b (bcl)
372      Related: rhbz#1039051
373      Resolves: rhbz#1039051
374    - Write fsoptions to anaconda-ks.cfg (bcl)
375      Resolves: rhbz#1002924
376    - Add logging to bootloaderInfo (bcl)
377      Resolves: rhbz#974996
378    
379    * Wed Jun 04 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.218-1
380    - Fix rsyslogd calls to remove deprecated flag. (sbueno+anaconda)
381      Resolves: rhbz#1104234
382    - Maintain original device order in identifyMultipaths (artur.paszkiewicz)
383      Resolves: rhbz#868182
384    - network: add kickstart --domain (ifcfg DOMAIN) option (rvykydal)
385      Resolves: rhbz#1039051
386    
387    * Tue May 20 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.217-1
388    - Correct matching of md raid names containing special characters
389      (artur.paszkiewicz)
390      Resolves: rhbz#1096889
391    - network: hide (debug) confusing log message for ipv6.conf (rvykydal)
392      Resolves: rhbz#1031481
393    - network: write bond options in generated kickstart (rvykydal)
394      Resolves: rhbz#1009376
395    - network: fix --bondopts used in kickstart %pre section (rvykydal)
396      Resolves: rhbz#1038001
397    - Add ping to initrd for NM's GATEWAY_PING_TIMEOUT / nicdelay (rvykydal)
398      Related: rhbz#979163
399      Resolves: rhbz#979163
400    - Remove more drivers on ppc64 to reduce initrd size (bcl)
401      Resolves: rhbz#1098486
402    
403    * Mon May 12 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.216-1
404    - Add buildarch option to buildinstall (bcl)
405      Related: rhbz#1087466
406      Resolves: rhbz#1087466
407    - Remove actions that try to remove non-existing devices (vpodzime)
408      Resolves: rhbz#906807
409    - Rename dev_actions to prune_actions (vpodzime)
410      Related: rhbz#906807
411    - Add dm-raid45 to initrd (mmatsuya)
412      Resolves: rhbz#1056830
413    - Fix echo typo (bcl)
414      Resolves: rhbz#969339
415    - Copy firmware updates to rootPath (bcl)
416      Resolves: rhbz#1043372
417    - Skip comments in dmidecode output (bcl)
418      Resolves: rhbz#1064701
419    - Replace hard-coded console device in generic.prm. (sbueno+anaconda)
420      Resolves: rhbz#1081596
421    - Don't remove the .efi files from buildinstall (vpodzime)
422      Resolves: rhbz#1076369
423    
424    * Fri Apr 18 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.12
425    - Modify installer language search path [SME: 8231]
426    
427    * Wed Apr 16 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.11
428    - Add more support for "raid=N" [SME: 7529]
429    
430    * Sat Mar 29 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.10
431    - Prevent upgrades from too old versions [SME: 8038]
432    - Also modify whitespace in textw/upgrade_text.py
433    
434    * Sun Mar 23 2014 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.9
435    - Add support for "raid=N" [SME: 7529]
436    
437    * Wed Mar 19 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.8
438    - Patches for headless install [SME: 8226]
439    
440    * Tue Mar 18 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.7
441    - Automatically upgrade bootloader if necessary [SME: 8223]
442    - Installer shows warning about "too old version" [SME: 8038]
443    
444    * Mon Mar 17 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.6
445    - Make boot loader use SME labels [SME: 8229]
446    
447    * Sat Feb 22 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.5
448    - Limit languages to those supported by SME [SME: 8231]
449    
450    * Sat Feb 22 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.4
451    - Port missing part of architecture check patch from SME 8 [SME: 8083]
452    - Remove 0008-StorageActivationFail.patch as no longer needed [SME: 8066]
453    
454    * Fri Jan  3 2014 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.3
455    - Fix references to Mitel in architecture check patch. [SME: 8083]
456    
457  * Sun Dec 15 2013 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.2  * Sun Dec 15 2013 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.2
458  - Stop anaconda from attempting to "upgrade" from 32bit to 64bit, or from 64bit to  - Stop anaconda from attempting to "upgrade" from 32bit to 64bit, or from 64bit to
459    32bit. Adjust SME specific patches to have zero offset to avoid .py.orig files.    32bit. Adjust SME specific patches to have zero offset to avoid .py.orig files.


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