/[smeserver]/rpms/anaconda/sme8/anaconda.spec
ViewVC logotype

Diff of /rpms/anaconda/sme8/anaconda.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.10 by slords, Tue Apr 14 20:18:00 2009 UTC Revision 1.11 by slords, Thu Oct 22 14:06:59 2009 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.168  Version: 11.1.2.195
3  Release: 1%{?dist}.1  Release: 1.el5.centos
4  License: GPL  License: GPL
5  Summary: Graphical system installer  Summary: Graphical system installer
6  Group: Applications/System  Group: Applications/System
# Line 14  BuildPreReq: libXxf86misc-devel, intltoo Line 14  BuildPreReq: libXxf86misc-devel, intltoo
14  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,
15  BuildPreReq: libsepol-devel  BuildPreReq: libsepol-devel
16  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
17  BuildPreReq: libdhcp-devel >= 1.20-5, mkinitrd-devel >= 5.1.2-1  BuildPreReq: libdhcp-devel >= 1.20-10, mkinitrd-devel >= 5.1.2-1
18  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
19    BuildPreReq: libdhcp6client >= 1.0.10-17
20  %ifnarch s390 s390x  %ifnarch s390 s390x
21  BuildPreReq: iscsi-initiator-utils >= 6.2.0.868-0.9  BuildPreReq: iscsi-initiator-utils >= 6.2.0.871-0.0
22  %endif  %endif
23  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
24  Requires: parted >= 1.7.1, pyparted >= 1.7.2  Requires: parted >= 1.7.1, pyparted >= 1.7.2
# Line 34  Requires: audit-libs Line 35  Requires: audit-libs
35  Requires: rhpxl >= 0.25  Requires: rhpxl >= 0.25
36  %endif  %endif
37  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
38  Url: http://fedora.redhat.com/projects/anaconda-installer/  Url: http://fedoraproject.org/wiki/Anaconda
39  Patch1: anaconda-centos-syslinux-msg.patch  Patch1: anaconda-centos-syslinux-msg.patch
40  Patch2: anaconda-centos-installclasses-2.patch  Patch2: anaconda-centos-installclasses-2.patch
41  Patch3: anaconda-centos-regkey.patch  Patch3: anaconda-centos-regkey.patch
42  Patch4: anaconda-centos-centos-branding-po_files_5.3.patch  Patch4: anaconda-centos-centos-branding-po_files.patch
43  Patch5: anaconda-centos-inst-type.patch  Patch5: anaconda-centos-inst-type.patch
44  Patch6: anaconda-centos-task.patch  Patch6: anaconda-centos-task.patch
45  Patch7: anaconda-centos-removeStatusText.patch  Patch7: anaconda-centos-removeStatusText.patch
46  Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch  Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch
47  Patch9: anaconda-centos-pkgorder.patch  Patch9: anaconda-centos-pkgorder.patch
48  Patch10: anaconda-centos-additional-repos.patch  Patch10: anaconda-centos-additional-repos.patch
 Patch100: anaconda-11.1.2.168-smepatches.patch  
   
49    
50  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
51    
# Line 90  sets, but are not meant for use on alrea Line 89  sets, but are not meant for use on alrea
89  %patch6 -p1  %patch6 -p1
90  %patch7 -p1  %patch7 -p1
91  %patch8 -p1  %patch8 -p1
92  #%patch9 -p1  #deprecated : %patch9 -p1
93  %patch10 -p1  %patch10 -p1
 %patch100 -p1  
   
   
94    
95  %build  %build
96  make depend  make depend
# Line 153  fi Line 149  fi
149  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
150    
151  %changelog  %changelog
152  * Tue Apr 14 2009 Shad L. Lords <slords@mail.com> 11.1.2.168-1.el5.sme.1  * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 11.1.2.195-1.el5.centos
153  - Make progress box wider  - Roll in CentOS Patch set
 - Fix titlebar spacing  
 - Force UTC for time settings  
 - Automate bootloader upgrades  
 - Change erase disks to upgrade dialog  
 - Don't ask us to use vnc mode  
 - Make install headless  
 - Don't warn if no kernels were installed  
 - Add format warning (default to no)  
 - Always upgrade to best arch version of package  
 - Remove mail to root in mdadm  
 - Allow grub to be installed on raid device  
 - Allow creating degraded raid arrays  
 - Set/write keyboard config in headless mode  
 - Display window and run post-install script when using kickstart file  
 - Update supported languages  
 - Allow language updates to be part of updates image  
 - Start boot raid device first so it will sync first  
 - Check e-smith-release instead of redhat-release  
 - Log info about degraded arrays instead of not starting them  
 - Don't crash if you can't go back to previous screen  
 - Only recreate initrd if kernel was installed  
 - Don't display warning about no being able to remove rpmdb files  
