New version 30.5-1
- Adjust to some DNF 3.6 changes (#1637021) (mkolman) - Ignore errors when trying to activate unsupported swaps (#1635252) (vtrefny) - Add option to set kernel.hung_task_timeout_secs option (rvykydal) - Move the glade adaptor to a separate plugin (dshea)
This commit is contained in:
parent
3a95fedaf5
commit
b585963dc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -160,3 +160,4 @@
|
|||||||
/anaconda-30.2.tar.bz2
|
/anaconda-30.2.tar.bz2
|
||||||
/anaconda-30.3.tar.bz2
|
/anaconda-30.3.tar.bz2
|
||||||
/anaconda-30.4.tar.bz2
|
/anaconda-30.4.tar.bz2
|
||||||
|
/anaconda-30.5.tar.bz2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 30.4
|
Version: 30.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -24,7 +24,7 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
|
|
||||||
%define blivetguiver 2.1.7-2
|
%define blivetguiver 2.1.7-2
|
||||||
%define dbusver 1.2.3
|
%define dbusver 1.2.3
|
||||||
%define dnfver 3.5.0
|
%define dnfver 3.6.0
|
||||||
%define dracutver 034-7
|
%define dracutver 034-7
|
||||||
%define fcoeutilsver 1.0.12-3.20100323git
|
%define fcoeutilsver 1.0.12-3.20100323git
|
||||||
%define gettextver 0.19.8
|
%define gettextver 0.19.8
|
||||||
@ -338,6 +338,7 @@ update-desktop-database &> /dev/null || :
|
|||||||
|
|
||||||
%files widgets-devel
|
%files widgets-devel
|
||||||
%{_libdir}/libAnacondaWidgets.so
|
%{_libdir}/libAnacondaWidgets.so
|
||||||
|
%{_libdir}/glade/modules/libAnacondaWidgets.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_datadir}/glade/catalogs/AnacondaWidgets.xml
|
%{_datadir}/glade/catalogs/AnacondaWidgets.xml
|
||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
@ -348,6 +349,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 08 2018 Martin Kolman <mkolman@redhat.com> - 30.5-1
|
||||||
|
- Adjust to some DNF 3.6 changes (#1637021) (mkolman)
|
||||||
|
- Ignore errors when trying to activate unsupported swaps (#1635252) (vtrefny)
|
||||||
|
- Add option to set kernel.hung_task_timeout_secs option (rvykydal)
|
||||||
|
- Move the glade adaptor to a separate plugin (dshea)
|
||||||
|
|
||||||
* Wed Oct 03 2018 Martin Kolman <mkolman@redhat.com> - 30.4-1
|
* Wed Oct 03 2018 Martin Kolman <mkolman@redhat.com> - 30.4-1
|
||||||
- Fix strings not marked for translation (jkonecny)
|
- Fix strings not marked for translation (jkonecny)
|
||||||
- Drop attempt to add 'nocrypto' to tsflags (awilliam)
|
- Drop attempt to add 'nocrypto' to tsflags (awilliam)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-30.4.tar.bz2) = e3889b6e5afffb8d89ef21c1ebc86756d7735f1cc1b8a12c881d48fce216ee4247d61209d7a6e1dde265f14f9991f349821f2fdb4fb27aeea63e3bc5519bec40
|
SHA512 (anaconda-30.5.tar.bz2) = 3f5cd9c7a7f1bf941163a83778c198e28f4703e4d2662d9140327b71aecd029195e497ce737a9f481e41abcc70801a4c59f6b32e32bdd1481c52e73dcc13bb4d
|
||||||
|
Loading…
Reference in New Issue
Block a user