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