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

Diff of /rpms/anaconda/sme7/anaconda.spec

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

Revision 1.1 by slords, Tue Jun 12 14:39:14 2007 UTC Revision 1.3 by slords, Wed Apr 9 13:51:41 2008 UTC
# Line 1  Line 1 
1    # $Id$
2    
3  ExcludeArch: ppc64  ExcludeArch: ppc64
4  Name: anaconda  Name: anaconda
5  Version: 10.1.1.63  Version: 10.1.1.81
6  Release: 4.centos4.1%{?dist}  Release: 1.centos4.1%{?dist}
7  License: GPL  License: GPL
8  Summary: Graphical system installer  Summary: Graphical system installer
9  Group: Applications/System  Group: Applications/System
10  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
11  Source1: anaconda.centos.spec.txt  Source1: anaconda.centos.spec.txt
 Patch0: anaconda-10.1.1.63-echo.patch  
 Patch1: anaconda-10.1.1.63-fbadasd.patch  
 Patch2: anaconda-10.1.1.63-selinuxrescuemount.patch  
 Patch3: anaconda-10.1.1.63-stex.patch  
 Patch4: anaconda-10.1.1.63-fatlabel.patch  
 Patch5: anaconda-10.1.1.63-ignoredisk.patch  
12  Patch10: centos4-anaconda.patch  Patch10: centos4-anaconda.patch
13  Patch11: centos4-buildi586.patch  Patch11: centos4-buildi586.patch
14  Patch12: centos4-isolinux-colors.patch  Patch12: centos4-isolinux-colors.patch
15  Patch13: centos4-unicode-linedraw-chars.patch  Patch13: centos4-use-discinfo.patch
16  Patch100: back-button.patch  Patch1000: back-button.patch
17  Patch101: upgrade-install.patch  Patch1001: upgrade-install.patch
18  Patch102: package-logging.patch  Patch1002: package-logging.patch
19  Patch103: postaction-intf.patch  Patch1003: postaction-intf.patch
20  Patch200: smeserver.patch  Patch1100: smeserver.patch
21  Patch201: smeserver-crashdumptext.patch  Patch1101: smeserver-crashdumptext.patch
22  Patch202: smeserver-degraded-raid.patch  Patch1102: smeserver-degraded-raid.patch
23  Patch203: smeserver-bootraidfirst.patch  Patch1103: smeserver-bootraidfirst.patch
24  Patch204: smeserver-mdadm-noroot.patch  Patch1104: smeserver-mdadm-noroot.patch
25  Patch205: smeserver-super-minor.patch  Patch1105: smeserver-super-minor.patch
26  Patch206: smeserver-kmod.patch  Patch1106: smeserver-kmod.patch
27  BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.16, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel  BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.23, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel
28  %ifarch i386  %ifarch i386
29  BuildRequires: dietlibc  BuildRequires: dietlibc
30  %endif  %endif
# Line 58  sets, but are not meant for use on alrea Line 54  sets, but are not meant for use on alrea
54  %prep  %prep
55    
56  %setup -q  %setup -q
 %patch0 -p0  
 %patch1 -p0 -b .fba  
 %patch2 -p0 -b .selinux  
 %patch3 -p0 -b .stex  
 %patch4 -p0 -b .fatlabel  
 %patch5 -p0 -b .ignoredisk  
57  %patch10 -p1  %patch10 -p1
58  %patch11 -p1  %patch11 -p1
59  %patch12 -p1  %patch12 -p1
60  %patch13 -p1  %patch13 -p1
61  cp -f %{SOURCE1} anaconda.spec  cp -f %{SOURCE1} anaconda.spec
62  %patch100 -p1  %patch1000 -p1
63  %patch101 -p1  %patch1001 -p1
64  %patch102 -p1  %patch1002 -p1
65  %patch103 -p1  %patch1003 -p1
66  %patch200 -p1  %patch1100 -p1
67  %patch201 -p1  %patch1101 -p1
68  %patch202 -p1  %patch1102 -p1
69  %patch203 -p1  %patch1103 -p1
70  %patch204 -p1  %patch1104 -p1
71  %patch205 -p1  %patch1105 -p1
72  %patch206 -p1  %patch1106 -p1
73    
74  %build  %build
75  make depend  make depend
# Line 121  rm -rf $RPM_BUILD_ROOT Line 111  rm -rf $RPM_BUILD_ROOT
111  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
112    
113  %changelog  %changelog
114  * Thu May 17 2007 Shad L. Lords <slords@mail.com> 10.1.1.63-4.centos4.1.sme  * Fri Nov 30 2007 Shad L. Lords <slords@mail.com> 10.1.1.81-4.centos4.1.sme
115  - Add kmods based on selected kernel  - Add kmods based on selected kernel
116  - Remove super-minor from mdadm.conf to fix warnings.  - Remove super-minor from mdadm.conf to fix warnings.
117  - Remove root email from mdadm.conf to remove duplicate emails [SME: 2147]  - Remove root email from mdadm.conf to remove duplicate emails [SME: 2147]
# Line 129  rm -rf $RPM_BUILD_ROOT Line 119  rm -rf $RPM_BUILD_ROOT
119  - Apply various SME Server patches [SME: 1277]  - Apply various SME Server patches [SME: 1277]
120  - Change location of crash dump report [SME: 1250]  - Change location of crash dump report [SME: 1250]
121    
122  * Sun May  6 2007 Johnny Hughes <johnny@cenots.org> - 10.1.1.63-4.centos4.1  * Sat Nov 17 2007 Johnny Hughes <johnny@centos.org> - 10.1.1.81-1.centos4
 - modifed centos i586 patches to work with Xen.  
   
 * Wed May  2 2007 Johnny Hughes <johnny@centos.org> - 10.1.1.63-4.centos4  
