/[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.6 by slords, Tue Jun 24 16:12:30 2008 UTC Revision 1.10 by slords, Tue Apr 14 20:18:00 2009 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.113  Version: 11.1.2.168
3  Release: 1%{?dist}.2  Release: 1%{?dist}.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-%{PACKAGE_VERSION}.tar.bz2  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
8  BuildPreReq: kudzu-devel >= 1.2.57.1.15, pciutils-devel  BuildPreReq: kudzu-devel >= 1.2.57.1.18, 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 16  BuildPreReq: libsepol-devel Line 16  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: libdhcp-devel >= 1.20-5, mkinitrd-devel >= 5.1.2-1  BuildPreReq: libdhcp-devel >= 1.20-5, mkinitrd-devel >= 5.1.2-1
18  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
19    %ifnarch s390 s390x
20    BuildPreReq: iscsi-initiator-utils >= 6.2.0.868-0.9
21    %endif
22  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
23  Requires: parted >= 1.7.1, pyparted >= 1.7.2  Requires: parted >= 1.7.1, pyparted >= 1.7.2
24  Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0  Requires: kudzu >= 1.2.57.1.18, yum >= 2.9.2, pirut >= 1.1.0
25  Requires: libxml2-python, python-urlgrabber  Requires: libxml2-python, python-urlgrabber
26  Requires: system-logos, pykickstart, system-config-date  Requires: system-logos, pykickstart, system-config-date
27  Requires: device-mapper >= 1.01.05-3  Requires: device-mapper >= 1.01.05-3
28  Requires: dosfstools >= 2.11-6.2 e2fsprogs  Requires: dosfstools >= 2.11-6.2 e2fsprogs
29    Requires: e4fsprogs
30  Requires: python-pyblock >= 0.26-1  Requires: python-pyblock >= 0.26-1
31  Requires: libbdevid >= 5.1.2-1, libbdevid-python  Requires: libbdevid >= 5.1.2-1, libbdevid-python
32  Requires: audit-libs  Requires: audit-libs
# Line 34  Url: http://fedora.redhat.com/projects/a Line 38  Url: http://fedora.redhat.com/projects/a
38  Patch1: anaconda-centos-syslinux-msg.patch  Patch1: anaconda-centos-syslinux-msg.patch
39  Patch2: anaconda-centos-installclasses-2.patch  Patch2: anaconda-centos-installclasses-2.patch
40  Patch3: anaconda-centos-regkey.patch  Patch3: anaconda-centos-regkey.patch
41  Patch4: anaconda-centos-centos-branding-po_files_5.1.patch  Patch4: anaconda-centos-centos-branding-po_files_5.3.patch
42  Patch5: anaconda-centos-inst-type.patch  Patch5: anaconda-centos-inst-type.patch
43  Patch6: anaconda-centos-task.patch  Patch6: anaconda-centos-task.patch
44  Patch7: anaconda-centos-removeStatusText.patch  Patch7: anaconda-centos-removeStatusText.patch
45  Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch  Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch
46  Patch9: anaconda-centos-pkgorder.patch  Patch9: anaconda-centos-pkgorder.patch
47  Patch10: anaconda-centos-additional-repos.patch  Patch10: anaconda-centos-additional-repos.patch
48  Patch100: anaconda-11.1.2.113-smeserver.patch  Patch100: anaconda-11.1.2.168-smepatches.patch
49    
50    
51  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
# Line 64  Requires: syslinux Line 68  Requires: syslinux
68  Requires: openssh  Requires: openssh
69  %endif  %endif
70  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
71    Requires: xml-common
72    Requires: libxml2
73    Requires(post): /usr/bin/xmlcatalog
74    Requires(postun): /usr/bin/xmlcatalog
75    
76  %description runtime  %description runtime
77  The anaconda-runtime package contains parts of the installation system which  The anaconda-runtime package contains parts of the installation system which
# Line 86  sets, but are not meant for use on alrea Line 94  sets, but are not meant for use on alrea
94  %patch10 -p1  %patch10 -p1
95  %patch100 -p1  %patch100 -p1
96    
97    
98    
99  %build  %build
100  make depend  make depend
101  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
# Line 100  strip $RPM_BUILD_ROOT/usr/lib/anaconda/* Line 110  strip $RPM_BUILD_ROOT/usr/lib/anaconda/*
110  %clean  %clean
111  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
112    
113    %post runtime
114    CATALOG=/etc/xml/catalog
115    /usr/bin/xmlcatalog --noout --add "rewriteSystem" \
116        "comps.dtd" \
117        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
118    /usr/bin/xmlcatalog --noout --add "rewriteURI" \
119        "comps.dtd" \
120        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
121    
122    %postun runtime
123    if [ $1 = 0 ]; then
124        CATALOG=/etc/xml/catalog
125        /usr/bin/xmlcatalog --noout --del \
126            "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
127    fi
128    
129  %files  %files
130  %defattr(-,root,root)  %defattr(-,root,root)
131  %doc COPYING  %doc COPYING
# Line 121  rm -rf $RPM_BUILD_ROOT Line 147  rm -rf $RPM_BUILD_ROOT
147  %files runtime  %files runtime
148  %defattr(-,root,root)  %defattr(-,root,root)
149  /usr/lib/anaconda-runtime  /usr/lib/anaconda-runtime
150    /usr/share/xml/comps
151    
152  %triggerun -- anaconda < 8.0-1  %triggerun -- anaconda < 8.0-1
153  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
154    
155  %changelog  %changelog
156  * Tue Jun 24 2008 Shad L. Lords <slords@mail.com> 11.1.2.113-1.el5.sme.2  * Tue Apr 14 2009 Shad L. Lords <slords@mail.com> 11.1.2.168-1.el5.sme.1
157  - Apply SME patches  - Make progress box wider
158    - Fix titlebar spacing
159  * Mon Jun  8 2008 Karanbir Singh <kbsingh@centos.org> 11.1.2.113-1.el5.centos.2  - Force UTC for time settings
160  - Roll in CentOS Modifications  - Automate bootloader upgrades
161    - Change erase disks to upgrade dialog
162    - Don't ask us to use vnc mode
163    - Make install headless
164    - Don't warn if no kernels were installed
165    - Add format warning (default to no)
166    - Always upgrade to best arch version of package
167    - Remove mail to root in mdadm
168    - Allow grub to be installed on raid device
169    - Allow creating degraded raid arrays
170    - Set/write keyboard config in headless mode
171    - Display window and run post-install script when using kickstart file
172    - Update supported languages
173    - Allow language updates to be part of updates image
174    - Start boot raid device first so it will sync first
175    - Check e-smith-release instead of redhat-release
176    - Log info about degraded arrays instead of not starting them
177    - Don't crash if you can't go back to previous screen
178    - Only recreate initrd if kernel was installed
179    - Don't display warning about no being able to remove rpmdb files
180    
181    * Sun Mar  1 2009 Karanbir Singh <kbsingh@centos.org>
182    - Roll in CentOS Branding
183    
184    * Thu Dec 18 2008 Joel Granados <jgranado@redhat.com> 11.1.2.168-1
185    -  Make anaconda work with new API change in YUM (jgranado)
186       Resolves: rhbz:#476957
187    
188    * Wed Dec 17 2008 Joel Granados <jgranado@redhat.com> 11.1.2.167-1
189    - Fix anaconda build (hdegoede).
190      Related: rhbz:#476739
191    
192    * Tue Dec 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.166-1
193    - Load the raid45 modules at init time (jgranado).
194      Related: rhbz#475385
195    - Make sure the raid45 modules are in the images (jgranado).
196      Related: rhbz#475385
197    
198    * Mon Dec 15 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.165-1
199    - Final translations for instnum text (clumens)
200      Related: rhbz#474375
201    
202    * Fri Dec 12 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.164-1
203    - Fix non-CHAP iBFT install cases (hdegoede)
204      Resolves: rhbz#432819
205    - More translations for the instnum text (clumens)
206      Related: rhbz#474375
207    
208    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.163-1
209    - Mark some new translations as fuzzy to fix the build.
210      Related: rhbz#474375
211    
212    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.162-1
213    - Update translation files for the instnum text change.
214      Related: rhbz#474375
215    
216    * Wed Dec 3 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.161-1
217    - Include the libwrap in the initrd image
218      Resolves: rhbz#473955
219    
220    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.160-1
221    - Allow ssh and telnet to the install (jgranado).
222      Resolves: rhbz:#473955
223    
224    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.159-1
225    - The LV size is smaller than the totall sum of the partitions that make it up (jgranado).
226      Resolves: rhbz:#468944
227    
228    * Tue Nov 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.158-1
229    - Fix up ibft use cases (pjones).
230    - Partition requests can be None when populating the tree (dlehman).
231      Resolves: rhbz#472788
232    - Remove the name check on driver disk packages.
233      Resolves: rhbz#472951
234    - Remove missing PVs before removing obsolete VG (rvykydal).
235      Resolves: rhbz#468431
236    - Make the driverdisc label uppercase (msivak).
237      Related: rhbz#316481
238    
239    * Wed Nov 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.157-1
240    - Include ide-cs module into initrd (msivak).
241      Related: rhbz#448009
242    
243    * Wed Nov 12 2008 Chris Lumens <clumens@redhat.com> 11.1.2.156-1
244    - Fix a variety of pychecker errors (clumens, dcantrell, dlehman, rvykydal).
245      Resolves: rhbz#469734
246    - Remove defunct VG before creating new one of the same name (rvykydal).
247      Resolves: rhbz#469700
248    - Fix detection of ext4 on raid in rescue and upgrade (rvykydal).
249      Resolves: rhbz#470221
250    
251    * Tue Nov 11 2008 Joel Granados <jgranado@redhat.com> 11.1.2.155-1
252    - Enable the DD repository if the DD autodetection feature was used (msivak).
253      Related: rhbz:#316631
254    - Call insmod in linuxrc.s390, not insert_module (dcantrell).
255      Related: rhbz:#184648
256    - Load FCP modules early for CD/DVD install (dcantrell).
257      Related: rhbz:#184648
258    - Update mk-s390-cdboot.c to work with large kernel images (dcantrell).
259      Related: rhbz:#184648
260    - Fix all trivial (1 liner fixes) errors found by pychecker (hdegoede).
261      Related: rhbz:#469730
262    
263    * Wed Nov 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.154-1
264    - Include the new fnic driver (jgranado).
265      Related: rhbz#462387
266    - Run the busProbe after we have all driver disks loaded (msivak).
267      Related: rhbz#316481
268    
269    * Wed Nov 5 2008 Joel Granados <jgranado@redhat.com> 11.1.2.153-1
270    - Use struct audit_reply instead of struct auditd_reply_list (hdegoede).
271      Resolves: rhbz:#469873
272    - The Encryption button was missing in one migrate case (msivak).
273      Resolves:#469849
274    - kickstart expects --dhcpclass instead of --class (clumens).
275      Resolves: rhbz:#468972
276    - Fix the mounting procedure for autodetected driverdiscs (msivak).
277      Resolves: rhbz:#316481
278    
279    * Fri Oct 31 2008 Joel Granados <jgranado@redhat.com> 11.1.2.152-1
280    - Prepare environemnt so the AutoDD is properly detected (msivak).
281      Resolves: rhbz:#316481
282    - Don't write luks passphrases to anaconda-ks.cfg (dlehman).
283      Resolves: rhbz:#468907
284    - Write zeros to remove metadata before running luksFormat (dlehman).
285      Resolves: rhbz:#469177
286    
287    * Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.151-1
288    - Write correct OPTIONS line to ifcfg files on s390 for layer2 (dcantrell)
289      Resolves: rhbz#468755
290    
291    * Wed Oct 29 2008 Joel Granados <jgranado@redhat.com> 11.1.2.150-1
292    - Call createrepo in buildinstall only if --pkgorder is present (rvykydal).
293      Resolves: rhbz:#467341
294    
295    * Tue Oct 28 2008 Joel Granados <jgranado@redhat.com> 11.1.2.149-1
296    - Actually use the stderr parameter instead of duping to stdout (dlehman).
297      Resolves: rhbz:#467289
298    - Revert "Specify a default cio_ignore parameter for s390x (#253075)" (dcantrell).
299      Related: rhbz:#253075
300    - Revert "Enable CCW devices used for installation (#253075)" (dcantrell).
301      Related: rhbz:#253075
302    - Revert "Correctly enable ignored CCW devices in linuxrc.s390 (#253075)" (dcantrell).
303      Related: rhbz:#253075
304    
305    * Fri Oct 24 2008 Joel Granados <jgranado@redhat.com> 11.1.2.148-1
306    - Probe the devices to populate cache for DD routines (msivak).
307      Resolves: rhbz:#316481
308    
309    * Thu Oct 23 2008 Joel Granados <jgranado@redhat.com>  11.1.2.147-1
310    - Dont execute the extra information message for all the devices (jgranado).
311      Resolves: rhbz:#466291
312    
313    * Tue Oct 21 2008 David Cantrell <dcnatrell@redhat.com> 11.1.2.146-1
314    - Fix up CCW device enabling on s390x (dcantrell)
315      Resolves: rhbz#253075
316    
317    * Mon Oct 20 2008 Dave Lehman <dlehman@redhat.com> 11.1.2.145-1
318    - Handle device names containing "/" in LUKS name fixup
319      Related: rhbz#464769
320    
321    * Thu Oct 16 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.144-1
322    - Enable CCW devices used for installation (dcantrell)
323      Resolves: rhbz#253075
324    
325    * Wed Oct 15 2008 Joel Granados <jgranado@redhat.com>  11.1.2.143-1
326    - Change order when calling dasdFmt to avoid race condition while formating dasd drives (jgranado).
327      Resolves: rhbz:#466474
328    
329    * Tue Oct 14 2008 Joel Granados <jgranado@redhat.com> 11.1.2.142-1
330    - Add the enic driver (jgranado).
331      Resolves: rhbz:#462387
332    - Get the right list elements for the iscsi text interface (clumens).
333      Resolves: rhbz:#466902
334    - Fix detection of ext4/ext4dev root partitions in rescue (rvykydal).
335      Resolves: rhbz:#466868
336    
337    * Mon Oct 13 2008 Joel Granados <jgranado@redhat.com> 11.1.2.141-1
338    - Prevent creation of encrypted swraid partitions (dlehman).
339      Resolves: rhbz:#456283
340    - Enable the iBFT by default and set the fallbacks to mimic the w/o iBFT behaviour (msivak).
341      Resolves: rhbz:#445721
342    
343    * Fri Oct 10 2008 Peter Jones <pjones@redhat.com> - 11.1.2.140-1
344    - Don't display errors from nl_set_device_mtu() (dcantrell)
345      Resolves: rhbz#466305
346    - Use a correct path for addnote, since the one in the original patch
347      wasn't what the kernel group thought they were telling me.
348      Related: rhbz#462663
349    
350    * Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> 11.1.2.139-1
351    - Handle None in luks device name rectification (pjones).
352      Resolves: rhbz#466348
353    
354    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-2
355    - Start the iBFT configured drives during iSCSI startup (msivak)
356      Resolves: rhbz#445721
357    
358    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-1
359    - Add note to bootable kernel image on ppc64 (dhowells)
360      Related: rhbz#462663
361    
362    * Mon Oct 06 2008 Chris Lumens <clumens@redhat.com> 11.1.2.137-2
363    - Better error checking when retrieveing info from iBFT (msivak).
364      Related: rhbz#445721
365    - Fix a typo in the anaconda-runtime %post scriptlets.
366      Resolves: rhbz#465441
367    
368    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-2
369    - Fix build.
370      Related: rhbz:#445721
371    
372    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-1
373    - Rebuild to make brew happy.
374      Related: rhbz:#445721
375    
376    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.135-1
377    - iBFT has MAC addresses with wrong case, use strcasecmp to compare them (msivak).
378      Resolves: rhbz:#445721
379    - Look up correct luks name before trying to decide on our boot device (pjones).
380      Resolves: rhbz:#464769
381    - Add new LUKS devices to partitions.encryptedDevices (dlehman).
382      Resolves: rhbz:#464769
383    - Add a workaround for lvm-on-raid size miscomputation (clumens).
384      Resolves: rhbz:#463431
385    - Do not use labels to specifiy LUKS devices in /etc/fstab (dlehman).
386      Resolves: rhbz:#461702
387    
388    * Thu Oct 2 2008 Joel Granados <jgranado@redhat.com> 11.1.2.134-1
389    - Fix traceback when using kickstart and device encryption (pjones).
390      Resolves: rhbz:#461700
391    - Fix traceback when using encryption with kickstart (pjones).
392      Resolves: rhbz:#461700
393    - Fix ext4/ext4dev detection on existing partitions (rvykydal).
394      Resolves: rhbz:#465248
395    
396    * Tue Sep 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.133-1
397    - Set a label on /etc/sysconfig/keyboard (clumens).
398      Resolves: rhbz:#463785
399    - Add comps.dtd to anaconda-runtime package (dcantrell).
400      Resolves: rhbz:#442138
401    - Make sure /etc/xml/catalog is updated on package removal (dcantrell).
402      Resolves: rhbz:#442138
403    - Fix a logging traceback in the encryption code (clumens).
404      Resolves: rhbz:#464771
405    - Fix lvm partitioning in gui that was broken (rvykydal).
406      Resolves: rhbz:#415871
407    - Fix computing of lvm partition sizes wrt physical extent size in gui (rvykydal).
408      Resolves: rhbz:463780
409    - Add pointer initialization (rvykydal).
410      Resolves: rhbz#439461
411    
412    * Fri Sep 26 2008 Joel Granados <jgranado@redhat.com> 11.1.2.132-1
413    - When we use kickstart with specified UI mode, do not prompt for VNC (msivak).
414      Resolves: rhbz##453551
415    
416    * Thu Sep 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.131-1
417    - Fix rescue mode typo.
418      Resolves: rhbz#463920
419    - Fix traceback accessing obsolete data member (dlehman).
420      Resolves: rhbz#463778
421    
422    * Tue Sep 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.130-1
423    - Fix the test for if we should remove the Virt group.
424      Resolves: rhbz#462907.
425    
426    * Mon Sep 22 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.129-1
427    - Fix mk-s390-cdboot so it doesn't SIGSEGV when generating images (dcantrell)
428      Related: rhbz#184648
429    - Add libfipscheck to initrd for sshd on s390x (clumens)
430      Resolves: rhbz#463273
431    
432    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.128-1
433    - Include the correct version of the spec file in the source archive.
434      Related: rhbz#461700
435    
436    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.127-1
437    - Support for system-wide passphrase for encrypted block devices (dlehman).
438      Resolves: rhbz#461700
439    
440    * Wed Sep 17 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.126-1
441    - Add a stub to cmdline UI for getLuksPassphrase (dlehman)
442      Resolves: rhbz#462491
443    - Don't add a LUKSDevice to autopart PVs unless we're encrypting (dlehman)
444      Resolves: rhbz#462640
445    - Support upgrade of systems that use encrypted block devices (dlehman)
446      Resolves: rhbz#461696
447    - Disallow use or creation of encrypted software RAID partitions (dlehman)
448      Resolves: rhbz#456283
449    - Use UUIDs instead of device nodes in crypttab (dlehman)
450      Resolves: rhbz#461702
451    - Add support for OSA Express 2 ports per CHPID (rvykydal)
452      Resolves: rhbz#439461
453    - Fix kickstart timezone value checking (rvykydal)
454      Resolves: rhbz#462595
455      Resolves: rhbz#404321
456    
457    * Tue Sep 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.125-1
458    - Include the programs needed to manage ext4 filesystems (clumens).
459      Resolves: rhbz#462476
460    - Fix a reference to a variable before it exists in network.py (clumens).
461      Resolves: rhbz#462480
462    
463    * Mon Sep 15 2008 Chris Lumens <clumens@redhat.com> 11.1.2.124-1
464    - Fix blkid_dev_next return value checking (rvykydal).
465      Resolves: rhbz#462175
466    - Add the reverse chap bits for kickstart as well (pjones).
467      Related: rhbz#432819
468    - Make iBFT reading explicit from a higher level (pjones).
469    - Fix device nodes creating for more than 8 cciss devices (rvykydal).
470      Resolves: rhbz#445765
471    - Disable iBFT support for s390 and s390x (dcantrell).
472    
473    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.123-1
474    - Disable iBFT support on s390 and s390x (dcantrell)
475      Related: rhbz#445721
476    
477    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.122-1
478    - Add full CHAP support to iSCSI (pjones)
479      Resolves: rhbz#432819
480    - Don't set iscsi devices to autostart (pjones)
481      Resolves: rhbz#437891
482    - Support iSCSI CHAP and Reverse CHAP authentication (pjones)
483      Resolves: rhbz#402431
484      Resolves: rhbz#432819
485    - Partitions growing fixed (rvykydal)
486      Resolves: rhbz#442628
487    - Do not traceback when no root partitions are found in upgrade (rvykydal)
488      Resolves: rhbz#444527
489    - Add support for ext4dev/ext4 filesystem (rvykydal)
490      Resolves: rhbz#444527
491    - Add support for reading NIC setup from the iBFT table (msivak)
492      Resolves: rhbz#445721
493    - Add 802.1q driver (rvykydal)
494      Resolves: rhbz#431915
495    - Add libfipscheck to the images (clumens)
496      Resolves: rhbz#461923
497    - Display drive model and size in MB in partitioning UI (dcantrell)
498      Resolves: rhbz#460697
499    
500    * Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.121-1
501    - Enable the dlabel=on for RHEL by default (msivak).
502      Related: rhbz#316481.
503    
504    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-2
505    - libuuid is provided by e2fsprogs-devel.
506      Related: rhbz#316481.
507    
508    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-1
509    - Include the nss libraries that the new RPM is linked against.
510      Resolves: rhbz#460375.
511    - Add automatic driver disk detection (msivak).
512      Resolves: rhbz#316481.
513    
514    * Wed Aug 6 2008 Joel Granados <jgranado@redhat.com> 11.1.2.119-1
515    - Support VDSK devices on s390x (dcantrell).
516      Resolves: rhbz#264061
517    
518    * Wed Jul 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.118-1
519    - Use fedorakmod.py plugin from yum-utils package, don't pack it in anaconda (rvykydal).
520      Resolves: rhbz#434804
521    - Make sure bootproto=query settings carry over to stage2 (clumens).
522      Resolves: rhbz#453863
523    - Probe BUS_VIRTIO again after probing BUS_PCI (markmc).
524      Resolves: rhbz#446232
525    - Add virtio drives to multipath blacklist (markmc).
526      Resolves: rhbz#446232
527    - Add virtio max partition count (markmc).
528      Resolves: rhbz#446232
529    - Sort virtio devices first (markmc).
530      Resolves: rhbz#446232
531    - Probe on BUS_VIRTIO for devices (markmc).
532      Resolves: rhbz#446232
533    - Explicitly include virtio_pci in the initrd (markmc).
534      Resolves: rhbz#446232
535    - Add virtio to module-info (markmc).
536      Resolves: rhbz#446232
537    - Add virtio support to devMakeInode() (markmc).
538      Resolves: rhbz#446232
539    - Offer physical NIC identification in stage 1 (dcantrell).
540      Resolves: rhbz:#261101
541    - Suspend the curses interface before calling scripts and resume afterwards (msivak).
542      Resolves: rhbz#435314
543    
544    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.117-1
545    - Fix the build.
546    - Change the Makefile so it doesn't replace tags.
547    
548    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.116-1
549    - Specify a default cio_ignore parameter for s390x (dcantrell).
550      Resolves: rhbz#253075
551    - Call dhcpNetDevice() instead of removed pumpNetDevice() (rvykydal).
552      Resolves: rhbz#452664
553    - Add support for the --only-use argument to RHEL5 (rvykydal).
554      Resolves: rhbz#318351
555    - Log a message informing about the critical upgrade error (jgranado).
556      Resolves: rhbz#436865
557    - Support booting from FCP-attached CD/DVD drive on s390 (dcantrell).
558      Resolves: rhbz#184648
559    - The actual size of a logical volume must be rounted down (jgranado).
560      Resolves: rhbz#415871
561    - Set network device MTU if user specified mtu= (dcantrell).
562      Resolves: rhbz#435874
563    
564    * Wed Jul 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.115-1
565    - Pass the cmdline options to the nfs structure (jgranado).
566      Resolves: rhbz#432603
567    - Remove hicolor-icon-theme>gtk2 from whiteout.py (msivak).
568      Resolves: rhbz#369251
569    - Ask the user if he wants to use VNC instead of text mode (msivak).
570      Resolves: rhbz#453551
571    - Leftover bits of encrypted block device support (dlehman).
572      Resolves: rhbz#229865
573    - Rescue of systems containing encrypted block devices (dlehman).
574      Resolves: rhbz#229865
575    - Support preexisting encrypted block devices (dlehman).
576      Resolves: rhbz#229865
577    - Kickstart support for encrypted block devices (dlehman).
578      Resolves: rhbz#229865
579    - User interface for manipulating encrypted block devices (dlehman).
580      Resolves: rhbz#229865
581    - Partitioning with encrypted block devices (dlehman).
582      Resolves: rhbz#229865
583    - Device-level support for encrypted block devices (dlehman).
584      Resolves: rhbz#229865
585    
586    * Wed Jul 9 2008 Joel Granados <jgranado@redhat.com> 11.1.2.114-1
587    - Enable upgrades for mayor version in rhel5 only (jgranado).
588      Resolves: rhbz#436865
589    - Handling of invalid timezone value in kickstart added (rvykydal).
590      Resolves: rhbz#404321
591    - GCC is complaining about unchecked return value from read call (msivak).
592      Resolves: rhbz#448009
593    - Enable re-IPL on s390x after installation (dcantrell).
594      Resolves: rhbz#432416
595    - Change the maximum recommended swap size to "2000 + (current ram)" (jgranado).
596      Resolves: rhbz#447372
597    - Don't show the virtualization option if we are in Xen or in Vmware (jgranado).
598      Resolves: rhbz#258441
599    - Prepare the system a little before initializing the pcmcia devices (msivak).
600      Resolves: rhbz#448009
601    - Change the total number of processed packages/files/.. to avoid negative counter in remaining packages (msivak).
602      Resolves: rhbz#436103
603    - Create additional /dev/xvda device nodes (clumens).
604      Resolves: rhbz#437752
605    - Don't use error messages from dosfslabel as the label (clumens)
606      Resolves: rhbz#427457
607    - Add nui driver (jgranado).
608      Resolves: rhbz#444820
609    - Allow the use of the "-" character in lvm names (jgranado).
610      Resolves: rhbz#430907
611    - yum.remove removes installed packages, not to be installed packages (msivak).
612      Resolves: rhbz#442325
613    - Allow removing packages by glob now that yum supports it (msivak).
614      Resolves: rhbz#442325
615    
616  * Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1  * Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1
617  - Require the latest version of libnl-devel.  - Require the latest version of libnl-devel.


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