/[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.4 by charliebrady, Thu Jan 2 01:40:49 2014 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.215
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    Patch10008: 0008-StorageActivationFail.patch
31    Patch10009: 0009-CheckArch.patch
32    Patch10010: 0010-CheckArch.patch2
33    
34  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
35    
# Line 31  BuildRoot: %{_tmppath}/%{name}-%{version Line 41  BuildRoot: %{_tmppath}/%{name}-%{version
41  %define intltoolver 0.31.2-3  %define intltoolver 0.31.2-3
42  %define libnlver 1.0  %define libnlver 1.0
43  %define libselinuxver 1.6  %define libselinuxver 1.6
44  %define pykickstartver 1.74.12  %define pykickstartver 1.74.14
45  %define rpmpythonver 4.2-0.61  %define rpmpythonver 4.2-0.61
46  %define slangver 2.0.6-2  %define slangver 2.0.6-2
47  %define yumver 2.9.2  %define yumver 2.9.2
# Line 142  Requires: genisoimage >= %{genisoimageve Line 152  Requires: genisoimage >= %{genisoimageve
152  Requires: syslinux >= 3.73  Requires: syslinux >= 3.73
153  Requires: makebootfat  Requires: makebootfat
154  Requires: device-mapper  Requires: device-mapper
155    Requires: fcoe-utils >= %{fcoeutilsver}
156  %endif  %endif
157  %ifarch s390 s390x  %ifarch s390 s390x
158  Requires: openssh  Requires: openssh
# Line 152  Requires: NetworkManager >= %{nmver} Line 163  Requires: NetworkManager >= %{nmver}
163  Requires: dhclient  Requires: dhclient
164  Requires: anaconda-yum-plugins  Requires: anaconda-yum-plugins
165  Requires: libselinux-python >= %{libselinuxver}  Requires: libselinux-python >= %{libselinuxver}
 Requires: fcoe-utils >= %{fcoeutilsver}  
166  %ifarch %{sparc}  %ifarch %{sparc}
167  Requires: elftoaout piggyback  Requires: elftoaout piggyback
168  %endif  %endif
# Line 167  The anaconda package contains the progra Line 177  The anaconda package contains the progra
177  system.  These files are of little use on an already installed system.  system.  These files are of little use on an already installed system.
178    
179  %prep  %prep
   
180  %setup -q  %setup -q
   
181  %patch1000 -p1  %patch1000 -p1
182  %patch1002 -p1  %patch1002 -p1
183  %patch1003 -p1  %patch1003 -p1
184    %patch10001 -p1
185    %patch10002 -p1
186    %patch10003 -p1
187    %patch10004 -p1
188    %patch10005 -p1
189    %patch10006 -p1
190    %patch10007 -p1
191    %patch10008 -p1
192    %patch10009 -p2
193    %patch10010 -p1
194    
195  %build  %build
196  %configure --disable-static  %configure --disable-static
# Line 231  update-desktop-database &> /dev/null || Line 249  update-desktop-database &> /dev/null ||
249  %endif  %endif
250    
251  %changelog  %changelog
252  * Mon Feb 25 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.195.1.el6.centos.1  * Sun Dec 15 2013 Charlie Brady <charlie_brady@mitel.com> - 13.21.215-1.el6.sme.2
253  - Build for CentOS-6.4  - Fix indenting in last patch. [SME: 8066]
254  - Remove upstream branding from unsupported hardware report (#5863 kevbo)  
255    * Sun Dec 15 2013 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.1
256    - Apply SME Server specific patches [SME: 8066]
257    
258    * Sat Dec 14 2013 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme
259    - Update SME9 to 13.21.215-1 [SME: 8066]
260    
261    * Wed Nov 27 2013 Karanbir Singh <kbsingh@centos.org> - 13.21.215-1.el6.centos
262    - Rebase to CentOS-6.5
263    
264    * Tue Oct 22 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.215-1
265    - Explicitly load dm-raid.ko for lvm raid segment types. (dlehman)
266      Resolves: rhbz#873281
267    
268    * Mon Oct 21 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.214-1
269    - Don't traceback due to unpartitioned devices (mkolman)
270      Resolves: rhbz#1007683
271    
272    * Wed Oct 16 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.213-1
273    - Remove manual call to recreate initrd if installing on iSCSI.
274      (sbueno+anaconda)
275      Resolves: rhbz#1007884
276    - Some devices may not be present during kickstart parse, so when there is no
277      match revert to previous behavior and just use the name as-is. (bcl)
278      Resolves: rhbz#1014658
279    
280    * Tue Oct 15 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.212-1
281    - Fix getDiskPart for nvme devices (vpavlin)
282      Resolves: rhbz#1018703
283    - fcoe: rise fipvlan timeout to 100 (rvykydal)
284      Resolves: rhbz#1009691
285    - Revert "Check if disklabel is set (mkolman)"
286      Resolves: rhbz#1007683
287    - Check if disklabel is set (mkolman)
288      Resolves: rhbz#1007683
289    
290    * Wed Oct 09 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.211-1
291    - Do not limit swap size to 10 % of disk space for hibernation (vpodzime)
292      Resolves: rhbz#1003844
293    - Fix the display of multipath devices (dshea)
294      Related: rhbz#914637
295      Resolves: rhbz#1007641
296    - Fix traceback in s390x bootloader code. (sbueno+anaconda)
297      Resolves: rhbz#1017068
298    - Support bonding in %pre section (rvykydal)
299      Resolves: rhbz#971961
300    
301    * Mon Oct 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.210-1
302    - Fix bootloader issues on s390x. (sbueno+anaconda)
303      Resolves: rhbz#1008941
304      Resolves: rhbz#875644
305      Resolves: rhbz#894050
306    
307    * Fri Oct 04 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.209-1
308    - Forced removal of some kernel modules in the ppc64 ramdisk (dcantrell)
309      Resolves: rhbz#1014719
310    - Add some more safety checks for the initrd.img size check on ppc64.
311      (dcantrell)
312      Related: rhbz#1014719
313    
314    * Thu Oct 03 2013 David Cantrell <dcantrell@redhat.com> - 13.21.208-1
315    - Catch BUILDARCH set to 'ppc' or 'ppc64' when trimming down the image.
316      (dcantrell)
317      Related: rhbz#1014719
318    - Move and fix the ppc64 image size check (dshea)
319      Resolves: rhbz#1014719
320    - Whitespace changes for mk-images.ppc (dshea)
321      Related: rhbz#1014719
322    
323    * Thu Sep 26 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.207-1
324    - Remove firmware from the boot image that does not apply to ppc64 (dcantrell)
325      Resolves: rhbz#1006043
326    - fcoe: adapt bnx2fc detection to changed sysfs path structure (rvykydal)
327      Resolves: rhbz#1008731
328    - Do not select FS packages over and over (vpodzime)
329      Resolves: rhbz#994504
330    - Check size of images/netboot/ppc64.img to see if it's larger than 32M.
331      (dcantrell)
332      Related: rhbz#1006043
333    
334    * Fri Sep 13 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.206-1
335    - Fix traceback occurring in ppc bootloader code. (sbueno+anaconda)
336      Related: rhbz#877852
337      Resolves: rhbz#1007724
338    
339    * Wed Sep 11 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.205-1
340    - PPC: strengthen PReP-picking algorithm (wwoods)
341      Resolves: rhbz#877852
342    - Drop support for ssh protocol version 1 (bcl)
343      Resolves: rhbz#1004752
344    
345    * Tue Aug 20 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.204-1
346    - Don't require fcoe-utils if we're on s390. (sbueno+anaconda)
347      Resolves: rhbz#998486
348    
349    * Wed Aug 14 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.203-1
350    - Update spec file to require new pykickstart. (sbueno+anaconda)
351      Related: rhbz#886010
352    - Revert "Don't filter partitions on mpath devices in lvm (sbueno+anaconda)"
353      Resolves: rhbz#996595
354      Related: rhbz#885755
355    - Fix bootloader upgrades if using zIPL. (sbueno+anaconda)
356      Resolves: rhbz#894050
357    - Fix issue where extra mpath entries wrongly shown in UI.  (sbueno+anaconda)
358      Resolves: rhbz#914637
359    - Show warning msg if re-using a partition without formatting.
360      (sbueno+anaconda)
361      Resolves: rhbz#886020
362    
363    * Mon Aug 12 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.202-1
364    - Add support for preexisting lvm using raid segment types. (dlehman)
365      Resolves: rhbz#873281
366    - Add a bit of padding for metadata in new md size estimates. (dlehman)
367      Resolves: rhbz#895982
368    - Expand warning text for package install issues. (sbueno+anaconda)
369      Resolves: rhbz#895098
370    - Don't filter partitions on mpath devices in lvm (sbueno+anaconda)
371      Resolves: rhbz#885755
372    - Move "nousbstorage" and "nousb" handling into init.c. (clumens)
373      Resolves: rhbz#947704
374    
375    * Wed Aug 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.201-1
376    - Ensure x86 /boot is on a partition < 2TB (dshea)
377      Resolves: rhbz#915666
378    - Fix bootloader device detection on ks upgrades for s390x (sbueno+anaconda)
379      Resolves: rhbz#875644
380    
381    * Tue Aug 06 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.200-1
382    - discinfo isn't needed for rescue (bcl)
383      Resolves: rhbz#859569
384    
385    * Fri Aug 02 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.199-1
386    - Fix issue where installation hangs in linuxrc.s390. (sbueno+anaconda)
387      Resolves: rhbz#949409
388    - Pass mountopts to swap options (bcl)
389      Resolves: rhbz#857517
390    - Enable the AMD IOMMU driver if tboot is installed. (dshea)
391      Resolves: rhbz#928144
392    - Fix crash in handling of PReP Boot partitions (dshea)
393      Resolves: rhbz#881005
394    
395    * Wed Jul 24 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.198-1
396    - Use the active window as parent for new dialogs (dshea)
397      Resolves: rhbz#888292
398    - Add kickstart network --ipv6gateway option (rvykydal)
399      Resolves: rhbz#905227
400    - Limit the maximum swap size to 10 % of disk space (vpodzime)
401      Resolves: rhbz#878907
402      Related: rhbz#879232
403    - Don't kill FCoE vlan connections when configuring network in UI (rvykydal)
404      Resolves: rhbz#882452
405    - Use correct error message when running out of partition slots (mkolman)
406      Resolves: rhbz#859420
407    
408    * Wed Jul 17 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.197-1
409    - Check if selected repos have the core package group (mkolman)
410      Resolves: rhbz#901515
411    - Use install tree from repo=hd (bcl)
412      Resolves: rhbz#818233
413    - Allow /dev/disk/by-* in bootloader --driveorder (bcl)
414      Resolves: rhbz#890095
415    
416    * Wed Jul 10 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.196-1
417    - Only pass exclusiveDisks for autopart (bcl)
418      Resolves: rhbz#852523
419    - Use standard losetup utility to get a free loop device (vpodzime)
420      Resolves: rhbz#846336
421    - Write directly to /etc/sysconfig/network so that inotify works (rvykydal)
422      Resolves: rhbz#845572
423    - Fix spelling errors in the About LVM dialog (vpodzime)
424      Resolves: rhbz#851284
425    - Set proper SELinux context of /etc/multipath. (sbueno+anaconda)
426      Resolves: rhbz#919409
427    - Fix max supported size for XFS partitions. (sbueno+anaconda)
428      Resolves: rhbz#880577
429    - Filter out /dev/sr* from list-harddrives (bcl)
430      Resolves: rhbz#847600
431    - Show ks LVM DeviceErrors in the UI (bcl)
432      Resolves: rhbz#880625
433    - Send host-name to dhcp server in installer for dhcp + hostname (rvykydal)
434      Resolves: rhbz#917815
435    - Use edd fcoe boot option instead of enumerating all ifaces (rvykydal)
436      Resolves: rhbz#909463
437    - Don't write vlan kickstart configuration to parent device ifcfg file
438      (mmatsuya)
439      Resolves: rhbz#903689
440    - Fix --vlanid option in generated kickstart file (rvykydal)
441      Resolves: rhbz#921609
442    
443  * 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
444  - 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