/[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.1 by slords, Tue Jun 12 17:57:22 2007 UTC Revision 1.5 by slords, Tue Jun 24 15:37:10 2008 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.36  Version: 11.1.2.113
3  Release: 1%{?dist}.6  Release: 1.el5.centos.2
4  License: GPL  License: GPL
5  Summary: Graphical system installer  Summary: Graphical system installer
6  Group: Applications/System  Group: Applications/System
7  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
8  Patch1: anaconda-centos-syslinux-msg.patch  BuildPreReq: kudzu-devel >= 1.2.57.1.15, pciutils-devel
 Patch2: anaconda-centos-installclasses-2.patch  
 Patch3: anaconda-centos-regkey.patch  
 Patch4: anaconda-centos-centos-branding-po_files.patch  
 Patch5: anaconda-centos-inst-type.patch  
 Patch6: anaconda-centos-task.patch  
 Patch7: anaconda-centos-removeStatusText.patch  
 Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch  
 Patch9: anaconda-centos-pkgorder.patch  
 Patch10: anaconda-centos-additional-repos.patch  
   
 BuildPreReq: kudzu-devel >= 1.2.42, pciutils-devel  
9  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
10  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
11  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
# Line 25  BuildPreReq: libXxf86misc-devel, intltoo Line 14  BuildPreReq: libXxf86misc-devel, intltoo
14  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,
15  BuildPreReq: libsepol-devel  BuildPreReq: libsepol-devel
16  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
17  BuildPreReq: glib2-devel >= 2.11.1-5  BuildPreReq: libdhcp-devel >= 1.20-5, mkinitrd-devel >= 5.1.2-1
18  BuildPreReq: libdhcp-devel >= 1.16, mkinitrd-devel >= 5.1.2-1  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
 BuildPreReq: audit-libs-devel  
19  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
20  Requires: parted >= 1.7.1, pyparted >= 1.7.2  Requires: parted >= 1.7.1, pyparted >= 1.7.2
21  Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0  Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0
# Line 35  Requires: libxml2-python, python-urlgrab Line 23  Requires: libxml2-python, python-urlgrab
23  Requires: system-logos, pykickstart, system-config-date  Requires: system-logos, pykickstart, system-config-date
24  Requires: device-mapper >= 1.01.05-3  Requires: device-mapper >= 1.01.05-3
25  Requires: dosfstools >= 2.11-6.2 e2fsprogs  Requires: dosfstools >= 2.11-6.2 e2fsprogs
26  Requires: python-pyblock >= 0.24-1  Requires: python-pyblock >= 0.26-1
27  Requires: libbdevid >= 5.1.2-1, libbdevid-python  Requires: libbdevid >= 5.1.2-1, libbdevid-python
28  Requires: audit-libs  Requires: audit-libs
29  %ifnarch s390 s390x ppc64  %ifnarch s390 s390x ppc64
# Line 43  Requires: rhpxl >= 0.25 Line 31  Requires: rhpxl >= 0.25
31  %endif  %endif
32  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
33  Url: http://fedora.redhat.com/projects/anaconda-installer/  Url: http://fedora.redhat.com/projects/anaconda-installer/
34    Patch1: anaconda-centos-syslinux-msg.patch
35    Patch2: anaconda-centos-installclasses-2.patch
36    Patch3: anaconda-centos-regkey.patch
37    Patch4: anaconda-centos-centos-branding-po_files_5.1.patch
38    Patch5: anaconda-centos-inst-type.patch
39    Patch6: anaconda-centos-task.patch
40    Patch7: anaconda-centos-removeStatusText.patch
41    Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch
42    Patch9: anaconda-centos-pkgorder.patch
43    Patch10: anaconda-centos-additional-repos.patch
44    
45    
46  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
47    
# Line 73  sets, but are not meant for use on alrea Line 72  sets, but are not meant for use on alrea
72  %prep  %prep
73    
74  %setup -q  %setup -q
75    
76  %patch1 -p1  %patch1 -p1
77  %patch2 -p1  %patch2 -p1
78  %patch3 -p1  %patch3 -p1
# Line 81  sets, but are not meant for use on alrea Line 81  sets, but are not meant for use on alrea
81  %patch6 -p1  %patch6 -p1
82  %patch7 -p1  %patch7 -p1
83  %patch8 -p1  %patch8 -p1
84  %patch9 -p1  #%patch9 -p1
85  %patch10 -p1  %patch10 -p1
86    
87  %build  %build
# Line 124  rm -rf $RPM_BUILD_ROOT Line 124  rm -rf $RPM_BUILD_ROOT
124  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
125    
126  %changelog  %changelog
127  * Tue Apr 10 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.6  * Mon Jun  8 2008 Karanbir Singh <kbsingh@centos.org> 11.1.2.113-1.el5.centos.2
128  - Fix typo in additionalrepos patch  - Roll in CentOS Modifications
   
 * Mon Apr  9 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.5  
 - Drop update repos from install time selection  
   
 * Sun Apr  8 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.4  
 - Additional repos at install time  
   
 * Fri Mar 30 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.3  
 - Drop taskMap mapping  
   
 * Thu Mar 29 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.2  
 - Added pkgorder patch to make it do what we want it to  
129    
130  * Wed Mar 28 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36-1.el5.centos.1  * Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1
131  - Roll in CentOS Change  - Require the latest version of libnl-devel.
132      Resolves: rhbz#441922
133    - Fix definition of __libc_setlocale_lock for new glibc.
134      Resolves: rhbz#441940
135    - Add support for the bcm5710 driver.
136      Resolves: rhbz#442553
137    - Require the latest libdhcp (dcantrell).
138      Resolves: rhbz#435978
139    - Fix networking tracebacks (pjones, clumens).
140      Resolves: rhbz#442020
141    
142    * Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> 11.1.2.112-1
143    - Make isys.dhcpNetDevice() work in rescue mode (dcantrell).
144      Related: rhbz#435978
145    
146    * Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> 11.1.2.111-1
147    - Don't rebuild the initrds if no modules were installed.
148      Resolves: rhbz#439379
149    - Bootable requests can not be on logical volumes.
150      Resolves: rhbz#439270
151    - Name the xen images for ia64 in the .treeinfo file (jgranado).
152    - Fix reporting on transaction errors (jgranado).
153      Resolves: rhbz#437813
154    - Fix loop iteration in nl_ip2str (dcantrell).
155      Resolves: rhbz#437773
156    - Allow GPT on ppc or ppc64 (dcantrell).
157      Resolves: rhbz#438683
158    
159    * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.110-1
160    - Don't try to initialize iSCSI when the portal cannot be detected (msivak).
161      Resolves: rhbz#435173
162    
163    * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.109-1
164    - Make sure DHCP works in rescue mode (dcantrell).
165      Resolves: rhbz#435978
166    
167    * Mon Mar 17 2008 Chris Lumens <clumens@redhat.com> 11.1.2.108-1
168    - Avoid SIGSEGV on s390x in netlink loop (dcantrell).
169      Resolves: rhbz#436377
170    
171    * Thu Mar  6 2008 Jeremy Katz <katzj@redhat.com> - 11.1.2.107-1
172    - Fix another case which could have None options
173      Resolves: rhbz#435998
174    
175    * Wed Mar 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.106-1
176    - Fix the case where we're checking for _netdev but options is None (pjones).
177      Resolves: rhbz#435998
178    
179    * Mon Mar 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.105-1
180    - Add support for _rnetdev mount option in fstab (pjones).
181      Resolves: rhbz#435716
182    - Lots of network UI configuration fixes (dcantrell).
183      Resolves: rhbz#432011
184    - Fix lvm error handling (msivak).
185      Related: rhbz#224636
186    
187    * Thu Feb 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.104-1
188    - Handle exceptions when setting up repos not enabled by a key.
189      Resolves: rhbz#433028
190    - Show unconfigured interfaces as UNCONFIGURED (dcantrell).
191      Related:  rhbz#275291
192    
193    * Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.103-1
194    - Fix a traceback in the backported pkgorder fix.
195      Resolves: rhbz#432006
196    - Fix wrong function names for iscsi login/start (pjones).
197      Resolves: rhbz#433276
198    
199    * Sat Feb 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.102-1
200    - Correct auth command reading problem for ks files (dcantrell).
201      Related: rhbz#427388
202    - Use correct salt length for MD5, SHA256, & SHA512 (dcantrell).
203      Related: rhbz#427388
204    
205    * Wed Feb 13 2008 Chris Lumens <clumens@redhat.com> 11.1.2.101-1
206    - Make sure interface description is defined (dcantrell).
207      Resolves: rhbz#432635
208    - Set an attribute when iscsid is started
209      Resolves: rhbz#431904
210    
211    * Mon Feb 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.100-1
212    - Better fixes for iscsi probing (pjones, jlaska)
213      Related: rhbz#431924
214    - Make man pages work in the chrooted environment (jgranado)
215      Resolves: rhbz#243443
216    - Use correct variable in comparison (jgranado)
217      Related: rhbz#432035
218    
219    * Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.99-1
220    - Prevent writing out IPV6ADDR=none lines to ifcfg-ethX files (jgranado)
221      Resolves: rhbz#432035
222    
223    * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.98-1
224    - Fix an infinite loop in using libnl (dcantrell).
225      Related: rhbz#303681
226    
227    * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.97-1
228    - Add module dependencies of qeth.ko.
229      Resolves: rhbz#431922
230    - Make sure ISCSIADM and such are defined (pjones).
231      Resolves: rhbz#431924
232    - Use libnl to read MAC and IP addresses (dcantrell).
233      Resolves: rhbz#303681
234    - Fix usage of minstg2 vs. stage2 in low-mem cases (jgranado).
235      Resolves: rhbz#207657
236    
237    * Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.96-1
238    - Include libnssutil3.so in the initrd for s390 as well.
239      Resolves: rhbz#431054
240    - Document the dhcptimeout parameter (msivak).
241      Related: rhbz#198147, rhbz#254032
242    
243    * Mon Feb 04 2008 Chris Lumens <clumens@redhat.com> 11.1.2.95-1
244    - Propagate hostname from stage 1 to stage 2 on s390x (dcantrell).
245      Resolves: rhbz#354021
246    
247    * Fri Feb 01 2008 Chris Lumens <clumens@redhat.com> 11.1.2.94-1
248    - Include libnssutil3.so for sshd on s390 (dcantrell).
249    - Remove old IP addresses from interface on reconfig (dcantrell).
250      Resolves: rhbz#218273
251    - More fixes for .treeinfo (jgranado).
252    
253    * Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> 11.1.2.93-1
254    - Support network --bootproto=query in kickstart installs.
255      Resolves: rhbz#401531
256    - Set the format flag for new volume groups (msivak).
257      Resolves: rhbz#246523
258    - More fixes for .treeinfo (jgranado).
259      Related: rhbz#253992
260    
261    * Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.92-1
262    - Fix remaining issues with createLuserConf() changes
263      Related: rhbz#430237
264    
265    * Mon Jan 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.91-1
266    - Include python-iniparse in stage2 for pirut.
267      Resolves:  rhbz#430212
268    - Update the information contained in .treeinfo files (jgranado).
269      Resolves: rhbz#253992
270    - Fix namespace issue with createLuserConf (dcantrell).
271      Resolves: rhbz#430237
272    - Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
273      Related: rhbz#428694, rhbz#216158
274    
275    * Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.90-1
276    - Add the stage2 to the .treeinfo file (jgranado).
277      Resolves: rhbz#253992
278    - Fix handling %packages section in output anaconda-ks.cfg file.
279      Related: rhbz#280101
280    - Fix a traceback caused by the patch for 427388.
281      Resolves: rhbz#429902
282    - Fix some additional errors in createLuserConf() (dcantrell).
283      Resolves: rhbz#429902
284    - Fix iscsi so that mkinitrd can talk to the running daemon (pjones).
285    
286    * Mon Jan 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.89-1
287    - Support SHA256/SHA512 password encoding from kickstart (dcantrell).
288      Resolves: rhbz#427388
289    
290    * Fri Jan 18 2008 Chris Lumens <clumens@redhat.com> 11.1.2.88-1
291    - Allow users to back up past instkey dialog (dlehman).
292      Resolves: rhbz#252349
293    - Handle missing FTP files the same way as missing HTTP files (dlehman).
294      Resolves: rhbz#350251
295    - Add support for iSCSI iBFT (msivak).
296      Resolves: rhbz#307761
297    - Do not display NICs as UNCONFIGURED in network_text.py (dcantrell).
298      Resolves: rhbz#275291
299    - If bootproto is dhcp, unset any static settings (dcantrell).
300      Resolves: rhbz#218489
301    - Add support for the mptctl driver.
302      Resolves: rhbz#382941
303    - Fix a traceback running pkgorder in non-base products (dgregor).
304      Resolves: rhbz#317131
305    - Fix a traceback when adding zFCP disk without specifying details (msivak).
306      Resolves: rhbz#428180
307    - Catch lvm tools errors when creating logical volumes (msivak).
308      Resolves: rhbz#224636
309    - Add support for specifying the dhcp timeout (msivak).
310      Resolves: rhbz#198147, rhbz#254032
311    - Don't add a trailing 1 to filesystem labels (jgranado).
312      Resolves: rhbz#415861
313    - Add spufs support (jgranado).
314      Resolves: rhbz#247720
315    - List iSCSI multipath devices in the installer UI. (dcantrell).
316      Resolves: rhbz#391951
317    - Fix selected device when adding an advanced storage device (msivak).
318      Resolves: rhbz#248447
319    - Add maketreeinfo.py script (jgranado).
320      Resolves: rhbz#253992
321    - Make F12 work for the network config screen in text installs (jgranado).
322      Resolves: rhbz#250982
323    - Add the ixgbe driver (jgranado).
324      Resolves: rhbz#350911
325    - Write out IPV6INIT= to network-scripts (jgranado).
326      Resolves: rhbz#243524
327    - Close md devices to fix RAID tracebacks (jgranado).
328      Related: rhbz#208970
329    - Use input %packages section for anaconda-ks.cfg (msivak).
330      Resolves: rhbz#280101
331    - Add option for selecting different comps file (msivak).
332      Resolves: rhbz#352081
333    - Add nicdelay parameter (msivak).
334      Resolves: rhbz#349521
335    - Be more accepting in which strings we wait for from sshd (alanm).
336      Resolves: rhbz#286031
337    - Allow the use of double quotes in the pxeboot config file (jgranado).
338      Resolves: rhbz#248170
339    - Read the nic info before showing the configuration window (jgranado).
340      Resolves: rhbz#278451
341    - Make the back button work on the network config screen in loader (jgranado).
342      Resolves: rhbz#233655
343    - Get lcs interface name correctly (msivak).
344      Resolves: rhbz#237508
345    - Include more terminfo files to fix s390 telnet mode (msivak).
346      Resolves: rhbz#231173
347    - Fix kickstart docs for --dhcpclass parameter (jgranado).
348      Resolves: rhbz#248910
349    - Fix traceback when displaying autopartition error messages (jgranado).
350      Resolves: rhbz#247257
351    - Fix comparison of unusual network interface names (jgranado).
352      Resolves: rhbz#246135
353    - Populate the kickstart file dialog with the original value (jgranado).
354      Resolves: rhbz#245936
355    - Make the man pages work in rescue mode (jgranado).
356      Resolves: rhbz#243443
357    - Sort text package list (jgranado).
358      Resolves: rhbz#242456
359    - Don't eject the cd before the %post scripts are run (jgranado).
360      Resolves: rhbz#238711
361    
362    * Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1
363    - Prompt for manual network configuration in the loader if needed.
364      Related: rhbz#296081
365    
366    * Mon Oct 15 2007 Chris Lumens <clumens@redhat.com> 11.1.2.86-1
367    - Don't try to use DHCP in networks with static IP configuration.
368      Resolves: rhbz#296081
369    
370    * Wed Oct 03 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.85-1
371    - Check both IP structure members in getFileFromNfs()
372      Resolves: rhbz#316251
373    
374    * Thu Sep 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.84-1
375    - Check return values correctly on netlink_interfaces_ip2str() and
376      netlink_interfaces_mac2str()
377      Resolves: rhbz#230525
378      Related: rhbz#209284
379    
380    * Wed Sep 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.83-1
381    - Add cxgb3 driver (pjones)
382      Resolves: rhbz#296791
383    
384    * Tue Sep 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.82-1
385    - Fix kickstart over NFS installs on s390x (ks=nfs:host:/path)
386      Resolves: rhbz#250689
387    
388    * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.81-1
389    - Make major and minor long ints in devMakeInode()
390      Related: rhbz#218816
391    
392    * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.80-1
393    - Create all variations of tape drive device nodes (dlehman)
394      Resolves: rhbz#218816
395    
396    * Fri Sep 14 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.79-1
397    - Correct infinite loop problem with new recvfrom() code for reading large
398      netlink messages
399      Related: rhbz#230525
400    - Make sure we clear the netlink cache before looking up IP or MAC addrs
401      Related: rhbz#235824
402    
403    * Thu Sep 13 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.78-1
404    - Fix manual IPv4 configuration when adding an iSCSI device
405      Related: rhbz#235824
406    
407    * Wed Sep 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.77-1
408    - Revert netlink_init_interfaces_list() changes
409      Resolves: rhbz#287541
410    
411    * Tue Sep 11 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.76-1
412    - Fix going back to the network device selection screen in loader
413      Resolves: rhbz#253285
414    - Rework netlink_get_interface_ip() to handle large recvfrom responses (pjones)
415      Related: rhbz#230525
416    - Driver disk fixes (clumens)
417      Related: rhbz#213318
418    - Make sure MACADDR is written to ifcfg-* files (bhinson)
419      Related: rhbz#248049
420    
421    * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.75-1
422    - Fix network handling via CMS conf file on s390x
423      Resolves: rhbz#278261
424    
425    * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.74-1
426    - Find all NICs with netlink call
427      Related: rhbz#230525
428    
429    * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.73-1
430    - Handle empty VSWITCH parameter (bhinson AT redhat DOT com)
431      Related: rhbz#248049
432    
433    * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.72-1
434    - Rebuild against kudzu-1.2.57.1.15
435      Resolves: rhbz#276161
436    
437    * Fri Aug 31 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.71-1
438    - Remove extra newtPopWindow() call
439      Related: rhbz#260621
440    
441    * Thu Aug 30 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.70-1
442    - Fix text wrap width on partition type combo (dlehman)
443      Related: rhbz#221791
444    - Avoid SIGSEGV in for kickstart installs on Configure TCP/IP window
445      Related: rhbz#260621
446    
447    * Wed Aug 29 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.69-1
448    - Skip Configure TCP/IP window for kickstart installs
449      Resolves: rhbz#260621
450    - Do not run _isys.vtActivate() on s390x
451      Related: rhbz#217563
452    - Keep drive selection box disabled if user clicks Back (clumens)
453      Related: rhbz#219207
454    
455    * Mon Aug 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.68-1
456    - Do not return after NIC config for iSCSI setup
457      Resolves: rhbz#233029
458    
459    * Fri Aug 24 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.67-1
460    - Fix "no more mirrors" problems when retrieving packages (dlehman)
461      Resolves: rhbz#240582
462    - Don't add duplicate fstab entries if the fstype is none (clumens)
463      Resolves: rhbz#253485
464    - Allow users to change their NIC and reconfigure it in loader
465      Resolves: rhbz#253285
466    - Validate IP addresses correctly for manual entry on s390x linuxrc
467      Related: rhbz#234152
468    - Correct setting addon repository names (clumens)
469      Related: rhbz#206152
470    
471    * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.66-1
472    - Select appropriate kernel devel package (dlehman)
473      Related: rhbz#226784
474    
475    * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.65-1
476    - Don't assume tb[IFLA_ADDRESS] contains data
477      Resolves: rhbz#252988
478    - Add support for VSWITCH and MACADDR conf variables on s390x
479      Resolves: rhbz#248049
480    - Fix ks=nfs: regression on s390x
481      Resolves: rhbz#250689
482    
483    * Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 11.1.2.64-1
484    - Fix memory size comparison in PAE test.
485      Related: rhbz#207573
486    - Add e1000e and igb modules.
487      Resolves: rhbz#251733
488      Resolves: rhbz#251735
489    
490    * Fri Aug 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.63-1
491    - Disable zFCP device before removing LUN (bhinson AT redhat DOT com)
492      Resolves: rhbz#249341
493    
494    * Wed Aug 08 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.62-1
495    - Add a symlink in /etc to /mnt/runtime/etc/yum, handle kABI
496      requires/provides (dlehman)
497      Resolves: rhbz#241412
498    - Fix converting UI selections into which drives should be used for
499      partitioning (clumens)
500      Resolves: rhbz#247997
501    
502    * Mon Aug 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.61-1
503    - Honor ip=<val>/ipv6=<val>/noipv4/noipv6 boot parameters and skip the
504      loader configuration if enough settings are passed on the boot line
505      Resolves: rhbz#246603
506    
507    * Fri Jul 20 2007 Peter Jones <pjones@redhat.com> - 11.1.2.60-1
508    - Hopefully fix usb-storage reloading.  Still needs testing
509      Related: rhbz#247830
510    - Ignore failure to unmount /mnt/source if we don't think there's a real mount
511      (dlehman)
512      Related: rhbz#223059
513    - Prevent SIGSEGV when going back from NFS entry box after manual IPv4
514      configuration (dcantrell)
515      Resolves: rhbz#248075
516    - Fix the timezone window (dcantrell)
517      Resolves: rhbz#248928
518    
519    * Wed Jul 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.59-1
520    - Correctly discover underlying physical disks for RAID devices (pjones)
521      Resolves: rhbz#248616
522    - Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com)
523      Resolves: rhbz#244994
524    - Clear screen after post-install NIC settings
525      Resolves: rhbz#248130
526    - Display mpath model and unit info on text partitioning screen
527      Related: rhbz#185852
528    
529    * Mon Jul 16 2007 Peter Jones <pjones@redhat.com> - 11.1.2.58-1
530    - Only skip redhat-lsb during dependency resolution if it's not
531      the only thing left
532      Resolves: rhbz#248195
533    
534    * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.57-1
535    - Only use GPT when we've got really big disks
536      Resolves: rhbz#247830
537    - Allow ia64 virt installs without "debug" option
538      Resolves: rhbz#246718
539    - Copy firmware files correctly from driver disks
540      Related: rhbz#224076
541    
542    * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.56-1
543    - Save "nodmraid" option so mkinitrd won't turn it on during boot
544      Related: rhbz#185852
545    - Don't mark partitions as bootable on GPT disks unless we're using EFI
546      Related: rhbz#130236
547    - Fix size display errors with large disks
548      Related: rhbz#130236
549    
550    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.55-1
551    - Display mpath model information on the custom partitioning screen
552      Related: rhbz#185852
553    
554    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.54-1
555    - Add missing colon on an if statement in getMpathModel()
556      Related: rhbz#185852
557    - Do not add extra 'mapper/' to fulldev in getMpathModel()
558      Related: rhbz#185852
559    
560    * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.53-1
561    - Use scsi_id to gather WWID info in getMpathModel()
562      Related: rhbz#185852
563    - Do not strip 'mapper/' from mpath device names in the partitioning UI
564      Related: rhbz#185852
565    
566    * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.52-1
567    - If we have seen an mpath device, do not gather its WWID again
568      Related: rhbz#185852
569    - Fix code indentation errors
570      Related: rhbz#185852
571    - Fix errors in the getMpathInfo() function when executing multipath
572      Related: rhbz#185852
573    - Display mpath devices without the 'mapper/' text
574      Related: rhbz#185852
575    - Get WWID from bindings file if multipath command returns nothing
576      Related: rhbz#185852
577    - Require that USB devices remain stable for a longer time period (pjones)
578      Resolves: rhbz#222684
579    
580    * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.51-1
581    - Ignore empty lines when collecting WWIDs per mpath device
582      Related: rhbz#185852
583    - Comment out existing blacklist and blacklist_exceptions blocks in the
584      /etc/multipath.conf file
585      Related: rhbz#185852
586    - Reset SELinux file contexts on multipath.conf and bindings files
587      Related: rhbz#185852
588    
589    * Fri Jul 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.50-1
590    - Read default multipath.conf values from either the target system or the
591      anaconda stage2 environment.  Make sure we only read one WWID per mpath
592      alias and log an error if we didn't.
593      Related: rhbz#185852
594    - Install the PAE kernel when applicable (e.g., >4GB memory)
595      Resolves: rhbz#207573
596    - Read mpathNNN devices when generating the bindings and multipath.conf files
597      Related: rhbz#185852
598    - Make sure the partitioning UI screen displays WWID and model information
599      for multipath devices
600      Related: rhbz#185852
601    - Use GPT on all architectures with non-boot disks >=2TB (pjones)
602      Resolves: rhbz#130236
603    
604    * Thu Jul 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.49-1
605    - Generate multipath bindings and multipath.conf before package
606      installation.  Use scsi_id to collect WWIDs rather than the multipath
607      command to maintain consistency with what pyblock has done.
608      Related: rhbz#185852
609    
610    * Fri Jun 29 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.48-1
611    - Support new driver disk repo layout.
612      Resolves: rhbz#213318
613    - Add missing TEXT_EDIT_BUTTON constants back (dcantrell).
614      Resolves: rhbz#245606.
615    - Fix a traceback when writing out multipath configs (dcantrell).
616      Related: rhbz#185852.
617    
618    * Thu Jun 28 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.47-1
619    - Fix traceback when writing out repo lines.
620      Resolves: rhbz#246084
621    
622    * Wed Jun 27 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.46-1
623    - Create package header directory since yum doesn't anymore (katzj).
624      Resolves: rhbz#245918
625    - Write out repo lines to anaconda-ks.cfg.
626      Resolves: rhbz#206152
627    - Enable multipathd on mpath installs (dcantrell).
628      Resolves: rhbz#243421
629    - Pull scsi_id from /lib/udev, include kpartx and mpath commands (dcantrell).
630      Resolves: rhbz#185852
631    - Display model information in the UI for mpath devices (dcantrell).
632      Resolves: rhbz#208341
633    - Add nspr libraries and additional nss libraries.
634      Related: rhbz#245215
635    - Fox error reporting in iscsi connection code (pjones).
636    
637    * Tue Jun 26 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.45-1
638    - Add keyutils-libs (clumens)
639      Resolves: rhbz#245734
640    - Set up and use yum backend plugins (dlehman)
641      Resolves: rhbz#241412
642    - Install debuginfo packages (james.antill)
643      Resolves: rhbz#236033
644    
645    * Tue Jun 26 2007 James Antill <jantill@redhat.com> - 11.1.2.44-2
646    - Remove default exclude for debuginfo.
647    - Resolves: rhbz#236033
648    
649    * Fri Jun 22 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.44-1
650    - Fix typo in multipath part of making stage2 image (dcantrell).
651    - Include the scsi_id command in the stage2 image (dcantrell).
652      Resolves: rhbz#185852
653    - Write out a minimal /etc/multipath.conf (dcantrell).
654      Related: rhbz#185852
655    
656    * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.43-1
657    - Correct iSCSI portal discovery
658      Resolves: rhbz#233029
659    
660    * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.42-1
661    - Handle ip=dhcp correctly so kickstart files are fetched automatically
662      Resolves: rhbz#244418
663    - Write newline after NETWORKING_IPV6=yes line
664      Resolves: rhbz#226911
665    - Make sure libnss3.so is included in the stage2 image
666      Resolves: rhbz#245215
667    
668    * Wed Jun 20 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.41-1
669    - Include Xen block devices in the blacklist_exception block
670      Related: rhbz#243527
671    - Remove the lvm.conf filter modification to avoid regression
672      Related: rhbz#243531
673    - Fix traceback when looking for multipath devices to collect WWIDs for
674      Related: rhbz#185852
675    
676    * Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.40-1
677    - Add libselinux-python to the stage2 image (clumens)
678      Resolves: rhbz#244892
679    - Copy static multipath commands in to stage2 image
680      Related: rhbz#185852
681    - Filter /dev/mapper/mpath* and /dev/mpath* in lvm.conf
682      Related: rhbz#185852
683    - Run /sbin/multipath and copy generated bindings file to target system,
684      populate blacklist_exception block in multipath.conf with WWIDs from
685      generated bindings file
686      Related: rhbz#185852
687    
688    * Mon Jun 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.39-1
689    - Flush driveDict so zFCP are picked up after being brought online
690      Resolves: rhbz#236903
691    - Warn user when more than 15 partitions found on a libata-controlled disk
692      Resolves: rhbz#238858
693    - Add mpath filters to lvm.conf on target system
694      Resolves: rhbz#243531
695    - Make sure target system has multipath bindings file, add multipath WWIDs
696      to blacklist_exception block in multipath.conf
697      Resolves: rhbz#243527
698    - Always print device node name for mpath devices in fstab
699      Resolves: rhbz#243532
700    
701    * Thu Jun 14 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.38-1
702    - Import tempfile to fix kickstart install tracebacks.
703      Resolves: rhbz#244240
704    
705    * Tue Jun 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.37-1
706    - Add support for Areca RAID controllers (clumens)
707      Resolves: rhbz#238014
708    - Pass -br to the X server so there is no more hatch (clumens)
709      Resolves: rhbz#195919
710    - Echo 1 to each zFCP LUN to make entire device available (dcantrell)
711      Resolves: rhbz#207097
712    - Prevent static network configuration from failing (dcantrell)
713      Resolves: rhbz#221660
714    - Allow user to skip entering a gateway or nameserver when adding an iSCSI
715      address (dcantrell)
716      Resolves: rhbz#235824
717    - Do not log errors when unmounting /mnt/source if it was not supposed to
718      be mounted in the first place (dlehman)
719      Resolves: rhbz#223059
720    - Handle F13 shortcut key on installation key dialog (dlehman)
721      Resolves: rhbz#210673
722    - Create nodes for and probe for tape drives (dlehman)
723      Resolves: rhbz#218816
724    - Improve configuration screens for systems with multiple NICs (dcantrell)
725      Resolves: rhbz#218200
726    - Per-interface IPv4 and IPv6 configuration (dcantrell)
727      Resolves: rhbz#213110
728      Related: rhbz#218200
729    - Add logging for yum logging (katzj)
730      Resolves: rhbz#212259
731    - Only ask user to run VNC is Xvnc is present (dcantrell)
732      Resolves: rhbz#217563
733    - Add /sbin/sfdisk (dcantrell)
734      Resolves: rhbz#224297
735    - For /dev/hvc0 terminals, set TERM to vt320 (dcantrell)
736      Resolves: rhbz#219556
737    - Set DHCPv6_DISABLE flag when using IPv6 auto neighbor discovery (dcantrell)
738      Resolves: rhbz#231645
739    - Handle more than 10 Ethernet interfaces (dcantrell)
740      Resolves: rhbz#230525
741    - Support OSA layer 2 networking on zSeries (bhinson)
742      Resolves: rhbz#233376
743    - Handle ksdevice=BOOTIF correctly (dcantrell)
744      Resolves: rhbz#209284
745    - Fix text wrap width in auto partitioning text mode screen (dlehman)
746      Resolves: rhbz#221791
747    - Correctly count SCSI disk devices (dlehman)
748      Resolves: rhbz#230526
749    - Include /usr/sbin/dmidecode on ia64 (dlehman)
750      Resolves: rhbz#232947
751    - Bind mount /dev/pts in rescue mode (dlehman)
752      Resolves: rhbz#228714
753    - Do not ignore productpath in pkgorder (dlehman)
754      Resolves: rhbz#230487
755    - Describe 'nfs --opts' in kickstart-docs.txt (clumens)
756      Resolves: rhbz#234187
757    - Sanity check network info on zSeries (dcantrell)
758      Resolves: rhbz#234152
759    - Do not bring up network in stage 2 if it's already up (dcantrell)
760      Resolves: rhbz#232400
761    - Do not traceback when trying to remove the /mnt/sysimage tree (dcantrell)
762      Resolves: rhbz#227650
763    - Write correct infor to /etc/sysconfig/network (dcantrell)
764      Resolves: rhbz#222147
765    - If custom partitioning is selected, make drive selection non
766      sensitive (clumens)
767      Resolves: rhbz#219207
768    - Do not traceback if users neglects to enter an lvsize (clumens)
769      Resolves: rhbz#221253
770    - Do not load a module when the kickstart device line is incorrect (clumens)
771      Resolves: rhbz#227510
772    - Handle errors resulting from malformed repositories (clumens)
773      Resolves: rhbz#219274
774    - Remove all invalid RAID requests when using kickstart (clumens)
775      Resolves: rhbz#235279
776    - Avoid traceback getting the PID of iscsiadm (clumens)
777      Resolves: rhbz#223257
778    - Make sure kickstart scripts execute with correct working dir (clumens)
779      Resolves: rhbz#237317
780    - Support multiple ksappend lines (clumens)
781      Resolves: rhbz#222201
782    - Write out fstab after migrate (clumens)
783      Resolves: rhbz#223215
784    - Make the packages section in anaconda-ks.cfg match UI selections (clumens)
785      Resolves: rhbz#227383, rhbz#231121, rhbz#235881
786    - Copy volume group format attribute to new request (clumens)
787      Resolves: rhbz#217585
788    - Use /dev/ nodes for probing RAID superblocks (clumens)
789      Resolves: rhbz#208970
790    - Put more space between device description and the stripe for tall
791      languages (clumens)
792      Resolves: rhbz#217294
793    - Add netxen_nic driver (clumens)
794      Resolves: rhbz#230245
795    - Provide detailed disk info in text mode partitioning screen (dcantrell)
796      Resolves: rhbz#235054
797    - If wrong interface is selection, allow user to choose another one (clumens)
798      Resolves: rhbz#213787
799    - Focus installation key text box and populate fields correctly (dlehman)
800      Resolves: rhbz#223831
801    - Make sure the regkey settings are written to anaconda-ks.cfg (dlehman)
802      Resolves: rhbz#221450
803    - Select kernel-xen-devel when optional packages selected (dlehman)
804      Resolves: rhbz#226784
805    - Fix typo in message shown when user skips entering the install key (dlehman)
806      Resolves: rhbz#224491
807    - If autopart selection is custom, make sure review checkbox is active and
808      not sensitive. (dlehman)
809      Resolves: rhbz#220951
810    - Write NETWORKING_IPV6=no to /etc/sysconfig/network if IPv6 is disabled
811      during installation. (dcantrell)
812      Resolves: rhbz#226911
813    - Fix input validation loop in manual network config in loader
814      Resolves: rhbz#223193 (dcantrell)
815    - Make "description" translate correctly (pjones)
816      Resolves: rhbz#216067
817    
818  * Thu Feb  1 2007 Peter Jones <pjones@redhat.com> - 11.1.2.36-1  * Thu Feb  1 2007 Peter Jones <pjones@redhat.com> - 11.1.2.36-1
819  - Fix traceback when using text mode with a language that we can't display  - Fix traceback when using text mode with a language that we can't display


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