/[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.2 by slords, Sat Dec 1 03:37:30 2007 UTC Revision 1.5 by slords, Fri Sep 12 03:55:39 2008 UTC
# Line 1  Line 1 
1    # $Id: anaconda.spec,v 1.3 2008/04/09 13:51:41 slords Exp $
2    
3  ExcludeArch: ppc64  ExcludeArch: ppc64
4  Name: anaconda  Name: anaconda
5  Version: 10.1.1.81  Version: 10.1.1.91
6  Release: 1.centos4.1%{?dist}  Release: 1.centos4.1%{?dist}
7  License: GPL  License: GPL
8  Summary: Graphical system installer  Summary: Graphical system installer
# Line 19  Patch1100: smeserver.patch Line 21  Patch1100: smeserver.patch
21  Patch1101: smeserver-crashdumptext.patch  Patch1101: smeserver-crashdumptext.patch
22  Patch1102: smeserver-degraded-raid.patch  Patch1102: smeserver-degraded-raid.patch
23  Patch1103: smeserver-bootraidfirst.patch  Patch1103: smeserver-bootraidfirst.patch
24  Patch1104: smeserver-mdadm-noroot.patch  Patch1104: smeserver-kmod.patch
25  Patch1105: smeserver-super-minor.patch  Patch1105: smeserver-super-minor.patch
26  Patch1106: smeserver-kmod.patch  Patch1106: smeserver-mdadm-noroot.patch
27  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  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
# Line 109  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  * Fri Nov 30 2007 Shad L. Lords <slords@mail.com> 10.1.1.81-4.centos4.1.sme  * Thu Sep 11 2008 Shad L. Lords <slords@mail.com> 10.1.1.91-1.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 117  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  * Sat Nov 17 2007 Johnny Hughes <johnny@centos.org> - 10.1.1.81-1.centos4  * Sat Jul 28 2008 Johnny Hughes <johnny@centos.org> - 10.1.1.91-1.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 centos patches 10, 11, 12, 13  - rolled in centos patches 10, 11, 12, 13
126    
127    * Tue Jul 08 2008 Peter Jones <pjones@redhat.com> - 10.1.1.91-1
128    - Add initrd.size to the generic.ins files on s390.  (I think this should
129      solve #454492 , and indicates that the verification of #449617 was an error.)
130      Resolves: rhbz#449617
131      
132    * Wed Jun 25 2008 Peter Jones <pjones@redhat.com> - 10.1.1.90-1
133    - Add support for automatically determining the initramfs size on s390x
134      Resolves: rhbz#449617
135    
136    * Mon May 05 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.89-1
137    - Fix field separator spec in awk commands in linuxrc.s390 (jgranado)
138      Resolves: rhbz#444674
139    - Fix IPv6 address verification functions in linuxrc.s390 (jgranado)
140      Resolves: rhbz#362411
141    - Revert previous change to notify NFS server when we finish install (jgranado)
142      Related: rhbz#208103
143    
144    * Thu Apr 24 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.88-1
145    - Increase ia64 initrd image size (jgranado)
146      Resolves: rhbz#443373
147    - Specify mode when running mdadm
148      Resolves: rhbz#443844
149    
150    * Tue Apr 22 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.87-1
151    - Fix traceback trying to access non-existent anaconda instance
152      Resolves: rhbz#443412
153    
154    * Fri Apr 18 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.86-1
155    - Fix dispatch traceback (msivak)
156      Resolves: rhbz#442750
157    - Fix loader crash from freeing static bufer (clumens)
158      Resolves: rhbz#442863
159    
160    * Tue Apr 15 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.85-1
161    - Fix detection of xen para-virt environment (msivak)
162      Resolves: rhbz#441729
163    - Add bnx2x driver
164      Resolves: rhbz#442563
165    - Add myri10ge driver
166      Resolves: rhbz#442545
167    
168    * Mon Apr 14 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.84-1
169    - Tell the nfs server when we unmount the nfs mountpoints (jgranado)
170      Resolves: rhbz#208103
171    - Fix logic in patch for protecting hard drive install source (msivak)
172      Related: rhbz#220161
173    - Remove defunct VG before creating a new one of the same name
174      Resolves: rhbz#257161
175    - Use the search path when running mdadm
176      Related: rhbz#185674
177    - Support SHA256/SHA512 password encoding from kickstart
178      Resolves: rhbz#427384
179    
180    * Fri Mar 28 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.83-1
181    - Fix a typo in the dhcptimeout patch
182      Related: rhbz#246483
183    - Fix various problems with the no-duplicate-hostadapters patch
184      Related: rhbz#248619
185    
186    * Thu Mar 27 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.82-1
187    - Add dhcptimeout parameter to loader (msivak)
188      Resolves: rhbz#246483
189    - Fix swap size recommendation to match manuals (msivak)
190      Resolves: rhbz#339001
191    - Add ixgbe module
192      Resolves: rhbz#350921
193    - Fix segfault with driver disk image in initrd
194      Resolves: rhbz#249241
195    - Avoid duplicate scsi_hostadapter lines in modprobe.conf
196      Resolves: rhbz#248619
197    - Prevent modification to partitions containing harddrive install media (msivak)
198      Resolves: rhbz#220161
199    - Use mdadm to generate mdadm.conf (jgranado)
200      Resolves: rhbz#185674
201    - Add IP address validation routines for s390 (jgranado)
202      Resolves: rhbz#362411
203    - Close RAID devices after collecting device labels (jgranado)
204      Resolves: rhbz#434949
205    
206  * 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
207  - Copy loaderData->macaddr in to cfg->macaddr  - Copy loaderData->macaddr in to cfg->macaddr
208    Related: rhbz#233357    Related: rhbz#233357
# Line 130  rm -rf $RPM_BUILD_ROOT Line 211  rm -rf $RPM_BUILD_ROOT
211  - Copy in usr/sbin/ip for the s390 & s390x initrd.img files  - Copy in usr/sbin/ip for the s390 & s390x initrd.img files
212    Related: rhbz#233357    Related: rhbz#233357
213    
214    * Fri Oct 26 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.79-1
215    - Make e100e description in module-info unique (pjones)
216      Related: rhbz#253791
217    
218  * 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
219  - Add sbin/ip to KEEPFILE list on s390 & s390x  - Add sbin/ip to KEEPFILE list on s390 & s390x
220    Related: rhbz#233357    Related: rhbz#233357
# Line 246  rm -rf $RPM_BUILD_ROOT Line 331  rm -rf $RPM_BUILD_ROOT
331  - Actually create the /bin/echo symlink on all arches  - Actually create the /bin/echo symlink on all arches
332  - Detect FBA storage devices on zSeries  - Detect FBA storage devices on zSeries
333    
334    * Fri Apr 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-4
335    - Ignore disks listed in ignoredisks, even if we have clearpart --all
336      Resolves: #186438
337    
338    * Mon Apr 09 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-3
339    - Label fat filesystems on ia64 during upgrade
340      Resolves: #234815
341    
342    * Wed Apr 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-2
343    - Fix rescue mode selinuxfs mount (#234137)
344    - Add stex driver to module-info (#230214)
345    
346  * 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
347  - Allow graphical xen installs to proceed with no mouse  - Allow graphical xen installs to proceed with no mouse
348    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