bcl pushed to anaconda (master). "- Mock external module dependencies for readthedocs (bcl) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Mar 28 00:31:47 UTC 2015


>From faecb8fd825ab82f53198575b7217c0c52fce9c0 Mon Sep 17 00:00:00 2001
From: "Brian C. Lane" <bcl at redhat.com>
Date: Fri, 27 Mar 2015 17:31:16 -0700
Subject: - Mock external module dependencies for readthedocs (bcl) - Generate
 the pyanaconda module documentation (bcl) - Reformat kickstart.rst using
 better ReST markup (bcl) - Add some deprecation-related false positives.
 (clumens) - Add Sphinx documentation support (bcl) - Add documentation on
 %anaconda kickstart command (bcl) - Prevent Storage spoke Done button method
 from multiple launch (jkonecny) - Prevent spokes from being exited more
 times. (jkonecny) - Only depend on pygobject3-base in anaconda-core
 (#1204469) (mkolman) - Use proxy when configured for the base repo (#1196953)
 (sjenning) - Assume UTC if setting the system time without a timezone
 (#1200444) (dshea) - Add boolean as return to ThreadManager.wait (jkonecny) -
 Make sure LANG is always set to something (#1201896) (dshea) - Fix
 pylint/translation issues from the pwpolicy patches. (clumens)


diff --git a/.gitignore b/.gitignore
index a6c4d40..1abf795 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /anaconda-23.2.tar.bz2
 /anaconda-23.3.tar.bz2
 /anaconda-23.4.tar.bz2
+/anaconda-23.5.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 690bb1b..d727f21 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 23.4
+Version: 23.5
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -136,7 +136,7 @@ Requires: hfsplus-tools
 %endif
 
 Requires: python-coverage
-Requires: pygobject3
+Requires: pygobject3-base
 
 # Used by rescue.py and the low RAM message in /sbin/anaconda
 Requires: newt-python
@@ -175,6 +175,7 @@ Requires: NetworkManager-wifi
 %endif
 Requires: anaconda-user-help >= %{helpver}
 Requires: yelp
+Requires: pygobject3
 
 # Needed to compile the gsettings files
 BuildRequires: gsettings-desktop-schemas
@@ -311,6 +312,22 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Mar 27 2015 Brian C. Lane <bcl at redhat.com> - 23.5-1
+- Mock external module dependencies for readthedocs (bcl)
+- Generate the pyanaconda module documentation (bcl)
+- Reformat kickstart.rst using better ReST markup (bcl)
+- Add some deprecation-related false positives. (clumens)
+- Add Sphinx documentation support (bcl)
+- Add documentation on %%anaconda kickstart command (bcl)
+- Prevent Storage spoke Done button method from multiple launch (jkonecny)
+- Prevent spokes from being exited more times. (jkonecny)
+- Only depend on pygobject3-base in anaconda-core (#1204469) (mkolman)
+- Use proxy when configured for the base repo (#1196953) (sjenning)
+- Assume UTC if setting the system time without a timezone (#1200444) (dshea)
+- Add boolean as return to ThreadManager.wait (jkonecny)
+- Make sure LANG is always set to something (#1201896) (dshea)
+- Fix pylint/translation issues from the pwpolicy patches. (clumens)
+
 * Fri Mar 20 2015 Brian C. Lane <bcl at redhat.com> - 23.4-1
 - Clean out the mock chroot before attempting to run the rest of the test.
   (clumens)
diff --git a/sources b/sources
index f4bb5b3..f33b3b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eeb58d4bc49e7b2a234bc15d615399ea  anaconda-23.4.tar.bz2
+dbcf32a6c235c4073b96930c31910082  anaconda-23.5.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/anaconda.git/commit/?h=master&id=faecb8fd825ab82f53198575b7217c0c52fce9c0


More information about the scm-commits mailing list