- Add rc-release target (bcl)
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl) - Add --newrelease to makebumpver (bcl) - Improve the addon repo name collision code (#1125322) (bcl) - Fix the import of mountExistingSystem (vpodzime) - Fix import error in anaconda-cleanup. (sbueno+anaconda) - Use the new static method to get possible PE sizes (vpodzime) - Try using the global LUKS passphrase if none is given for LV/part (#1196112) (vpodzime) - Fix the help button mnemonic display on spokes (dshea) - Only set the hub message if the message has changed (dshea) - Wrap the info bar in a GtkRevealer (dshea) - Add links to clickable warning and error messages. (dshea) - Add a test to look for clickable messages that aren't clickable enough. (dshea) - Increment the widgets version number (dshea) - Allow markup and links in the info bar. (dshea) - Add more links to gtk-doc comments (dshea) - Handle New_Repository name collision source spoke (#1125322) (bcl) - Fix a bad usage of execWithRedirect (#1197290) (dshea) - Have to be root to delete /var/tmp/kstest-* on the remote machines. (clumens) - Use the LUKS device for swap in fstab (#1196200) (vpodzime) - Clear TUI source spoke errors that may have been leftover from a prior attempt. (#1192259) (sbueno+anaconda)
This commit is contained in:
parent
e2a6b9e468
commit
90ab90c964
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/anaconda-22.20.tar.bz2
|
||||
/anaconda-23.0.tar.bz2
|
||||
/anaconda-23.1.tar.bz2
|
||||
/anaconda-23.2.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 23.1
|
||||
Version: 23.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -84,7 +84,7 @@ The anaconda package is a metapackage for the Anaconda installer.
|
||||
Summary: Core of the Anaconda installer
|
||||
Requires: dnf >= %{dnfver}
|
||||
Requires: python-dnf >= %{dnfver}
|
||||
Requires: python-blivet >= 1:1.0
|
||||
Requires: python-blivet >= 1:1.1
|
||||
Requires: python-meh >= %{mehver}
|
||||
Requires: libreport-anaconda >= 2.0.21-1
|
||||
Requires: libselinux-python
|
||||
@ -308,6 +308,32 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 06 2015 Brian C. Lane <bcl@redhat.com> - 23.2-1
|
||||
- Add rc-release target (bcl)
|
||||
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)
|
||||
- Add --newrelease to makebumpver (bcl)
|
||||
- Improve the addon repo name collision code (#1125322) (bcl)
|
||||
- Fix the import of mountExistingSystem (vpodzime)
|
||||
- Fix import error in anaconda-cleanup. (sbueno+anaconda)
|
||||
- Use the new static method to get possible PE sizes (vpodzime)
|
||||
- Try using the global LUKS passphrase if none is given for LV/part (#1196112)
|
||||
(vpodzime)
|
||||
- Fix the help button mnemonic display on spokes (dshea)
|
||||
- Only set the hub message if the message has changed (dshea)
|
||||
- Wrap the info bar in a GtkRevealer (dshea)
|
||||
- Add links to clickable warning and error messages. (dshea)
|
||||
- Add a test to look for clickable messages that aren't clickable enough.
|
||||
(dshea)
|
||||
- Increment the widgets version number (dshea)
|
||||
- Allow markup and links in the info bar. (dshea)
|
||||
- Add more links to gtk-doc comments (dshea)
|
||||
- Handle New_Repository name collision source spoke (#1125322) (bcl)
|
||||
- Fix a bad usage of execWithRedirect (#1197290) (dshea)
|
||||
- Have to be root to delete /var/tmp/kstest-* on the remote machines. (clumens)
|
||||
- Use the LUKS device for swap in fstab (#1196200) (vpodzime)
|
||||
- Clear TUI source spoke errors that may have been leftover from a prior
|
||||
attempt. (#1192259) (sbueno+anaconda)
|
||||
|
||||
* Fri Feb 27 2015 Brian C. Lane <bcl@redhat.com> - 23.1-1
|
||||
- Make sure python2 dnf is required (bcl)
|
||||
- Fix pykickstart requirement. (clumens)
|
||||
|
Loading…
Reference in New Issue
Block a user