/[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.17 by slords, Mon Jun 7 14:25:13 2010 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.195  Version: 11.1.2.209
3  Release: 1.el5.centos  Release: 1%{?dist}
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.18, pciutils-devel
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 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.5.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
 Patch9: anaconda-centos-pkgorder.patch  
47  Patch10: anaconda-centos-additional-repos.patch  Patch10: anaconda-centos-additional-repos.patch
48    
49    # SME specific patches
50    Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch
51    Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch
52    Patch1003: 0003-Fix-goto-previous-if-unable-to-go-back.patch
53    Patch1004: 0004-Always-pick-best-arch-for-package.patch
54    Patch1005: 0005-Allow-creating-mounting-degraded-raid-arrays.patch
55    Patch1006: 0006-Start-boot-raid-device-first-so-it-will-be-in-sync.patch
56    Patch1007: 0007-Automatically-upgrade-bootloader-if-necessary.patch
57    Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch
58    Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
59    Patch1010: 0010-Add-final-warning-before-installing.patch
60    Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch
61    Patch1012: 0012-Make-install-window-wider.patch
62    Patch1013: 0013-Don-t-email-root-on-raid-events.patch
63    Patch1014: 0014-Make-boot-loader-use-SME-labels.patch
64    Patch1015: 0015-Determine-upgradability-of-SME-server.patch
65    Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch
66    Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch
67    
68  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
69    
70  %description  %description
# Line 80  sets, but are not meant for use on alrea Line 98  sets, but are not meant for use on alrea
98  %prep  %prep
99    
100  %setup -q  %setup -q
   
101  %patch1 -p1  %patch1 -p1
102  %patch2 -p1  %patch2 -p1
103  %patch3 -p1  %patch3 -p1
# Line 89  sets, but are not meant for use on alrea Line 106  sets, but are not meant for use on alrea
106  %patch6 -p1  %patch6 -p1
107  %patch7 -p1  %patch7 -p1
108  %patch8 -p1  %patch8 -p1
 #deprecated : %patch9 -p1  
109  %patch10 -p1  %patch10 -p1
110    
111    # SME specific patches
112    %patch1001 -p1
113    %patch1002 -p1
114    %patch1003 -p1
115    %patch1004 -p1
116    %patch1005 -p1
117    %patch1006 -p1
118    %patch1007 -p1
119    %patch1008 -p1
120    %patch1009 -p1
121    %patch1010 -p1
122    %patch1011 -p1
123    %patch1012 -p1
124    %patch1013 -p1
125    %patch1014 -p1
126    %patch1015 -p1
127    %patch1016 -p1
128    %patch1017 -p1
129    
130  %build  %build
131  make depend  make depend
132  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
# Line 149  fi Line 184  fi
184  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
185    
186  %changelog  %changelog
187  * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 11.1.2.195-1.el5.centos  * Mon Jun 07 2010 Shad L. Lords <slords@mail.com> 11.1.2.209-1.sme
188  - Roll in CentOS Patch set  - Fix mkinitrd part of no kernel patch so dd works [SME: 6031]
189    
190    * Mon May 17 2010 Shad L. Lords <slords@mail.com> 11.1.2.209-1.sme
191    - No warnings if kernel not upgraded
192      (recreate initrd if kernel was installed)
193    - No warnings if unable to remove rpm databases
194    - Fix goto previous if unable to go back
195    - Always pick best arch for package
196    - Allow creating/mounting degraded raid arrays
197      (log info about degraded arrays instead of not starting them)
198    - Start /boot raid device first so it will be in sync for grub install
199    - Automatically upgrade bootloader if necessary
200    - Search for language updates on upgrade disk
201    - Force time to be based on UTC
202    - Add final warning before installing
203    - Make install headless but still write keyboard info out
204      (don't ask us to use vnc mode)
205    - Make install window wider
206      (fix titlebar spacing)
207    - Don't email root on raid events
208    - Make boot loader use SME labels
209    - Determine upgradability of SME server
210      (change erase disks to upgrade dialog)
211    - Run SME post-install scripts on kickstart install/upgrade
212    - Limit languages to those supported by SME
213    
214    * Sun Apr 25 2010 Karanbir Singh <kbsingh@centos.org> 11.1.2.209-1.el5.centos
215    - Roll in CentOS Changes
216    
217    * Mon Mar 22 2010 Martin Sivak <msivak@redhat.com> 11.1.2.209-1
218    - Add a missing patch to make dlabel work again
219      Related: rhbz#485060
220    
221    * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.208-1
222    - Revert patch for #521189 (dcantrell)
223      Resolves: rhbz#575129
224    
225    * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.207-1
226    - Fix driver disk loading from partitionless media (dcantrell)
227      Resolves: rhbz#575129
228    
229    * Tue Mar 09 2010 Martin Sivak <msivak@redhat.com> 11.1.2.206-1
230    - Use /sys/block instead of /proc/partitions for device nodes (msivak)
231      Related: rhbz#485060
232    - Wait a bit longer for network on s390 (Brad Hinson)
233      Resolves: rhbz#506742
234    
235    * Tue Mar 2 2010 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.205
236    - Do not leave the initial slash in path in getHostandPath() (akozumpl)
237      Resolves: rhbz#568691
238    
239    * Tue Feb 23 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.204
240    - Update anaconda xorg driver list (dcantrell)
241      Resolves: rhbz#567666
242    
243    * Tue Feb 23 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.203
244    - Cut the size of the boot.img for ia64 in half (akozumpl)
245      Resolves: rhbz#556976
246    
247    * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-4
248    - Rebuild anaconda to get the newest Kudzu
249      Resolves: rhbz#555188
250    
251    * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-3
252    - Rebuild anaconda to get the newest Kudzu
253      Resolves: rhbz#555188
254    
255    * Wed Jan 27 2010 Chris Lumens <clumens@redhat.com> 11.1.2.202-2
256    - Add anaconda support for group removal syntax.
257      Resolves: rhbz#558516
258    
259    * Thu Jan 21 2010 Martin Sivak <msivak@redhat.com> 11.1.2.201-2
260    - Rebuild anaconda to get the newest Kudzu
261      Related: rhbz#555188
262    
263    * Fri Jan 15 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.201-1
264    - os.exists -> os.path.exists (clumens)
265      Resolves: rhbz#554853
266    - reIPL support for s390 (hamzy)
267      Resolves: rhbz#512195
268    - Include 'mpath' in generic.prm file for s390 and s390x (dcantrell)
269      Resolves: rhbz#538129
270    
271    * Fri Jan 08 2010 Martin Sivak <msivak@redhat.com> 11.1.2.200-1
272    - Provide CMS script for IPL under z/VM
273      Resolves: rhbz#475343
274    - Force interface up before checking link status
275      Resolves: rhbz#549751
276    - Document new bootloader --hvargs kickstart option
277      Related: rhbz#501438
278    
279    * Tue Dec 22 2009 Martin Sivak <msivak@redhat.com> 11.1.2.199-1
280    - Support for the pmcraid driver
281      Resolves: rhbz#532777
282    - Always return correct network config from kickstartNetworkUp
283      Resolves: rhbz#495042
284    - Actually use the ftp login&password parse code
285      Related: rhbz#505424
286    - Fix clearpart of PVs that are part of multidrive VGs
287      Resolves: rhbz#545869
288    - Add support for Brocade Fibre Channel to PCIe Host Bus Adapters
289      Resolves: rhbz#475707
290    - Fix EDD BIOS information parsing
291      Resolves: rhbz#540637
292    
293    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-3
294    - Fix the build for s390
295      Related: rhbz#517768
296    
297    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-2
298    - Fix the build, we were missing one include in loader.c
299      Related: rhbz#517768
300    
301    * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-1
302    - Various improvements to kickstart scriptlet reporting
303      Resolves: rhbz#510636
304    - Fix parsing of optional portnr in iscsi target IP
305      Resolves: rhbz#525054
306    - "ip=ibft" is not needed any more if ibft configuration is available
307      Resolves: rhbz#517768
308    - Revert the badEDID check
309      Resolves: rhbz#445486
310    - Remove #!/usr/bin/env python calls
311      Resolves: rhbz#521337
312    - Do not reinstall packages of the same NAEVR in upgrade
313      Resolves: rhbz#495796
314    - Add be2iscsi driver support
315      Resolves: rhbz#529442
316    - Reset partitioning when going back to parttype screen
317      Resolves: rhbz#516715
318    - Find LVs specified by label in /etc/fstab
319      Resolves: rhbz#502178
320    - Ensure the ghostscript-fonts get installed with ghostscript
321      Resolves: rhbz#530548
322    
323    * Fri Nov 20 2009 Martin Sivak <msivak@redhat.com> 11.1.2.197
324    - Added N-Port-ID (NPIV) install support for Linux on Power
325      Resolves: rhbz#512237
326    - Ignore comments when looking for %ksappend lines
327      Resolves: rhbz#525676
328    - Add kickstart support for xen hypervisor arguments in grub.
329      Resolves: rhbz#501438
330    - Fix kickstarts without a pw
331      Resolves: rhbz#538412
332    
333    * Fri Nov 13 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-2
334    - Write HOTPLUG=no to ifcfg file is ONBOOT=no
335      Resolves: rhbz#498086
336    - Honor the --label option to the kickstart "part" command
337      Resolves: rhbs#498856
338    - Add "Hipersockets" to qeth NETTYPE description
339      Resolves: rhbz#511962
340    - Honor existing RUNKS conf file variable on s390
341      Resolves: rhbz#513951
342    - kickstart option to make mpath0 point to arbitrary LUN
343      Resolves: rhbz#502768
344    - Sleep if the kickstart file read fails
345      Related: rhbz#460566
346    - If the device disappeared during DD selection, do not crash
347      Resolves: rhbz#521189
348    
349    * Tue Nov 10 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-1
350    - Adds interactive install support for NFS options
351      Resolves: rhbz#493052
352    - KS can reside on password protected FTP servers
353      Resolves: rhbz#505424
354    - Detect oemdrv DDs on cdrom devices too
355      Resolves: rhbz#485060
356    - Prepare dev nodes for block devices too for blkid
357      Resolves: rhbz#515437
358    
359  * 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
360  - 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