/[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.3 by slords, Wed Apr 9 13:51:41 2008 UTC Revision 1.8 by slords, Tue Oct 27 01:24:44 2009 UTC
# Line 1  Line 1 
 # $Id$  
   
1  ExcludeArch: ppc64  ExcludeArch: ppc64
2  Name: anaconda  Name: anaconda
3  Version: 10.1.1.81  Version: 10.1.1.103
4  Release: 1.centos4.1%{?dist}  Release: 1.centos4.1%{?dist}
5  License: GPL  License: GPL
6  Summary: Graphical system installer  Summary: Graphical system installer
# Line 13  Patch10: centos4-anaconda.patch Line 11  Patch10: centos4-anaconda.patch
11  Patch11: centos4-buildi586.patch  Patch11: centos4-buildi586.patch
12  Patch12: centos4-isolinux-colors.patch  Patch12: centos4-isolinux-colors.patch
13  Patch13: centos4-use-discinfo.patch  Patch13: centos4-use-discinfo.patch
14  Patch1000: back-button.patch  Patch1001: 0001-Fix-goto-previous-if-unable-to-go-back.patch
15  Patch1001: upgrade-install.patch  Patch1002: 0002-Display-NEVRA-when-installing-upgrading-packages.patch
16  Patch1002: package-logging.patch  Patch1003: 0003-Add-interface-method-to-post-action.patch
17  Patch1003: postaction-intf.patch  Patch1004: 0004-Progress-window-for-install-upgrade.patch
18  Patch1100: smeserver.patch  Patch1005: 0005-Always-pick-best-arch-for-package.patch
19  Patch1101: smeserver-crashdumptext.patch  Patch1006: 0006-No-warnings-if-kernel-not-upgraded.patch
20  Patch1102: smeserver-degraded-raid.patch  Patch1007: 0007-Allow-creating-mounting-degraded-raid-arrays.patch
21  Patch1103: smeserver-bootraidfirst.patch  Patch1008: 0008-Start-boot-raid-device-first-so-it-will-be-in-sync.patch
22  Patch1104: smeserver-mdadm-noroot.patch  Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
23  Patch1105: smeserver-super-minor.patch  Patch1010: 0010-Pick-keyboard-based-on-language-selection.patch
24  Patch1106: smeserver-kmod.patch  Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch
25  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  Patch1012: 0012-Add-final-warning-before-installing.patch
26    Patch1013: 0013-Dont-email-root-on-raid-events.patch
27    Patch1014: 0014-Remove-super-minor-from-mdadm.conf.patch
28    Patch1015: 0015-Make-install-window-wider.patch
29    Patch1016: 0016-Make-boot-loader-use-SME-labels.patch
30    Patch1017: 0017-Determine-upgradability-of-SME-server.patch
31    Patch1018: 0018-Run-SME-post-install-scripts-on-kickstart-install-up.patch
32    Patch1019: 0019-Install-kmods-that-follow-kernel.patch
33    Patch1020: 0020-Direct-bugs-to-sme-server-bugtracker.patch
34    Patch1021: 0021-Limit-languages-to-those-supported-by-SME.patch
35    
36    BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.26, 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
37  %ifarch i386  %ifarch i386
38  BuildRequires: dietlibc  BuildRequires: dietlibc
39  %endif  %endif
40  Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.3-7, booty, kudzu  Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.19-23, booty, kudzu
41  Requires: pyparted, libxml2-python, dosfstools >= 2.8-17  Requires: pyparted, libxml2-python, dosfstools >= 2.8-17
42  Requires: anaconda-help, system-logos  Requires: anaconda-help, system-logos
43  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
# Line 59  sets, but are not meant for use on alrea Line 68  sets, but are not meant for use on alrea
68  %patch12 -p1  %patch12 -p1
69  %patch13 -p1  %patch13 -p1
70  cp -f %{SOURCE1} anaconda.spec  cp -f %{SOURCE1} anaconda.spec
 %patch1000 -p1  
71  %patch1001 -p1  %patch1001 -p1
72  %patch1002 -p1  %patch1002 -p1
73  %patch1003 -p1  %patch1003 -p1
74  %patch1100 -p1  %patch1004 -p1
75  %patch1101 -p1  %patch1005 -p1
76  %patch1102 -p1  %patch1006 -p1
77  %patch1103 -p1  %patch1007 -p1
78  %patch1104 -p1  %patch1008 -p1
79  %patch1105 -p1  %patch1009 -p1
80  %patch1106 -p1  %patch1010 -p1
81    %patch1011 -p1
82    %patch1012 -p1
83    %patch1013 -p1
84    %patch1014 -p1
85    %patch1015 -p1
86    %patch1016 -p1
87    %patch1017 -p1
88    %patch1018 -p1
89    %patch1019 -p1
90    %patch1020 -p1
91    %patch1021 -p1
92    
93  %build  %build
94  make depend  make depend
# Line 111  rm -rf $RPM_BUILD_ROOT Line 130  rm -rf $RPM_BUILD_ROOT
130  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
131    
132  %changelog  %changelog
133  * Fri Nov 30 2007 Shad L. Lords <slords@mail.com> 10.1.1.81-4.centos4.1.sme  * Mon Aug 24 2009 Shad L. Lords <slords@mail.com> 10.1.1.103-1.centos4.1.sme
134  - Add kmods based on selected kernel  - Fix goto previous if unable to go back
135  - Remove super-minor from mdadm.conf to fix warnings.  - Display NEVRA when installing/upgrading packages
136  - Remove root email from mdadm.conf to remove duplicate emails [SME: 2147]  - Add interface method to post action
137  - Make boot device be created first so raid will be ready for grub  - Progress window for install/upgrade
138  - Apply various SME Server patches [SME: 1277]  - Always pick best arch for package
139  - Change location of crash dump report [SME: 1250]  - No warnings if kernel not upgraded
140    - Allow creating/mounting degraded raid arrays
141      (log info about degraded arrays instead of not starting them)
142    - Start /boot raid device first so it will be in sync for grub install
143    - Force time to be based on UTC
144    - Pick keyboard based on language selection
145    - Make install headless but still write keyboard info out
146    - Add final warning before installing
147    - Dont email root on raid events
148    - Remove super-minor from mdadm.conf
149    - Make install window wider
150      (fix titlebar spacing)
151    - Make boot loader use SME labels
152    - Determine upgradability of SME server
153    - Run SME post-install scripts on kickstart install/upgrade
154    - Install kmods that follow kernel
155    - Direct bugs to sme server bugtracker
156    - Limit languages to those supported by SME
157    
158  * Sat Nov 17 2007 Johnny Hughes <johnny@centos.org> - 10.1.1.81-1.centos4  * Fri Jul  3 2009 Tru Huynh <tru@centos.org> - 10.1.1.103-1.centos4
159  - 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
160    in the build process (SOURCE1).    in the build process (SOURCE1).
161  - rolled in centos patches 10, 11, 12, 13  - rolled in centos patches 10, 11, 12, 13
162    
163    * Tue Mar 31 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.103-1
164    - libwrap is now located in /LIBDIR/libwrap (msivak).
165      Resolves: rhbz:#493005
166    
167    * Thu Mar 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.102-1
168    - Fix the size of the vmlinuz images for i386 and ia64 (msivak).
169      Resolves: rhbz:#492331
170    
171    * Wed Mar 25 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.101-1
172    - Add the qla2500 to the table of known modules (msivak).
173      Resolves: rhbz:#491982
174    
175    * Wed Mar 11 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.100-1
176    - Fix clamping of VG size in case when it is not sufficient for lvm metadata (rvykydal).
177      Resolves: rhbz:#489549
178    
179    * Wed Mar 4 2009 Joel Granados <jgranados@redhat.com> - 10.1.1.99-1
180    - We have to first refresh the devices and _then_ set the protected list (msivak).
181      Resolves: rhbz:#461855
182    
183    * Thu Feb 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.98-1
184    - LVM VG size is not same as the device where PV is (jgranado).
185      Patch in partRequest.py instead of autopart.py.
186      Resolves: rhbz:#480793
187    
188    * Mon Feb 23 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.97-1
189    - LVM VG size is not same as the device where PV is (jgranado).
190      Resolves: rhbz:#480793
191    
192    * Wed Feb 4 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.96-1
193    - Don't show the root password dialog, make patch work better (msivak).
194      Resolves: rhbz:#481597
195    - Clamp the lv size on LV device creation (jgranados).
196      Resolves: rhbz:#480793
197    
198    * Fri Jan 30 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.95-1
199    - Avoid devices where the lvm metadata is not present (jgranado).
200      Resolves: rhbz:#481698
201    - Don't show the root password dialog, password was provided by ks file (msivak).
202      Resolves: rhbz:#481597
203    
204    * Tue Jan 27 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.94-1
205    - Remove missing PVs before removing obsolete VG (jgranado).
206      Resolves: rhbz:#481698
207    
208    * Mon Jan 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.93-1
209    - Correct backport from RHEL5 (jgranados).
210      Resolves: rhbz:#480793
211    
212    * Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.92-1
213    - Flush the drive dict first so CD-ROM device nodes get made (clumens).
214      Resolves: rhbz:#435926
215    - Protect installation source partition from deletion (msivak).
216      Resolves: rhbz:#461855
217    - Allow bootloader on mbr when /boot is dmraid1 (hdegoede).
218      Resolves: rhbz:#217176
219    - Allow empty DNS variable in s390 CMS conf file (dcantrell).
220      Resolves: rhbz:#465175
221    - Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
222      Resolves: rhbz:#459730
223    - docs update for driveorder ks command (msivak).
224      Resolves: rhbz:#430476
225    - Fix detection of xen environment for kbd setting (rvykydal).
226      Resolves: rhbz:#459785
227    - Fix clamping of size of lvm physical volumes (backport) (rvykydal).
228      Resolves: rhbz:#233050
229    - Add virtio support (clalance).
230      Related: rhbz:#479134,446215
231    - Do a check in lvm grow to catch negative sizes (jgranado).
232      Related: rhbz:#144676
233    
234    * Tue Jul 08 2008 Peter Jones <pjones@redhat.com> - 10.1.1.91-1
235    - Add initrd.size to the generic.ins files on s390.  (I think this should
236      solve #454492 , and indicates that the verification of #449617 was an error.)
237      Related: rhbz#454492
238    
239    * Wed Jun 25 2008 Peter Jones <pjones@redhat.com> - 10.1.1.90-1
240    - Add support for automatically determining the initramfs size on s390x
241      Resolves: rhbz#449617
242    
243    * Mon May 05 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.89-1
244    - Fix field separator spec in awk commands in linuxrc.s390 (jgranado)
245      Resolves: rhbz#444674
246    - Fix IPv6 address verification functions in linuxrc.s390 (jgranado)
247      Resolves: rhbz#362411
248    - Revert previous change to notify NFS server when we finish install (jgranado)
249      Related: rhbz#208103
250    
251    * Thu Apr 24 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.88-1
252    - Increase ia64 initrd image size (jgranado)
253      Resolves: rhbz#443373
254    - Specify mode when running mdadm
255      Resolves: rhbz#443844
256    
257    * Tue Apr 22 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.87-1
258    - Fix traceback trying to access non-existent anaconda instance
259      Resolves: rhbz#443412
260    
261    * Fri Apr 18 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.86-1
262    - Fix dispatch traceback (msivak)
263      Resolves: rhbz#442750
264    - Fix loader crash from freeing static bufer (clumens)
265      Resolves: rhbz#442863
266    
267    * Tue Apr 15 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.85-1
268    - Fix detection of xen para-virt environment (msivak)
269      Resolves: rhbz#441729
270    - Add bnx2x driver
271      Resolves: rhbz#442563
272    - Add myri10ge driver
273      Resolves: rhbz#442545
274    
275    * Mon Apr 14 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.84-1
276    - Tell the nfs server when we unmount the nfs mountpoints (jgranado)
277      Resolves: rhbz#208103
278    - Fix logic in patch for protecting hard drive install source (msivak)
279      Related: rhbz#220161
280    - Remove defunct VG before creating a new one of the same name
281      Resolves: rhbz#257161
282    - Use the search path when running mdadm
283      Related: rhbz#185674
284    - Support SHA256/SHA512 password encoding from kickstart
285      Resolves: rhbz#427384
286    
287    * Fri Mar 28 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.83-1
288    - Fix a typo in the dhcptimeout patch
289      Related: rhbz#246483
290    - Fix various problems with the no-duplicate-hostadapters patch
291      Related: rhbz#248619
292    
293    * Thu Mar 27 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.82-1
294    - Add dhcptimeout parameter to loader (msivak)
295      Resolves: rhbz#246483
296    - Fix swap size recommendation to match manuals (msivak)
297      Resolves: rhbz#339001
298    - Add ixgbe module
299      Resolves: rhbz#350921
300    - Fix segfault with driver disk image in initrd
301      Resolves: rhbz#249241
302    - Avoid duplicate scsi_hostadapter lines in modprobe.conf
303      Resolves: rhbz#248619
304    - Prevent modification to partitions containing harddrive install media (msivak)
305      Resolves: rhbz#220161
306    - Use mdadm to generate mdadm.conf (jgranado)
307      Resolves: rhbz#185674
308    - Add IP address validation routines for s390 (jgranado)
309      Resolves: rhbz#362411
310    - Close RAID devices after collecting device labels (jgranado)
311      Resolves: rhbz#434949
312    
313  * Tue Oct 30 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.81-1  * Tue Oct 30 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.81-1
314  - Copy loaderData->macaddr in to cfg->macaddr  - Copy loaderData->macaddr in to cfg->macaddr
315    Related: rhbz#233357    Related: rhbz#233357
# Line 132  rm -rf $RPM_BUILD_ROOT Line 318  rm -rf $RPM_BUILD_ROOT
318  - Copy in usr/sbin/ip for the s390 & s390x initrd.img files  - Copy in usr/sbin/ip for the s390 & s390x initrd.img files
319    Related: rhbz#233357    Related: rhbz#233357
320    
321    * Fri Oct 26 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.79-1
322    - Make e100e description in module-info unique (pjones)
323      Related: rhbz#253791
324    
325  * Tue Oct 23 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.78-1  * Tue Oct 23 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.78-1
326  - Add sbin/ip to KEEPFILE list on s390 & s390x  - Add sbin/ip to KEEPFILE list on s390 & s390x
327    Related: rhbz#233357    Related: rhbz#233357
# Line 248  rm -rf $RPM_BUILD_ROOT Line 438  rm -rf $RPM_BUILD_ROOT
438  - Actually create the /bin/echo symlink on all arches  - Actually create the /bin/echo symlink on all arches
439  - Detect FBA storage devices on zSeries  - Detect FBA storage devices on zSeries
440    
441    * Fri Apr 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-4
442    - Ignore disks listed in ignoredisks, even if we have clearpart --all
443      Resolves: #186438
444    
445    * Mon Apr 09 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-3
446    - Label fat filesystems on ia64 during upgrade
447      Resolves: #234815
448    
449    * Wed Apr 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-2
450    - Fix rescue mode selinuxfs mount (#234137)
451    - Add stex driver to module-info (#230214)
452    
453  * 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
454  - Allow graphical xen installs to proceed with no mouse  - Allow graphical xen installs to proceed with no mouse
455    Resolves: #229588    Resolves: #229588


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