From a55d57db5911a0cb0b398f092bcd8becffab1cc9 Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: Feb 20 2015 21:20:34 +0000 Subject: - Remove unused imports (dshea) - Check for unused imports in __init__ files (dshea) - Remove timestamp-based version support. (#1194494) (dshea) - Add test lib methods to check regexes (dshea) - Update txconfig for f22-branch (again).... (sbueno+anaconda) - Update txconfig for f22-branch. (sbueno+anaconda) - Cleanup BuildRequires (mkolman) - Remove obsolete imports. (amulhern) - Make print statement print output w/out surrounding parentheses. (amulhern) - Remove an unused import (dshea) - rpmostreepayload: Honor noverifyssl (walters) - typo: packaging: Don't vary name of "verified" (walters) - Disable the metacity mouse-button-modifier setting (dshea) - Fix completion setting in TUI language spoke. (#1192230) (sbueno+anaconda) - Remove the pylint false positives for the GLib module (dshea) - Use ExtendAction for --ignore flag (amulhern) - Use a simple ExtendAction for add_rpms option. (amulhern) - Fix log message formating (mkolman) - Don't clear nonexistent DNF package download location (#1193121) (mkolman) --- diff --git a/.gitignore b/.gitignore index 3eaaf6b..a323334 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /anaconda-22.18.tar.bz2 /anaconda-22.19.tar.bz2 /anaconda-22.20.tar.bz2 +/anaconda-22.20.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ad4a16b..1a802e1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 22.20 +Version: 22.20.1 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -51,7 +51,6 @@ BuildRequires: gtk3-devel-docs BuildRequires: glib2-doc BuildRequires: gobject-introspection-devel BuildRequires: glade-devel -BuildRequires: pygobject3 BuildRequires: intltool >= %{intltoolver} BuildRequires: libgnomekbd-devel BuildRequires: libxklavier-devel >= %{libxklavierver} @@ -61,14 +60,8 @@ BuildRequires: pykickstart >= %{pykickstartver} BuildRequires: python-bugzilla %endif BuildRequires: python-devel -BuildRequires: python-requests BuildRequires: python-nose BuildRequires: systemd -BuildRequires: yum >= %{yumver} -BuildRequires: NetworkManager-devel >= %{nmver} -BuildRequires: NetworkManager-glib-devel >= %{nmver} -BuildRequires: dbus-devel >= %{dbusver} -BuildRequires: dbus-python BuildRequires: rpm-devel >= %{rpmver} BuildRequires: libarchive-devel >= %{libarchivever} %ifarch %livearches @@ -313,6 +306,27 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Feb 20 2015 Samantha N. Bueno - 22.20.1-1 +- Remove unused imports (dshea) +- Check for unused imports in __init__ files (dshea) +- Remove timestamp-based version support. (#1194494) (dshea) +- Add test lib methods to check regexes (dshea) +- Update txconfig for f22-branch (again).... (sbueno+anaconda) +- Update txconfig for f22-branch. (sbueno+anaconda) +- Cleanup BuildRequires (mkolman) +- Remove obsolete imports. (amulhern) +- Make print statement print output w/out surrounding parentheses. (amulhern) +- Remove an unused import (dshea) +- rpmostreepayload: Honor noverifyssl (walters) +- typo: packaging: Don't vary name of "verified" (walters) +- Disable the metacity mouse-button-modifier setting (dshea) +- Fix completion setting in TUI language spoke. (#1192230) (sbueno+anaconda) +- Remove the pylint false positives for the GLib module (dshea) +- Use ExtendAction for --ignore flag (amulhern) +- Use a simple ExtendAction for add_rpms option. (amulhern) +- Fix log message formating (mkolman) +- Don't clear nonexistent DNF package download location (#1193121) (mkolman) + * Mon Feb 16 2015 Brian C. Lane - 22.20-1 - Make range usage Python 3 compatible (#1014220) (mkolman) - Make map() usage Python 3 compatible (#1014220) (mkolman) diff --git a/sources b/sources index 4f14cb6..1d9ec9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -709bb688e68bd55e799be3fc8603bd4e anaconda-22.20.tar.bz2 +f965efae2587e922fd482037b7e2a15b anaconda-22.20.1.tar.bz2