- Remove linuxrc.s390 (dcantrell)

- Source in url-lib.sh if we don't have it (#847831) (jkeating)
- parse-kickstart: add proc_cmdline (fix init_logger()) (wwoods)
- Remove the data/bootdisk directory tree. (clumens)
- Remove duplicate boot disk setting code (#848841). (clumens)
- Force authconfig to be installed on the target system (#848803). (clumens)
This commit is contained in:
Chris Lumens 2012-08-16 17:41:48 -04:00
parent 42bca1e69c
commit fc5045b24a
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -45,3 +45,4 @@ anaconda-15.2.tar.bz2
/anaconda-18.3.tar.bz2
/anaconda-18.4.tar.bz2
/anaconda-18.5.tar.bz2
/anaconda-18.6.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.5
Version: 18.6
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -293,6 +293,14 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Thu Aug 16 2012 Chris Lumens <clumens@redhat.com> - 18.6-1
- Remove linuxrc.s390 (dcantrell)
- Source in url-lib.sh if we don't have it (#847831) (jkeating)
- parse-kickstart: add proc_cmdline (fix init_logger()) (wwoods)
- Remove the data/bootdisk directory tree. (clumens)
- Remove duplicate boot disk setting code (#848841). (clumens)
- Force authconfig to be installed on the target system (#848803). (clumens)
* Wed Aug 15 2012 Chris Lumens <clumens@redhat.com> - 18.5-1
- Mark/unmark some strings for translation, as appropriate. (clumens)
- Save the distro label into the right variable for retranslation. (clumens)

View File

@ -1 +1 @@
a984e2082e9910757a777c00a4fc2967 anaconda-18.5.tar.bz2
9a425f4680d6f0aa7be9755bed52e03b anaconda-18.6.tar.bz2