[anaconda] - pylint: Add a pile of new E1101 exceptions (bcl) - pylint: change disable-msg to disable (bcl) - F

Brian C. Lane bcl at fedoraproject.org
Sat Mar 1 01:32:11 UTC 2014


commit 8afb6200f1b5c255c1d46989bbdf1d24ca750086
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Feb 28 17:32:49 2014 -0800

    - pylint: Add a pile of new E1101 exceptions (bcl)
    - pylint: change disable-msg to disable (bcl)
    - Fix console for s390 and 'noshell' mode (#1070672) (wwoods)
    - Check that the addon selection state exists before reading it (dshea)
    - Set the name in the volume group store (dshea)
    - Don't ignore the directory of the driver disk iso file (vpodzime)
    - Set rpm macros in DNFPayload (dshea)
    - Implement %packages --instLangs (#156477) (dshea)
    - Set rpm macro information in anaconda-yum. (dshea)
    - Move the anaconda-yum exception handler (#1057120) (dshea)
    - Only run gtk actions in the gtk thread. (dshea)
    - Add createrepo Requires (#1016004) (bcl)
    - Fix a traceback gathering free space info for a container. (#1069854)
      (dlehman)
    - network: detect also fcoe vlan device names exceeding IFNAMESIZ (#1051268)
      (rvykydal)
    - DNFPayload: display the download progress on the hub. (ales)
    - driverdisk: Fix typo in error logging (#1016004) (bcl)
    - driverdisk: Create a repo for network drivers (#1016004) (bcl)
    - driverdisk: Catch blkid failure (#1036765) (bcl)
    - driverdisk: Ignore extra blkid fields (#1036765) (bcl)
    - We can't trust rhcrashkernel-param to give us newline-free text. (pjones)
    - Remove redundant _setCurrentFreeSpace() call (#1043763) (amulhern)
    - Enable python-coverage in anaconda (dshea)
    - Move the sidebar to the right for RTL languages (dshea)
    - Remove a bunch of unused includes and tests for headers (dshea)
    - Add a note about when and how to remove isys.sync (dshea)
    - Remove isys.isPseudoTTY (dshea)
    - Convert isys.isIsoImage to python code (dshea)
    - Focus the language search input by default (#973967) (dshea)
    - Ensure media being verified is always unmounted (dshea)
    - Write 'text'/'cmdline' in anaconda-ks.cfg in text/cmdline mode (wwoods)
    - text install -> text system (#1021963) (wwoods)
    - Support the 'skipx' kickstart command (wwoods)
    - let systemd decide when to start anaconda-sshd (wwoods)
    - Don't use tmux for inst.noshell (#1058607) (wwoods)
    - Fix a nitpick from bcl. (pjones)
    - Make rhcrashkernel-param get run on non-GRUB 2 platforms. (pjones)
    - Cast the blame appropriately when the kernel refuses efivars changes.
      (pjones)
    - Do not use shim.efi on ARMv8 aarch64 (#1067758) (dmarlin)
    - Handle missing environments specified through kickstart (#1067492). (clumens)
    - create_sparse_file in blivet now expects a Size object. (clumens)
    - Don't traceback when no size is given in kickstart (#1067707). (clumens)

 .gitignore    |    1 +
 anaconda.spec |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 sources       |    2 +-
 3 files changed, 53 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 765a0fa..920e573 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,3 +133,4 @@ anaconda-15.2.tar.bz2
 /anaconda-21.22.tar.bz2
 /anaconda-21.23.tar.bz2
 /anaconda-21.24.tar.bz2
+/anaconda-21.25.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 45cfff5..73486e9 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.24
+Version: 21.25
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -23,7 +23,7 @@ Source0: %{name}-%{version}.tar.bz2
 %define intltoolver 0.31.2-3
 %define pykickstartver 1.99.49
 %define yumver 3.4.3-91
-%define dnfver 0.4.14
+%define dnfver 0.4.15
 %define partedver 1.8.1
 %define pypartedver 2.5-2
 %define pythonpyblockver 0.45
@@ -123,6 +123,7 @@ Requires: openssh
 %endif
 Requires: isomd5sum >= %{isomd5sum}
 Requires: yum-utils >= %{yumutilsver}
+Requires: createrepo
 Requires: NetworkManager >= %{nmver}
 Requires: dhclient
 Requires: libselinux-python
@@ -142,6 +143,8 @@ Requires: hfsplus-tools
 %endif
 %endif
 
+Requires: python-coverage
+
 # required because of the rescue mode and VNC question
 Requires: anaconda-tui = %{version}-%{release}
 
@@ -299,6 +302,52 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Feb 28 2014 Brian C. Lane <bcl at redhat.com> - 21.25-1
+- pylint: Add a pile of new E1101 exceptions (bcl)
+- pylint: change disable-msg to disable (bcl)
+- Fix console for s390 and 'noshell' mode (#1070672) (wwoods)
+- Check that the addon selection state exists before reading it (dshea)
+- Set the name in the volume group store (dshea)
+- Don't ignore the directory of the driver disk iso file (vpodzime)
+- Set rpm macros in DNFPayload (dshea)
+- Implement %%packages --instLangs (#156477) (dshea)
+- Set rpm macro information in anaconda-yum. (dshea)
+- Move the anaconda-yum exception handler (#1057120) (dshea)
+- Only run gtk actions in the gtk thread. (dshea)
+- Add createrepo Requires (#1016004) (bcl)
+- Fix a traceback gathering free space info for a container. (#1069854)
+  (dlehman)
+- network: detect also fcoe vlan device names exceeding IFNAMESIZ (#1051268)
+  (rvykydal)
+- DNFPayload: display the download progress on the hub. (ales)
+- driverdisk: Fix typo in error logging (#1016004) (bcl)
+- driverdisk: Create a repo for network drivers (#1016004) (bcl)
+- driverdisk: Catch blkid failure (#1036765) (bcl)
+- driverdisk: Ignore extra blkid fields (#1036765) (bcl)
+- We can't trust rhcrashkernel-param to give us newline-free text. (pjones)
+- Remove redundant _setCurrentFreeSpace() call (#1043763) (amulhern)
+- Enable python-coverage in anaconda (dshea)
+- Move the sidebar to the right for RTL languages (dshea)
+- Remove a bunch of unused includes and tests for headers (dshea)
+- Add a note about when and how to remove isys.sync (dshea)
+- Remove isys.isPseudoTTY (dshea)
+- Convert isys.isIsoImage to python code (dshea)
+- Focus the language search input by default (#973967) (dshea)
+- Ensure media being verified is always unmounted (dshea)
+- Write 'text'/'cmdline' in anaconda-ks.cfg in text/cmdline mode (wwoods)
+- text install -> text system (#1021963) (wwoods)
+- Support the 'skipx' kickstart command (wwoods)
+- let systemd decide when to start anaconda-sshd (wwoods)
+- Don't use tmux for inst.noshell (#1058607) (wwoods)
+- Fix a nitpick from bcl. (pjones)
+- Make rhcrashkernel-param get run on non-GRUB 2 platforms. (pjones)
+- Cast the blame appropriately when the kernel refuses efivars changes.
+  (pjones)
+- Do not use shim.efi on ARMv8 aarch64 (#1067758) (dmarlin)
+- Handle missing environments specified through kickstart (#1067492). (clumens)
+- create_sparse_file in blivet now expects a Size object. (clumens)
+- Don't traceback when no size is given in kickstart (#1067707). (clumens)
+
 * Fri Feb 21 2014 Brian C. Lane <bcl at redhat.com> - 21.24-1
 - setup default environment in initialize (bcl)
 - Move environmentAddons into packaging (bcl)
diff --git a/sources b/sources
index 65f835d..42ea4c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f87fac4497796bc273f8bfc050a1cdb5  anaconda-21.24.tar.bz2
+fe8cdf4ebdb3eb7cd4fbbc785d5a657a  anaconda-21.25.tar.bz2


More information about the scm-commits mailing list