- Rewrite expand_langs to return more items (vpodzime)

- Don't depend on storage or instClass in EFIGRUB (pjones)
- Use self.stage1_device where appropriate in EFIGRUB. (pjones)
- Add UTF-8 enconding suffix to our language strings (#854688) (vpodzime)
- Store "en" as the default, not "en_US". (clumens)
- Require rsync (vpodzime)
- Don't rely on chrony.conf file being available (#854899) (vpodzime)
- Require chrony and rdate, because Anaconda needs them (#854899) (vpodzime)
- fixup live install (#853988, #854962) (bcl)
- And then fix an assortment of non-packaging pylint errors, too. (clumens)
- Fix problems in the packaging module that pylint detected. (clumens)
- network spoke: require connection only for url and nfs methods (#853899)
  (rvykydal)
- Explicitly disable the rootpw lock (#853788) (jkeating)
- require nm-connection-editor (#854586) (bcl)
- Include packaging log in exception reports. (dlehman)
- need to run make before make release (bcl)
This commit is contained in:
Chris Lumens 2012-09-07 15:55:15 -04:00
parent 66abbfd8f2
commit 20652d73d8
3 changed files with 27 additions and 2 deletions

1
.gitignore vendored
View File

@ -51,3 +51,4 @@ anaconda-15.2.tar.bz2
/anaconda-18.6.3.tar.bz2
/anaconda-18.6.4.tar.bz2
/anaconda-18.6.5.tar.bz2
/anaconda-18.6.6.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.6.5
Version: 18.6.6
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -161,10 +161,15 @@ Requires: openssh
Requires: isomd5sum
Requires: yum-utils >= %{yumutilsver}
Requires: NetworkManager >= %{nmver}
Requires: nm-connection-editor
Requires: dhclient
Requires: anaconda-yum-plugins
Requires: libselinux-python >= %{libselinuxver}
Requires: fcoe-utils >= %{fcoeutilsver}
Requires: kbd
Requires: chrony
Requires: rdate
Requires: rsync
%ifarch %{sparc}
Requires: elftoaout piggyback
%endif
@ -295,6 +300,25 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Fri Sep 07 2012 Chris Lumens <clumens@redhat.com> - 18.6.6-1
- Rewrite expand_langs to return more items (vpodzime)
- Don't depend on storage or instClass in EFIGRUB (pjones)
- Use self.stage1_device where appropriate in EFIGRUB. (pjones)
- Add UTF-8 enconding suffix to our language strings (#854688) (vpodzime)
- Store "en" as the default, not "en_US". (clumens)
- Require rsync (vpodzime)
- Don't rely on chrony.conf file being available (#854899) (vpodzime)
- Require chrony and rdate, because Anaconda needs them (#854899) (vpodzime)
- fixup live install (#853988, #854962) (bcl)
- And then fix an assortment of non-packaging pylint errors, too. (clumens)
- Fix problems in the packaging module that pylint detected. (clumens)
- network spoke: require connection only for url and nfs methods (#853899)
(rvykydal)
- Explicitly disable the rootpw lock (#853788) (jkeating)
- require nm-connection-editor (#854586) (bcl)
- Include packaging log in exception reports. (dlehman)
- need to run make before make release (bcl)
* Fri Aug 31 2012 Brian C. Lane <bcl@redhat.com> - 18.6.5-1
- update transifex.txt for newui (bcl)
- Handle invalid spoke input (#853253) (jkeating)

View File

@ -1 +1 @@
1304b33764cede6623d0867dbc9bdd72 anaconda-18.6.5.tar.bz2
d5f1fef40cc3910f8ddb50d835e5fa2b anaconda-18.6.6.tar.bz2