/[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.17 by slords, Mon Jun 7 14:25:13 2010 UTC Revision 1.26 by wellsi, Sun Nov 10 05:15:55 2013 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.209  Version: 11.1.2.263
3  Release: 1%{?dist}  Release: 2.el5.centos
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  BuildPreReq: kudzu-devel >= 1.2.57.1.18, pciutils-devel  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_10.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-7, 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
19  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel  BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
# Line 14  BuildPreReq: libXxf86misc-devel, intltoo Line 22  BuildPreReq: libXxf86misc-devel, intltoo
22  BuildPreReq: pykickstart >= 0.43.8, yum >= 2.9.2, device-mapper >= 1.01.05-3,  BuildPreReq: pykickstart >= 0.43.8, yum >= 2.9.2, device-mapper >= 1.01.05-3,
23  BuildPreReq: libsepol-devel  BuildPreReq: libsepol-devel
24  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
25  BuildPreReq: libdhcp-devel >= 1.20-10, mkinitrd-devel >= 5.1.2-1  BuildPreReq: libdhcp-devel >= 1.20-13, mkinitrd-devel >= 5.1.2-1
26  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
27  BuildPreReq: libdhcp6client >= 1.0.10-17  BuildPreReq: libdhcp6client >= 1.0.10-17
28  %ifnarch s390 s390x  %ifnarch s390 s390x
# Line 22  BuildPreReq: iscsi-initiator-utils >= 6. Line 30  BuildPreReq: iscsi-initiator-utils >= 6.
30  %endif  %endif
31  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
32  Requires: parted >= 1.7.1, pyparted >= 1.7.2  Requires: parted >= 1.7.1, pyparted >= 1.7.2
33  Requires: kudzu >= 1.2.57.1.18, yum >= 2.9.2, pirut >= 1.1.0  Requires: kudzu >= 1.2.57.1.26-7, yum >= 2.9.2, pirut >= 1.1.0
34  Requires: libxml2-python, python-urlgrabber  Requires: libxml2-python, python-urlgrabber
35  Requires: system-logos, pykickstart, system-config-date  Requires: system-logos, pykickstart, system-config-date
36  Requires: device-mapper >= 1.01.05-3  Requires: device-mapper >= 1.01.05-3
# 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.5.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  
 Patch10: anaconda-centos-additional-repos.patch  
   
 # SME specific patches  
 Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch  
 Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch  
 Patch1003: 0003-Fix-goto-previous-if-unable-to-go-back.patch  
 Patch1004: 0004-Always-pick-best-arch-for-package.patch  
 Patch1005: 0005-Allow-creating-mounting-degraded-raid-arrays.patch  
 Patch1006: 0006-Start-boot-raid-device-first-so-it-will-be-in-sync.patch  
 Patch1007: 0007-Automatically-upgrade-bootloader-if-necessary.patch  
 Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch  
 Patch1009: 0009-Force-time-to-be-based-on-UTC.patch  
 Patch1010: 0010-Add-final-warning-before-installing.patch  
 Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch  
 Patch1012: 0012-Make-install-window-wider.patch  
 Patch1013: 0013-Don-t-email-root-on-raid-events.patch  
 Patch1014: 0014-Make-boot-loader-use-SME-labels.patch  
 Patch1015: 0015-Determine-upgradability-of-SME-server.patch  
 Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch  
 Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch  
47    
48  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
49    
# Line 79  Requires: libxml2-python, python, rpm-py Line 59  Requires: libxml2-python, python, rpm-py
59  Requires: anaconda = %{version}-%{release}  Requires: anaconda = %{version}-%{release}
60  Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs  Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs
61  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
62  Requires: syslinux  Requires: syslinux, syslinux-perl
63  %endif  %endif
64  %ifarch s390 s390x  %ifarch s390 s390x
65  Requires: openssh  Requires: openssh
# Line 105  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
 %patch8 -p1  
 %patch10 -p1  
   
 # SME specific patches  
 %patch1001 -p1  
 %patch1002 -p1  
 %patch1003 -p1  
 %patch1004 -p1  
 %patch1005 -p1  
 %patch1006 -p1  
 %patch1007 -p1  
 %patch1008 -p1  
 %patch1009 -p1  
 %patch1010 -p1  
 %patch1011 -p1  
 %patch1012 -p1  
 %patch1013 -p1  
 %patch1014 -p1  
 %patch1015 -p1  
 %patch1016 -p1  
 %patch1017 -p1  
88    
89  %build  %build
90  make depend  make depend
# Line 184  fi Line 143  fi
143  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
144    
145  %changelog  %changelog
 * Mon Jun 07 2010 Shad L. Lords <slords@mail.com> 11.1.2.209-1.sme  
 - Fix mkinitrd part of no kernel patch so dd works [SME: 6031]  
146    
147  * Mon May 17 2010 Shad L. Lords <slords@mail.com> 11.1.2.209-1.sme  * Mon Oct  7 2013 Karanbir Singh <kbsingh@centos.org> 11.1.2-263-2.el5.centos
148  - No warnings if kernel not upgraded  - Build for CentOS-5.10
   (recreate initrd if kernel was installed)  
 - No warnings if unable to remove rpm databases  
 - Fix goto previous if unable to go back  
 - Always pick best arch for package  
 - Allow creating/mounting degraded raid arrays  
   (log info about degraded arrays instead of not starting them)  
 - Start /boot raid device first so it will be in sync for grub install  
 - Automatically upgrade bootloader if necessary  
 - Search for language updates on upgrade disk  
 - Force time to be based on UTC  
 - Add final warning before installing  
 - Make install headless but still write keyboard info out  
   (don't ask us to use vnc mode)  
 - Make install window wider  
   (fix titlebar spacing)  
 - Don't email root on raid events  
 - Make boot loader use SME labels  
 - Determine upgradability of SME server  
   (change erase disks to upgrade dialog)  
 - Run SME post-install scripts on kickstart install/upgrade  
 - Limit languages to those supported by SME  
149    
150  * Sun Apr 25 2010 Karanbir Singh <kbsingh@centos.org> 11.1.2.209-1.el5.centos  * Thu May 30 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-263-2
151  - Roll in CentOS Changes  - Fix LVM reuse failing on HP CCISS Hardware (mkolman)
152      Resolves: rhbz#751351
153    - Skip relabeling empty disks on s390 (bcl)
154      Resolves: rhbz#966950
155    
156    * Fri May 24 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-262-1
157    - Include librt.so in initrd for s390 (rvykydal)
158      Resolves: rhbz#966123
159    
160    * Wed May 22 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-261-1
161    - Fix issue where arch detected incorrectly (sbueno)
162      Resolves: rhbz##908959
163    
164    * Tue May 21 2013 Radek Vykydal <rvykydal@redhat.com> 11.1.2-260-1
165    - Generate new anaconda.pot file (vpodzime)
166      Resolves: rhbz#907574
167    - Relabel the disk when using autopart all (bcl)
168      Resolves: rhbz#758881
169    - Store and write out 'noauto' fstab lines (vpodzime)
170      Resolves: rhbz#873644
171    - Just log warning if cannot show it (vpodzime)
172      Resolves: rhbz#767260
173    
174    * Tue Nov 14 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.259-1
175    - Revert 5737408dd5293e5d003d552d3ea919c01417d9d4 targeting gfs support (vpodzime)
176      Related: rhbz#754213
177    - Revert 64aa1c709a30f3fb6604a2dde13d780fabdcc4af targeting gfs support (vpodzime)
178      Related: rhbz#754213
179    
180    * Tue Nov 13 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.258-1
181    - Add extra modules that are not in the kernel package (vpodzime)
182      Related: rhbz#754213
183    
184    * Thu Nov 8 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.257-2
185    - Require syslinux-perl in anaconda (rvykydal)
186      Related: rhbz#872225
187    
188    * Wed Nov 7 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.257-1
189    - Include syslinux-perl from split syslinux package (rvykydal)
190      Resolves: rhbz#872225
191    - Don't remove files from the kmod-gfs package (vpodzime)
192      Related: rhbz#754213
193    
194    * Wed Sep 19 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.256-1
195    - Create /dev/* symlinks after we mount tmpfs on /dev (vpodzime)
196      Resolves: rhbz#784159
197    
198    * Mon Sep 17 2012 David Cantrell <dcantrell@redhat.com> 11.1.2.255-1
199    - Increase size of diskboot.img (jkeating)
200      Resolves: rhbz#812719
201    - Disable Encryption on SW RAID (bcl)
202      Resolves: rhbz#771901
203    
204    * Tue Aug 21 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.254-1
205    - Load and probe hyperv bus (VM_BUS) (#824880)
206      Related: rhbz#824880
207    
208    * Fri Aug 10 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.253-2
209    - New kudzu is needed to support in-box MS PV drivers (rvykydal)
210      Related: rhbz#824880
211    
212    * Fri Jul 27 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.253-1
213    - Syslinux changed paths from /usr/lib to /usr/share (mgracik)
214      Resolves: rhbz#843290
215    - Install and enable openibd service if IPoIB is used (rvykydal)
216      Resolves: rhbz#788871
217    - Do not add unresolvable hostname to 127.0.0.1 of /etc/hosts (rvykydal)
218      Resolves: rhbz#750681
219    - Fix NFS mounting (jkeating)
220      Resolves: rhbz#841136
221    - Add the Hyper-V drivers (mgracik)
222      Resolves: rhbz#824880
223    - Comment out the fstab lines with unknown filesystem rather then ignoring them (vpodzime)
224      Resolves: rhbz#754213
225    
226    * Wed Jun 27 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.252-1
227    - Add gfs support (vpodzime)
228      Resolves: rhbz#754213
229    - Fix handling of invalid bios disks (jkeating)
230      Resolves: rhbz#819721
231    
232    * Mon Jun 18 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.251-2
233    - Change limit for ext[34] to 16T and use mkfs.ext3 when formating ext3 (vpodzime)
234      Resolves: rhbz#769287
235    - Close dialogs as canceled if Esc is hit (vpodzime)
236      Resolves: rhbz#773573
237    - Do not remove filesystem labels set in kickstart (mgraciK)
238      Resolves: rhbz#797075
239    - getFilename takes no loglevel parameter (mgracik)
240      Resolves: rhbz#760496
241    - Add link to /proc/self/fd in /dev (mgracik)
242      Resolves: rhbz#784159
243    
244    * Fri Dec 23 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.250-1
245    - Check if the anaconda attribute is set in YumSorter (mgracik)
246      Related: rhbz#756707
247    
248    * Wed Dec 21 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.249-1
249    - Don't add packages from @conflicts group as dependencies (mgracik)
250      Resolves: rhbz#756707
251    - Do not create new iSCSI target when 'Esc' is hit (vpodzime)
252      Resolves: rhbz#768082
253    - Do not add drive when 'Esc' is hit in the Advanced Storage Options dialog (vpodzime)
254      Related: rhbz#768082
255    - Do nothing when 'Esc' is hit in partition dialog (vpodzime)
256      Resolves: rhbz#758106
257    
258    * Tue Nov 15 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.248-1
259    - Handle %posttrans RPMCALLBACK_INST_OPEN_FILE properly (rvykydal)
260      Resolves: rhbz#506361
261    
262    * Wed Nov 02 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.247-1
263    - Ignore duplicate opening of rpm package file (rvykydal)
264      Resolves: rhbz#506361
265    
266    * Thu Oct 27 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.246-1
267    - Make sure fstype exists before we try to test it (mgracik)
268      Resolves: rhbz#718123
269    - Update getMaxLVSize from lvm1 to lvm2 (dlehman)
270      Resolves: rhbz#695299
271    - Fix "ignoredisk --only-use=___" handling (dcantrell)
272      Resolves: rhbz#738186
273    - We need portmap on all arches because of new NFS (msivak)
274      Resolves: rhbz#742889
275    
276    * Thu Oct 20 2011 Martin Sivak <msivak@redhat.com> 11.1.2.245-2
277    - New kudzu is needed to detect FusionIO devices
278      Resolves: rhbz#707563
279    
280    * Tue Oct 04 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.245-1
281    - Initialize useIPv6 device setting (rvykydal)
282      Resolves: rhbz#713120
283    - Accept dotted-quad netmask for IPv4 in loader UI (rvykydal)
284      Resolves: rhbz#719578
285    
286    * Fri Sep 23 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.244-1
287    - Remove old labels before labeling disk entries (mgracik)
288      Resolves: rhbz#566668
289    - Honor kickstart key command for upgrade (rvykydal)
290      Resolves: rhbz#477748
291    - Shorten long NIC descriptions to 60. (akozumpl)
292      Related: rhbz#660684
293    - infiniband: bump kudzu version to the one that knows about IB. (akozumpl)
294      Related: rhbz#695388
295      Related: rhbz#660684
296    - infiniband: textual representation of an infiniband MAC is up to 60 bytes.
297      (akozumpl)
298      Related: rhbz#660684
299    - infiniband: some drivers imply other drivers (akozumpl)
300      Related: rhbz#660684
301    - Do not strip trailing zeros from XFS labels (dcantrell)
302      Resolves: rhbz#571513
303    - Remove call to detailedMessageWindow (dcantrell)
304      Resolves: rhbz#712443
305    
306    * Wed Sep 14 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.243-2
307    - Require latest libdhcp (dcantrell)
308      Resolves: rhbz#737161
309    
310    * Wed Sep 07 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.243-1
311    - Suppress critical errors when guessing release notes names (akozumpl)
312      Resolves: rhbz#707143
313    - Add the Solarflare network module (mgracik)
314      Resolves: rhbz#714243
315    - Create /var/{log,run/rhsm} for subscription-manager (dcantrell)
316      Resolves: rhbz#708121
317    - Sanitize DASD device specifications (dcantrell)
318      Resolves: rhbz#689470
319    - Add /dev/stdin, /dev/stdout, /dev/stderr to initrd.img (dcantrell)
320      Resolves: rhbz#684220
321    - Single quote values in show_parms() in linuxrc.s390 (dcantrell)
322      Resolves: rhbz#681219
323    - Make execWithRedirect() append to the files. (akozumpl)
324      Resolves: rhbz#702024
325    - iscsi: with ibft, wait for link with waitForLink(). (akozumpl)
326      Resolves: rhbz#727774
327    - Fix pa_IN translation data (dcantrell)
328      Resolves: rhbz#711363
329    - Don't import partedUtils in list-harddrives-stub (mgracik)
330      Resolves: rhbz#709880
331    - BR libdhcp-1.20-12 (dcantrell)
332      Related: rhbz#694570
333    - And document the --no-ssh parameter, too. (clumens)
334      Resolves: rhbz#703082
335    - Add --no-ssh to the generated anaconda-ks.cfg. (clumens)
336      Resolves: rhbz#703081
337    
338    * Mon Jun 27 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.242-1
339    - Bump the implementation limit on the number of modules in modLoaded (akozumpl)
340      Resolves: rhbz#716836
341    
342    * Fri Jun 24 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.241-1
343    - Load all kernel crypto modules, do not include testmgr modules (dcantrel)
344      Resolves: rhbz#703782
345    
346    * Tue Jun 21 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.240-1
347    - Include all kernel crypto modules for LUKS devices
348      Resolves: rhbz#703782
349    
350    * Mon Jun 6 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.239-1
351    - Create /dev nodes after DUDs are processed (msivak)
352      Resolves: rhbz#707563
353    
354    * Thu Jun 2 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.238-1
355    - edit partition UI: do not create the "Encrypt" check button twice. (akozumpl)
356      Resolves: rhbz#709361
357    
358    * Tue May 31 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.237-1
359    - Add driver for Intel Patsburg SAS Controller Unit driver. (dcantrel)
360      Resolves: rhbz#707790
361    
362    * Fri May 20 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.236-1
363    - Remove a worthless, traceback-causing line.
364      Related: rhbz#572862
365    
366    * Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.235-1
367    - Add "rhsm" to the list of things-to-link-into-/etc (wwoods)
368      Resolves: #670973
369    
370    * Fri May 13 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.234-1
371    - libz.so.1 is in /lib now (akozumpl)
372      Resolves: rhbz#704151
373    - Add more files required by subscription_manager (wwoods)
374      Resolves: rhbz#670973
375    - correctly include /usr/share/rhsm/subscription_manager (wwoods)
376      Related: rhbz#670973
377    
378    * Thu May 12 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.233-1
379    - fix uninitialized self.inum in rhel.py:repoIsAllowed() (akozumpl)
380      Resolves: rhbz#703253
381    - Use static busybox, not busybox-anaconda (mgracik)
382      Resolves: rhbz#500527
383    - Disable iscsi on s390x (akozumpl)
384      Resolves: rhbz#703135
385    
386    * Thu Apr 28 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.232-1
387    - Do not show "missing media" message when unknown media is needed for package. (msivak)
388      Resolves: rhbz#617262
389    - Perform group removals at the beginning of every transaction (clumens)
390      Resolves: rhbz#642224
391    - Filter kickstart-provided repos through the installation key (clumens)
392      Resolves: rhbz#452983
393    
394    * Mon Apr 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.231-1
395    - Run subscription-manager 'product-id' plugin during install (wwoods)
396      Resolves: rhbz#670973
397    - infiniband: drivers for Mellanox, QLogic and IBM cards. (akozumpl)
398      Related: rhbz#660684
399    
400    * Thu Apr 7 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.230-1
401    - Fix AttributeError (no str.rpartition in python 2.4)
402      Resolves: rhbz#693655
403    - Add busybox to initrd
404      Resolves: rhbz#500527
405    - Ensure kernel-xen is the default kernel for Xen guests
406      Resolves: rhbz#480031
407    
408    * Fri Apr 1 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.229-1
409    - Fix shlex traceback if pxeboot cmdline ends in a quote (wwoods)
410      Resolves: rhbz#500198
411    - Honor kickstart noipv6 option for media installs (rvykydal)
412      Resolves: rhbz#677653
413    - Quote ETHTOOL_OPTS value in stage 2 (mmatsuya)
414      Resolves: rhbz#674473
415    - Fix ZeroDivisionError with tiny management LUNs (wwoods)
416      Resolves: rhbz#636984
417    - Write OPTIONS for s390x net devs on non-network install methods (dcantrell)
418      Resolves: rhbz#649301
419    
420    * Fri Mar 18 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.228-1
421    - Include and initialize the IP over Infiniband module. (akozumpl)
422      Related: rhbz#660684
423    
424    * Fri Mar 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.227-1
425    - Fix waiting for a cdrom with a ks file to come up. (akozumpl)
426      Resolves: rhbz#658398
427    - When the back button is pressed, undo deps. (mmatsuya)
428      Resolves: rhbz#603177
429    - Add global vars to retain parsed /proc/cmdline (bcl)
430      Related: rhbz#569883
431    - Convert earlyModuleLoad to use cmdline_argv (bcl)
432      Related: rhbz#569883
433    - Check blacklist= for the module name before loading it (bcl)
434      Related: rhbz#569883
435    - Write /tmp/anaconda.conf (bcl)
436      Related: rhbz#569883
437    - Copy module blacklist to target system (bcl)
438      Resolves: rhbz#569883
439    - Allow blocking the ssh port through kickstart (clumens)
440      Resolves: rhbz#485086
441    - Use tune4fs for ext4 filesystems (bcl)
442      Resolves: rhbz#616184
443    - Add tune4fs to install images (bcl)
444      Resolves: rhbz#616184
445    - Set selinux context on iptables files (bcl)
446      Resolves: rhbz#658084
447    
448    * Thu Mar 3 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.226-1
449    - Use getDiskPart() from bootyutil. (akozumpl)
450      Related: rhbz#572862
451    - Validate the user-chosen name of an mpath device. (akozumpl)
452      Related: rhbz#572862
453    - Do not lose selection in the bootloader's drive order dialog (akozumpl)
454      Resolves: rhbz#583837
455    - Make sure we select the right net device when iBFT is used (mmatsuya)
456      Signed-Off-By: Martin Sivak <msivak@redhat.com>
457      Resolves: rhbz#643774
458    - Use DISPATCH_NOOP if we go back to the doReIPL step (mgracik)
459      Resolves: rhbz#654685
460    
461    * Fri Feb 25 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.225-1
462    - CD -> disc in the required media message (clumens).
463      Resolves: rhbz#641412
464    
465    * Mon Dec 20 2010 Radek Vykydal <dcantrell@redhat.com> 11.1.2.224-1
466    - noeject overrides kickstart eject (bcl)
467      Related: rhbz#477887
468    - Pass --noeject to anaconda (bcl)
469      Related: rhbz#477887
470    
471    * Thu Dec 16 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.223-1
472    - Rebuild for latest kudzu and pciutils (pciutils ABI change)
473      Related: rhbz#663395
474    
475    * Thu Dec 13 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.222-1
476    - Japanese translations were completed (transifex)
477      Resolves: rhbz#661199
478    
479    * Thu Dec 9 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.221-1
480    - Japanese translations were updated (transifex)
481      Resolves: rhbz#661199
482    
483    * Mon Dec 6 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.220-1
484    - Gtk package %post script has changed (rvykydal)
485      Resolves: rhbz#659309
486    
487    * Tue Nov 30 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.219-1
488    - Generate correct initrd.addrsize file for System z (dcantrell)
489      Related: rhbz#647827
490    
491    * Tue Nov 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.218-1
492    - Append to modprobe.conf rather than overwrite it (dcantrell)
493      Related: rhbz#537887
494    
495    * Thu Nov 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.217-1
496    - Fix generic.ins for s390 LPAR installations (dcantrell)
497      Resolves: rhbz#647827
498    - Fix gateway ping test for layer3 vswitch users (dcantrell)
499      Resolves: rhbz#643961
500    - Disable IPv6 modules for 'noipv6' in /etc/modprobe.conf (dcantrell)
501      Resolves: rhbz#537887
502    - Document noeject (bcl)
503      Resolves: rhbz#647232
504    
505    * Tue Sep 28 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.216-1
506    - Don't immediately retry on downloading a package. (clumens)
507      Resolves: rhbz#544323
508    - Make sure we can go back to a previous step before doing so (clumens)
509      Resolves: rhbz#537889
510    - Check for and complain about package scriptlet errors (clumens)
511      Resolves: rhbz#531599
512    
513    * Mon Sep 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.215-1
514    - Add python-libs package, python package has been split (rvykydal)
515      Resolves: rhbz#634827
516    
517    * Wed Sep 8 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.214-1
518    - Add noeject support to cdrom eject handling (bcl)
519      Resolves: rhbz#477887
520    - Add noeject support to loader2 (bcl)
521      Related: rhbz#477887
522    - Resolve kernel dependencies in pkgorder (mgracik)
523      Resolves: rhbz#491136
524    
525    * Fri Aug 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.213-1
526    - Do not check size of swap partition(s) on s390 (dcantrell)
527      Resolves: rhbz#475358
528    - Make parent directories for ks scriptlet log files (dcantrell)
529      Resolves: rhbz#568861
530    - Add dlabel confirmation dialog to interactive installs (msivak)
531      Resolves: rhbz#570053
532    - Add xts module to initrd (msivak)
533      Resolves: rhbz#553411
534    - Add support for LSI 3ware 97xx SAS/SATA RAID Controller (msivak)
535      Resolves: rhbz#572341
536    - Add support for QLogic Corp cLOM8214 1/10GbE Controller (msivak)
537      Resolves: rhbz#571895
538    - Support for Brocade FCoE/CEE to PCIe CNAs (msivak)
539      Resolves: rhbz#549677
540    - Disable ipv6 kernel modules if user disables IPv6 (dcantrell)
541      Resolves: rhbz#537887
542    
543    * Mon Aug 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.212-1
544    - Mount /proc/bus/usb under /mnt/sysimage (hdegoede)
545      Resolves: rhbz#532397
546    - Update kickstart-docs iscsi commands information (hdegoede)
547      Resolves: rhbz#525136
548    
549    * Wed Aug 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.211-1
550    - Clean up sanityCheckHostname() in network.py (dcantrell)
551      Resolves: rhbz#559626
552    - Support long 'option domain-name' values in loader (dcantrell)
553      Resolves: rhbz#578110
554    - Prevent SIGSEGV in ipCallback and cidrCallback (dcantrell)
555      Resolves: rhbz#440498
556    
557    * Wed Aug 04 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.210-1
558    - Add Chelsio T4 10Gb driver to install (bcl)
559      Resolves: rhbz#562913
560    - Fix traceback on headless installs with xconfig --startxonboot (clumens)
561      Resolves: rhbz#517051
562    - Install the right arch of anaconda's required packages (clumens)
563      Resolves: rhbz#541323
564    - Document options of nfs boot parameter (akozumpl)
565      Resolves: rhbz#559200
566    - Document ignoredisk --only-use kickstart option (clumens)
567      Resolves: rhbz#586576
568    
569  * Mon Mar 22 2010 Martin Sivak <msivak@redhat.com> 11.1.2.209-1  * Mon Mar 22 2010 Martin Sivak <msivak@redhat.com> 11.1.2.209-1
570  - Add a missing patch to make dlabel work again  - Add a missing patch to make dlabel work again


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