/[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.5 by slords, Tue Jun 24 15:37:10 2008 UTC Revision 1.14 by slords, Thu Mar 4 16:31:07 2010 UTC
# Line 1  Line 1 
1    # $Id$
2    
3  Name: anaconda  Name: anaconda
4  Version: 11.1.2.113  Version: 11.1.2.195
5  Release: 1.el5.centos.2  Release: 1%{?dist}.1
6  License: GPL  License: GPL
7  Summary: Graphical system installer  Summary: Graphical system installer
8  Group: Applications/System  Group: Applications/System
9  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2  Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
10  BuildPreReq: kudzu-devel >= 1.2.57.1.15, pciutils-devel  BuildPreReq: kudzu-devel >= 1.2.57.1.18, pciutils-devel
11  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
12  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
13  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 16  BuildPreReq: libXxf86misc-devel, intltoo
16  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,  BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,
17  BuildPreReq: libsepol-devel  BuildPreReq: libsepol-devel
18  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2  BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
19  BuildPreReq: libdhcp-devel >= 1.20-5, mkinitrd-devel >= 5.1.2-1  BuildPreReq: libdhcp-devel >= 1.20-10, mkinitrd-devel >= 5.1.2-1
20  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5  BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
21    BuildPreReq: libdhcp6client >= 1.0.10-17
22    %ifnarch s390 s390x
23    BuildPreReq: iscsi-initiator-utils >= 6.2.0.871-0.0
24    %endif
25  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty  Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
26  Requires: parted >= 1.7.1, pyparted >= 1.7.2  Requires: parted >= 1.7.1, pyparted >= 1.7.2
27  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
28  Requires: libxml2-python, python-urlgrabber  Requires: libxml2-python, python-urlgrabber
29  Requires: system-logos, pykickstart, system-config-date  Requires: system-logos, pykickstart, system-config-date
30  Requires: device-mapper >= 1.01.05-3  Requires: device-mapper >= 1.01.05-3
31  Requires: dosfstools >= 2.11-6.2 e2fsprogs  Requires: dosfstools >= 2.11-6.2 e2fsprogs
32    Requires: e4fsprogs
33  Requires: python-pyblock >= 0.26-1  Requires: python-pyblock >= 0.26-1
34  Requires: libbdevid >= 5.1.2-1, libbdevid-python  Requires: libbdevid >= 5.1.2-1, libbdevid-python
35  Requires: audit-libs  Requires: audit-libs
# Line 30  Requires: audit-libs Line 37  Requires: audit-libs
37  Requires: rhpxl >= 0.25  Requires: rhpxl >= 0.25
38  %endif  %endif
39  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
40  Url: http://fedora.redhat.com/projects/anaconda-installer/  Url: http://fedoraproject.org/wiki/Anaconda
41  Patch1: anaconda-centos-syslinux-msg.patch  Patch1: anaconda-centos-syslinux-msg.patch
42  Patch2: anaconda-centos-installclasses-2.patch  Patch2: anaconda-centos-installclasses-2.patch
43  Patch3: anaconda-centos-regkey.patch  Patch3: anaconda-centos-regkey.patch
44  Patch4: anaconda-centos-centos-branding-po_files_5.1.patch  Patch4: anaconda-centos-centos-branding-po_files.patch
45  Patch5: anaconda-centos-inst-type.patch  Patch5: anaconda-centos-inst-type.patch
46  Patch6: anaconda-centos-task.patch  Patch6: anaconda-centos-task.patch
47  Patch7: anaconda-centos-removeStatusText.patch  Patch7: anaconda-centos-removeStatusText.patch
# Line 42  Patch8: anaconda-centos-splittree_allow_ Line 49  Patch8: anaconda-centos-splittree_allow_
49  Patch9: anaconda-centos-pkgorder.patch  Patch9: anaconda-centos-pkgorder.patch
50  Patch10: anaconda-centos-additional-repos.patch  Patch10: anaconda-centos-additional-repos.patch
51    
52    # SME specific patches
53    Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch
54    Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch
55    Patch1003: 0003-Fix-goto-previous-if-unable-to-go-back.patch
56    Patch1004: 0004-Always-pick-best-arch-for-package.patch
57    Patch1005: 0005-Allow-creating-mounting-degraded-raid-arrays.patch
58    Patch1006: 0006-Start-boot-raid-device-first-so-it-will-be-in-sync.patch
59    Patch1007: 0007-Automatically-upgrade-bootloader-if-necessary.patch
60    Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch
61    Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
62    Patch1010: 0010-Add-final-warning-before-installing.patch
63    Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch
64    Patch1012: 0012-Make-install-window-wider.patch
65    Patch1013: 0013-Don-t-email-root-on-raid-events.patch
66    Patch1014: 0014-Make-boot-loader-use-SME-labels.patch
67    Patch1015: 0015-Determine-upgradability-of-SME-server.patch
68    Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch
69    Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch
70    
71  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
72    
# Line 63  Requires: syslinux Line 88  Requires: syslinux
88  Requires: openssh  Requires: openssh
89  %endif  %endif
90  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs  Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
91    Requires: xml-common
92    Requires: libxml2
93    Requires(post): /usr/bin/xmlcatalog
94    Requires(postun): /usr/bin/xmlcatalog
95    
96  %description runtime  %description runtime
97  The anaconda-runtime package contains parts of the installation system which  The anaconda-runtime package contains parts of the installation system which
# Line 81  sets, but are not meant for use on alrea Line 110  sets, but are not meant for use on alrea
110  %patch6 -p1  %patch6 -p1
111  %patch7 -p1  %patch7 -p1
112  %patch8 -p1  %patch8 -p1
113  #%patch9 -p1  #deprecated : %patch9 -p1
114  %patch10 -p1  %patch10 -p1
115    
116    # SME specific patches
117    %patch1001 -p1
118    %patch1002 -p1
119    %patch1003 -p1
120    %patch1004 -p1
121    %patch1005 -p1
122    %patch1006 -p1
123    %patch1007 -p1
124    %patch1008 -p1
125    %patch1009 -p1
126    %patch1010 -p1
127    %patch1011 -p1
128    %patch1012 -p1
129    %patch1013 -p1
130    %patch1014 -p1
131    %patch1015 -p1
132    %patch1016 -p1
133    %patch1017 -p1
134    
135  %build  %build
136  make depend  make depend
137  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"  make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
# Line 98  strip $RPM_BUILD_ROOT/usr/lib/anaconda/* Line 146  strip $RPM_BUILD_ROOT/usr/lib/anaconda/*
146  %clean  %clean
147  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
148    
149    %post runtime
150    CATALOG=/etc/xml/catalog
151    /usr/bin/xmlcatalog --noout --add "rewriteSystem" \
152        "comps.dtd" \
153        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
154    /usr/bin/xmlcatalog --noout --add "rewriteURI" \
155        "comps.dtd" \
156        "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
157    
158    %postun runtime
159    if [ $1 = 0 ]; then
160        CATALOG=/etc/xml/catalog
161        /usr/bin/xmlcatalog --noout --del \
162            "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
163    fi
164    
165  %files  %files
166  %defattr(-,root,root)  %defattr(-,root,root)
167  %doc COPYING  %doc COPYING
# Line 119  rm -rf $RPM_BUILD_ROOT Line 183  rm -rf $RPM_BUILD_ROOT
183  %files runtime  %files runtime
184  %defattr(-,root,root)  %defattr(-,root,root)
185  /usr/lib/anaconda-runtime  /usr/lib/anaconda-runtime
186    /usr/share/xml/comps
187    
188  %triggerun -- anaconda < 8.0-1  %triggerun -- anaconda < 8.0-1
189  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
190    
191  %changelog  %changelog
192  * Mon Jun  8 2008 Karanbir Singh <kbsingh@centos.org> 11.1.2.113-1.el5.centos.2  * Thu Oct 22 2009 Shad L. Lords <slords@mail.com> 11.1.2.195-1.sme.1
193  - Roll in CentOS Modifications  - No warnings if kernel not upgraded
194      (recreate initrd if kernel was installed)
195    - No warnings if unable to remove rpm databases
196    - Fix goto previous if unable to go back
197    - Always pick best arch for package
198    - Allow creating/mounting degraded raid arrays
199      (log info about degraded arrays instead of not starting them)
200    - Start /boot raid device first so it will be in sync for grub install
201    - Automatically upgrade bootloader if necessary
202    - Search for language updates on upgrade disk
203    - Force time to be based on UTC
204    - Add final warning before installing
205    - Make install headless but still write keyboard info out
206      (don't ask us to use vnc mode)
207    - Make install window wider
208      (fix titlebar spacing)
209    - Don't email root on raid events
210    - Make boot loader use SME labels
211    - Determine upgradability of SME server
212      (change erase disks to upgrade dialog)
213    - Run SME post-install scripts on kickstart install/upgrade
214    - Limit languages to those supported by SME
215    
216    * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 11.1.2.195-1.el5.centos
217    - Roll in CentOS Patch set
218    
219    * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1
220    - Update the loader with support code for Mellanox cards
221      Resolves: rhbz#514971
222    
223    * Mon Aug 03 2009 Martin Sivak <msivak@redhat.com> 11.1.2.194-1
224    - comps changed. replaced "virtualization" with "xen" (jgranados)
225      Resolves: rhbz#514885
226    - Add support for Melanox ConnectX mt26448 10Gb/s Infiniband, Ethernet, and FC (msivak)
227      Resolves: rhbz#514971
228    
229    * Thu Jul 23 2009 Joel Granados <jgranado@redhat.com>  11.1.2.193-1
230    - Make sure we include libdrm.so files in the image.
231      Related: rhbz#510397
232    
233    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.192-1
234    - Fix compile errors in the previous patch.
235      Related: rhbz#471883
236    
237    * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.191-1
238    - Ignore block devices set to read-only.
239      Related: rhbz#471883
240    
241    * Tue Jul 21 2009 Martin Sivak <msivak@redhat.com> 11.1.2.190-1
242    - Correct a message presented to the user.
243      Related: rhbz#473747
244    - Remove ext4dev
245      Resolves: rhbz#510634
246    
247    * Thu Jul 16 2009 Radek Vykydal <rvykydal@redhat.com> 11.1.2.189-1
248    - Make buildinstall error out if mount of loop device fails (rvykydal).
249      Resolves: rhbz#472552
250    
251    * Tue Jul 11 2009 Joel Granados <jgranado@redhat.com> 11.1.2.188-1
252    - Require libdhcp6client for the build (jgranado).
253      Related: rhbz#506722
254    
255    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.187-1
256    - Add support for the qlge driver (jgranado)
257      Resolves: rhbz#504034
258    
259    * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.186-1
260    - update support for ext4 in anaconda (jbastian)
261      Resolves: rhbz#510634
262    
263    * Wed Jul 08 2009 Chris Lumens <clumens@redhat.com> 11.1.2.185-1
264    - Save bootfile, if we have it, from DHCP response (dcantrell).
265      Resolves: rhbz#448006
266    
267    * Wed Jul 1 2009 Martin Sivak <msivak@redhat.com> 11.1.2.184-1
268    - Fix handling of parted exceptions in text mode (rvykydal)
269      Resolves: rhbz#506725
270    
271    * Thu Jun 4 2009 Joel Granados <jgranado@redhat.com> 11.1.2.183-1
272    - Create efirtc device node on ia64 to access hw clock (rvykydal).
273      Resolves: rhbz#485200
274    - Reserve enough space for lvm metadata when computing PV size usable for LVs (rvykydal).
275      Resolves: rhbz#500431
276    
277    * Mon Jun 1 2009 Joel Granados <jgranado@redhat.com> 11.1.2.182-1
278    - Add support for IGB VF device (jgranado).
279      Resolves: rhbz#502875
280    - Fix the error caused by change in fipscheck (again..) (msivak).
281      Resolves: rhbz#498992
282    
283    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.181-1
284    - Look for ipcalc in the right place (jgranado).
285      Resolves: rhbz#502249
286    
287    * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.180-1
288    - Look for ipcalc in the right place (jgranado).
289      Resolves: rhbz#502249
290    
291    * Wed May 27 2009 Joel Granados <jgranado@redhat.com> 11.1.2.179-1
292    - Look for ipcalc in the right place (jgranado).
293      Resolves: rhbz#502249
294    
295    * Tue May 26 2009 Joel Granados <jgranado@redhat.com> 11.1.2.178-1
296    - Fix specification of zoneinfo files to be included in stage2 (rvykydal).
297      Resolves: rhbz#481617
298    - Fix the location of libfipscheck in initrd too (msivak).
299      Resolves: rhbz#498992
300    - cryptsetup status reversed its exit codes (dcantrell).
301      Resolves: rhbz#499824
302    - Require latest libdhcp (jgranado).
303      Resolves: rhbz#444919
304    - Do not include removed physical volumes in pvlist (rvykydal).
305      Resolves: rhbz#502438
306    
307    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.177-1
308    - Do not load storage drivers before loading DUD over network (rvykydal).
309      Resolves: rhbz#454478
310    
311    * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.176-1
312    - Remove LVM metadata when doing clearpart (rvykydal).
313      Resolves: rhbz#462615
314    - Put lspci in the minstg2.img so inVmware doesn't traceback (clumens).
315      Resolves: rhbz#476476
316    
317    * Mon May 18 2009 Joel Granados <jgranado@redhat.com> 11.1.2.175-1
318    - Change the description of be2net (msivak).
319      Resolves: rhbz#496875
320    - Revert to libdhcp from rhel5.3 (dcantrell).
321      Related: rhbz#500775
322    
323    * Wed May 13 2009 Joel Granados <jgranado@redhat.com> 11.1.2.174-1
324    - Include valid timezones in stage 2 (rvykydal).
325      Resolves: rhbz#481617
326    - Fix traceback in timezone setting (kickstart interactive text mode) (rvykydal).
327      Resolves: rhbz#481617
328    - Compute size of modules buffer in loader (dcantrell).
329      Resolves: rhbz#484092
330    - Include /sbin/ipcalc for IP address validation (dcantrell).
331      Resolves: rhbz#460579
332    - Require latest libdhcp (dcantrell).
333      Resolves rhbz#444919
334    - Make buildinstall error out if mount of loop device fails (rvykydal).
335      Resolves: rhbz#472552
336    - Update Anaconda with new description for Emulex lpfc driver (msivak).
337      Resolves: rhbz#498511
338    - Get the libfipscheck from correct location (library was rebased) (msivak)
339      Resolves: rhbz#498992
340    - Add support for LSI MPT Fusion SAS 2.0 Device Driver (msivak).
341      Resolves: rhbz#475671
342    - IBM improvements to linuxrc.s390 (dcantrell).
343      Resolves: rhbz#475350
344    
345    * Wed May 6 2009 Joel Granados <jgranado@redhat.com> 11.1.2.173-1
346    - Allow bootloader on mbr when /boot is mdraid1 (hansg).
347      Resolves: rhbz#475973
348    - Don't traceback on read only (write protected) disks (hansg).
349      Resolves: rhbz#471883
350    - most noticably it fixes chap / reverse chap in combination with ibft (hansg).
351      Resolves: rhbz#497438
352    - Recognize mpath iscsi setups as using iscsi (hansg).
353      Resolves: rhbz#466614
354    
355    * Tue May 5 2009 Joel Granados <jgranado@redhat.com> 11.1.2.172-1
356    - The lambda function in run() is not needed (jgranado).
357      Resolves: rhbz#498935
358    - Increase max NIC identification duration to 5 minutes (dcantrell).
359      Resolves: rhbz#473747
360    - Correct a spelling error (dcantrell).
361      Resolves: rhbz#489997
362    - Remove noise from isys/nl.c (dcantrell).
363      Resolves: rhbz#490735
364    
365    * Thu Apr 30 2009 Chris Lumens <clumens@redhat.com> 11.1.2.171-1
366    - Remove umask temporarily so device permissions are correct (wmealing).
367      Resolves: rhbz#383531
368    
369    * Tue Apr 28 2009 Chris Lumens <clumens@redhat.com> 11.1.2.170-1
370    - No longer set cachedir since the rebased yum won't let us.
371      Resolves: rhbz#497288
372    - Support a dashed format of MAC in kickstarts (msivak).
373      Resolves: rhbz#480309
374    - Fix a typo in the parted exception ignoring patch
375      Related: rhbz#455465
376    - Add support for Marvell RAID bus controller MV64460/64461/64462 (msivak).
377      Resolves: rhbz#493179
378    - Add support for the "Emulex OneConnect 10GbE NIC" (msivak).
379      Resolves: rhbz#496875
380    
381    * Thu Apr 23 2009 Martin Sivak <msivak@redhat.com> 11.1.2.169-1
382    -  Activate ipv6 nics when an ipv6 ip is defined (jgranado).
383       Resolves: rhbz#445394
384    -  Check for DNS validity (jgranado).
385       Resolves: rhbz#465174
386    -  Do not crash when more than 32 tape devices are present (rvykydal)
387       Resolves: rhbz#476186
388    -  Ignore a subset of parted errors that are not critical (clumens)
389       Resolves: rhbz#455465
390    -  The FTP USER command does not need to be followed by a PASS (msivak)
391       Resolves: rhbz#477536
392    -  patch to skip accounts screen if using autostep and encrypted root password (msivak)
393       Resolves: rhbz#471122
394    -  rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable (msivak)
395       Resolves: rhbz#456325
396    -  Rewrote parts of pkgorder script to improve it's speed. (mgracik)
397       Resolves: rhbz#451083
398    -  Fix for traceback in Partitions.doMetaDeletes.addSnap() (dcantrell)
399       Resolves: rhbz#433824
400    -  More robust filtering of physical volumes in autopartitioning (rvykydal)
401       Resolves: rhbz#475271
402    -  Fix user --groups kickstart option (rvykydal)
403       Resolves: rhbz#454418
404    -  Let LCS devices come online after s390 installation (dcantrell)
405       Resolves: rhbz#471101
406    -  Added support for mdadm raid10 installs (mgracik)
407       Resolves: rhbz#467996
408    -  Updated the project URL (mgracik)
409       Resolves: rhbz#482781
410    
411    * Thu Dec 18 2008 Joel Granados <jgranado@redhat.com> 11.1.2.168-1
412    -  Make anaconda work with new API change in YUM (jgranado)
413       Resolves: rhbz:#476957
414    
415    * Wed Dec 17 2008 Joel Granados <jgranado@redhat.com> 11.1.2.167-1
416    - Fix anaconda build (hdegoede).
417      Related: rhbz:#476739
418    
419    * Tue Dec 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.166-1
420    - Load the raid45 modules at init time (jgranado).
421      Related: rhbz#475385
422    - Make sure the raid45 modules are in the images (jgranado).
423      Related: rhbz#475385
424    
425    * Mon Dec 15 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.165-1
426    - Final translations for instnum text (clumens)
427      Related: rhbz#474375
428    
429    * Fri Dec 12 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.164-1
430    - Fix non-CHAP iBFT install cases (hdegoede)
431      Resolves: rhbz#432819
432    - More translations for the instnum text (clumens)
433      Related: rhbz#474375
434    
435    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.163-1
436    - Mark some new translations as fuzzy to fix the build.
437      Related: rhbz#474375
438    
439    * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.162-1
440    - Update translation files for the instnum text change.
441      Related: rhbz#474375
442    
443    * Wed Dec 3 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.161-1
444    - Include the libwrap in the initrd image
445      Resolves: rhbz#473955
446    
447    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.160-1
448    - Allow ssh and telnet to the install (jgranado).
449      Resolves: rhbz:#473955
450    
451    * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.159-1
452    - The LV size is smaller than the totall sum of the partitions that make it up (jgranado).
453      Resolves: rhbz:#468944
454    
455    * Tue Nov 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.158-1
456    - Fix up ibft use cases (pjones).
457    - Partition requests can be None when populating the tree (dlehman).
458      Resolves: rhbz#472788
459    - Remove the name check on driver disk packages.
460      Resolves: rhbz#472951
461    - Remove missing PVs before removing obsolete VG (rvykydal).
462      Resolves: rhbz#468431
463    - Make the driverdisc label uppercase (msivak).
464      Related: rhbz#316481
465    
466    * Wed Nov 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.157-1
467    - Include ide-cs module into initrd (msivak).
468      Related: rhbz#448009
469    
470    * Wed Nov 12 2008 Chris Lumens <clumens@redhat.com> 11.1.2.156-1
471    - Fix a variety of pychecker errors (clumens, dcantrell, dlehman, rvykydal).
472      Resolves: rhbz#469734
473    - Remove defunct VG before creating new one of the same name (rvykydal).
474      Resolves: rhbz#469700
475    - Fix detection of ext4 on raid in rescue and upgrade (rvykydal).
476      Resolves: rhbz#470221
477    
478    * Tue Nov 11 2008 Joel Granados <jgranado@redhat.com> 11.1.2.155-1
479    - Enable the DD repository if the DD autodetection feature was used (msivak).
480      Related: rhbz:#316631
481    - Call insmod in linuxrc.s390, not insert_module (dcantrell).
482      Related: rhbz:#184648
483    - Load FCP modules early for CD/DVD install (dcantrell).
484      Related: rhbz:#184648
485    - Update mk-s390-cdboot.c to work with large kernel images (dcantrell).
486      Related: rhbz:#184648
487    - Fix all trivial (1 liner fixes) errors found by pychecker (hdegoede).
488      Related: rhbz:#469730
489    
490    * Wed Nov 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.154-1
491    - Include the new fnic driver (jgranado).
492      Related: rhbz#462387
493    - Run the busProbe after we have all driver disks loaded (msivak).
494      Related: rhbz#316481
495    
496    * Wed Nov 5 2008 Joel Granados <jgranado@redhat.com> 11.1.2.153-1
497    - Use struct audit_reply instead of struct auditd_reply_list (hdegoede).
498      Resolves: rhbz:#469873
499    - The Encryption button was missing in one migrate case (msivak).
500      Resolves:#469849
501    - kickstart expects --dhcpclass instead of --class (clumens).
502      Resolves: rhbz:#468972
503    - Fix the mounting procedure for autodetected driverdiscs (msivak).
504      Resolves: rhbz:#316481
505    
506    * Fri Oct 31 2008 Joel Granados <jgranado@redhat.com> 11.1.2.152-1
507    - Prepare environemnt so the AutoDD is properly detected (msivak).
508      Resolves: rhbz:#316481
509    - Don't write luks passphrases to anaconda-ks.cfg (dlehman).
510      Resolves: rhbz:#468907
511    - Write zeros to remove metadata before running luksFormat (dlehman).
512      Resolves: rhbz:#469177
513    
514    * Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.151-1
515    - Write correct OPTIONS line to ifcfg files on s390 for layer2 (dcantrell)
516      Resolves: rhbz#468755
517    
518    * Wed Oct 29 2008 Joel Granados <jgranado@redhat.com> 11.1.2.150-1
519    - Call createrepo in buildinstall only if --pkgorder is present (rvykydal).
520      Resolves: rhbz:#467341
521    
522    * Tue Oct 28 2008 Joel Granados <jgranado@redhat.com> 11.1.2.149-1
523    - Actually use the stderr parameter instead of duping to stdout (dlehman).
524      Resolves: rhbz:#467289
525    - Revert "Specify a default cio_ignore parameter for s390x (#253075)" (dcantrell).
526      Related: rhbz:#253075
527    - Revert "Enable CCW devices used for installation (#253075)" (dcantrell).
528      Related: rhbz:#253075
529    - Revert "Correctly enable ignored CCW devices in linuxrc.s390 (#253075)" (dcantrell).
530      Related: rhbz:#253075
531    
532    * Fri Oct 24 2008 Joel Granados <jgranado@redhat.com> 11.1.2.148-1
533    - Probe the devices to populate cache for DD routines (msivak).
534      Resolves: rhbz:#316481
535    
536    * Thu Oct 23 2008 Joel Granados <jgranado@redhat.com>  11.1.2.147-1
537    - Dont execute the extra information message for all the devices (jgranado).
538      Resolves: rhbz:#466291
539    
540    * Tue Oct 21 2008 David Cantrell <dcnatrell@redhat.com> 11.1.2.146-1
541    - Fix up CCW device enabling on s390x (dcantrell)
542      Resolves: rhbz#253075
543    
544    * Mon Oct 20 2008 Dave Lehman <dlehman@redhat.com> 11.1.2.145-1
545    - Handle device names containing "/" in LUKS name fixup
546      Related: rhbz#464769
547    
548    * Thu Oct 16 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.144-1
549    - Enable CCW devices used for installation (dcantrell)
550      Resolves: rhbz#253075
551    
552    * Wed Oct 15 2008 Joel Granados <jgranado@redhat.com>  11.1.2.143-1
553    - Change order when calling dasdFmt to avoid race condition while formating dasd drives (jgranado).
554      Resolves: rhbz:#466474
555    
556    * Tue Oct 14 2008 Joel Granados <jgranado@redhat.com> 11.1.2.142-1
557    - Add the enic driver (jgranado).
558      Resolves: rhbz:#462387
559    - Get the right list elements for the iscsi text interface (clumens).
560      Resolves: rhbz:#466902
561    - Fix detection of ext4/ext4dev root partitions in rescue (rvykydal).
562      Resolves: rhbz:#466868
563    
564    * Mon Oct 13 2008 Joel Granados <jgranado@redhat.com> 11.1.2.141-1
565    - Prevent creation of encrypted swraid partitions (dlehman).
566      Resolves: rhbz:#456283
567    - Enable the iBFT by default and set the fallbacks to mimic the w/o iBFT behaviour (msivak).
568      Resolves: rhbz:#445721
569    
570    * Fri Oct 10 2008 Peter Jones <pjones@redhat.com> - 11.1.2.140-1
571    - Don't display errors from nl_set_device_mtu() (dcantrell)
572      Resolves: rhbz#466305
573    - Use a correct path for addnote, since the one in the original patch
574      wasn't what the kernel group thought they were telling me.
575      Related: rhbz#462663
576    
577    * Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> 11.1.2.139-1
578    - Handle None in luks device name rectification (pjones).
579      Resolves: rhbz#466348
580    
581    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-2
582    - Start the iBFT configured drives during iSCSI startup (msivak)
583      Resolves: rhbz#445721
584    
585    * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-1
586    - Add note to bootable kernel image on ppc64 (dhowells)
587      Related: rhbz#462663
588    
589    * Mon Oct 06 2008 Chris Lumens <clumens@redhat.com> 11.1.2.137-2
590    - Better error checking when retrieveing info from iBFT (msivak).
591      Related: rhbz#445721
592    - Fix a typo in the anaconda-runtime %post scriptlets.
593      Resolves: rhbz#465441
594    
595    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-2
596    - Fix build.
597      Related: rhbz:#445721
598    
599    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-1
600    - Rebuild to make brew happy.
601      Related: rhbz:#445721
602    
603    * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.135-1
604    - iBFT has MAC addresses with wrong case, use strcasecmp to compare them (msivak).
605      Resolves: rhbz:#445721
606    - Look up correct luks name before trying to decide on our boot device (pjones).
607      Resolves: rhbz:#464769
608    - Add new LUKS devices to partitions.encryptedDevices (dlehman).
609      Resolves: rhbz:#464769
610    - Add a workaround for lvm-on-raid size miscomputation (clumens).
611      Resolves: rhbz:#463431
612    - Do not use labels to specifiy LUKS devices in /etc/fstab (dlehman).
613      Resolves: rhbz:#461702
614    
615    * Thu Oct 2 2008 Joel Granados <jgranado@redhat.com> 11.1.2.134-1
616    - Fix traceback when using kickstart and device encryption (pjones).
617      Resolves: rhbz:#461700
618    - Fix traceback when using encryption with kickstart (pjones).
619      Resolves: rhbz:#461700
620    - Fix ext4/ext4dev detection on existing partitions (rvykydal).
621      Resolves: rhbz:#465248
622    
623    * Tue Sep 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.133-1
624    - Set a label on /etc/sysconfig/keyboard (clumens).
625      Resolves: rhbz:#463785
626    - Add comps.dtd to anaconda-runtime package (dcantrell).
627      Resolves: rhbz:#442138
628    - Make sure /etc/xml/catalog is updated on package removal (dcantrell).
629      Resolves: rhbz:#442138
630    - Fix a logging traceback in the encryption code (clumens).
631      Resolves: rhbz:#464771
632    - Fix lvm partitioning in gui that was broken (rvykydal).
633      Resolves: rhbz:#415871
634    - Fix computing of lvm partition sizes wrt physical extent size in gui (rvykydal).
635      Resolves: rhbz:463780
636    - Add pointer initialization (rvykydal).
637      Resolves: rhbz#439461
638    
639    * Fri Sep 26 2008 Joel Granados <jgranado@redhat.com> 11.1.2.132-1
640    - When we use kickstart with specified UI mode, do not prompt for VNC (msivak).
641      Resolves: rhbz##453551
642    
643    * Thu Sep 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.131-1
644    - Fix rescue mode typo.
645      Resolves: rhbz#463920
646    - Fix traceback accessing obsolete data member (dlehman).
647      Resolves: rhbz#463778
648    
649    * Tue Sep 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.130-1
650    - Fix the test for if we should remove the Virt group.
651      Resolves: rhbz#462907.
652    
653    * Mon Sep 22 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.129-1
654    - Fix mk-s390-cdboot so it doesn't SIGSEGV when generating images (dcantrell)
655      Related: rhbz#184648
656    - Add libfipscheck to initrd for sshd on s390x (clumens)
657      Resolves: rhbz#463273
658    
659    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.128-1
660    - Include the correct version of the spec file in the source archive.
661      Related: rhbz#461700
662    
663    * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.127-1
664    - Support for system-wide passphrase for encrypted block devices (dlehman).
665      Resolves: rhbz#461700
666    
667    * Wed Sep 17 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.126-1
668    - Add a stub to cmdline UI for getLuksPassphrase (dlehman)
669      Resolves: rhbz#462491
670    - Don't add a LUKSDevice to autopart PVs unless we're encrypting (dlehman)
671      Resolves: rhbz#462640
672    - Support upgrade of systems that use encrypted block devices (dlehman)
673      Resolves: rhbz#461696
674    - Disallow use or creation of encrypted software RAID partitions (dlehman)
675      Resolves: rhbz#456283
676    - Use UUIDs instead of device nodes in crypttab (dlehman)
677      Resolves: rhbz#461702
678    - Add support for OSA Express 2 ports per CHPID (rvykydal)
679      Resolves: rhbz#439461
680    - Fix kickstart timezone value checking (rvykydal)
681      Resolves: rhbz#462595
682      Resolves: rhbz#404321
683    
684    * Tue Sep 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.125-1
685    - Include the programs needed to manage ext4 filesystems (clumens).
686      Resolves: rhbz#462476
687    - Fix a reference to a variable before it exists in network.py (clumens).
688      Resolves: rhbz#462480
689    
690    * Mon Sep 15 2008 Chris Lumens <clumens@redhat.com> 11.1.2.124-1
691    - Fix blkid_dev_next return value checking (rvykydal).
692      Resolves: rhbz#462175
693    - Add the reverse chap bits for kickstart as well (pjones).
694      Related: rhbz#432819
695    - Make iBFT reading explicit from a higher level (pjones).
696    - Fix device nodes creating for more than 8 cciss devices (rvykydal).
697      Resolves: rhbz#445765
698    - Disable iBFT support for s390 and s390x (dcantrell).
699    
700    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.123-1
701    - Disable iBFT support on s390 and s390x (dcantrell)
702      Related: rhbz#445721
703    
704    * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.122-1
705    - Add full CHAP support to iSCSI (pjones)
706      Resolves: rhbz#432819
707    - Don't set iscsi devices to autostart (pjones)
708      Resolves: rhbz#437891
709    - Support iSCSI CHAP and Reverse CHAP authentication (pjones)
710      Resolves: rhbz#402431
711      Resolves: rhbz#432819
712    - Partitions growing fixed (rvykydal)
713      Resolves: rhbz#442628
714    - Do not traceback when no root partitions are found in upgrade (rvykydal)
715      Resolves: rhbz#444527
716    - Add support for ext4dev/ext4 filesystem (rvykydal)
717      Resolves: rhbz#444527
718    - Add support for reading NIC setup from the iBFT table (msivak)
719      Resolves: rhbz#445721
720    - Add 802.1q driver (rvykydal)
721      Resolves: rhbz#431915
722    - Add libfipscheck to the images (clumens)
723      Resolves: rhbz#461923
724    - Display drive model and size in MB in partitioning UI (dcantrell)
725      Resolves: rhbz#460697
726    
727    * Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.121-1
728    - Enable the dlabel=on for RHEL by default (msivak).
729      Related: rhbz#316481.
730    
731    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-2
732    - libuuid is provided by e2fsprogs-devel.
733      Related: rhbz#316481.
734    
735    * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-1
736    - Include the nss libraries that the new RPM is linked against.
737      Resolves: rhbz#460375.
738    - Add automatic driver disk detection (msivak).
739      Resolves: rhbz#316481.
740    
741    * Wed Aug 6 2008 Joel Granados <jgranado@redhat.com> 11.1.2.119-1
742    - Support VDSK devices on s390x (dcantrell).
743      Resolves: rhbz#264061
744    
745    * Wed Jul 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.118-1
746    - Use fedorakmod.py plugin from yum-utils package, don't pack it in anaconda (rvykydal).
747      Resolves: rhbz#434804
748    - Make sure bootproto=query settings carry over to stage2 (clumens).
749      Resolves: rhbz#453863
750    - Probe BUS_VIRTIO again after probing BUS_PCI (markmc).
751      Resolves: rhbz#446232
752    - Add virtio drives to multipath blacklist (markmc).
753      Resolves: rhbz#446232
754    - Add virtio max partition count (markmc).
755      Resolves: rhbz#446232
756    - Sort virtio devices first (markmc).
757      Resolves: rhbz#446232
758    - Probe on BUS_VIRTIO for devices (markmc).
759      Resolves: rhbz#446232
760    - Explicitly include virtio_pci in the initrd (markmc).
761      Resolves: rhbz#446232
762    - Add virtio to module-info (markmc).
763      Resolves: rhbz#446232
764    - Add virtio support to devMakeInode() (markmc).
765      Resolves: rhbz#446232
766    - Offer physical NIC identification in stage 1 (dcantrell).
767      Resolves: rhbz:#261101
768    - Suspend the curses interface before calling scripts and resume afterwards (msivak).
769      Resolves: rhbz#435314
770    
771    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.117-1
772    - Fix the build.
773    - Change the Makefile so it doesn't replace tags.
774    
775    * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.116-1
776    - Specify a default cio_ignore parameter for s390x (dcantrell).
777      Resolves: rhbz#253075
778    - Call dhcpNetDevice() instead of removed pumpNetDevice() (rvykydal).
779      Resolves: rhbz#452664
780    - Add support for the --only-use argument to RHEL5 (rvykydal).
781      Resolves: rhbz#318351
782    - Log a message informing about the critical upgrade error (jgranado).
783      Resolves: rhbz#436865
784    - Support booting from FCP-attached CD/DVD drive on s390 (dcantrell).
785      Resolves: rhbz#184648
786    - The actual size of a logical volume must be rounted down (jgranado).
787      Resolves: rhbz#415871
788    - Set network device MTU if user specified mtu= (dcantrell).
789      Resolves: rhbz#435874
790    
791    * Wed Jul 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.115-1
792    - Pass the cmdline options to the nfs structure (jgranado).
793      Resolves: rhbz#432603
794    - Remove hicolor-icon-theme>gtk2 from whiteout.py (msivak).
795      Resolves: rhbz#369251
796    - Ask the user if he wants to use VNC instead of text mode (msivak).
797      Resolves: rhbz#453551
798    - Leftover bits of encrypted block device support (dlehman).
799      Resolves: rhbz#229865
800    - Rescue of systems containing encrypted block devices (dlehman).
801      Resolves: rhbz#229865
802    - Support preexisting encrypted block devices (dlehman).
803      Resolves: rhbz#229865
804    - Kickstart support for encrypted block devices (dlehman).
805      Resolves: rhbz#229865
806    - User interface for manipulating encrypted block devices (dlehman).
807      Resolves: rhbz#229865
808    - Partitioning with encrypted block devices (dlehman).
809      Resolves: rhbz#229865
810    - Device-level support for encrypted block devices (dlehman).
811      Resolves: rhbz#229865
812    
813    * Wed Jul 9 2008 Joel Granados <jgranado@redhat.com> 11.1.2.114-1
814    - Enable upgrades for mayor version in rhel5 only (jgranado).
815      Resolves: rhbz#436865
816    - Handling of invalid timezone value in kickstart added (rvykydal).
817      Resolves: rhbz#404321
818    - GCC is complaining about unchecked return value from read call (msivak).
819      Resolves: rhbz#448009
820    - Enable re-IPL on s390x after installation (dcantrell).
821      Resolves: rhbz#432416
822    - Change the maximum recommended swap size to "2000 + (current ram)" (jgranado).
823      Resolves: rhbz#447372
824    - Don't show the virtualization option if we are in Xen or in Vmware (jgranado).
825      Resolves: rhbz#258441
826    - Prepare the system a little before initializing the pcmcia devices (msivak).
827      Resolves: rhbz#448009
828    - Change the total number of processed packages/files/.. to avoid negative counter in remaining packages (msivak).
829      Resolves: rhbz#436103
830    - Create additional /dev/xvda device nodes (clumens).
831      Resolves: rhbz#437752
832    - Don't use error messages from dosfslabel as the label (clumens)
833      Resolves: rhbz#427457
834    - Add nui driver (jgranado).
835      Resolves: rhbz#444820
836    - Allow the use of the "-" character in lvm names (jgranado).
837      Resolves: rhbz#430907
838    - yum.remove removes installed packages, not to be installed packages (msivak).
839      Resolves: rhbz#442325
840    - Allow removing packages by glob now that yum supports it (msivak).
841      Resolves: rhbz#442325
842    
843  * 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
844  - 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