New version 30.17-1
- Fix anaconda-live package temporary Requires: (mkolman) - Add a new configuration option allow_imperfect_devices (vponcova) - Remove the selinux flag (vponcova) - Rename the Services section (vponcova) - Fix Arm EFI package selection and 32 bit status (pbrobinson) - Remove support for the undocumented option force_efi_dir (vponcova) - Remove the flag extlinux (vponcova) - Remove the flag nombr (vponcova) - Remove the flag leavebootorder (vponcova) - Remove the flag nonibftiscsiboot (vponcova)
This commit is contained in:
parent
d83faf1a48
commit
300a3f7e48
1
.gitignore
vendored
1
.gitignore
vendored
@ -172,3 +172,4 @@
|
||||
/anaconda-30.14.tar.bz2
|
||||
/anaconda-30.15.tar.bz2
|
||||
/anaconda-30.16.tar.bz2
|
||||
/anaconda-30.17.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 30.16
|
||||
Version: 30.17
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -127,11 +127,6 @@ Requires: python3-coverage >= 4.0-0.12.b3
|
||||
|
||||
# required because of the rescue mode and VNC question
|
||||
Requires: anaconda-tui = %{version}-%{release}
|
||||
# required during the transition period until
|
||||
# anaconda-live is added to the kickstarts used to
|
||||
# create live images
|
||||
Requires: anaconda-live = %{version}-%{release}
|
||||
|
||||
|
||||
# Make sure we get the en locale one way or another
|
||||
Requires: glibc-langpack-en
|
||||
@ -212,6 +207,11 @@ Requires: yelp
|
||||
Requires: blivet-gui-runtime >= %{blivetguiver}
|
||||
Requires: system-logos
|
||||
|
||||
# required during the transition period until
|
||||
# anaconda-live is added to the kickstarts used to
|
||||
# create live images
|
||||
Requires: anaconda-live = %{version}-%{release}
|
||||
|
||||
# Needed to compile the gsettings files
|
||||
BuildRequires: gsettings-desktop-schemas
|
||||
BuildRequires: metacity
|
||||
@ -369,6 +369,18 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 09 2019 Martin Kolman <mkolman@redhat.com> - 30.17-1
|
||||
- Fix anaconda-live package temporary Requires: (mkolman)
|
||||
- Add a new configuration option allow_imperfect_devices (vponcova)
|
||||
- Remove the selinux flag (vponcova)
|
||||
- Rename the Services section (vponcova)
|
||||
- Fix Arm EFI package selection and 32 bit status (pbrobinson)
|
||||
- Remove support for the undocumented option force_efi_dir (vponcova)
|
||||
- Remove the flag extlinux (vponcova)
|
||||
- Remove the flag nombr (vponcova)
|
||||
- Remove the flag leavebootorder (vponcova)
|
||||
- Remove the flag nonibftiscsiboot (vponcova)
|
||||
|
||||
* Tue Jan 08 2019 Martin Kolman <mkolman@redhat.com> - 30.16-1
|
||||
- Use the file system type provided by Blivet by default (#1663585) (vponcova)
|
||||
- Move remaining GUI related files to anaconda-gui (mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-30.16.tar.bz2) = f0334439bc0fe2d019cccaa882804d0557486816ad55fdc40aef78873ff0e66c2a14981ab0d58033138274aca427e66ef981c0e027dcebb81d58d763fb5cf2dc
|
||||
SHA512 (anaconda-30.17.tar.bz2) = 136ddfed8685e53711a7582bac76d95e9b801b668a5634057f0b776c582c850cd73c95454bc54f8f6a7743f8b3ec4e9805403344147a9a20fb4646690414637a
|
||||
|
Loading…
Reference in New Issue
Block a user