- Some dracut modules anaconda needs have been split into their own package. (clumens)
- User operation kickstart tests. (kvalek) - Kickstart tests for UTC and LOCAL hwclock. (kvalek) - Kickstart firewall tests. (kvalek) - Fix Repository New_Repository has no mirror or baseurl (#1215963) (jkonecny)
This commit is contained in:
parent
fca6c29548
commit
05943e23d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
|||||||
/anaconda-23.12.tar.bz2
|
/anaconda-23.12.tar.bz2
|
||||||
/anaconda-23.13.tar.bz2
|
/anaconda-23.13.tar.bz2
|
||||||
/anaconda-23.14.tar.bz2
|
/anaconda-23.14.tar.bz2
|
||||||
|
/anaconda-23.15.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 23.14
|
Version: 23.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -212,6 +212,7 @@ documentation for working with this library.
|
|||||||
Summary: The anaconda dracut module
|
Summary: The anaconda dracut module
|
||||||
Requires: dracut >= %{dracutver}
|
Requires: dracut >= %{dracutver}
|
||||||
Requires: dracut-network
|
Requires: dracut-network
|
||||||
|
Requires: dracut-live
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: python3-kickstart
|
Requires: python3-kickstart
|
||||||
|
|
||||||
@ -313,6 +314,14 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 13 2015 Brian C. Lane <bcl@redhat.com> - 23.15-1
|
||||||
|
- Some dracut modules anaconda needs have been split into their own package.
|
||||||
|
(clumens)
|
||||||
|
- User operation kickstart tests. (kvalek)
|
||||||
|
- Kickstart tests for UTC and LOCAL hwclock. (kvalek)
|
||||||
|
- Kickstart firewall tests. (kvalek)
|
||||||
|
- Fix Repository New_Repository has no mirror or baseurl (#1215963) (jkonecny)
|
||||||
|
|
||||||
* Fri Jul 10 2015 Brian C. Lane <bcl@redhat.com> - 23.14-1
|
* Fri Jul 10 2015 Brian C. Lane <bcl@redhat.com> - 23.14-1
|
||||||
- Catch blivet formatDevice ValueError in custom (#1240226) (bcl)
|
- Catch blivet formatDevice ValueError in custom (#1240226) (bcl)
|
||||||
- There's now a python3-rpmfluff, so revert this. (clumens)
|
- There's now a python3-rpmfluff, so revert this. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user