- Network spoke: add sanity check for hostname setting (#856456) (rvykydal)

- Network spoke: add hostname setting (#856456) (rvykydal)
This commit is contained in:
Brian C. Lane 2012-12-19 16:20:33 -08:00
parent a7771319a5
commit 81cf9a79c3
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ anaconda-18.24.tar.bz2
/anaconda-18.37.2.tar.bz2
/anaconda-18.37.3.tar.bz2
/anaconda-18.37.4.tar.bz2
/anaconda-18.37.5.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.37.4
Version: 18.37.5
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -300,6 +300,10 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
* Wed Dec 19 2012 Brian C. Lane <bcl@redhat.com> - 18.37.5-1
- Network spoke: add sanity check for hostname setting (#856456) (rvykydal)
- Network spoke: add hostname setting (#856456) (rvykydal)
* Tue Dec 18 2012 Brian C. Lane <bcl@redhat.com> - 18.37.4-1
- Always set passphrase for newly encrypted devices. (#888560) (dlehman)
- Encode unicode strings returned by pytz.country_timezones() (#887236)

View File

@ -1 +1 @@
9bc5d59253650417b08720f17162a3f9 anaconda-18.37.4.tar.bz2
1a7ae6d494fbd4112e56bd2653d82e9b anaconda-18.37.5.tar.bz2