- Handle unmounting ostree when exiting (bcl)
- ostree: Use bind mounts to setup ostree root (bcl) - ostree: Skip root= setup when using --dirinstall (bcl) - disable_service: Specify string format args as logging params. (clumens) - Ignore failure when disable services that do not exist (phil) - Get rid of an unused variable in the network spoke. (clumens) - Revalidate source only if nm-con-ed change settings (#1270354) (jkonecny) - Merge solutions for test source when network change (#1270354) (jkonecny) - Changes in network state revalidate sources rhbz#1270354 (riehecky)
This commit is contained in:
parent
20ca7a12f5
commit
b44aeacd27
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@
|
||||
/anaconda-25.7.tar.bz2
|
||||
/anaconda-25.8.tar.bz2
|
||||
/anaconda-25.9.tar.bz2
|
||||
/anaconda-25.10.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 25.9
|
||||
Version: 25.10
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -323,6 +323,17 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 29 2016 Brian C. Lane <bcl@redhat.com> - 25.10-1
|
||||
- Handle unmounting ostree when exiting (bcl)
|
||||
- ostree: Use bind mounts to setup ostree root (bcl)
|
||||
- ostree: Skip root= setup when using --dirinstall (bcl)
|
||||
- disable_service: Specify string format args as logging params. (clumens)
|
||||
- Ignore failure when disable services that do not exist (phil)
|
||||
- Get rid of an unused variable in the network spoke. (clumens)
|
||||
- Revalidate source only if nm-con-ed change settings (#1270354) (jkonecny)
|
||||
- Merge solutions for test source when network change (#1270354) (jkonecny)
|
||||
- Changes in network state revalidate sources rhbz#1270354 (riehecky)
|
||||
|
||||
* Wed Apr 27 2016 Brian C. Lane <bcl@redhat.com> - 25.9-1
|
||||
- Use the iutil functions for interacting with systemd services. (dshea)
|
||||
- Add methods to enable and disable systemd services. (dshea)
|
||||
|
Loading…
Reference in New Issue
Block a user