New version 29.5-1
- Write rootpw command to kickstart (#1557529) (mkolman) - Don't make safe to observe services on buses that don't run (vponcova) - Add the LanguageKickstarted property (vponcova) - Don't autoquit by default if the last hub is empty (#1553935) (mkolman) - Use the Services module in UI (vponcova) - Create the Services module (vponcova) - Enable hibernation only on x86 (#1554345) (vponcova) - Add the Storage module with no API (vponcova) - Add the Payload module with no API (vponcova) - Remove DBus modules Foo and Bar (vponcova) - network module: fix accessing org.freedesktop.hostname1 for current hostname (rvykydal)
This commit is contained in:
parent
5af58628ad
commit
41cf9fb633
1
.gitignore
vendored
1
.gitignore
vendored
@ -136,3 +136,4 @@
|
||||
/anaconda-29.2.tar.bz2
|
||||
/anaconda-29.3.tar.bz2
|
||||
/anaconda-29.4.tar.bz2
|
||||
/anaconda-29.5.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 29.4
|
||||
Version: 29.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -334,6 +334,20 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 19 2018 Martin Kolman <mkolman@redhat.com> - 29.5-1
|
||||
- Write rootpw command to kickstart (#1557529) (mkolman)
|
||||
- Don't make safe to observe services on buses that don't run (vponcova)
|
||||
- Add the LanguageKickstarted property (vponcova)
|
||||
- Don't autoquit by default if the last hub is empty (#1553935) (mkolman)
|
||||
- Use the Services module in UI (vponcova)
|
||||
- Create the Services module (vponcova)
|
||||
- Enable hibernation only on x86 (#1554345) (vponcova)
|
||||
- Add the Storage module with no API (vponcova)
|
||||
- Add the Payload module with no API (vponcova)
|
||||
- Remove DBus modules Foo and Bar (vponcova)
|
||||
- network module: fix accessing org.freedesktop.hostname1 for current hostname
|
||||
(rvykydal)
|
||||
|
||||
* Mon Mar 12 2018 Martin Kolman <mkolman@redhat.com> - 29.4-1
|
||||
- network module: add basic test (rvykydal)
|
||||
- Add prepare command to setup-mock-test-env script (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-29.4.tar.bz2) = 0974fddfc46d6448ed44f5c5bde8e53d2884efb4b4aabb242350f507cdd248bdb6a9835ea4abec9a0912a06cd2523a2bb10436367db422d065c0f6760986997c
|
||||
SHA512 (anaconda-29.5.tar.bz2) = e026bef7be1d32c592530122e5758c183aa46ab6d3ba99b422e5660d44441bdbf39775d50809372b1bdeca0b1c010fbf9aa6e0f3a0bb5b31e59880a72408c8da
|
||||
|
Loading…
Reference in New Issue
Block a user