* Tue Apr 08 2008 Peter Jones <pjones@redhat.com> - 11.4.0.68-1
- Handle EFI partitions somewhat better (pjones) - Fix typo in mk-images.efi's parted usage (pjones)
This commit is contained in:
parent
79cb424880
commit
5a5eb7cbdd
@ -1 +1 @@
|
||||
anaconda-11.4.0.67.tar.bz2
|
||||
anaconda-11.4.0.68.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 11.4.0.67
|
||||
Version: 11.4.0.68
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -127,6 +127,7 @@ Requires: createrepo >= 0.4.7, squashfs-tools, mkisofs
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: syslinux
|
||||
Requires: makebootfat
|
||||
Requires: dmsetup
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
Requires: openssh
|
||||
@ -135,6 +136,7 @@ Requires: xorg-x11-font-utils, netpbm-progs
|
||||
Requires: busybox-anaconda
|
||||
Requires: isomd5sum
|
||||
Requires: yum-utils >= 1.1.11-3
|
||||
Requires: util-linux
|
||||
|
||||
%description runtime
|
||||
The anaconda-runtime package contains parts of the installation system which
|
||||
@ -205,6 +207,10 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
|
||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Tue Apr 08 2008 Peter Jones <pjones@redhat.com> - 11.4.0.68-1
|
||||
- Handle EFI partitions somewhat better (pjones)
|
||||
- Fix typo in mk-images.efi's parted usage (pjones)
|
||||
|
||||
* Tue Apr 08 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.67-1
|
||||
- Set the initial state of the auto-encrypt checkbutton (#441018) (katzj)
|
||||
- Don't treat RAID devices as "disks" to avoid lots of odd
|
||||
|
Loading…
Reference in New Issue
Block a user