154    
155  * Sun Mar  1 2009 Karanbir Singh <kbsingh@centos.org>  * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1
156  - Roll in CentOS Branding  - Update the loader with support code for Mellanox cards
157      Resolves: rhbz#514971
158    
159    * Mon Aug 03 2009 Martin Sivak <msivak@redhat.com> 11.1.2.194-1
160    - comps changed. replaced "virtualization" with "xen" (jgranados)
161      Resolves: rhbz#514885
162    - Add support for Melanox ConnectX mt26448 10Gb/s Infiniband, Ethernet, and FC (msivak)
163      Resolves: rhbz#514971
164    
165    * Thu Jul 23 2009 Joel Granados <jgranado@redhat.com>  11.1.2.193-1
166    - Make sure we include libdrm.so files in the image.
167      Related: rhbz#510397
168    
169    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.192-1
170    - Fix compile errors in the previous patch.
171      Related: rhbz#471883
172    
173    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.191-1
174    - Ignore block devices set to read-only.
175      Related: rhbz#471883
176    
177    * Tue Jul 21 2009 Martin Sivak <msivak@redhat.com> 11.1.2.190-1
178    - Correct a message presented to the user.
179      Related: rhbz#473747
180    - Remove ext4dev
181      Resolves: rhbz#510634
182    
183    * Thu Jul 16 2009 Radek Vykydal <rvykydal@redhat.com> 11.1.2.189-1
184    - Make buildinstall error out if mount of loop device fails (rvykydal).
185      Resolves: rhbz#472552
186    
187    * Tue Jul 11 2009 Joel Granados <jgranado@redhat.com> 11.1.2.188-1
188    - Require libdhcp6client for the build (jgranado).
189      Related: rhbz#506722
190    
191    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.187-1
192    - Add support for the qlge driver (jgranado)
193      Resolves: rhbz#504034
194    
195    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.186-1
196    - update support for ext4 in anaconda (jbastian)
197      Resolves: rhbz#510634
198    
199    * Wed Jul 08 2009 Chris Lumens <clumens@redhat.com> 11.1.2.185-1
200    - Save bootfile, if we have it, from DHCP response (dcantrell).
201      Resolves: rhbz#448006
202    
203    * Wed Jul 1 2009 Martin Sivak <msivak@redhat.com> 11.1.2.184-1
204    - Fix handling of parted exceptions in text mode (rvykydal)
205      Resolves: rhbz#506725
206    
207    * Thu Jun 4 2009 Joel Granados <jgranado@redhat.com> 11.1.2.183-1
208    - Create efirtc device node on ia64 to access hw clock (rvykydal).
209      Resolves: rhbz#485200
210    - Reserve enough space for lvm metadata when computing PV size usable for LVs (rvykydal).
211      Resolves: rhbz#500431
212    
213    * Mon Jun 1 2009 Joel Granados <jgranado@redhat.com> 11.1.2.182-1
214    - Add support for IGB VF device (jgranado).
215      Resolves: rhbz#502875
216    - Fix the error caused by change in fipscheck (again..) (msivak).
217      Resolves: rhbz#498992
218    
219    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.181-1
220    - Look for ipcalc in the right place (jgranado).
221      Resolves: rhbz#502249
222    
223    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.180-1
224    - Look for ipcalc in the right place (jgranado).
225      Resolves: rhbz#502249
226    
227    * Wed May 27 2009 Joel Granados <jgranado@redhat.com> 11.1.2.179-1
228    - Look for ipcalc in the right place (jgranado).
229      Resolves: rhbz#502249
230    
231    * Tue May 26 2009 Joel Granados <jgranado@redhat.com> 11.1.2.178-1
232    - Fix specification of zoneinfo files to be included in stage2 (rvykydal).
233      Resolves: rhbz#481617
234    - Fix the location of libfipscheck in initrd too (msivak).
235      Resolves: rhbz#498992
236    - cryptsetup status reversed its exit codes (dcantrell).
237      Resolves: rhbz#499824
238    - Require latest libdhcp (jgranado).
239      Resolves: rhbz#444919
240    - Do not include removed physical volumes in pvlist (rvykydal).
241      Resolves: rhbz#502438
242    
243    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.177-1
244    - Do not load storage drivers before loading DUD over network (rvykydal).
245      Resolves: rhbz#454478
246    
247    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.176-1
248    - Remove LVM metadata when doing clearpart (rvykydal).
249      Resolves: rhbz#462615
250    - Put lspci in the minstg2.img so inVmware doesn't traceback (clumens).
251      Resolves: rhbz#476476
252    
253    * Mon May 18 2009 Joel Granados <jgranado@redhat.com> 11.1.2.175-1
254    - Change the description of be2net (msivak).
255      Resolves: rhbz#496875
256    - Revert to libdhcp from rhel5.3 (dcantrell).
257      Related: rhbz#500775
258    
259    * Wed May 13 2009 Joel Granados <jgranado@redhat.com> 11.1.2.174-1
260    - Include valid timezones in stage 2 (rvykydal).
261      Resolves: rhbz#481617
262    - Fix traceback in timezone setting (kickstart interactive text mode) (rvykydal).
263      Resolves: rhbz#481617
264    - Compute size of modules buffer in loader (dcantrell).
265      Resolves: rhbz#484092
266    - Include /sbin/ipcalc for IP address validation (dcantrell).
267      Resolves: rhbz#460579
268    - Require latest libdhcp (dcantrell).
269      Resolves rhbz#444919
270    - Make buildinstall error out if mount of loop device fails (rvykydal).
271      Resolves: rhbz#472552
272    - Update Anaconda with new description for Emulex lpfc driver (msivak).
273      Resolves: rhbz#498511
274    - Get the libfipscheck from correct location (library was rebased) (msivak)
275      Resolves: rhbz#498992
276    - Add support for LSI MPT Fusion SAS 2.0 Device Driver (msivak).
277      Resolves: rhbz#475671
278    - IBM improvements to linuxrc.s390 (dcantrell).
279      Resolves: rhbz#475350
280    
281    * Wed May 6 2009 Joel Granados <jgranado@redhat.com> 11.1.2.173-1
282    - Allow bootloader on mbr when /boot is mdraid1 (hansg).
283      Resolves: rhbz#475973
284    - Don't traceback on read only (write protected) disks (hansg).
285      Resolves: rhbz#471883
286    - most noticably it fixes chap / reverse chap in combination with ibft (hansg).
287      Resolves: rhbz#497438
288    - Recognize mpath iscsi setups as using iscsi (hansg).
289      Resolves: rhbz#466614
290    
291    * Tue May 5 2009 Joel Granados <jgranado@redhat.com> 11.1.2.172-1
292    - The lambda function in run() is not needed (jgranado).
293      Resolves: rhbz#498935
294    - Increase max NIC identification duration to 5 minutes (dcantrell).
295      Resolves: rhbz#473747
296    - Correct a spelling error (dcantrell).
297      Resolves: rhbz#489997
298    - Remove noise from isys/nl.c (dcantrell).
299      Resolves: rhbz#490735
300    
301    * Thu Apr 30 2009 Chris Lumens <clumens@redhat.com> 11.1.2.171-1
302    - Remove umask temporarily so device permissions are correct (wmealing).
303      Resolves: rhbz#383531
304    
305    * Tue Apr 28 2009 Chris Lumens <clumens@redhat.com> 11.1.2.170-1
306    - No longer set cachedir since the rebased yum won't let us.
307      Resolves: rhbz#497288
308    - Support a dashed format of MAC in kickstarts (msivak).
309      Resolves: rhbz#480309
310    - Fix a typo in the parted exception ignoring patch
311      Related: rhbz#455465
312    - Add support for Marvell RAID bus controller MV64460/64461/64462 (msivak).
313      Resolves: rhbz#493179
314    - Add support for the "Emulex OneConnect 10GbE NIC" (msivak).
315      Resolves: rhbz#496875
316    
317    * Thu Apr 23 2009 Martin Sivak <msivak@redhat.com> 11.1.2.169-1
318    -  Activate ipv6 nics when an ipv6 ip is defined (jgranado).
319       Resolves: rhbz#445394
320    -  Check for DNS validity (jgranado).
321       Resolves: rhbz#465174
322    -  Do not crash when more than 32 tape devices are present (rvykydal)
323       Resolves: rhbz#476186
324    -  Ignore a subset of parted errors that are not critical (clumens)
325       Resolves: rhbz#455465
326    -  The FTP USER command does not need to be followed by a PASS (msivak)
327       Resolves: rhbz#477536
328    -  patch to skip accounts screen if using autostep and encrypted root password (msivak)
329       Resolves: rhbz#471122
330    -  rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable (msivak)
331       Resolves: rhbz#456325
332    -  Rewrote parts of pkgorder script to improve it's speed. (mgracik)
333       Resolves: rhbz#451083
334    -  Fix for traceback in Partitions.doMetaDeletes.addSnap() (dcantrell)
335       Resolves: rhbz#433824
336    -  More robust filtering of physical volumes in autopartitioning (rvykydal)
337       Resolves: rhbz#475271
338    -  Fix user --groups kickstart option (rvykydal)
339       Resolves: rhbz#454418
340    -  Let LCS devices come online after s390 installation (dcantrell)
341       Resolves: rhbz#471101
342    -  Added support for mdadm raid10 installs (mgracik)
343       Resolves: rhbz#467996
344    -  Updated the project URL (mgracik)
345       Resolves: rhbz#482781
346    
347  * Thu Dec 18 2008 Joel Granados <jgranado@redhat.com> 11.1.2.168-1  * Thu Dec 18 2008 Joel Granados <jgranado@redhat.com> 11.1.2.168-1
348  -  Make anaconda work with new API change in YUM (jgranado)  -  Make anaconda work with new API change in YUM (jgranado)


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