123  - modified to include the centos anaconda spec file in the build as it is used  - modified to include the centos anaconda spec file in the build as it is used
124    in the build process (SOURCE1).    in the build process (SOURCE1).
125  - rolled in previous centos changes  - rolled in centos patches 10, 11, 12, 13
126    
127  * Fri Apr 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-4  * Tue Oct 30 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.81-1
128  - Ignore disks listed in ignoredisks, even if we have clearpart --all  - Copy loaderData->macaddr in to cfg->macaddr
129      Related: rhbz#233357
130    
131    * Mon Oct 29 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.80-1
132    - Copy in usr/sbin/ip for the s390 & s390x initrd.img files
133      Related: rhbz#233357
134    
135    * Tue Oct 23 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.78-1
136    - Add sbin/ip to KEEPFILE list on s390 & s390x
137      Related: rhbz#233357
138    
139    * Wed Oct 10 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.77-1
140    - Add /sbin/ip command to the initrd.img file on s390 & s390x
141      Related: rhbz#233357
142    
143    * Wed Oct 10 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.76-1
144    - ChangeLog corrections caught by rpmdiff
145      Related: rhbz#234134
146    
147    * Tue Oct 09 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.75-1
148    - use /sbin/ip in init to set the MAC address on s390/s390x (bhinson)
149      Resolves: rhbz#233357
150    
151    * Tue Oct 09 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.74-1
152    - add qla4xxx driver
153      Resolves: rhbz#234134
154    
155    * Tue Sep 25 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.73-1
156    - look for labels on all fstypes
157      Resolves: rhbz#251579
158    - add e1000e driver (pjones)
159      Resolves: rhbz#253791
160    
161    * Mon Sep 17 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.72-1
162    - fix handling of MACADDR when configuring OSA layer2 networking (dcantrell)
163    - Related: rhbz#233357
164    
165    * Tue Sep 11 2007 Peter Jones <pjones@redhat.com> - 10.1.1.71-2
166    - rebuild with COLLECTION=dist-4E-U6-candidate to pick up newer kudzu.
167    
168    * Thu Sep 06 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.71-1
169    - Fix raid --useexisting.
170      Resolves: rhbz#207541.
171    
172    * Mon Sep 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.70-1
173    - Increase the size of x86_64 diskboot.img so everything fits (pjones)
174      Resolves: rhbz#240561
175    - Fix MAC address specification with OSA layer2 networking, based on patch
176      from Brad Hinson (dcantrell)
177      Resolves: rhbz#252021
178    - Fix biosdisk install problems on certain hardware (dcantrell)
179      Resolves: rhbz#247303
180    - Enable igb network devices (dcantrell)
181      Resolves: rhbz#253711
182    
183    * Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.69-1
184    - Fix py-compile failure introduced in .68-1 .
185    
186    * Fri Aug 10 2007 Peter Jones <pjones@redhat.com> - 10.1.1.68-1
187    - Add missing pata_* and sata_* HBA drivers
188      Resolves: rhbz#251718
189    - Fix UI for drive selection for partitioning (clumens)
190      Resolves: rhbz#251150
191    
192    * Thu Aug 02 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.67-1
193    - Handle return value from waitLinkSleep() correctly (pjones)
194      Related: rhbz#207546
195    - Only show >15 partitions message if there is a user interface (dlehman)
196      Related: rhbz#238708
197    
198    * Fri Jul 13 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.66-1
199    - Don't read filesystem labels from drives we cleared with clearpart.
200      Resolves: #209291
201    - Don't display an error if mount fails when searching for a root (dlehman).
202      Resolves: #214008
203    - Check for SCSI disks containing more than 15 partitions (dlehman).
204      Resoles: #238708
205    - Fix PATH assignment in linuxrc.s390 (dlehman).
206      Resolves: #190215
207    - Add netxen_nic support (dlehman).
208      Resolves: #233639
209    - Add ignoredisk --only-use option.
210      Resolves: #198526
211    - Document nfsmountopts command line option.
212      Resolves: #234185
213    
214    * Wed Jun 20 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.65-1
215    - Support FTP and HTTP URLs with auth info (dcantrell).
216      Resolves: #194247
217    - Increase DHCP timeout to 45 seconds and retries to 10 (dcantrell).
218      Resolves: #207546
219    - Remove invalid preexisting RAID requests.
220      Resolves: #233308
221    - Don't traceback on keeping preexisting partitions and logical volumes.
222      Resolves: #182943
223    - Fix probing for RAID superblocks.
224      Resolves: #172648
225    - Document the nicdelay command line option.
226      Resolves: #232721
227    - Change the cciss module description.
228      Resolves: #210414
229    - Add support for qla3xxx and the Areca RAID adapter.
230      Resolves: #233672, #242113
231    - Support OSA Layer 2 networking (bhinson).
232      Resolves: #233357
233    - Merge in the following changelog entries from devel-cvs spec file:
234    - Ignore disks listed in ignoredisks, even if we have clearpart --all (pjones)
235    Resolves: #186438    Resolves: #186438
236    - Label fat filesystems on ia64 during upgrade (pjones)
 * Mon Apr  9 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-3  
 - Label fat filesystems on ia64 during upgrade  
