- 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)
This commit is contained in:
parent
3f218ca868
commit
faecb8fd82
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/anaconda-23.2.tar.bz2
|
||||
/anaconda-23.3.tar.bz2
|
||||
/anaconda-23.4.tar.bz2
|
||||
/anaconda-23.5.tar.bz2
|
||||
|
@ -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@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@redhat.com> - 23.4-1
|
||||
- Clean out the mock chroot before attempting to run the rest of the test.
|
||||
(clumens)
|
||||
|
Loading…
Reference in New Issue
Block a user