New version 30.22-1
- Don't use the network manager client in a mock environment (vponcova) - Don't load storage plugins in dir installations (#1674605) (vponcova) - Test the storage configuration and validation in the Storage module (vponcova) - Implement configuration and validation in the partitioning modules (vponcova) - Create the storage validation task (vponcova) - Create the storage configuration task (vponcova) - Create base classes for the partitioning modules (vponcova) - Check if we can access a DBus service (vponcova)
This commit is contained in:
parent
71596f6210
commit
fda3307e48
1
.gitignore
vendored
1
.gitignore
vendored
@ -177,3 +177,4 @@
|
|||||||
/anaconda-30.19.tar.bz2
|
/anaconda-30.19.tar.bz2
|
||||||
/anaconda-30.20.tar.bz2
|
/anaconda-30.20.tar.bz2
|
||||||
/anaconda-30.21.tar.bz2
|
/anaconda-30.21.tar.bz2
|
||||||
|
/anaconda-30.22.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 30.21
|
Version: 30.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -355,6 +355,17 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 12 2019 Martin Kolman <mkolman@redhat.com> - 30.22-1
|
||||||
|
- Don't use the network manager client in a mock environment (vponcova)
|
||||||
|
- Don't load storage plugins in dir installations (#1674605) (vponcova)
|
||||||
|
- Test the storage configuration and validation in the Storage module
|
||||||
|
(vponcova)
|
||||||
|
- Implement configuration and validation in the partitioning modules (vponcova)
|
||||||
|
- Create the storage validation task (vponcova)
|
||||||
|
- Create the storage configuration task (vponcova)
|
||||||
|
- Create base classes for the partitioning modules (vponcova)
|
||||||
|
- Check if we can access a DBus service (vponcova)
|
||||||
|
|
||||||
* Thu Feb 07 2019 Martin Kolman <mkolman@redhat.com> - 30.21-1
|
* Thu Feb 07 2019 Martin Kolman <mkolman@redhat.com> - 30.21-1
|
||||||
- Drop the temporary anaconda-live dependency (mkolman)
|
- Drop the temporary anaconda-live dependency (mkolman)
|
||||||
- network module: update tests for generating dracut arguments (rvykydal)
|
- network module: update tests for generating dracut arguments (rvykydal)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-30.21.tar.bz2) = 6322ea3ac75357aa2442df777c7a14309db17f389736ecb7f33f0614cb747b779cc38a281091e04c800e0e532f7f148b17901a94705a15744da9e66393a155f8
|
SHA512 (anaconda-30.22.tar.bz2) = 49bd86f85619a7b3a689a93c7407827149878cbd8988ed0c0951f066fc5accf84a00300fb28bc1ea3767c6295ec5b63da06d7e3a7e839722d3c73bec342b3a71
|
||||||
|
Loading…
Reference in New Issue
Block a user