- Add a test for the user and group creation functions. (dshea)
- Get rid of libuser. (#1255066) (dshea) - s/$releasever/rawhide/ (clumens) - LVM on RAID kickstart test (vpodzime) - unbuffered read in python3 only works for binary (bcl) - don't crash if no environment set in interactive (#1257036) (awilliam) - network: compare with ssid bytes, not str (rvykydal) - Add dependencies for running the tests/gui tests (atodorov) - Fix first run environment setup in software spoke (#1257036) (jkonecny) - Stop pretending liveinst+rescue is supported (#1256061). (clumens) - Defer to Fedora distro-wide settings for password strength (#1250746) (dshea) - New Anaconda documentation - 24.0 (bcl) - Do a better job reporting failures from kickstart_tests. (clumens) - Preserve coverage results from running the kickstart_tests. (clumens)
This commit is contained in:
parent
1257f817f7
commit
ccf73529c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/anaconda-23.19.tar.bz2
|
/anaconda-23.19.tar.bz2
|
||||||
/anaconda-23.20.tar.bz2
|
/anaconda-23.20.tar.bz2
|
||||||
/anaconda-24.0.tar.bz2
|
/anaconda-24.0.tar.bz2
|
||||||
|
/anaconda-24.1.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 24.0
|
Version: 24.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -94,7 +94,6 @@ Requires: python3-requests-ftp
|
|||||||
Requires: python3-kickstart >= %{pykickstartver}
|
Requires: python3-kickstart >= %{pykickstartver}
|
||||||
Requires: langtable-data >= %{langtablever}
|
Requires: langtable-data >= %{langtablever}
|
||||||
Requires: langtable-python3 >= %{langtablever}
|
Requires: langtable-python3 >= %{langtablever}
|
||||||
Requires: libuser-python3
|
|
||||||
Requires: authconfig
|
Requires: authconfig
|
||||||
Requires: firewalld >= %{firewalldver}
|
Requires: firewalld >= %{firewalldver}
|
||||||
Requires: util-linux >= %{utillinuxver}
|
Requires: util-linux >= %{utillinuxver}
|
||||||
@ -306,6 +305,22 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 31 2015 Brian C. Lane <bcl@redhat.com> - 24.1-1
|
||||||
|
- Add a test for the user and group creation functions. (dshea)
|
||||||
|
- Get rid of libuser. (#1255066) (dshea)
|
||||||
|
- s/$releasever/rawhide/ (clumens)
|
||||||
|
- LVM on RAID kickstart test (vpodzime)
|
||||||
|
- unbuffered read in python3 only works for binary (bcl)
|
||||||
|
- don't crash if no environment set in interactive (#1257036) (awilliam)
|
||||||
|
- network: compare with ssid bytes, not str (rvykydal)
|
||||||
|
- Add dependencies for running the tests/gui tests (atodorov)
|
||||||
|
- Fix first run environment setup in software spoke (#1257036) (jkonecny)
|
||||||
|
- Stop pretending liveinst+rescue is supported (#1256061). (clumens)
|
||||||
|
- Defer to Fedora distro-wide settings for password strength (#1250746) (dshea)
|
||||||
|
- New Anaconda documentation - 24.0 (bcl)
|
||||||
|
- Do a better job reporting failures from kickstart_tests. (clumens)
|
||||||
|
- Preserve coverage results from running the kickstart_tests. (clumens)
|
||||||
|
|
||||||
* Mon Aug 24 2015 Brian C. Lane <bcl@redhat.com> - 24.0-1
|
* Mon Aug 24 2015 Brian C. Lane <bcl@redhat.com> - 24.0-1
|
||||||
- Remove from the docs repo=hd installation with installable tree (jkonecny)
|
- Remove from the docs repo=hd installation with installable tree (jkonecny)
|
||||||
- Fix a race between a window continuing and the next starting (#1004477)
|
- Fix a race between a window continuing and the next starting (#1004477)
|
||||||
|
Loading…
Reference in New Issue
Block a user