diff --git a/.gitignore b/.gitignore index f0fc153..2c94536 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /anaconda-25.6.tar.bz2 /anaconda-25.7.tar.bz2 /anaconda-25.8.tar.bz2 +/anaconda-25.9.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0d55088..c4ba501 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.8 +Version: 25.9 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -103,6 +103,11 @@ Requires: firewalld >= %{firewalldver} Requires: util-linux >= %{utillinuxver} Requires: python3-dbus Requires: python3-pwquality + +# pwquality only "recommends" the dictionaries it needs to do anything useful, +# which is apparently great for containers but unhelpful for the rest of us +Requires: cracklib-dicts + Requires: python3-pytz Requires: realmd Requires: teamd @@ -137,6 +142,7 @@ Requires: kexec-tools %endif Requires: python3-pid Requires: python3-ordered-set >= 2.0.0 +Requires: python3-wrapt Requires: python3-coverage >= 4.0-0.12.b3 @@ -293,7 +299,6 @@ update-desktop-database &> /dev/null || : %files gui %{python3_sitearch}/pyanaconda/ui/gui/* -%{_datadir}/anaconda/window-manager/glib-2.0/schemas/* %{_datadir}/themes/Anaconda/* %files tui @@ -318,6 +323,37 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Apr 27 2016 Brian C. Lane - 25.9-1 +- Use the iutil functions for interacting with systemd services. (dshea) +- Add methods to enable and disable systemd services. (dshea) +- Do not add .service to the end of service names. (dshea) +- Remove detach-client from tmux.conf (dshea) +- Use Blivet 2.0 for set_default_fstype (#607) (sgallagh) +- Remove dnf from the list of required packages. (#605) (dshea) +- Add access to the payload from addons (#1288636) (jkonecny) +- Disable pylint warnings related to the log handler fixer. (dshea) +- Allow the metacity config dir to be overriden. (dshea) +- Do not include /usr/share/anaconda files in the gui package. (dshea) +- Work around logging's crummy lock behavior. (dshea) +- Use rm -r to remove the temporary python site directory. (dshea) +- Remove the subnet label for wired devices. (#1327615) (dshea) +- Fix how unusued network labels are hidden (#1327615) (dshea) +- Remove yum_logger (bcl) +- Remove the lock loglevel (bcl) +- Use a temporary user-site directory for the tests. (dshea) +- Build everything for make ci. (dshea) +- Ignore some E1101 no-member errors when running pylint (bcl) +- Sprinkle the code with pylint no-member disable statements (bcl) +- Catch GLib.GError instead of Exception (bcl) +- Update storage test for Blivet 2.0 API change. (bcl) +- Initialize missing private methods in BasePage class (bcl) +- Update kickstart.py for Blivet 2.0 API change. (bcl) +- Use namedtuple correctly in kexec.py (bcl) +- Add more requires to make password checking still work. (#1327411) (dshea) +- Rename isS390 to match the renames in blivet. (dshea) +- Suppress signal handling when setting zone from location (#1322648) (dshea) +- Refresh metadata when updates checkbox changes (#1211907) (bcl) + * Fri Apr 15 2016 Brian C. Lane - 25.8-1 - network: handle null wireless AP SSID object (#1262556) (awilliam) - Change new_tmpfs to new_tmp_fs. (clumens) diff --git a/sources b/sources index 3451372..cac4c67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5cbd9683a6bc3c3624e328b26f1b082 anaconda-25.8.tar.bz2 +3b3a5e73742f7bc66387cf44688881e1 anaconda-25.9.tar.bz2