237    Resolves: #234815    Resolves: #234815
238    
239  * Wed Apr 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-2  * Wed Apr 14 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.64-1
240  - Fix rescue mode selinuxfs mount (#234137)  - Fix rescue mode selinuxfs mount
241  - Add stex driver to module-info (#230214)  - Add stex driver to module-info
242  - Actually create the /bin/echo symlink on all arches (#178781)  - Add OSA layer 2 network support for zSeries (dcantrell)
243  - Detect FBA storage devices on zSeries    Resolves: #233357
244    Resolves: #227913  - Add size and model info to text mode drive selection (dcantrell)
245      Resolves: #233606
246    - Honor nicdelay when ksdevice=link is used (dcantrell)
247      Resolves: #207546
248    - Actually create the /bin/echo symlink on all arches
249    - Detect FBA storage devices on zSeries
250    
251  * Tue Mar 06 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-1  * Tue Mar 06 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-1
252  - Allow graphical xen installs to proceed with no mouse  - Allow graphical xen installs to proceed with no mouse
# Line 272  rm -rf $RPM_BUILD_ROOT Line 368  rm -rf $RPM_BUILD_ROOT
368  - Eliminate dupe vnc entries in command line docs (#175368)  - Eliminate dupe vnc entries in command line docs (#175368)
369  - Fix RAID error messages to be more clear (#184246)  - Fix RAID error messages to be more clear (#184246)
370    
 * Sat Mar 11 2006 Johnny Hughes <johnny@centos.org> - 10.1.1.37-1.centos4.2  
 - added centos4-isolinux-colors.patch to change the isolinux colors  
   
 * Thu Mar  9 2006 Johnny Hughes <johnny@centos.org> - 10.1.1.37-1.centos4  
 - Rolled in previous CentOS-4 changes  
 - added centos4-buildi586.patch to allow for 2 boot kernels, i686 and i586  
   made i686 the default kernel.  
   
371  * Thu Mar  2 2006 Peter Jones <pjones@redhat.com> - 10.1.1.38-1  * Thu Mar  2 2006 Peter Jones <pjones@redhat.com> - 10.1.1.38-1
372  - Make the ACPI probe happen when isys is imported, and return cached  - Make the ACPI probe happen when isys is imported, and return cached
373    data from there on out.    data from there on out.
# Line 303  rm -rf $RPM_BUILD_ROOT Line 391  rm -rf $RPM_BUILD_ROOT
391  - Change minimum cpu count for largesmp kernel selection on ppc  - Change minimum cpu count for largesmp kernel selection on ppc
392    to 64.  (pjones, #179027)    to 64.  (pjones, #179027)
393    
 * Sat Dec 31 2005 Pasi Pirhonen <upi@iki.fi> - 10.1.1.33-1.centos4  
 - Changed install directory to CentOS instead of RedHat  
 - Changed various trademark and logos  
   
394  * Wed Dec 21 2005 Peter Jones <pjones@redhat.com> - 10.1.1.33-2  * Wed Dec 21 2005 Peter Jones <pjones@redhat.com> - 10.1.1.33-2
395  - rebuild for fixed gcc  - rebuild for fixed gcc
396    


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