/[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.5 by slords, Fri Sep 12 03:55:39 2008 UTC Revision 1.6 by slords, Mon Aug 24 15:09:08 2009 UTC
# Line 1  Line 1 
 # $Id: anaconda.spec,v 1.3 2008/04/09 13:51:41 slords Exp $  
   
1  ExcludeArch: ppc64  ExcludeArch: ppc64
2  Name: anaconda  Name: anaconda
3  Version: 10.1.1.91  Version: 10.1.1.103
4  Release: 1.centos4.1%{?dist}  Release: 1.centos4
5  License: GPL  License: GPL
6  Summary: Graphical system installer  Summary: Graphical system installer
7  Group: Applications/System  Group: Applications/System
# 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  
15  Patch1001: upgrade-install.patch  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
 Patch1002: package-logging.patch  
 Patch1003: postaction-intf.patch  
 Patch1100: smeserver.patch  
 Patch1101: smeserver-crashdumptext.patch  
 Patch1102: smeserver-degraded-raid.patch  
 Patch1103: smeserver-bootraidfirst.patch  
 Patch1104: smeserver-kmod.patch  
 Patch1105: smeserver-super-minor.patch  
 Patch1106: smeserver-mdadm-noroot.patch  
 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  
16  %ifarch i386  %ifarch i386
17  BuildRequires: dietlibc  BuildRequires: dietlibc
18  %endif  %endif
19  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
20  Requires: pyparted, libxml2-python, dosfstools >= 2.8-17  Requires: pyparted, libxml2-python, dosfstools >= 2.8-17
21  Requires: anaconda-help, system-logos  Requires: anaconda-help, system-logos
22  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
# Line 59  sets, but are not meant for use on alrea Line 47  sets, but are not meant for use on alrea
47  %patch12 -p1  %patch12 -p1
48  %patch13 -p1  %patch13 -p1
49  cp -f %{SOURCE1} anaconda.spec  cp -f %{SOURCE1} anaconda.spec
 %patch1000 -p1  
 %patch1001 -p1  
 %patch1002 -p1  
 %patch1003 -p1  
 %patch1100 -p1  
 %patch1101 -p1  
 %patch1102 -p1  
 %patch1103 -p1  
 %patch1104 -p1  
 %patch1105 -p1  
 %patch1106 -p1  
50    
51  %build  %build
52  make depend  make depend
# Line 111  rm -rf $RPM_BUILD_ROOT Line 88  rm -rf $RPM_BUILD_ROOT
88  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
89    
90  %changelog  %changelog
91  * Thu Sep 11 2008 Shad L. Lords <slords@mail.com> 10.1.1.91-1.centos4.1.sme  * Fri Jul  3 2009 Tru Huynh <tru@centos.org> - 10.1.1.103-1.centos4
 - Add kmods based on selected kernel  
 - Remove super-minor from mdadm.conf to fix warnings.  
 - Remove root email from mdadm.conf to remove duplicate emails [SME: 2147]  
 - Make boot device be created first so raid will be ready for grub  
 - Apply various SME Server patches [SME: 1277]  
 - Change location of crash dump report [SME: 1250]  
   
 * Sat Jul 28 2008 Johnny Hughes <johnny@centos.org> - 10.1.1.91-1.centos4  
92  - 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
93    in the build process (SOURCE1).    in the build process (SOURCE1).
94  - rolled in centos patches 10, 11, 12, 13  - rolled in centos patches 10, 11, 12, 13
95    
96    * Tue Mar 31 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.103-1
97    - libwrap is now located in /LIBDIR/libwrap (msivak).
98      Resolves: rhbz:#493005
99    
100    * Thu Mar 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.102-1
101    - Fix the size of the vmlinuz images for i386 and ia64 (msivak).
102      Resolves: rhbz:#492331
103    
104    * Wed Mar 25 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.101-1
105    - Add the qla2500 to the table of known modules (msivak).
106      Resolves: rhbz:#491982
107    
108    * Wed Mar 11 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.100-1
109    - Fix clamping of VG size in case when it is not sufficient for lvm metadata (rvykydal).
110      Resolves: rhbz:#489549
111    
112    * Wed Mar 4 2009 Joel Granados <jgranados@redhat.com> - 10.1.1.99-1
113    - We have to first refresh the devices and _then_ set the protected list (msivak).
114      Resolves: rhbz:#461855
115    
116    * Thu Feb 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.98-1
117    - LVM VG size is not same as the device where PV is (jgranado).
118      Patch in partRequest.py instead of autopart.py.
119      Resolves: rhbz:#480793
120    
121    * Mon Feb 23 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.97-1
122    - LVM VG size is not same as the device where PV is (jgranado).
123      Resolves: rhbz:#480793
124    
125    * Wed Feb 4 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.96-1
126    - Don't show the root password dialog, make patch work better (msivak).
127      Resolves: rhbz:#481597
128    - Clamp the lv size on LV device creation (jgranados).
129      Resolves: rhbz:#480793
130    
131    * Fri Jan 30 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.95-1
132    - Avoid devices where the lvm metadata is not present (jgranado).
133      Resolves: rhbz:#481698
134    - Don't show the root password dialog, password was provided by ks file (msivak).
135      Resolves: rhbz:#481597
136    
137    * Tue Jan 27 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.94-1
138    - Remove missing PVs before removing obsolete VG (jgranado).
139      Resolves: rhbz:#481698
140    
141    * Mon Jan 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.93-1
142    - Correct backport from RHEL5 (jgranados).
143      Resolves: rhbz:#480793
144    
145    * Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.92-1
146    - Flush the drive dict first so CD-ROM device nodes get made (clumens).
147      Resolves: rhbz:#435926
148    - Protect installation source partition from deletion (msivak).
149      Resolves: rhbz:#461855
150    - Allow bootloader on mbr when /boot is dmraid1 (hdegoede).
151      Resolves: rhbz:#217176
152    - Allow empty DNS variable in s390 CMS conf file (dcantrell).
153      Resolves: rhbz:#465175
154    - Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
155      Resolves: rhbz:#459730
156    - docs update for driveorder ks command (msivak).
157      Resolves: rhbz:#430476
158    - Fix detection of xen environment for kbd setting (rvykydal).
159      Resolves: rhbz:#459785
160    - Fix clamping of size of lvm physical volumes (backport) (rvykydal).
161      Resolves: rhbz:#233050
162    - Add virtio support (clalance).
163      Related: rhbz:#479134,446215
164    - Do a check in lvm grow to catch negative sizes (jgranado).
165      Related: rhbz:#144676
166    
167  * Tue Jul 08 2008 Peter Jones <pjones@redhat.com> - 10.1.1.91-1  * Tue Jul 08 2008 Peter Jones <pjones@redhat.com> - 10.1.1.91-1
168  - Add initrd.size to the generic.ins files on s390.  (I think this should  - Add initrd.size to the generic.ins files on s390.  (I think this should
169    solve #454492 , and indicates that the verification of #449617 was an error.)    solve #454492 , and indicates that the verification of #449617 was an error.)
170    Resolves: rhbz#449617    Related: rhbz#454492
171      
172  * Wed Jun 25 2008 Peter Jones <pjones@redhat.com> - 10.1.1.90-1  * Wed Jun 25 2008 Peter Jones <pjones@redhat.com> - 10.1.1.90-1
173  - Add support for automatically determining the initramfs size on s390x  - Add support for automatically determining the initramfs size on s390x
174    Resolves: rhbz#449617    Resolves: rhbz#449617


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