New version 26.16-1
- rpmostreepayload: Rework binds to be recursive (walters) - Let DNF do its own substitutions (riehecky) - Bump Blivet version due to systemd-udev dependency (mkolman) - Don't log "Invalid bridge option" when network has no --bridgeopts. (rvykydal) - Fix updating of bridge slave which is bond. (rvykydal)
This commit is contained in:
parent
29ca8cf719
commit
ab22098199
1
.gitignore
vendored
1
.gitignore
vendored
@ -86,3 +86,4 @@
|
|||||||
/anaconda-26.13.tar.bz2
|
/anaconda-26.13.tar.bz2
|
||||||
/anaconda-26.14.tar.bz2
|
/anaconda-26.14.tar.bz2
|
||||||
/anaconda-26.15.tar.bz2
|
/anaconda-26.15.tar.bz2
|
||||||
|
/anaconda-26.16.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 26.15
|
Version: 26.16
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -83,7 +83,7 @@ The anaconda package is a metapackage for the Anaconda installer.
|
|||||||
%package core
|
%package core
|
||||||
Summary: Core of the Anaconda installer
|
Summary: Core of the Anaconda installer
|
||||||
Requires: python3-dnf >= %{dnfver}
|
Requires: python3-dnf >= %{dnfver}
|
||||||
Requires: python3-blivet >= 1:2.1.6-3
|
Requires: python3-blivet >= 1:2.1.7-3
|
||||||
Requires: python3-blockdev >= %{libblockdevver}
|
Requires: python3-blockdev >= %{libblockdevver}
|
||||||
Requires: libblockdev-plugins-all >= %{libblockdevver}
|
Requires: libblockdev-plugins-all >= %{libblockdevver}
|
||||||
Requires: python3-meh >= %{mehver}
|
Requires: python3-meh >= %{mehver}
|
||||||
@ -150,9 +150,6 @@ Requires: anaconda-tui = %{version}-%{release}
|
|||||||
# Make sure we get the en locale one way or another
|
# Make sure we get the en locale one way or another
|
||||||
Requires: glibc-langpack-en
|
Requires: glibc-langpack-en
|
||||||
|
|
||||||
# needed for the call to udevadm to work
|
|
||||||
Requires: systemd-udev
|
|
||||||
|
|
||||||
Obsoletes: anaconda-images <= 10
|
Obsoletes: anaconda-images <= 10
|
||||||
Provides: anaconda-images = %{version}-%{release}
|
Provides: anaconda-images = %{version}-%{release}
|
||||||
Obsoletes: anaconda-runtime < %{version}-%{release}
|
Obsoletes: anaconda-runtime < %{version}-%{release}
|
||||||
@ -328,8 +325,13 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 26.15-2
|
* Wed Dec 14 2016 Martin Kolman <mkolman@redhat.com> - 26.16-1
|
||||||
- Rebuild for Python 3.6
|
- rpmostreepayload: Rework binds to be recursive (walters)
|
||||||
|
- Let DNF do its own substitutions (riehecky)
|
||||||
|
- Bump Blivet version due to systemd-udev dependency (mkolman)
|
||||||
|
- Don't log "Invalid bridge option" when network has no --bridgeopts.
|
||||||
|
(rvykydal)
|
||||||
|
- Fix updating of bridge slave which is bond. (rvykydal)
|
||||||
|
|
||||||
* Mon Dec 05 2016 Martin Kolman <mkolman@redhat.com> - 26.15-1
|
* Mon Dec 05 2016 Martin Kolman <mkolman@redhat.com> - 26.15-1
|
||||||
- Don't pass storage to firstboot.setup() (mkolman)
|
- Don't pass storage to firstboot.setup() (mkolman)
|
||||||
@ -369,9 +371,6 @@ update-desktop-database &> /dev/null || :
|
|||||||
- tui: Available help system (vponcova)
|
- tui: Available help system (vponcova)
|
||||||
- network: index team slave connection names starting with 1 (rvykydal)
|
- network: index team slave connection names starting with 1 (rvykydal)
|
||||||
|
|
||||||
* Sat Nov 12 2016 Dennis Gilmore <dennis@ausil.us> - 26.11-2
|
|
||||||
- add Requires on systemd-udev for rhbz#1392591
|
|
||||||
|
|
||||||
* Thu Nov 10 2016 Martin Kolman <mkolman@redhat.com> - 26.11-1
|
* Thu Nov 10 2016 Martin Kolman <mkolman@redhat.com> - 26.11-1
|
||||||
- Relax blivet dependency to >= 2.1.6-3 (awilliam)
|
- Relax blivet dependency to >= 2.1.6-3 (awilliam)
|
||||||
- Bump required Blivet version (#1378156) (mkolman)
|
- Bump required Blivet version (#1378156) (mkolman)
|
||||||
|
Loading…
Reference in New Issue
Block a user