/[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.18 by slords, Wed Apr 27 14:33:48 2011 UTC Revision 1.21 by slords, Sat Sep 17 20:38:53 2011 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.224  Version: 11.1.2.242
3  Release: 1.el5.centos.1  Release: 1
4  License: GPL  License: GPL
5  Summary: Graphical system installer  Summary: Graphical system installer
6  Group: Applications/System  Group: Applications/System
7  Source: anaconda-%{version}.tar.bz2  Source: anaconda-%{version}.tar.bz2
8    Patch1: anaconda-centos-syslinux-msg.patch
9    Patch2: anaconda-centos-installclasses-2.patch
10    Patch3: anaconda-centos-regkey.patch
11    Patch4: anaconda-centos-centos-branding-po_files_5.6.patch
12    Patch5: anaconda-centos-inst-type.patch
13    Patch6: anaconda-centos-task.patch
14    Patch7: anaconda-centos-removeStatusText.patch
15    
16  BuildPreReq: kudzu-devel >= 1.2.57.1.26-1, pciutils-devel >= 3.1.7-3  BuildPreReq: kudzu-devel >= 1.2.57.1.26-1, pciutils-devel >= 3.1.7-3
17  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
18  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
# Line 36  Requires: rhpxl >= 0.25 Line 44  Requires: rhpxl >= 0.25
44  %endif  %endif
45  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
46  Url: http://fedoraproject.org/wiki/Anaconda  Url: http://fedoraproject.org/wiki/Anaconda
 Patch1: anaconda-centos-syslinux-msg.patch  
 Patch2: anaconda-centos-installclasses-2.patch  
 Patch3: anaconda-centos-regkey.patch  
 Patch4: anaconda-centos-centos-branding-po_files_5.6.patch  
 Patch5: anaconda-centos-inst-type.patch  
 Patch6: anaconda-centos-task.patch  
 Patch7: anaconda-centos-removeStatusText.patch  
47    
48  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
49    
# Line 84  sets, but are not meant for use on alrea Line 85  sets, but are not meant for use on alrea
85  %patch5 -p1  %patch5 -p1
86  %patch6 -p1  %patch6 -p1
87  %patch7 -p1  %patch7 -p1
88    
89    
90  %build  %build
91  make depend  make depend
# Line 141  fi Line 143  fi
143  %triggerun -- anaconda < 8.0-1  %triggerun -- anaconda < 8.0-1
144  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
145    
146  %changelog*  %changelog
147  * Thu Feb  3 2011 Karanbir Singh <kbsingh@centos.org> 11.1.2.224-1.el5.centos  * Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 11.1.2.242-1.el5.centos
148  - Roll in CentOS Branding changes  - Roll in CentOS Branding
149    
150    * Mon Jun 27 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.242-1
151    - Bump the implementation limit on the number of modules in modLoaded (akozumpl)
152      Resolves: rhbz#716836
153    
154    * Fri Jun 24 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.241-1
155    - Load all kernel crypto modules, do not include testmgr modules (dcantrel)
156      Resolves: rhbz#703782
157    
158    * Tue Jun 21 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.240-1
159    - Include all kernel crypto modules for LUKS devices
160      Resolves: rhbz#703782
161    
162    * Mon Jun 6 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.239-1
163    - Create /dev nodes after DUDs are processed (msivak)
164      Resolves: rhbz#707563
165    
166    * Thu Jun 2 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.238-1
167    - edit partition UI: do not create the "Encrypt" check button twice. (akozumpl)
168      Resolves: rhbz#709361
169    
170    * Tue May 31 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.237-1
171    - Add driver for Intel Patsburg SAS Controller Unit driver. (dcantrel)
172      Resolves: rhbz#707790
173    
174    * Fri May 20 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.236-1
175    - Remove a worthless, traceback-causing line.
176      Related: rhbz#572862
177    
178    * Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.235-1
179    - Add "rhsm" to the list of things-to-link-into-/etc (wwoods)
180      Resolves: #670973
181    
182    * Fri May 13 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.234-1
183    - libz.so.1 is in /lib now (akozumpl)
184      Resolves: rhbz#704151
185    - Add more files required by subscription_manager (wwoods)
186      Resolves: rhbz#670973
187    - correctly include /usr/share/rhsm/subscription_manager (wwoods)
188      Related: rhbz#670973
189    
190    * Thu May 12 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.233-1
191    - fix uninitialized self.inum in rhel.py:repoIsAllowed() (akozumpl)
192      Resolves: rhbz#703253
193    - Use static busybox, not busybox-anaconda (mgracik)
194      Resolves: rhbz#500527
195    - Disable iscsi on s390x (akozumpl)
196      Resolves: rhbz#703135
197    
198    * Thu Apr 28 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.232-1
199    - Do not show "missing media" message when unknown media is needed for package. (msivak)
200      Resolves: rhbz#617262
201    - Perform group removals at the beginning of every transaction (clumens)
202      Resolves: rhbz#642224
203    - Filter kickstart-provided repos through the installation key (clumens)
204      Resolves: rhbz#452983
205    
206    * Mon Apr 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.231-1
207    - Run subscription-manager 'product-id' plugin during install (wwoods)
208      Resolves: rhbz#670973
209    - infiniband: drivers for Mellanox, QLogic and IBM cards. (akozumpl)
210      Related: rhbz#660684
211    
212    * Thu Apr 7 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.230-1
213    - Fix AttributeError (no str.rpartition in python 2.4)
214      Resolves: rhbz#693655
215    - Add busybox to initrd
216      Resolves: rhbz#500527
217    - Ensure kernel-xen is the default kernel for Xen guests
218      Resolves: rhbz#480031
219    
220    * Fri Apr 1 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.229-1
221    - Fix shlex traceback if pxeboot cmdline ends in a quote (wwoods)
222      Resolves: rhbz#500198
223    - Honor kickstart noipv6 option for media installs (rvykydal)
224      Resolves: rhbz#677653
225    - Quote ETHTOOL_OPTS value in stage 2 (mmatsuya)
226      Resolves: rhbz#674473
227    - Fix ZeroDivisionError with tiny management LUNs (wwoods)
228      Resolves: rhbz#636984
229    - Write OPTIONS for s390x net devs on non-network install methods (dcantrell)
230      Resolves: rhbz#649301
231    
232    * Fri Mar 18 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.228-1
233    - Include and initialize the IP over Infiniband module. (akozumpl)
234      Related: rhbz#660684
235    
236    * Fri Mar 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.227-1
237    - Fix waiting for a cdrom with a ks file to come up. (akozumpl)
238      Resolves: rhbz#658398
239    - When the back button is pressed, undo deps. (mmatsuya)
240      Resolves: rhbz#603177
241    - Add global vars to retain parsed /proc/cmdline (bcl)
242      Related: rhbz#569883
243    - Convert earlyModuleLoad to use cmdline_argv (bcl)
244      Related: rhbz#569883
245    - Check blacklist= for the module name before loading it (bcl)
246      Related: rhbz#569883
247    - Write /tmp/anaconda.conf (bcl)
248      Related: rhbz#569883
249    - Copy module blacklist to target system (bcl)
250      Resolves: rhbz#569883
251    - Allow blocking the ssh port through kickstart (clumens)
252      Resolves: rhbz#485086
253    - Use tune4fs for ext4 filesystems (bcl)
254      Resolves: rhbz#616184
255    - Add tune4fs to install images (bcl)
256      Resolves: rhbz#616184
257    - Set selinux context on iptables files (bcl)
258      Resolves: rhbz#658084
259    
260    * Thu Mar 3 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.226-1
261    - Use getDiskPart() from bootyutil. (akozumpl)
262      Related: rhbz#572862
263    - Validate the user-chosen name of an mpath device. (akozumpl)
264      Related: rhbz#572862
265    - Do not lose selection in the bootloader's drive order dialog (akozumpl)
266      Resolves: rhbz#583837
267    - Make sure we select the right net device when iBFT is used (mmatsuya)
268      Signed-Off-By: Martin Sivak <msivak@redhat.com>
269      Resolves: rhbz#643774
270    - Use DISPATCH_NOOP if we go back to the doReIPL step (mgracik)
271      Resolves: rhbz#654685
272    
273    * Fri Feb 25 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.225-1
274    - CD -> disc in the required media message (clumens).
275      Resolves: rhbz#641412
276    
277  * Mon Dec 20 2010 Radek Vykydal <dcantrell@redhat.com> 11.1.2.224-1  * Mon Dec 20 2010 Radek Vykydal <dcantrell@redhat.com> 11.1.2.224-1
278  - noeject overrides kickstart eject (bcl)  - noeject overrides kickstart eject (bcl)


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