1 |
slords |
1.1 |
ExcludeArch: ppc64 |
2 |
|
|
Name: anaconda |
3 |
slords |
1.4 |
Version: 10.1.1.91 |
4 |
|
|
Release: 1.centos4 |
5 |
slords |
1.1 |
License: GPL |
6 |
|
|
Summary: Graphical system installer |
7 |
|
|
Group: Applications/System |
8 |
|
|
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 |
9 |
|
|
Source1: anaconda.centos.spec.txt |
10 |
|
|
Patch10: centos4-anaconda.patch |
11 |
|
|
Patch11: centos4-buildi586.patch |
12 |
|
|
Patch12: centos4-isolinux-colors.patch |
13 |
slords |
1.2 |
Patch13: centos4-use-discinfo.patch |
14 |
|
|
BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.23, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel |
15 |
slords |
1.1 |
%ifarch i386 |
16 |
|
|
BuildRequires: dietlibc |
17 |
|
|
%endif |
18 |
|
|
Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.3-7, booty, kudzu |
19 |
|
|
Requires: pyparted, libxml2-python, dosfstools >= 2.8-17 |
20 |
|
|
Requires: anaconda-help, system-logos |
21 |
|
|
Obsoletes: anaconda-images <= 10 |
22 |
|
|
Url: http://fedora.redhat.com/projects/anaconda-installer/ |
23 |
|
|
|
24 |
|
|
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} |
25 |
|
|
|
26 |
|
|
%description |
27 |
|
|
The anaconda package contains the program which was used to install your |
28 |
|
|
system. These files are of little use on an already installed system. |
29 |
|
|
|
30 |
|
|
%package runtime |
31 |
|
|
Summary: Graphical system installer portions needed only for fresh installs. |
32 |
|
|
Group: Applications/System |
33 |
|
|
AutoReqProv: false |
34 |
|
|
Requires: libxml2-python, python, rpm-python >= 4.2-0.61 |
35 |
|
|
|
36 |
|
|
%description runtime |
37 |
|
|
The anaconda-runtime package contains parts of the installation system which |
38 |
|
|
are needed for installing new systems. These files are used to build media |
39 |
|
|
sets, but are not meant for use on already installed systems. |
40 |
|
|
|
41 |
|
|
%prep |
42 |
|
|
|
43 |
|
|
%setup -q |
44 |
|
|
%patch10 -p1 |
45 |
|
|
%patch11 -p1 |
46 |
|
|
%patch12 -p1 |
47 |
|
|
%patch13 -p1 |
48 |
|
|
cp -f %{SOURCE1} anaconda.spec |
49 |
|
|
|
50 |
|
|
%build |
51 |
|
|
make depend |
52 |
|
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" |
53 |
|
|
|
54 |
|
|
%install |
55 |
|
|
rm -rf $RPM_BUILD_ROOT |
56 |
|
|
make DESTDIR=$RPM_BUILD_ROOT install |
57 |
|
|
#strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe |
58 |
|
|
|
59 |
|
|
strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so |
60 |
|
|
|
61 |
|
|
rm -f $RPM_BUILD_ROOT/usr/lib/anaconda-runtime/keymaps-override-s390x |
62 |
|
|
rm -f $RPM_BUILD_ROOT/usr/lib/anaconda-runtime/keymaps-override-s390 |
63 |
|
|
|
64 |
|
|
%clean |
65 |
|
|
rm -rf $RPM_BUILD_ROOT |
66 |
|
|
|
67 |
|
|
%files |
68 |
|
|
%defattr(-,root,root) |
69 |
|
|
%doc COPYING |
70 |
|
|
%doc docs/command-line.txt |
71 |
|
|
%doc docs/install-methods.txt |
72 |
|
|
%doc docs/kickstart-docs.txt |
73 |
|
|
%doc docs/kickstart-docs.html |
74 |
|
|
%doc docs/mediacheck.txt |
75 |
|
|
%doc docs/anaconda-release-notes.txt |
76 |
|
|
/usr/bin/mini-wm |
77 |
|
|
/usr/sbin/anaconda |
78 |
|
|
/usr/share/anaconda |
79 |
|
|
/usr/share/locale/*/*/* |
80 |
|
|
/usr/lib/anaconda |
81 |
|
|
|
82 |
|
|
%files runtime |
83 |
|
|
%defattr(-,root,root) |
84 |
|
|
/usr/lib/anaconda-runtime |
85 |
|
|
|
86 |
|
|
%triggerun -- anaconda < 8.0-1 |
87 |
|
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
88 |
|
|
|
89 |
|
|
%changelog |
90 |
slords |
1.4 |
* Sat Jul 28 2008 Johnny Hughes <johnny@centos.org> - 10.1.1.91-1.centos4 |
91 |
slords |
1.1 |
- modified to include the centos anaconda spec file in the build as it is used |
92 |
|
|
in the build process (SOURCE1). |
93 |
slords |
1.2 |
- rolled in centos patches 10, 11, 12, 13 |
94 |
slords |
1.1 |
|
95 |
slords |
1.4 |
* Tue Jul 08 2008 Peter Jones <pjones@redhat.com> - 10.1.1.91-1 |
96 |
|
|
- Add initrd.size to the generic.ins files on s390. (I think this should |
97 |
|
|
solve #454492 , and indicates that the verification of #449617 was an error.) |
98 |
|
|
Resolves: rhbz#449617 |
99 |
|
|
|
100 |
|
|
* Wed Jun 25 2008 Peter Jones <pjones@redhat.com> - 10.1.1.90-1 |
101 |
|
|
- Add support for automatically determining the initramfs size on s390x |
102 |
|
|
Resolves: rhbz#449617 |
103 |
|
|
|
104 |
|
|
* Mon May 05 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.89-1 |
105 |
|
|
- Fix field separator spec in awk commands in linuxrc.s390 (jgranado) |
106 |
|
|
Resolves: rhbz#444674 |
107 |
|
|
- Fix IPv6 address verification functions in linuxrc.s390 (jgranado) |
108 |
|
|
Resolves: rhbz#362411 |
109 |
|
|
- Revert previous change to notify NFS server when we finish install (jgranado) |
110 |
|
|
Related: rhbz#208103 |
111 |
|
|
|
112 |
|
|
* Thu Apr 24 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.88-1 |
113 |
|
|
- Increase ia64 initrd image size (jgranado) |
114 |
|
|
Resolves: rhbz#443373 |
115 |
|
|
- Specify mode when running mdadm |
116 |
|
|
Resolves: rhbz#443844 |
117 |
|
|
|
118 |
|
|
* Tue Apr 22 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.87-1 |
119 |
|
|
- Fix traceback trying to access non-existent anaconda instance |
120 |
|
|
Resolves: rhbz#443412 |
121 |
|
|
|
122 |
|
|
* Fri Apr 18 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.86-1 |
123 |
|
|
- Fix dispatch traceback (msivak) |
124 |
|
|
Resolves: rhbz#442750 |
125 |
|
|
- Fix loader crash from freeing static bufer (clumens) |
126 |
|
|
Resolves: rhbz#442863 |
127 |
|
|
|
128 |
|
|
* Tue Apr 15 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.85-1 |
129 |
|
|
- Fix detection of xen para-virt environment (msivak) |
130 |
|
|
Resolves: rhbz#441729 |
131 |
|
|
- Add bnx2x driver |
132 |
|
|
Resolves: rhbz#442563 |
133 |
|
|
- Add myri10ge driver |
134 |
|
|
Resolves: rhbz#442545 |
135 |
|
|
|
136 |
|
|
* Mon Apr 14 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.84-1 |
137 |
|
|
- Tell the nfs server when we unmount the nfs mountpoints (jgranado) |
138 |
|
|
Resolves: rhbz#208103 |
139 |
|
|
- Fix logic in patch for protecting hard drive install source (msivak) |
140 |
|
|
Related: rhbz#220161 |
141 |
|
|
- Remove defunct VG before creating a new one of the same name |
142 |
|
|
Resolves: rhbz#257161 |
143 |
|
|
- Use the search path when running mdadm |
144 |
|
|
Related: rhbz#185674 |
145 |
|
|
- Support SHA256/SHA512 password encoding from kickstart |
146 |
|
|
Resolves: rhbz#427384 |
147 |
|
|
|
148 |
|
|
* Fri Mar 28 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.83-1 |
149 |
|
|
- Fix a typo in the dhcptimeout patch |
150 |
|
|
Related: rhbz#246483 |
151 |
|
|
- Fix various problems with the no-duplicate-hostadapters patch |
152 |
|
|
Related: rhbz#248619 |
153 |
|
|
|
154 |
|
|
* Thu Mar 27 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.82-1 |
155 |
|
|
- Add dhcptimeout parameter to loader (msivak) |
156 |
|
|
Resolves: rhbz#246483 |
157 |
|
|
- Fix swap size recommendation to match manuals (msivak) |
158 |
|
|
Resolves: rhbz#339001 |
159 |
|
|
- Add ixgbe module |
160 |
|
|
Resolves: rhbz#350921 |
161 |
|
|
- Fix segfault with driver disk image in initrd |
162 |
|
|
Resolves: rhbz#249241 |
163 |
|
|
- Avoid duplicate scsi_hostadapter lines in modprobe.conf |
164 |
|
|
Resolves: rhbz#248619 |
165 |
|
|
- Prevent modification to partitions containing harddrive install media (msivak) |
166 |
|
|
Resolves: rhbz#220161 |
167 |
|
|
- Use mdadm to generate mdadm.conf (jgranado) |
168 |
|
|
Resolves: rhbz#185674 |
169 |
|
|
- Add IP address validation routines for s390 (jgranado) |
170 |
|
|
Resolves: rhbz#362411 |
171 |
|
|
- Close RAID devices after collecting device labels (jgranado) |
172 |
|
|
Resolves: rhbz#434949 |
173 |
|
|
|
174 |
slords |
1.2 |
* Tue Oct 30 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.81-1 |
175 |
|
|
- Copy loaderData->macaddr in to cfg->macaddr |
176 |
|
|
Related: rhbz#233357 |
177 |
|
|
|
178 |
|
|
* Mon Oct 29 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.80-1 |
179 |
|
|
- Copy in usr/sbin/ip for the s390 & s390x initrd.img files |
180 |
|
|
Related: rhbz#233357 |
181 |
|
|
|
182 |
slords |
1.4 |
* Fri Oct 26 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.79-1 |
183 |
|
|
- Make e100e description in module-info unique (pjones) |
184 |
|
|
Related: rhbz#253791 |
185 |
|
|
|
186 |
slords |
1.2 |
* Tue Oct 23 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.78-1 |
187 |
|
|
- Add sbin/ip to KEEPFILE list on s390 & s390x |
188 |
|
|
Related: rhbz#233357 |
189 |
|
|
|
190 |
|
|
* Wed Oct 10 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.77-1 |
191 |
|
|
- Add /sbin/ip command to the initrd.img file on s390 & s390x |
192 |
|
|
Related: rhbz#233357 |
193 |
|
|
|
194 |
|
|
* Wed Oct 10 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.76-1 |
195 |
|
|
- ChangeLog corrections caught by rpmdiff |
196 |
|
|
Related: rhbz#234134 |
197 |
|
|
|
198 |
|
|
* Tue Oct 09 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.75-1 |
199 |
|
|
- use /sbin/ip in init to set the MAC address on s390/s390x (bhinson) |
200 |
|
|
Resolves: rhbz#233357 |
201 |
|
|
|
202 |
|
|
* Tue Oct 09 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.74-1 |
203 |
|
|
- add qla4xxx driver |
204 |
|
|
Resolves: rhbz#234134 |
205 |
|
|
|
206 |
|
|
* Tue Sep 25 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.73-1 |
207 |
|
|
- look for labels on all fstypes |
208 |
|
|
Resolves: rhbz#251579 |
209 |
|
|
- add e1000e driver (pjones) |
210 |
|
|
Resolves: rhbz#253791 |
211 |
|
|
|
212 |
|
|
* Mon Sep 17 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.72-1 |
213 |
|
|
- fix handling of MACADDR when configuring OSA layer2 networking (dcantrell) |
214 |
|
|
- Related: rhbz#233357 |
215 |
|
|
|
216 |
|
|
* Tue Sep 11 2007 Peter Jones <pjones@redhat.com> - 10.1.1.71-2 |
217 |
|
|
- rebuild with COLLECTION=dist-4E-U6-candidate to pick up newer kudzu. |
218 |
|
|
|
219 |
|
|
* Thu Sep 06 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.71-1 |
220 |
|
|
- Fix raid --useexisting. |
221 |
|
|
Resolves: rhbz#207541. |
222 |
|
|
|
223 |
|
|
* Mon Sep 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.70-1 |
224 |
|
|
- Increase the size of x86_64 diskboot.img so everything fits (pjones) |
225 |
|
|
Resolves: rhbz#240561 |
226 |
|
|
- Fix MAC address specification with OSA layer2 networking, based on patch |
227 |
|
|
from Brad Hinson (dcantrell) |
228 |
|
|
Resolves: rhbz#252021 |
229 |
|
|
- Fix biosdisk install problems on certain hardware (dcantrell) |
230 |
|
|
Resolves: rhbz#247303 |
231 |
|
|
- Enable igb network devices (dcantrell) |
232 |
|
|
Resolves: rhbz#253711 |
233 |
|
|
|
234 |
|
|
* Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.69-1 |
235 |
|
|
- Fix py-compile failure introduced in .68-1 . |
236 |
|
|
|
237 |
|
|
* Fri Aug 10 2007 Peter Jones <pjones@redhat.com> - 10.1.1.68-1 |
238 |
|
|
- Add missing pata_* and sata_* HBA drivers |
239 |
|
|
Resolves: rhbz#251718 |
240 |
|
|
- Fix UI for drive selection for partitioning (clumens) |
241 |
|
|
Resolves: rhbz#251150 |
242 |
|
|
|
243 |
|
|
* Thu Aug 02 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.67-1 |
244 |
|
|
- Handle return value from waitLinkSleep() correctly (pjones) |
245 |
|
|
Related: rhbz#207546 |
246 |
|
|
- Only show >15 partitions message if there is a user interface (dlehman) |
247 |
|
|
Related: rhbz#238708 |
248 |
|
|
|
249 |
|
|
* Fri Jul 13 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.66-1 |
250 |
|
|
- Don't read filesystem labels from drives we cleared with clearpart. |
251 |
|
|
Resolves: #209291 |
252 |
|
|
- Don't display an error if mount fails when searching for a root (dlehman). |
253 |
|
|
Resolves: #214008 |
254 |
|
|
- Check for SCSI disks containing more than 15 partitions (dlehman). |
255 |
|
|
Resoles: #238708 |
256 |
|
|
- Fix PATH assignment in linuxrc.s390 (dlehman). |
257 |
|
|
Resolves: #190215 |
258 |
|
|
- Add netxen_nic support (dlehman). |
259 |
|
|
Resolves: #233639 |
260 |
|
|
- Add ignoredisk --only-use option. |
261 |
|
|
Resolves: #198526 |
262 |
|
|
- Document nfsmountopts command line option. |
263 |
|
|
Resolves: #234185 |
264 |
|
|
|
265 |
|
|
* Wed Jun 20 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.65-1 |
266 |
|
|
- Support FTP and HTTP URLs with auth info (dcantrell). |
267 |
|
|
Resolves: #194247 |
268 |
|
|
- Increase DHCP timeout to 45 seconds and retries to 10 (dcantrell). |
269 |
|
|
Resolves: #207546 |
270 |
|
|
- Remove invalid preexisting RAID requests. |
271 |
|
|
Resolves: #233308 |
272 |
|
|
- Don't traceback on keeping preexisting partitions and logical volumes. |
273 |
|
|
Resolves: #182943 |
274 |
|
|
- Fix probing for RAID superblocks. |
275 |
|
|
Resolves: #172648 |
276 |
|
|
- Document the nicdelay command line option. |
277 |
|
|
Resolves: #232721 |
278 |
|
|
- Change the cciss module description. |
279 |
|
|
Resolves: #210414 |
280 |
|
|
- Add support for qla3xxx and the Areca RAID adapter. |
281 |
|
|
Resolves: #233672, #242113 |
282 |
|
|
- Support OSA Layer 2 networking (bhinson). |
283 |
|
|
Resolves: #233357 |
284 |
|
|
- Merge in the following changelog entries from devel-cvs spec file: |
285 |
|
|
- Ignore disks listed in ignoredisks, even if we have clearpart --all (pjones) |
286 |
slords |
1.1 |
Resolves: #186438 |
287 |
slords |
1.2 |
- Label fat filesystems on ia64 during upgrade (pjones) |
288 |
slords |
1.1 |
Resolves: #234815 |
289 |
|
|
|
290 |
slords |
1.2 |
* Wed Apr 14 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.64-1 |
291 |
|
|
- Fix rescue mode selinuxfs mount |
292 |
|
|
- Add stex driver to module-info |
293 |
|
|
- Add OSA layer 2 network support for zSeries (dcantrell) |
294 |
|
|
Resolves: #233357 |
295 |
|
|
- Add size and model info to text mode drive selection (dcantrell) |
296 |
|
|
Resolves: #233606 |
297 |
|
|
- Honor nicdelay when ksdevice=link is used (dcantrell) |
298 |
|
|
Resolves: #207546 |
299 |
|
|
- Actually create the /bin/echo symlink on all arches |
300 |
|
|
- Detect FBA storage devices on zSeries |
301 |
slords |
1.1 |
|
302 |
slords |
1.4 |
* Fri Apr 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-4 |
303 |
|
|
- Ignore disks listed in ignoredisks, even if we have clearpart --all |
304 |
|
|
Resolves: #186438 |
305 |
|
|
|
306 |
|
|
* Mon Apr 09 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-3 |
307 |
|
|
- Label fat filesystems on ia64 during upgrade |
308 |
|
|
Resolves: #234815 |
309 |
|
|
|
310 |
|
|
* Wed Apr 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-2 |
311 |
|
|
- Fix rescue mode selinuxfs mount (#234137) |
312 |
|
|
- Add stex driver to module-info (#230214) |
313 |
|
|
|
314 |
slords |
1.1 |
* Tue Mar 06 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-1 |
315 |
|
|
- Allow graphical xen installs to proceed with no mouse |
316 |
|
|
Resolves: #229588 |
317 |
|
|
- Add qla2400 to the list of drivers that get loaded later than ipr |
318 |
|
|
Resolves: #230644 |
319 |
|
|
- Add support for IBM HEA devices |
320 |
|
|
Resolves: #225451 |
321 |
|
|
|
322 |
|
|
* Fri Feb 16 2007 Peter Jones <pjones@redhat.com> - 10.1.1.62-1 |
323 |
|
|
- Update the keymaps in our cache from ones generated on recent installs, |
324 |
|
|
so they won't be missing anything. |
325 |
|
|
Resolves: #229030 |
326 |
|
|
|
327 |
|
|
* Thu Feb 15 2007 Peter Jones <pjones@redhat.com> - 10.1.1.61-1 |
328 |
|
|
- Put the keymap for ppc with all the other keymaps, so it actually gets |
329 |
|
|
pulled in correctly. |
330 |
|
|
Related: #182325 |
331 |
|
|
|
332 |
|
|
* Fri Feb 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.60-1 |
333 |
|
|
- Don't use the bootLoaderInfo drivelist to determine bootloader choices |
334 |
|
|
on zFCP-only zSeries machines (dcantrell) |
335 |
|
|
Resolves: #165098 |
336 |
|
|
|
337 |
|
|
* Fri Feb 9 2007 Peter Jones <pjones@redhat.com> - 10.1.1.59-1 |
338 |
|
|
- Handle the kernel's new representation of unformatted DASD devices (dlehman) |
339 |
|
|
Resolves: #227546 |
340 |
|
|
|
341 |
|
|
* Tue Feb 6 2007 Peter Jones <pjones@redhat.com> - 10.1.1.58-1 |
342 |
|
|
- Fix installation of cached keymaps so we actually use them during |
343 |
|
|
buildinstall runs |
344 |
|
|
Resolves: #182325 |
345 |
|
|
|
346 |
|
|
* Fri Feb 2 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.57-1 |
347 |
|
|
- Fix handling of requests w/o drives in new usb-storage code |
348 |
|
|
Resolves: #227045 |
349 |
|
|
|
350 |
|
|
* Wed Jan 31 2007 Peter Jones <pjones@redhat.com> - 10.1.1.56-1 |
351 |
|
|
- Add usb-storage support for the root filesystem |
352 |
|
|
Resolves: #180550 |
353 |
|
|
|
354 |
|
|
* Tue Jan 30 2007 Peter Jones <pjones@redhat.com> - 10.1.1.55-1 |
355 |
|
|
- Close xvc in the loader so graphical xen works (katzj) |
356 |
|
|
Resolves: #224405 |
357 |
|
|
- Don't load fb modules like xencons in the loader (katzj) |
358 |
|
|
Resolves: #224200 |
359 |
|
|
- Make the fonts for bogl when building the instroot |
360 |
|
|
Resolves: #180113 |
361 |
|
|
- Fix zfcp usage in kickstart (dlehman) |
362 |
|
|
Resolves: #188610 |
363 |
|
|
|
364 |
|
|
* Tue Jan 9 2007 Peter Jones <pjones@redhat.com> - 10.1.1.54-1 |
365 |
|
|
- Check all CD-Roms for ks.cfg (dlehman, #203344) |
366 |
|
|
- Save result from upgrade vs install UI page across forward->back movement |
367 |
|
|
(dlehman, #208053) |
368 |
|
|
|
369 |
|
|
* Tue Nov 28 2006 Jeremy Katz <katzj@redhat.com> - 10.1.1.53-1 |
370 |
|
|
- Ensure we only install kernel-xenU on paravirt xen |
371 |
|
|
|
372 |
|
|
* Mon Nov 20 2006 Jeremy Katz <katzj@redhat.com> - 10.1.1.52-1 |
373 |
|
|
- Fix /bin/echo symlink (dlehman, #178781) |
374 |
|
|
- Add audit-libs (dlehman, #203391) |
375 |
|
|
- Improve handling of local stage2 with URL installs (dlehman, #189262) |
376 |
|
|
- xen fix |
377 |
|
|
|
378 |
|
|
* Mon Oct 23 2006 Jeremy Katz <katzj@redhat.com> - 10.1.1.50-1 |
379 |
|
|
- fix build |
380 |
|
|
|
381 |
|
|
* Thu Oct 19 2006 Jeremy Katz <katzj@redhat.com> - 10.1.1.48-1 |
382 |
|
|
- Start to support installation of paravirt Xen guests (#201613) |
383 |
|
|
|
384 |
|
|
* Wed Oct 04 2006 David Cantrell <dcantrell@redhat.com> - 10.1.1.47-1 |
385 |
|
|
- ia64 detection fixes (#201397, pnasrat) |
386 |
|
|
- Include lapic_status on ia64 images (#201397, pnasrat) |
387 |
|
|
- VNC override text on kickstart installs (190099, clumens) |
388 |
|
|
- Get stdin from the correct file descriptor (#192067, clumens) |
389 |
|
|
- Mount /selinux under the chrooted system environment (#189489, clumens) |
390 |
|
|
- Blacklist by arch support backport (#198545, pnasrat) |
391 |
|
|
- Blacklist x86_64 multilib packages (#181742, pnasrat) |
392 |
|
|
- Only try to init uninitialized zfcp devices (#200333, jwhiter) |
393 |
|
|
|
394 |
|
|
* Wed Jun 28 2006 Peter Jones <pjones@redhat.com> - 10.1.1.46-1 |
395 |
|
|
- Add Marvell SATA driver to module-info (#181852) |
396 |
|
|
|
397 |
|
|
* Tue Jun 27 2006 Peter Jones <pjones@redhat.com> - 10.1.1.45-1 |
398 |
|
|
- Revert bogus translation changes (#194153) |
399 |
|
|
- Backport new runShell code from HEAD so rescue mode works (#193285) |
400 |
|
|
|
401 |
|
|
* Mon Jun 5 2006 Peter Jones <pjones@redhat.com> - 10.1.1.44-2 |
402 |
|
|
- Don't traceback if /proc/lapics is missing (#192818) |
403 |
|
|
- Fix another weird cpu counting issue on i386 HT Xeons (#193816) |
404 |
|
|
- Add more mpt drivers (#194036) |
405 |
|
|
|
406 |
|
|
* Thu May 25 2006 Peter Jones <pjones@redhat.com> - 10.1.1.43-1 |
407 |
|
|
- Add adp94xx to module whitelist (#193083) |
408 |
|
|
|
409 |
|
|
* Wed May 24 2006 Peter Jones <pjones@redhat.com> - 10.1.1.42-1 |
410 |
|
|
- Fix lapic_status import issues (#171930) |
411 |
|
|
- Fix console corruption from fprintf in #168384 . |
412 |
|
|
|
413 |
|
|
* Tue May 23 2006 Peter Jones <pjones@redhat.com> - 10.1.1.41-1 |
414 |
|
|
- Fix circular import issue (#192819) |
415 |
|
|
|
416 |
|
|
* Fri May 19 2006 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.40-1 |
417 |
|
|
- Create lock file dir (#192383) |
418 |
|
|
|
419 |
|
|
* Mon May 8 2006 Peter Jones <pjones@redhat.com> - 10.1.1.39-1 |
420 |
|
|
- Only probe ACPI on x86_64, not i386 (#171930) |
421 |
|
|
- Use /proc/lapics for ACPI probing (#171930) |
422 |
|
|
- Add support for nfs mount options on boot command line (#168384) |
423 |
|
|
- Handle tty1 mode for rescue mode shell correctly (#126620) |
424 |
|
|
- Don't put removable drives in the isys hard drive list (#147504) |
425 |
|
|
- Check for missing vg declaration earlier so the error message |
426 |
|
|
makes sense (#176989) |
427 |
|
|
- Quote ethtool opts properly (#176918) |
428 |
|
|
- Add selinux to kickstart doics (#175868) |
429 |
|
|
- Add qla2xxx to module-info (#174993) |
430 |
|
|
- Always reset terminal attributes in loader on ppc (#166302) |
431 |
|
|
- Eliminate dupe vnc entries in command line docs (#175368) |
432 |
|
|
- Fix RAID error messages to be more clear (#184246) |
433 |
|
|
|
434 |
|
|
* Thu Mar 2 2006 Peter Jones <pjones@redhat.com> - 10.1.1.38-1 |
435 |
|
|
- Make the ACPI probe happen when isys is imported, and return cached |
436 |
|
|
data from there on out. |
437 |
|
|
|
438 |
|
|
* Mon Feb 20 2006 Peter Jones <pjones@redhat.com> - 10.1.1.37-1 |
439 |
|
|
- Fix ACPI probing on amd64 (reported by pjones) |
440 |
|
|
- Fix cpuid fn 0x80000008 (cores-per-package) probe on amd64 (reported by katzj) |
441 |
|
|
- Fix return value reset across multiple isys.acpicpus() calls (#181612) |
442 |
|
|
- Fix variable name in smp acpi test (#181612) |
443 |
|
|
- Don't count disabled cpus (empty socket or disabled in bios) towards largesmp |
444 |
|
|
detection (#181612) |
445 |
|
|
|
446 |
|
|
* Fri Feb 17 2006 Peter Jones <pjones@redhat.com> - 10.1.1.36-1 |
447 |
|
|
- Use ACPI for cpu probing where an MADT is available. |
448 |
|
|
|
449 |
|
|
* Thu Feb 16 2006 Peter Jones <pjones@redhat.com> - 10.1.1.35-1 |
450 |
|
|
- probe threads per core and device threads per cpu by that to get a |
451 |
|
|
real number |
452 |
|
|
|
453 |
|
|
* Thu Jan 26 2006 Peter Jones <pjones@redhat.com> - 10.1.1.34-1 |
454 |
|
|
- Change minimum cpu count for largesmp kernel selection on ppc |
455 |
|
|
to 64. (pjones, #179027) |
456 |
|
|
|
457 |
|
|
* Wed Dec 21 2005 Peter Jones <pjones@redhat.com> - 10.1.1.33-2 |
458 |
|
|
- rebuild for fixed gcc |
459 |
|
|
|
460 |
|
|
* Wed Dec 14 2005 Peter Jones <pjones@redhat.com> - 10.1.1.33-1 |
461 |
|
|
- put sk98lin back, and change description for sky2 |
462 |
|
|
|
463 |
|
|
* Wed Dec 14 2005 Peter Jones <pjones@redhat.com> - 10.1.1.32-1 |
464 |
|
|
- add sky2 driver to the list |
465 |
|
|
|
466 |
|
|
* Mon Dec 12 2005 Peter Jones <pjones@redhat.com> - 10.1.1.31-1 |
467 |
|
|
- add -largesmp to grub config and "everything" install exclude list |
468 |
|
|
(katzj, #175548) |
469 |
|
|
- handle ia32e as an arch, not just x86_64 (pjones, #175548) |
470 |
|
|
|
471 |
|
|
* Wed Dec 7 2005 Peter Jones <pjones@redhat.com> - 10.1.1.30-1 |
472 |
|
|
- use the right numbers to test for largesmp |
473 |
|
|
- Avoid the rpmlib segfault with ts.order (workaround for #174621) |
474 |
|
|
|
475 |
|
|
* Tue Dec 6 2005 Peter Jones <pjones@redhat.com> - 10.1.1.29-1 |
476 |
|
|
- add smp/ht detection for ia64 |
477 |
|
|
- fix boot.img creation for ia64 |
478 |
|
|
|
479 |
|
|
* Mon Dec 5 2005 Peter Jones <pjones@redhat.com> - 10.1.1.28-1 |
480 |
|
|
- fix a typo that prevents smp installs |
481 |
|
|
- revamp x86 HT detection to be much simpler |
482 |
|
|
|
483 |
|
|
* Fri Dec 2 2005 Peter Jones <pjones@redhat.com> - 10.1.1.27-1 |
484 |
|
|
- Fix largesmp detection on x86_64 and powerpc |
485 |
|
|
|
486 |
|
|
* Fri Dec 2 2005 Peter Jones <pjones@redhat.com> - 10.1.1.26-1 |
487 |
|
|
- Fix verious problems with LVM support (#145183, #161652) |
488 |
|
|
- Add modules for storage devices (#167065) |
489 |
|
|
- Fix NFS mounting when DNS is not in use (#168957) |
490 |
|
|
- Fix s390x installation with no DASD devices (#165098) |
491 |
|
|
- Fix various dialog boxes and installer text (#172030, #172588) |
492 |
|
|
- Add support for ksdevice=bootif (#170713) |
493 |
|
|
- Fix argument handling for kickstart sections (#170331) |
494 |
|
|
- Fix handling of "noparport" option (#170333) |
495 |
|
|
|
496 |
|
|
* Thu Sep 22 2005 Peter Jones <pjones@redhat.com> - 10.1.1.25-1 |
497 |
|
|
- Fix all the lvm calls similar to vg size fix, including pe size |
498 |
|
|
in vglist. (#165141) |
499 |
|
|
|
500 |
|
|
* Tue Aug 16 2005 Peter Jones <pjones@redhat.com> - 10.1.1.24-1 |
501 |
|
|
- Fix the lvm call for vglist so it doesn't truncate a character |
502 |
|
|
from the vg size. (#165141) |
503 |
|
|
|
504 |
|
|
* Mon Aug 1 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.23-1 |
505 |
|
|
- Get pesize for preexisting LVM (#162408) |
506 |
|
|
|
507 |
|
|
* Fri Jul 22 2005 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.22-1 |
508 |
|
|
- Fix text installation traceback (#163722) |
509 |
|
|
|
510 |
|
|
* Thu Jul 21 2005 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.21-1 |
511 |
|
|
- Include audit libraries in stage1 (#162821) |
512 |
|
|
|
513 |
|
|
* Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 10.1.1.20-1 |
514 |
|
|
- Fix file descriptor leak (#160720) |
515 |
|
|
- Prefer kernel-devel over kernel-smp devel (#160533, #162581) |
516 |
|
|
- Support for setting MTU on command line (#155414) |
517 |
|
|
- Support booting off of software raid on ppc (#159902) |
518 |
|
|
- Write resolv.conf correctly when using kickstart and dhcp (#151472) |
519 |
|
|
- Include audit libraries (#162821) |
520 |
|
|
|
521 |
|
|
* Tue May 10 2005 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.19-1 |
522 |
|
|
- Quieten package downloads in cmdline mode (#155250) |
523 |
|
|
- name.arch logic error |
524 |
|
|
- Ensure kernel written to PReP on iSeries upgrades (#146915) |
525 |
|
|
|
526 |
|
|
* Tue Apr 12 2005 Paul Nasrat <pnasrat@redhat.com> - 10.1.1.18-1 |
527 |
|
|
- Don't free needed string (clumens, #149871, #150844, #153072) |
528 |
|
|
- Correct name.arch (#133396, #154407) |
529 |
|
|
- hostname option isn't greyed out when using static IP (#149116) |
530 |
|
|
|
531 |
|
|
* Wed Mar 23 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.17-1 |
532 |
|
|
- Load SElinux booleans file if it exists (#151896) |
533 |
|
|
|
534 |
|
|
* Mon Mar 14 2005 Chris Lumens <clumens@redhat.com> - 10.1.1.16-1 |
535 |
|
|
- Fix typo in Xvnc parameters (#150498). |
536 |
|
|
|
537 |
|
|
* Wed Mar 2 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.15-1 |
538 |
|
|
- Ensure Xvnc exits when the last client goes away (#137337) |
539 |
|
|
- Allow logical partitions to go all the way to the end of an |
540 |
|
|
extended (clumens, #101432) |
541 |
|
|
- Don't install a bootloader if --location=none (clumens, #146448) |
542 |
|
|
|
543 |
|
|
* Thu Feb 24 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.14-1 |
544 |
|
|
- Fix multiple DNS servers being specified on the command line. Patch |
545 |
|
|
from mattdm (#84409) |
546 |
|
|
- Fix dhcpclass specification on the command-line (#144006) |
547 |
|
|
- Fix formatting of new fcp disks (#144199) |
548 |
|
|
- Support parsing pxelinux IPAPPEND (bnocera, #134054) |
549 |
|
|
- Reset package selection to defaults when selected (#142415) |
550 |
|
|
- More tree sanity checking instead of traceback'ing (#143930) |
551 |
|
|
- Fix some partitioning corner cases (clumens, #137119, #145145) |
552 |
|
|
- Fix iSeries upgrades (pnasrat, #146915) |
553 |
|
|
- Fix hostname display (clumens, #132826, #149116) |
554 |
|
|
- Fix mtab writing in rescue mode (#149091) |
555 |
|
|
- Use ethtool settings in more places (pnasrat, #145422) |
556 |
|
|
|
557 |
|
|
* Thu Dec 30 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.13-1 |
558 |
|
|
- fix typo with kernel*devel (#143257) |
559 |
|
|
|
560 |
|
|
* Thu Dec 23 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.12-1 |
561 |
|
|
- improved handling for kernel*devel (#143257) |
562 |
|
|
- make images look better (#143276) |
563 |
|
|
- make sure hwaddr gets written (#143535) |
564 |
|
|
- handle newer swap label format (#143447) |
565 |
|
|
|
566 |
|
|
* Thu Dec 16 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.11-1 |
567 |
|
|
- more powerpc console fixing (nasrat, #134397) |
568 |
|
|
|
569 |
|
|
* Tue Dec 14 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.10-1 |
570 |
|
|
- Add support for specifying biosdisk in the driverdisk kickstart |
571 |
|
|
directive, patch from Rez Kabir (#142738) |
572 |
|
|
- Fix LVM on RAID1 (nasrat, #141781) |
573 |
|
|
- Better error handling of a few cases (#142273) |
574 |
|
|
- Fixes for bits of SX8 handling |
575 |
|
|
|
576 |
|
|
* Wed Dec 8 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.9-1 |
577 |
|
|
- Fix traceback with partial volume groups (#142304) |
578 |
|
|
|
579 |
|
|
* Fri Dec 3 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.8-1 |
580 |
|
|
- Kill pygtk warning |
581 |
|
|
- Fix writing out of wep keys (#140645) |
582 |
|
|
- Skip ISOs which don't have an RPMs dir to avoid problems with src ISOs in |
583 |
|
|
the same dir (#106017) |
584 |
|
|
- Include pesize in the ks.cfg (#141370) |
585 |
|
|
- Loop less on shutdown |
586 |
|
|
- Improved handling of VGs that aren't completely present (#139058) |
587 |
|
|
- Disable read-ahead for the last meg of the CD to try to fix mediacheck |
588 |
|
|
problems. Disable this behavior with "nocdhack" on the boot |
589 |
|
|
command line. (#131051, ...) |
590 |
|
|
- Turn off beta nag |
591 |
|
|
|
592 |
|
|
* Tue Nov 30 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.7-1 |
593 |
|
|
- More iiimf upgrade fun (#129218) |
594 |
|
|
- Disable the linuxconf removal stuff. Has caused sporadic problems and |
595 |
|
|
won't trigger on RHEL3 -> RHEL4 upgrades |
596 |
|
|
- CTCPROT fix (karsten, #133088) |
597 |
|
|
- Fix removal and editing of zfcp devices in GUI (#140559) |
598 |
|
|
- Fix LVM size becoming negative (nasrat, #141268) |
599 |
|
|
- Fix segfault better (#140876, #140541) |
600 |
|
|
- Fix traceback with pre-existing partitions on drives which don't have a |
601 |
|
|
partition type we let you use (#131333) |
602 |
|
|
|
603 |
|
|
* Mon Nov 22 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.6-1 |
604 |
|
|
- Fix serial console magic to work with console= and not just |
605 |
|
|
explicit serial again (#137971) |
606 |
|
|
- Allow going back and manually changing the network device used even |
607 |
|
|
if ksdevice= is passed (#136903) |
608 |
|
|
- Allow passing --notksdevice on the network line to avoid using it as |
609 |
|
|
the install dev (#136903) |
610 |
|
|
- Be less aggressive about disabling LVM (#134263) |
611 |
|
|
- Set a default when we can't determine boot loader (#139603) |
612 |
|
|
- More fixes for going back when out of space (#133773) |
613 |
|
|
- Fix ia64 loader segfault (#140093) |
614 |
|
|
- Improved ppc console detection (nasrat, #134397) |
615 |
|
|
|
616 |
|
|
* Mon Nov 15 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.5-1 |
617 |
|
|
- Fix exception handling reading jfs, xfs and swap labels |
618 |
|
|
- Don't ask for input if PORTNAME is set (from karsten) |
619 |
|
|
- Fallback to English on langs that can't do text-mode (#138308) |
620 |
|
|
- Better handling of out of space (#133773) |
621 |
|
|
- Fix for obsoletes E being long (nasrat, #138485) |
622 |
|
|
- serial should imply nofb (#134167) |
623 |
|
|
- Set fstype to vfat if user selected /boot/efi in the mountpoint dropdown (#138580) |
624 |
|
|
- Copy X logs to the installed system |
625 |
|
|
- Add patch from HJ Lu to fix hang if no boot loader being installed (#138932) |
626 |
|
|
- Ignore IBM *STMF disks (#137920) |
627 |
|
|
|
628 |
|
|
* Thu Nov 4 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.4-1 |
629 |
|
|
- Fix traceback with CJK upgrades (#137345) |
630 |
|
|
- Allow 128 bit WEP keys (#137447) |
631 |
|
|
- Fix race condition with X client startup (krh, #108777) |
632 |
|
|
- Fix segfault in hd kickstart install (twaugh, #137533) |
633 |
|
|
- Better handling of errors reading labels (#137846) |
634 |
|
|
- Try harder to find LCS interface names (karsten) |
635 |
|
|
- Improve CTCPROT handling (karsten) |
636 |
|
|
- Fix traceback going back in rescue mode network config (#137844) |
637 |
|
|
- Don't use busybox shutdown, poweroff, reboot (#137948) |
638 |
|
|
- Set permissions on anaconda logs |
639 |
|
|
- Make autopartioning better with native storage on legacy iSeries |
640 |
|
|
- Sync onboot behavior of gui/text network screens (#138011) |
641 |
|
|
- Load some drivers later to try to avoid having FC disks be sda |
642 |
|
|
- Sizes in ks.cfg need to be an integer (#138109) |
643 |
|
|
|
644 |
|
|
* Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.3-1 |
645 |
|
|
- Pull in firefox on upgrade if mozilla/netscape were installed (#137244) |
646 |
|
|
- Fix s390 tracebacks (#130123, #137239) |
647 |
|
|
|
648 |
|
|
* Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.2-1 |
649 |
|
|
- Handle our LVM autopart lines slightly better (#137120) |
650 |
|
|
- Use busybox sleep for s390 since sleep requires librt again (#131167) |
651 |
|
|
- Handle onboot in ks.cfg properly in the loader (#136903) |
652 |
|
|
- Punjabi shouldn't try to do text mode (#137030) |
653 |
|
|
- Add sgiioc4 driver for Altix CD installs (#136730) |
654 |
|
|
- pci.ids trimming (notting) |
655 |
|
|
|
656 |
|
|
* Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.1-1 |
657 |
|
|
- Create a netboot.img again for ppc64 (#125129) |
658 |
|
|
|
659 |
|
|
* Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.0-1 |
660 |
|
|
- Lowercase OSA addresses from the parm file too (karsten) |
661 |
|
|
|
662 |
|
|
* Tue Oct 19 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.21-1 |
663 |
|
|
- Lowercase OSA addresses to make the kernel happy (#133190) |
664 |
|
|
- Don't hard code the VG name used for auto-partitioning to avoid |
665 |
|
|
colliding with existing ones |
666 |
|
|
- Make sure that we don't do runlevel 5 if people don't have X, etc |
667 |
|
|
installed (#135895) |
668 |
|
|
- Update for new Indic font filenames |
669 |
|
|
|
670 |
|
|
* Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.20-1 |
671 |
|
|
- Fix traceback with %post logging (Gijs Hollestelle, #136154) |
672 |
|
|
- When using a local stage2.img for FTP/HTTP install, give an error earlier |
673 |
|
|
if you point at an invalid tree (#135603, #117155, #120101) |
674 |
|
|
- Add a trailing newline to /etc/sysconfig/kernel |
675 |
|
|
- Try to fix the icon theme |
676 |
|
|
- Rebuild against new dietlibc, hopefully fixes CJK text installs |
677 |
|
|
|
678 |
|
|
* Sun Oct 17 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.19-1 |
679 |
|
|
- Fix font size to fit on disk display better (#135731) |
680 |
|
|
- Write out part lines for autopart lvm correctly (#135714) |
681 |
|
|
- Remove empty row in drive order for boot loader (#135944) |
682 |
|
|
- Replace % in URLs to avoid format string weirdness (#135929) |
683 |
|
|
- Bind mount /dev for rescue mode (#135860) |
684 |
|
|
- Fix Dutch and Danish keyboard defaults (#135839) |
685 |
|
|
- add s2io 10GbE driver |
686 |
|
|
|
687 |
|
|
* Thu Oct 14 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.18-1 |
688 |
|
|
- Add fonts for ta, gu, bn, hi, pa (#119283) |
689 |
|
|
- Re-enable bterm for testing (#113910) |
690 |
|
|
- Fix segfault when using biospart with a ks hdinstall. Patch from |
691 |
|
|
Rez Kabir (#135609) |
692 |
|
|
- Write out /etc/sysconfig/kernel for use with new-kernel-pkg changes (#135161) |
693 |
|
|
- Fix telnet logins for s390 (karsten) |
694 |
|
|
- Hardcode LCS as eth instead of tr (karsten) |
695 |
|
|
|
696 |
|
|
* Tue Oct 12 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.17-1 |
697 |
|
|
- Only use "our" LVM partitions with auto-partitioning (#135440) |
698 |
|
|
- Remove localboot option from syslinux.cfg for diskboot.img (#135263) |
699 |
|
|
- Handle the great input method switch on upgrade (#129218) |
700 |
|
|
- Don't save the hwaddr for qeth (#135023) |
701 |
|
|
- Add rhgb boot loader arguments in postinstall (msw) |
702 |
|
|
- Reverse Norwegian blacklisting (#129453) (notting) |
703 |
|
|
- Add sata_nv, sata_sx4, ixgb, ahci, sx8 modules to the initrd (notting) |
704 |
|
|
|
705 |
|
|
* Thu Oct 7 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.16-1 |
706 |
|
|
- s390/s390x: Fix traceback with unpartitioned disks (karsten) |
707 |
|
|
- improve fit of bengali network screen (#134762) |
708 |
|
|
- don't allow formatting of a pre-existing partition without also |
709 |
|
|
mounting it (#134865) |
710 |
|
|
- Don't show "0" as a mountpoint for an LV that's not being mounted (#134867) |
711 |
|
|
- Add prelink config bits (#117867) |
712 |
|
|
- Sort packages in text package group details (#123437) |
713 |
|
|
- Don't traceback on upgrade if /dev/mapper/control exists (#124092) |
714 |
|
|
|
715 |
|
|
* Tue Oct 5 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.15-1 |
716 |
|
|
- Fix creation of scsi device nodes (#134709) |
717 |
|
|
- Fix multiple kickstart scriptlets with different interpreters (#134707) |
718 |
|
|
|
719 |
|
|
* Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.14-1 |
720 |
|
|
- Some zfcp fixes |
721 |
|
|
- Don't traceback if we have a %%include inside a scriptlet (#120252) |
722 |
|
|
- Fix SELinux for text-mode ftp/http installs (#134549) |
723 |
|
|
|
724 |
|
|
* Mon Oct 4 2004 Mike McLean <mikem@redhat.com> - 10.0.3.12-1 |
725 |
|
|
- add command line options to pkgorder (mikem) |
726 |
|
|
|
727 |
|
|
* Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.11-1 |
728 |
|
|
- Handle 32 raid devs (#134438) |
729 |
|
|
- Fix LCS PORTNAME (#134487) |
730 |
|
|
- Add logging of kickstart scripts with --log to %post/%pre |
731 |
|
|
- Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log |
732 |
|
|
and /var/log/anaconda.syslog respectively (#124370) |
733 |
|
|
- Fix Polish (#134554) |
734 |
|
|
- Add arch-specific package removal (#133396) |
735 |
|
|
- Include PPC PReP Boot partition in anaconda-ks.cfg (#133934) |
736 |
|
|
- Fix changing of VG name going through to boot loader setup (#132213) |
737 |
|
|
- Add support for > 128 SCSI disks (#134575) |
738 |
|
|
|
739 |
|
|
* Fri Oct 1 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.10-1 |
740 |
|
|
- add kickstart zfcp configuration (#133288, #130070) |
741 |
|
|
- Use NFSv3 for NFS installs. Fixes NFSISO installs from DVD (#122032) |
742 |
|
|
- Fix megaraid_mbox module name (#134369) |
743 |
|
|
- Another uninitialized fix (#133996) |
744 |
|
|
- Add the zh_CN font (#133330) |
745 |
|
|
|
746 |
|
|
* Thu Sep 30 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.9-1 |
747 |
|
|
- translation updates |
748 |
|
|
- Install compat-arch-support by default (#133514) |
749 |
|
|
- Warn if an older version is chosen for upgrading if product is RHEL (#134523) |
750 |
|
|
- Fix traceback on upgrade with possible lvm1 (#134258) |
751 |
|
|
- Make changing the DNS server work (#122554) |
752 |
|
|
- More fixes from pnasrat for arch handling on upgrade |
753 |
|
|
|
754 |
|
|
* Thu Sep 30 2004 Paul Nasrat <pnasrat@redhat.com> - 10.0.3.8-1 |
755 |
|
|
- Fix missing rpm.ts (#133045) |
756 |
|
|
|
757 |
|
|
* Wed Sep 29 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.7-1 |
758 |
|
|
- Don't ask about mouse type on remote X display (#133902) |
759 |
|
|
- Label swap filesystems (#127892) |
760 |
|
|
- Fix possible crash on hd kickstart installs (#133996) |
761 |
|
|
- Improve multiarch upgrade (#133045) |
762 |
|
|
- Avoid changing the default language when selecting additional |
763 |
|
|
language support (#134040) |
764 |
|
|
- Remove spurious blank option in upgrade combo (#134058) |
765 |
|
|
- Fix driver disk hang (#131112, #122952) |
766 |
|
|
- Fix detection of unformatted dasd (#130123) |
767 |
|
|
|
768 |
|
|
* Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.6-1 |
769 |
|
|
- Fix traceback from auto-partitioning if you don't have enough space (#131325) |
770 |
|
|
- Update FCP config for adding SCSI LUNs (#133290) |
771 |
|
|
|
772 |
|
|
* Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.5-1 |
773 |
|
|
- Fix driver disk segfault when using a partition (#133036) |
774 |
|
|
- Let driver disk images on ext2 partitions work |
775 |
|
|
- Fix nonet/nostorage |
776 |
|
|
- Allow name.arch syntax in ks.cfg (#124456) |
777 |
|
|
- Fix traceback unselecting last language (#133164) |
778 |
|
|
- Skip version 0 swap (#122101) |
779 |
|
|
- Handle /dev being present in device names of ks.cfg (#121486) |
780 |
|
|
- Use no instead of no-latin1 for Norwegian keyboard (#133757) |
781 |
|
|
- include other dm modules (#132001) |
782 |
|
|
|
783 |
|
|
* Fri Sep 24 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.4-1 |
784 |
|
|
- fix megaraid module name (notting) |
785 |
|
|
- don't prompt for a driver disk on pSeries boxes with just |
786 |
|
|
virtual devices (#135292) |
787 |
|
|
- don't use PROBE_LOADED for cd probe (#131033) |
788 |
|
|
- i2o devices don't use a "p" separator (#133379) |
789 |
|
|
- switch back zh_CN font to default (#133330) |
790 |
|
|
- add 3w-9xxx to modules.cgz (#133525) |
791 |
|
|
- fix showing of freespace (#133425) |
792 |
|
|
|
793 |
|
|
* Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.3-1 |
794 |
|
|
- fix going back unmount of /dev/pts (#133301) |
795 |
|
|
- fix SRPMs disc (#122737) |
796 |
|
|
- add localboot option to isolinux.cfg (#120687) |
797 |
|
|
- fix tree build on ia64 and x86_64 |
798 |
|
|
- fix a syntax error for text mode selinux config |
799 |
|
|
|
800 |
|
|
* Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.2-1 |
801 |
|
|
- some fixes for Arabic (#122228) |
802 |
|
|
- support using ksdevice=macaddr (#130605) |
803 |
|
|
- add an images/pxeboot directory on ia64 |
804 |
|
|
|
805 |
|
|
* Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.1-1 |
806 |
|
|
- improve handling of non-physical consoles on some ppc and ia64 machines |
807 |
|
|
- add Bengali(India) and Gujarati to the lang-table (#126108) |
808 |
|
|
- add support for setting the CTC protocol on s/390 (#132324, #132325) |
809 |
|
|
- don't offer to do vnc if we don't have active nwtorking (#132833) |
810 |
|
|
- various typo/grammar fixes |
811 |
|
|
- add support for 'nostorage' and 'nonet' command line options to avoid |
812 |
|
|
auto-loading just network or storage devices |
813 |
|
|
- fix editing of pre-existing lvm (#132217) |
814 |
|
|
- fix going back from the partitions list on a driver disk (#132096) |
815 |
|
|
- don't show login error if silent errors (#132673) |
816 |
|
|
|
817 |
|
|
* Thu Jun 3 2004 Jeremy Katz <katzj@redhat.com> |
818 |
|
|
- require system-logos and anaconda-help, obsolete anaconda-images |
819 |
|
|
|
820 |
|
|
* Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com> |
821 |
|
|
- Update description, remove prereq on stuff that was only needed |
822 |
|
|
for reconfig mode |
823 |
|
|
|
824 |
|
|
* Tue Feb 24 2004 Jeremy Katz <katzj@redhat.com> |
825 |
|
|
- buildrequire libselinux-devel |
826 |
|
|
|
827 |
|
|
* Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com> |
828 |
|
|
- require booty (#109272) |
829 |
|
|
|
830 |
|
|
* Tue Oct 8 2002 Jeremy Katz <katzj@redhat.com> |
831 |
|
|
- back to mainstream rpm instead of rpm404 |
832 |
|
|
|
833 |
|
|
* Mon Sep 9 2002 Jeremy Katz <katzj@redhat.com> |
834 |
|
|
- can't buildrequire dietlibc and kernel-pcmcia-cs since they don't always |
835 |
|
|
exist |
836 |
|
|
|
837 |
|
|
* Wed Aug 21 2002 Jeremy Katz <katzj@redhat.com> |
838 |
|
|
- added URL |
839 |
|
|
|
840 |
|
|
* Thu May 23 2002 Jeremy Katz <katzj@redhat.com> |
841 |
|
|
- add require and buildrequire on rhpl |
842 |
|
|
|
843 |
|
|
* Tue Apr 02 2002 Michael Fulbright <msf@redhat.com> |
844 |
|
|
- added some more docs |
845 |
|
|
|
846 |
|
|
* Fri Feb 22 2002 Jeremy Katz <katzj@redhat.com> |
847 |
|
|
- buildrequire kernel-pcmcia-cs as we've sucked the libs the loader needs |
848 |
|
|
to there now |
849 |
|
|
|
850 |
|
|
* Thu Feb 07 2002 Michael Fulbright <msf@redhat.com> |
851 |
|
|
- goodbye reconfig |
852 |
|
|
|
853 |
|
|
* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com> |
854 |
|
|
- update the BuildRequires a bit |
855 |
|
|
|
856 |
|
|
* Fri Jan 4 2002 Jeremy Katz <katzj@redhat.com> |
857 |
|
|
- ddcprobe is now done from kudzu |
858 |
|
|
|
859 |
|
|
* Wed Jul 18 2001 Jeremy Katz <katzj@redhat.com> |
860 |
|
|
- own /usr/lib/anaconda and /usr/share/anaconda |
861 |
|
|
|
862 |
|
|
* Fri Jan 12 2001 Matt Wilson <msw@redhat.com> |
863 |
|
|
- sync text with specspo |
864 |
|
|
|
865 |
|
|
* Thu Aug 10 2000 Matt Wilson <msw@redhat.com> |
866 |
|
|
- build on alpha again now that I've fixed the stubs |
867 |
|
|
|
868 |
|
|
* Wed Aug 9 2000 Michael Fulbright <drmike@redhat.com> |
869 |
|
|
- new build |
870 |
|
|
|
871 |
|
|
* Fri Aug 4 2000 Florian La Roche <Florian.LaRoche@redhat.com> |
872 |
|
|
- allow also subvendorid and subdeviceid in trimpcitable |
873 |
|
|
|
874 |
|
|
* Fri Jul 14 2000 Matt Wilson <msw@redhat.com> |
875 |
|
|
- moved init script for reconfig mode to /etc/init.d/reconfig |
876 |
|
|
- move the initscript back to /etc/rc.d/init.d |
877 |
|
|
- Prereq: /etc/init.d |
878 |
|
|
|
879 |
|
|
* Thu Feb 03 2000 Michael Fulbright <drmike@redhat.com> |
880 |
|
|
- strip files |
881 |
|
|
- add lang-table to file list |
882 |
|
|
|
883 |
|
|
* Wed Jan 05 2000 Michael Fulbright <drmike@redhat.com> |
884 |
|
|
- added requirement for rpm-python |
885 |
|
|
|
886 |
|
|
* Mon Dec 06 1999 Michael Fulbright <drmike@redhat.com> |
887 |
|
|
- rename to 'anaconda' instead of 'anaconda-reconfig' |
888 |
|
|
|
889 |
|
|
* Fri Dec 03 1999 Michael Fulbright <drmike@redhat.com> |
890 |
|
|
- remove ddcprobe since we don't do X configuration in reconfig now |
891 |
|
|
|
892 |
|
|
* Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com> |
893 |
|
|
- first try at packaging reconfiguration tool |
894 |
|
|
|