/[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.10 by wellsi, Tue Mar 18 03:25:48 2014 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.215  Version: 13.21.229
7  Release: 1%{?dist}.6  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 31  Patch10011: 0011-CheckArch.patch Line 31  Patch10011: 0011-CheckArch.patch
31  Patch10012: 0012-CheckArch2.patch  Patch10012: 0012-CheckArch2.patch
32  Patch10013: 0013-Limit-languages.patch  Patch10013: 0013-Limit-languages.patch
33  Patch10014: 0014-Make-boot-loader-use-SME-labels.patch  Patch10014: 0014-Make-boot-loader-use-SME-labels.patch
34  #Patch10015: 0015-Determine-upgradability-of-SME-server.patch  Patch10015: 0015-Determine-upgradability-of-SME-server.patch
35  #Patch10016: 0016-Automatically-upgrade-bootloader-if-necessary.patch  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 44  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 72  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 181  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
# Line 196  system.  These files are of little use o Line 206  system.  These files are of little use o
206  %patch10012 -p1  %patch10012 -p1
207  %patch10013 -p1  %patch10013 -p1
208  %patch10014 -p1  %patch10014 -p1
209  #%patch10015 -p1  %patch10015 -p1
210  #%patch10016 -p1  %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 256  update-desktop-database &> /dev/null || Line 273  update-desktop-database &> /dev/null ||
273  %endif  %endif
274    
275  %changelog  %changelog
276    * Mon Mar 30 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.229-1.el6.sme.3
277    - Update text when trying to update an older SME [SME: 8761]
278    
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  * 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]  - Make boot loader use SME labels [SME: 8229]
449    


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