From 6c28fe072464e3d30adf23a6b4d6878a5ed106cc Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jul 16 2015 23:30:37 +0000 Subject: - fix storage writing for live and ostree installs (#1236937) (awilliam) - Add O_CREAT to the open flags when extracting rpm files. (dshea) - Move ostree gobject version check next to the import (#1243543) (bcl) - Remove rpmfluff from the buildrequires. (dshea) - Only import readline if readline is necessary. (dshea) - use the right baseurl in run_install_test.sh. (clumens) - Don't copy the environment when starting metacity. (dshea) - Fix the use of a temporary file in SimpleConfig.write (dshea) - Add a test for SimpleConfig.write(use_tmp=True). (dshea) - Remove an unnecessary chmod when creating chrony.conf (dshea) - Fix some bad uses of chmod. (dshea) - Add a function to open a file with specific permission bits (dshea) - Don't ask to start vnc if user specifies text mode. (#1202277) (sbueno+anaconda) - New Anaconda documentation - 23.15 (bcl) - Add a helper for building Sphinx docs using mock. (bcl) - Update Sphinx configuration for python3 (bcl) - Running without a GUI can also raise ValueError in errors.py (bcl) - parse-kickstart_test.py: fix driverdisk_test() (wwoods) - Fix the spelling of "version" (dshea) --- diff --git a/.gitignore b/.gitignore index b3a3d99..c685396 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /anaconda-23.13.tar.bz2 /anaconda-23.14.tar.bz2 /anaconda-23.15.tar.bz2 +/anaconda-23.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1f38c59..43334ab 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 23.15 +Version: 23.16 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -59,7 +59,6 @@ BuildRequires: python3-bugzilla %endif BuildRequires: python3-devel BuildRequires: python3-nose -BuildRequires: python-rpmfluff BuildRequires: systemd # rpm and libarchive are needed for driver disk handling BuildRequires: rpm-devel >= %{rpmver} @@ -314,6 +313,28 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jul 16 2015 Brian C. Lane - 23.16-1 +- fix storage writing for live and ostree installs (#1236937) (awilliam) +- Add O_CREAT to the open flags when extracting rpm files. (dshea) +- Move ostree gobject version check next to the import (#1243543) (bcl) +- Remove rpmfluff from the buildrequires. (dshea) +- Only import readline if readline is necessary. (dshea) +- use the right baseurl in run_install_test.sh. (clumens) +- Don't copy the environment when starting metacity. (dshea) +- Fix the use of a temporary file in SimpleConfig.write (dshea) +- Add a test for SimpleConfig.write(use_tmp=True). (dshea) +- Remove an unnecessary chmod when creating chrony.conf (dshea) +- Fix some bad uses of chmod. (dshea) +- Add a function to open a file with specific permission bits (dshea) +- Don't ask to start vnc if user specifies text mode. (#1202277) + (sbueno+anaconda) +- New Anaconda documentation - 23.15 (bcl) +- Add a helper for building Sphinx docs using mock. (bcl) +- Update Sphinx configuration for python3 (bcl) +- Running without a GUI can also raise ValueError in errors.py (bcl) +- parse-kickstart_test.py: fix driverdisk_test() (wwoods) +- Fix the spelling of "version" (dshea) + * Mon Jul 13 2015 Brian C. Lane - 23.15-1 - Some dracut modules anaconda needs have been split into their own package. (clumens) diff --git a/sources b/sources index 80f6fc5..6bb1957 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eef1de3aeff0c9f1ad8933e9cd5f41ce anaconda-23.15.tar.bz2 +33ced81282484e19229e05baed3ea0f0 anaconda-23.16.tar.bz2