/[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.14 by slords, Thu Mar 4 16:31:07 2010 UTC
# Line 1  Line 1 
1    # $Id$
2    
3  Name: anaconda  Name: anaconda
4  Version: 11.1.2.168  Version: 11.1.2.195
5  Release: 1%{?dist}.1  Release: 1%{?dist}.1
6  License: GPL  License: GPL
7  Summary: Graphical system installer  Summary: Graphical system installer
# Line 14  BuildPreReq: libXxf86misc-devel, intltoo Line 16  BuildPreReq: libXxf86misc-devel, intltoo
16  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,
17  BuildPreReq: libsepol-devel  BuildPreReq: libsepol-devel
18  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
19  BuildPreReq: libdhcp-devel >= 1.20-5, mkinitrd-devel >= 5.1.2-1  BuildPreReq: libdhcp-devel >= 1.20-10, mkinitrd-devel >= 5.1.2-1
20  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
21    BuildPreReq: libdhcp6client >= 1.0.10-17
22  %ifnarch s390 s390x  %ifnarch s390 s390x
23  BuildPreReq: iscsi-initiator-utils >= 6.2.0.868-0.9  BuildPreReq: iscsi-initiator-utils >= 6.2.0.871-0.0
24  %endif  %endif
25  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
26  Requires: parted >= 1.7.1, pyparted >= 1.7.2  Requires: parted >= 1.7.1, pyparted >= 1.7.2
# Line 34  Requires: audit-libs Line 37  Requires: audit-libs
37  Requires: rhpxl >= 0.25  Requires: rhpxl >= 0.25
38  %endif  %endif
39  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
40  Url: http://fedora.redhat.com/projects/anaconda-installer/  Url: http://fedoraproject.org/wiki/Anaconda
41  Patch1: anaconda-centos-syslinux-msg.patch  Patch1: anaconda-centos-syslinux-msg.patch
42  Patch2: anaconda-centos-installclasses-2.patch  Patch2: anaconda-centos-installclasses-2.patch
43  Patch3: anaconda-centos-regkey.patch  Patch3: anaconda-centos-regkey.patch
44  Patch4: anaconda-centos-centos-branding-po_files_5.3.patch  Patch4: anaconda-centos-centos-branding-po_files.patch
45  Patch5: anaconda-centos-inst-type.patch  Patch5: anaconda-centos-inst-type.patch
46  Patch6: anaconda-centos-task.patch  Patch6: anaconda-centos-task.patch
47  Patch7: anaconda-centos-removeStatusText.patch  Patch7: anaconda-centos-removeStatusText.patch
48  Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch  Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch
49  Patch9: anaconda-centos-pkgorder.patch  Patch9: anaconda-centos-pkgorder.patch
50  Patch10: anaconda-centos-additional-repos.patch  Patch10: anaconda-centos-additional-repos.patch
 Patch100: anaconda-11.1.2.168-smepatches.patch  
51    
52    # SME specific patches
53    Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch
54    Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch
55    Patch1003: 0003-Fix-goto-previous-if-unable-to-go-back.patch
56    Patch1004: 0004-Always-pick-best-arch-for-package.patch
57    Patch1005: 0005-Allow-creating-mounting-degraded-raid-arrays.patch
58    Patch1006: 0006-Start-boot-raid-device-first-so-it-will-be-in-sync.patch
59    Patch1007: 0007-Automatically-upgrade-bootloader-if-necessary.patch
60    Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch
61    Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
62    Patch1010: 0010-Add-final-warning-before-installing.patch
63    Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch
64    Patch1012: 0012-Make-install-window-wider.patch
65    Patch1013: 0013-Don-t-email-root-on-raid-events.patch
66    Patch1014: 0014-Make-boot-loader-use-SME-labels.patch
67    Patch1015: 0015-Determine-upgradability-of-SME-server.patch
68    Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch
69    Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch
70    
71  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
72    
# Line 90  sets, but are not meant for use on alrea Line 110  sets, but are not meant for use on alrea
110  %patch6 -p1  %patch6 -p1
111  %patch7 -p1  %patch7 -p1
112  %patch8 -p1  %patch8 -p1
113  #%patch9 -p1  #deprecated : %patch9 -p1
114  %patch10 -p1  %patch10 -p1
 %patch100 -p1  
   
115    
116    # SME specific patches
117    %patch1001 -p1
118    %patch1002 -p1
119    %patch1003 -p1
120    %patch1004 -p1
121    %patch1005 -p1
122    %patch1006 -p1
123    %patch1007 -p1
124    %patch1008 -p1
125    %patch1009 -p1
126    %patch1010 -p1
127    %patch1011 -p1
128    %patch1012 -p1
129    %patch1013 -p1
130    %patch1014 -p1
131    %patch1015 -p1
132    %patch1016 -p1
133    %patch1017 -p1
134    
135  %build  %build
136  make depend  make depend
# Line 153  fi Line 189  fi
189  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
190    
191  %changelog  %changelog
192  * Tue Apr 14 2009 Shad L. Lords <slords@mail.com> 11.1.2.168-1.el5.sme.1  * Thu Oct 22 2009 Shad L. Lords <slords@mail.com> 11.1.2.195-1.sme.1
193  - Make progress box wider  - No warnings if kernel not upgraded
194  - Fix titlebar spacing    (recreate initrd if kernel was installed)
195  - Force UTC for time settings  - No warnings if unable to remove rpm databases
196  - Automate bootloader upgrades  - Fix goto previous if unable to go back
197  - Change erase disks to upgrade dialog  - Always pick best arch for package
198  - Don't ask us to use vnc mode  - Allow creating/mounting degraded raid arrays
199  - Make install headless    (log info about degraded arrays instead of not starting them)
200  - Don't warn if no kernels were installed  - Start /boot raid device first so it will be in sync for grub install
201  - Add format warning (default to no)  - Automatically upgrade bootloader if necessary
202  - Always upgrade to best arch version of package  - Search for language updates on upgrade disk
203  - Remove mail to root in mdadm  - Force time to be based on UTC
204  - Allow grub to be installed on raid device  - Add final warning before installing
205  - Allow creating degraded raid arrays  - Make install headless but still write keyboard info out
206  - Set/write keyboard config in headless mode    (don't ask us to use vnc mode)
207  - Display window and run post-install script when using kickstart file  - Make install window wider
208  - Update supported languages    (fix titlebar spacing)
209  - Allow language updates to be part of updates image  - Don't email root on raid events
210  - Start boot raid device first so it will sync first  - Make boot loader use SME labels
211  - Check e-smith-release instead of redhat-release  - Determine upgradability of SME server
212  - Log info about degraded arrays instead of not starting them    (change erase disks to upgrade dialog)
213  - Don't crash if you can't go back to previous screen  - Run SME post-install scripts on kickstart install/upgrade
214  - Only recreate initrd if kernel was installed  - Limit languages to those supported by SME
215  - Don't display warning about no being able to remove rpmdb files  
216    * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 11.1.2.195-1.el5.centos
217  * Sun Mar  1 2009 Karanbir Singh <kbsingh@centos.org>  - Roll in CentOS Patch set
218  - Roll in CentOS Branding  
219    * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1
220    - Update the loader with support code for Mellanox cards
221      Resolves: rhbz#514971
222    
223    * Mon Aug 03 2009 Martin Sivak <msivak@redhat.com> 11.1.2.194-1
224    - comps changed. replaced "virtualization" with "xen" (jgranados)
225      Resolves: rhbz#514885
226    - Add support for Melanox ConnectX mt26448 10Gb/s Infiniband, Ethernet, and FC (msivak)
227      Resolves: rhbz#514971
228    
229    * Thu Jul 23 2009 Joel Granados <jgranado@redhat.com>  11.1.2.193-1
230    - Make sure we include libdrm.so files in the image.
231      Related: rhbz#510397
232    
233    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.192-1
234    - Fix compile errors in the previous patch.
235      Related: rhbz#471883
236    
237    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.191-1
238    - Ignore block devices set to read-only.
239      Related: rhbz#471883
240    
241    * Tue Jul 21 2009 Martin Sivak <msivak@redhat.com> 11.1.2.190-1
242    - Correct a message presented to the user.
243      Related: rhbz#473747
244    - Remove ext4dev
245      Resolves: rhbz#510634
246    
247    * Thu Jul 16 2009 Radek Vykydal <rvykydal@redhat.com> 11.1.2.189-1
248    - Make buildinstall error out if mount of loop device fails (rvykydal).
249      Resolves: rhbz#472552
250    
251    * Tue Jul 11 2009 Joel Granados <jgranado@redhat.com> 11.1.2.188-1
252    - Require libdhcp6client for the build (jgranado).
253      Related: rhbz#506722
254    
255    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.187-1
256    - Add support for the qlge driver (jgranado)
257      Resolves: rhbz#504034
258    
259    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.186-1
260    - update support for ext4 in anaconda (jbastian)
261      Resolves: rhbz#510634
262    
263    * Wed Jul 08 2009 Chris Lumens <clumens@redhat.com> 11.1.2.185-1
264    - Save bootfile, if we have it, from DHCP response (dcantrell).
265      Resolves: rhbz#448006
266    
267    * Wed Jul 1 2009 Martin Sivak <msivak@redhat.com> 11.1.2.184-1
268    - Fix handling of parted exceptions in text mode (rvykydal)
269      Resolves: rhbz#506725
270    
271    * Thu Jun 4 2009 Joel Granados <jgranado@redhat.com> 11.1.2.183-1
272    - Create efirtc device node on ia64 to access hw clock (rvykydal).
273      Resolves: rhbz#485200
274    - Reserve enough space for lvm metadata when computing PV size usable for LVs (rvykydal).
275      Resolves: rhbz#500431
276    
277    * Mon Jun 1 2009 Joel Granados <jgranado@redhat.com> 11.1.2.182-1
278    - Add support for IGB VF device (jgranado).
279      Resolves: rhbz#502875
280    - Fix the error caused by change in fipscheck (again..) (msivak).
281      Resolves: rhbz#498992
282    
283    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.181-1
284    - Look for ipcalc in the right place (jgranado).
285      Resolves: rhbz#502249
286    
287    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.180-1
288    - Look for ipcalc in the right place (jgranado).
289      Resolves: rhbz#502249
290    
291    * Wed May 27 2009 Joel Granados <jgranado@redhat.com> 11.1.2.179-1
292    - Look for ipcalc in the right place (jgranado).
293      Resolves: rhbz#502249
294    
295    * Tue May 26 2009 Joel Granados <jgranado@redhat.com> 11.1.2.178-1
296    - Fix specification of zoneinfo files to be included in stage2 (rvykydal).
297      Resolves: rhbz#481617
298    - Fix the location of libfipscheck in initrd too (msivak).
299      Resolves: rhbz#498992
300    - cryptsetup status reversed its exit codes (dcantrell).
301      Resolves: rhbz#499824
302    - Require latest libdhcp (jgranado).
303      Resolves: rhbz#444919
304    - Do not include removed physical volumes in pvlist (rvykydal).
305      Resolves: rhbz#502438
306    
307    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.177-1
308    - Do not load storage drivers before loading DUD over network (rvykydal).
309      Resolves: rhbz#454478
310    
311    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.176-1
312    - Remove LVM metadata when doing clearpart (rvykydal).
313      Resolves: rhbz#462615
314    - Put lspci in the minstg2.img so inVmware doesn't traceback (clumens).
315      Resolves: rhbz#476476
316    
317    * Mon May 18 2009 Joel Granados <jgranado@redhat.com> 11.1.2.175-1
318    - Change the description of be2net (msivak).
319      Resolves: rhbz#496875
320    - Revert to libdhcp from rhel5.3 (dcantrell).
321      Related: rhbz#500775
322    
323    * Wed May 13 2009 Joel Granados <jgranado@redhat.com> 11.1.2.174-1
324    - Include valid timezones in stage 2 (rvykydal).
325      Resolves: rhbz#481617
326    - Fix traceback in timezone setting (kickstart interactive text mode) (rvykydal).
327      Resolves: rhbz#481617
328    - Compute size of modules buffer in loader (dcantrell).
329      Resolves: rhbz#484092
330    - Include /sbin/ipcalc for IP address validation (dcantrell).
331      Resolves: rhbz#460579
332    - Require latest libdhcp (dcantrell).
333      Resolves rhbz#444919
334    - Make buildinstall error out if mount of loop device fails (rvykydal).
335      Resolves: rhbz#472552
336    - Update Anaconda with new description for Emulex lpfc driver (msivak).
337      Resolves: rhbz#498511
338    - Get the libfipscheck from correct location (library was rebased) (msivak)
339      Resolves: rhbz#498992
340    - Add support for LSI MPT Fusion SAS 2.0 Device Driver (msivak).
341      Resolves: rhbz#475671
342    - IBM improvements to linuxrc.s390 (dcantrell).
343      Resolves: rhbz#475350
344    
345    * Wed May 6 2009 Joel Granados <jgranado@redhat.com> 11.1.2.173-1
346    - Allow bootloader on mbr when /boot is mdraid1 (hansg).
347      Resolves: rhbz#475973
348    - Don't traceback on read only (write protected) disks (hansg).
349      Resolves: rhbz#471883
350    - most noticably it fixes chap / reverse chap in combination with ibft (hansg).
351      Resolves: rhbz#497438
352    - Recognize mpath iscsi setups as using iscsi (hansg).
353      Resolves: rhbz#466614
354    
355    * Tue May 5 2009 Joel Granados <jgranado@redhat.com> 11.1.2.172-1
356    - The lambda function in run() is not needed (jgranado).
357      Resolves: rhbz#498935
358    - Increase max NIC identification duration to 5 minutes (dcantrell).
359      Resolves: rhbz#473747
360    - Correct a spelling error (dcantrell).
361      Resolves: rhbz#489997
362    - Remove noise from isys/nl.c (dcantrell).
363      Resolves: rhbz#490735
364    
365    * Thu Apr 30 2009 Chris Lumens <clumens@redhat.com> 11.1.2.171-1
366    - Remove umask temporarily so device permissions are correct (wmealing).
367      Resolves: rhbz#383531
368    
369    * Tue Apr 28 2009 Chris Lumens <clumens@redhat.com> 11.1.2.170-1
370    - No longer set cachedir since the rebased yum won't let us.
371      Resolves: rhbz#497288
372    - Support a dashed format of MAC in kickstarts (msivak).
373      Resolves: rhbz#480309
374    - Fix a typo in the parted exception ignoring patch
375      Related: rhbz#455465
376    - Add support for Marvell RAID bus controller MV64460/64461/64462 (msivak).
377      Resolves: rhbz#493179
378    - Add support for the "Emulex OneConnect 10GbE NIC" (msivak).
379      Resolves: rhbz#496875
380    
381    * Thu Apr 23 2009 Martin Sivak <msivak@redhat.com> 11.1.2.169-1
382    -  Activate ipv6 nics when an ipv6 ip is defined (jgranado).
383       Resolves: rhbz#445394
384    -  Check for DNS validity (jgranado).
385       Resolves: rhbz#465174
386    -  Do not crash when more than 32 tape devices are present (rvykydal)
387       Resolves: rhbz#476186
388    -  Ignore a subset of parted errors that are not critical (clumens)
389       Resolves: rhbz#455465
390    -  The FTP USER command does not need to be followed by a PASS (msivak)
391       Resolves: rhbz#477536
392    -  patch to skip accounts screen if using autostep and encrypted root password (msivak)
393       Resolves: rhbz#471122
394    -  rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable (msivak)
395       Resolves: rhbz#456325
396    -  Rewrote parts of pkgorder script to improve it's speed. (mgracik)
397       Resolves: rhbz#451083
398    -  Fix for traceback in Partitions.doMetaDeletes.addSnap() (dcantrell)
399       Resolves: rhbz#433824
400    -  More robust filtering of physical volumes in autopartitioning (rvykydal)
401       Resolves: rhbz#475271
402    -  Fix user --groups kickstart option (rvykydal)
403       Resolves: rhbz#454418
404    -  Let LCS devices come online after s390 installation (dcantrell)
405       Resolves: rhbz#471101
406    -  Added support for mdadm raid10 installs (mgracik)
407       Resolves: rhbz#467996
408    -  Updated the project URL (mgracik)
409       Resolves: rhbz#482781
410    
411  * 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
412  -  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