- 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:
parent
0b634bbadf
commit
9676d7f491
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-18.3.tar.bz2
|
/anaconda-18.3.tar.bz2
|
||||||
/anaconda-18.4.tar.bz2
|
/anaconda-18.4.tar.bz2
|
||||||
/anaconda-18.5.tar.bz2
|
/anaconda-18.5.tar.bz2
|
||||||
|
/anaconda-18.6.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 18.5
|
Version: 18.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -293,6 +293,14 @@ update-desktop-database &> /dev/null || :
|
|||||||
/usr/lib/dracut/modules.d/80%{name}/*
|
/usr/lib/dracut/modules.d/80%{name}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 15 2012 Chris Lumens <clumens@redhat.com> - 18.5-1
|
||||||
- Mark/unmark some strings for translation, as appropriate. (clumens)
|
- Mark/unmark some strings for translation, as appropriate. (clumens)
|
||||||
- Save the distro label into the right variable for retranslation. (clumens)
|
- Save the distro label into the right variable for retranslation. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user