- Adjust main window size based on install type (#667566) (bcl)
- Remove mknod-stub. We have the full one around now. (clumens) - Use a different method to get the sysfs_path for device-mapper devices (#665643). (clumens) - Allow existing /var/log (bcl)
This commit is contained in:
parent
069cdd3cc7
commit
dc5d691049
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-15.11.tar.bz2
|
/anaconda-15.11.tar.bz2
|
||||||
/anaconda-15.12.tar.bz2
|
/anaconda-15.12.tar.bz2
|
||||||
/anaconda-15.13.tar.bz2
|
/anaconda-15.13.tar.bz2
|
||||||
|
/anaconda-15.14.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 15.13
|
Version: 15.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -229,6 +229,13 @@ update-desktop-database &> /dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 06 2011 Chris Lumens <clumens@redhat.com> - 15.14-1
|
||||||
|
- Adjust main window size based on install type (#667566) (bcl)
|
||||||
|
- Remove mknod-stub. We have the full one around now. (clumens)
|
||||||
|
- Use a different method to get the sysfs_path for device-mapper devices
|
||||||
|
(#665643). (clumens)
|
||||||
|
- Allow existing /var/log (bcl)
|
||||||
|
|
||||||
* Wed Dec 22 2010 Chris Lumens <clumens@redhat.com> - 15.13-1
|
* Wed Dec 22 2010 Chris Lumens <clumens@redhat.com> - 15.13-1
|
||||||
- Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens)
|
- Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens)
|
||||||
- Pass --noeject to anaconda (#477887) (bcl)
|
- Pass --noeject to anaconda (#477887) (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user