/[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.11 by slords, Thu Oct 22 14:06:59 2009 UTC Revision 1.18 by slords, Wed Apr 27 14:33:48 2011 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.195  Version: 11.1.2.224
3  Release: 1.el5.centos  Release: 1.el5.centos.1
4  License: GPL  License: GPL
5  Summary: Graphical system installer  Summary: Graphical system installer
6  Group: Applications/System  Group: Applications/System
7  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2  Source: anaconda-%{version}.tar.bz2
8  BuildPreReq: kudzu-devel >= 1.2.57.1.18, pciutils-devel  BuildPreReq: kudzu-devel >= 1.2.57.1.26-1, pciutils-devel >= 3.1.7-3
9  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
10  BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11  BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
11  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
12  BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel  BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel
13  BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber  BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber
14  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,  BuildPreReq: pykickstart >= 0.43.8, 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-10, mkinitrd-devel >= 5.1.2-1  BuildPreReq: libdhcp-devel >= 1.20-10, mkinitrd-devel >= 5.1.2-1
# Line 22  BuildPreReq: iscsi-initiator-utils >= 6. Line 22  BuildPreReq: iscsi-initiator-utils >= 6.
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
25  Requires: kudzu >= 1.2.57.1.18, yum >= 2.9.2, pirut >= 1.1.0  Requires: kudzu >= 1.2.57.1.26-1, yum >= 2.9.2, pirut >= 1.1.0
26  Requires: libxml2-python, python-urlgrabber  Requires: libxml2-python, python-urlgrabber
27  Requires: system-logos, pykickstart, system-config-date  Requires: system-logos, pykickstart, system-config-date
28  Requires: device-mapper >= 1.01.05-3  Requires: device-mapper >= 1.01.05-3
# Line 39  Url: http://fedoraproject.org/wiki/Anaco Line 39  Url: http://fedoraproject.org/wiki/Anaco
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.patch  Patch4: anaconda-centos-centos-branding-po_files_5.6.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
 Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch  
 Patch9: anaconda-centos-pkgorder.patch  
 Patch10: anaconda-centos-additional-repos.patch  
46    
47  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
48    
# Line 80  sets, but are not meant for use on alrea Line 77  sets, but are not meant for use on alrea
77  %prep  %prep
78    
79  %setup -q  %setup -q
   
80  %patch1 -p1  %patch1 -p1
81  %patch2 -p1  %patch2 -p1
82  %patch3 -p1  %patch3 -p1
# Line 88  sets, but are not meant for use on alrea Line 84  sets, but are not meant for use on alrea
84  %patch5 -p1  %patch5 -p1
85  %patch6 -p1  %patch6 -p1
86  %patch7 -p1  %patch7 -p1
 %patch8 -p1  
 #deprecated : %patch9 -p1  
 %patch10 -p1  
87    
88  %build  %build
89  make depend  make depend
# Line 148  fi Line 141  fi
141  %triggerun -- anaconda < 8.0-1  %triggerun -- anaconda < 8.0-1
142  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
143    
144  %changelog  %changelog*
145  * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 11.1.2.195-1.el5.centos  * Thu Feb  3 2011 Karanbir Singh <kbsingh@centos.org> 11.1.2.224-1.el5.centos
146  - Roll in CentOS Patch set  - Roll in CentOS Branding changes
147    
148    * Mon Dec 20 2010 Radek Vykydal <dcantrell@redhat.com> 11.1.2.224-1
149    - noeject overrides kickstart eject (bcl)
150      Related: rhbz#477887
151    - Pass --noeject to anaconda (bcl)
152      Related: rhbz#477887
153    
154    * Thu Dec 16 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.223-1
155    - Rebuild for latest kudzu and pciutils (pciutils ABI change)
156      Related: rhbz#663395
157    
158    * Thu Dec 13 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.222-1
159    - Japanese translations were completed (transifex)
160      Resolves: rhbz#661199
161    
162    * Thu Dec 9 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.221-1
163    - Japanese translations were updated (transifex)
164      Resolves: rhbz#661199
165    
166    * Mon Dec 6 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.220-1
167    - Gtk package %post script has changed (rvykydal)
168      Resolves: rhbz#659309
169    
170    * Tue Nov 30 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.219-1
171    - Generate correct initrd.addrsize file for System z (dcantrell)
172      Related: rhbz#647827
173    
174    * Tue Nov 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.218-1
175    - Append to modprobe.conf rather than overwrite it (dcantrell)
176      Related: rhbz#537887
177    
178    * Thu Nov 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.217-1
179    - Fix generic.ins for s390 LPAR installations (dcantrell)
180      Resolves: rhbz#647827
181    - Fix gateway ping test for layer3 vswitch users (dcantrell)
182      Resolves: rhbz#643961
183    - Disable IPv6 modules for 'noipv6' in /etc/modprobe.conf (dcantrell)
184      Resolves: rhbz#537887
185    - Document noeject (bcl)
186      Resolves: rhbz#647232
187    
188    * Tue Sep 28 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.216-1
189    - Don't immediately retry on downloading a package. (clumens)
190      Resolves: rhbz#544323
191    - Make sure we can go back to a previous step before doing so (clumens)
192      Resolves: rhbz#537889
193    - Check for and complain about package scriptlet errors (clumens)
194      Resolves: rhbz#531599
195    
196    * Mon Sep 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.215-1
197    - Add python-libs package, python package has been split (rvykydal)
198      Resolves: rhbz#634827
199    
200    * Wed Sep 8 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.214-1
201    - Add noeject support to cdrom eject handling (bcl)
202      Resolves: rhbz#477887
203    - Add noeject support to loader2 (bcl)
204      Related: rhbz#477887
205    - Resolve kernel dependencies in pkgorder (mgracik)
206      Resolves: rhbz#491136
207    
208    * Fri Aug 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.213-1
209    - Do not check size of swap partition(s) on s390 (dcantrell)
210      Resolves: rhbz#475358
211    - Make parent directories for ks scriptlet log files (dcantrell)
212      Resolves: rhbz#568861
213    - Add dlabel confirmation dialog to interactive installs (msivak)
214      Resolves: rhbz#570053
215    - Add xts module to initrd (msivak)
216      Resolves: rhbz#553411
217    - Add support for LSI 3ware 97xx SAS/SATA RAID Controller (msivak)
218      Resolves: rhbz#572341
219    - Add support for QLogic Corp cLOM8214 1/10GbE Controller (msivak)
220      Resolves: rhbz#571895
221    - Support for Brocade FCoE/CEE to PCIe CNAs (msivak)
222      Resolves: rhbz#549677
223    - Disable ipv6 kernel modules if user disables IPv6 (dcantrell)
224      Resolves: rhbz#537887
225    
226    * Mon Aug 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.212-1
227    - Mount /proc/bus/usb under /mnt/sysimage (hdegoede)
228      Resolves: rhbz#532397
229    - Update kickstart-docs iscsi commands information (hdegoede)
230      Resolves: rhbz#525136
231    
232    * Wed Aug 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.211-1
233    - Clean up sanityCheckHostname() in network.py (dcantrell)
234      Resolves: rhbz#559626
235    - Support long 'option domain-name' values in loader (dcantrell)
236      Resolves: rhbz#578110
237    - Prevent SIGSEGV in ipCallback and cidrCallback (dcantrell)
238      Resolves: rhbz#440498
239    
240    * Wed Aug 04 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.210-1
241    - Add Chelsio T4 10Gb driver to install (bcl)
242      Resolves: rhbz#562913
243    - Fix traceback on headless installs with xconfig --startxonboot (clumens)
244      Resolves: rhbz#517051
245    - Install the right arch of anaconda's required packages (clumens)
246      Resolves: rhbz#541323
247    - Document options of nfs boot parameter (akozumpl)
248      Resolves: rhbz#559200
249    - Document ignoredisk --only-use kickstart option (clumens)
250      Resolves: rhbz#586576
251    
252    * Mon Mar 22 2010 Martin Sivak <msivak@redhat.com> 11.1.2.209-1
253    - Add a missing patch to make dlabel work again
254      Related: rhbz#485060
255    
256    * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.208-1
257    - Revert patch for #521189 (dcantrell)
258      Resolves: rhbz#575129
259    
260    * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.207-1
261    - Fix driver disk loading from partitionless media (dcantrell)
262      Resolves: rhbz#575129
263    
264    * Tue Mar 09 2010 Martin Sivak <msivak@redhat.com> 11.1.2.206-1
265    - Use /sys/block instead of /proc/partitions for device nodes (msivak)
266      Related: rhbz#485060
267    - Wait a bit longer for network on s390 (Brad Hinson)
268      Resolves: rhbz#506742
269    
270    * Tue Mar 2 2010 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.205
271    - Do not leave the initial slash in path in getHostandPath() (akozumpl)
272      Resolves: rhbz#568691
273    
274    * Tue Feb 23 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.204
275    - Update anaconda xorg driver list (dcantrell)
276      Resolves: rhbz#567666
277    
278    * Tue Feb 23 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.203
279    - Cut the size of the boot.img for ia64 in half (akozumpl)
280      Resolves: rhbz#556976
281    
282    * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-4
283    - Rebuild anaconda to get the newest Kudzu
284      Resolves: rhbz#555188
285    
286    * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-3
287    - Rebuild anaconda to get the newest Kudzu
288      Resolves: rhbz#555188
289    
290    * Wed Jan 27 2010 Chris Lumens <clumens@redhat.com> 11.1.2.202-2
291    - Add anaconda support for group removal syntax.
292      Resolves: rhbz#558516
293    
294    * Thu Jan 21 2010 Martin Sivak <msivak@redhat.com> 11.1.2.201-2
295    - Rebuild anaconda to get the newest Kudzu
296      Related: rhbz#555188
297    
298    * Fri Jan 15 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.201-1
299    - os.exists -> os.path.exists (clumens)
300      Resolves: rhbz#554853
301    - reIPL support for s390 (hamzy)
302      Resolves: rhbz#512195
303    - Include 'mpath' in generic.prm file for s390 and s390x (dcantrell)
304      Resolves: rhbz#538129
305    
306    * Fri Jan 08 2010 Martin Sivak <msivak@redhat.com> 11.1.2.200-1
307    - Provide CMS script for IPL under z/VM
308      Resolves: rhbz#475343
309    - Force interface up before checking link status
310      Resolves: rhbz#549751
311    - Document new bootloader --hvargs kickstart option
312      Related: rhbz#501438
313    
314    * Tue Dec 22 2009 Martin Sivak <msivak@redhat.com> 11.1.2.199-1
315    - Support for the pmcraid driver
316      Resolves: rhbz#532777
317    - Always return correct network config from kickstartNetworkUp
318      Resolves: rhbz#495042
319    - Actually use the ftp login&password parse code
320      Related: rhbz#505424
321    - Fix clearpart of PVs that are part of multidrive VGs
322      Resolves: rhbz#545869
323    - Add support for Brocade Fibre Channel to PCIe Host Bus Adapters
324      Resolves: rhbz#475707
325    - Fix EDD BIOS information parsing
326      Resolves: rhbz#540637
327    
328    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-3
329    - Fix the build for s390
330      Related: rhbz#517768
331    
332    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-2
333    - Fix the build, we were missing one include in loader.c
334      Related: rhbz#517768
335    
336    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-1
337    - Various improvements to kickstart scriptlet reporting
338      Resolves: rhbz#510636
339    - Fix parsing of optional portnr in iscsi target IP
340      Resolves: rhbz#525054
341    - "ip=ibft" is not needed any more if ibft configuration is available
342      Resolves: rhbz#517768
343    - Revert the badEDID check
344      Resolves: rhbz#445486
345    - Remove #!/usr/bin/env python calls
346      Resolves: rhbz#521337
347    - Do not reinstall packages of the same NAEVR in upgrade
348      Resolves: rhbz#495796
349    - Add be2iscsi driver support
350      Resolves: rhbz#529442
351    - Reset partitioning when going back to parttype screen
352      Resolves: rhbz#516715
353    - Find LVs specified by label in /etc/fstab
354      Resolves: rhbz#502178
355    - Ensure the ghostscript-fonts get installed with ghostscript
356      Resolves: rhbz#530548
357    
358    * Fri Nov 20 2009 Martin Sivak <msivak@redhat.com> 11.1.2.197
359    - Added N-Port-ID (NPIV) install support for Linux on Power
360      Resolves: rhbz#512237
361    - Ignore comments when looking for %ksappend lines
362      Resolves: rhbz#525676
363    - Add kickstart support for xen hypervisor arguments in grub.
364      Resolves: rhbz#501438
365    - Fix kickstarts without a pw
366      Resolves: rhbz#538412
367    
368    * Fri Nov 13 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-2
369    - Write HOTPLUG=no to ifcfg file is ONBOOT=no
370      Resolves: rhbz#498086
371    - Honor the --label option to the kickstart "part" command
372      Resolves: rhbs#498856
373    - Add "Hipersockets" to qeth NETTYPE description
374      Resolves: rhbz#511962
375    - Honor existing RUNKS conf file variable on s390
376      Resolves: rhbz#513951
377    - kickstart option to make mpath0 point to arbitrary LUN
378      Resolves: rhbz#502768
379    - Sleep if the kickstart file read fails
380      Related: rhbz#460566
381    - If the device disappeared during DD selection, do not crash
382      Resolves: rhbz#521189
383    
384    * Tue Nov 10 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-1
385    - Adds interactive install support for NFS options
386      Resolves: rhbz#493052
387    - KS can reside on password protected FTP servers
388      Resolves: rhbz#505424
389    - Detect oemdrv DDs on cdrom devices too
390      Resolves: rhbz#485060
391    - Prepare dev nodes for block devices too for blkid
392      Resolves: rhbz#515437
393    
394  * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1  * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1
395  - Update the loader with support code for Mellanox cards  - Update the loader with support code for Mellanox cards


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