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