4295f9
#global commit c4b843473a75fb38ed5bf54e9d3cfb1cb3719efa
4295f9
%{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})}
4295f9
4295f9
#global stable 1
4295f9
4295f9
# We ship a .pc file but don't want to have a dep on pkg-config. We
4295f9
# strip the automatically generated dep here and instead co-own the
4295f9
# directory.
4295f9
%global __requires_exclude pkg-config
4295f9
4295f9
%global pkgdir %{_prefix}/lib/systemd
4295f9
%global system_unit_dir %{pkgdir}/system
4295f9
%global user_unit_dir %{pkgdir}/user
4295f9
4295f9
# Bootstrap may be needed to break intercircular dependencies with
4295f9
# cryptsetup, e.g. when re-building cryptsetup on a json-c SONAME-bump.
4295f9
%bcond_with    bootstrap
4295f9
%bcond_without tests
4295f9
%bcond_without lto
4295f9
4295f9
Name:           systemd
4295f9
Url:            https://www.freedesktop.org/wiki/Software/systemd
152484
Version:        250
152484
Release:        3%{?dist}
4295f9
# For a breakdown of the licensing, see README
4295f9
License:        LGPLv2+ and MIT and GPLv2+
4295f9
Summary:        System and Service Manager
4295f9
4295f9
# download tarballs with "spectool -g systemd.spec"
4295f9
%if %{defined commit}
4295f9
Source0:        https://github.com/systemd/systemd%{?stable:-stable}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
4295f9
%else
4295f9
%if 0%{?stable}
4295f9
Source0:        https://github.com/systemd/systemd-stable/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
4295f9
%else
4295f9
Source0:        https://github.com/systemd/systemd/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
4295f9
%endif
4295f9
%endif
4295f9
# This file must be available before %%prep.
4295f9
# It is generated during systemd build and can be found in build/src/core/.
4295f9
Source1:        triggers.systemd
4295f9
Source2:        split-files.py
4295f9
Source3:        purge-nobody-user
4295f9
4295f9
# Prevent accidental removal of the systemd package
4295f9
Source4:        yum-protect-systemd.conf
4295f9
4295f9
Source5:        inittab
4295f9
Source6:        sysctl.conf.README
4295f9
Source7:        systemd-journal-remote.xml
4295f9
Source8:        systemd-journal-gatewayd.xml
4295f9
Source9:        20-yama-ptrace.conf
4295f9
Source10:       systemd-udev-trigger-no-reload.conf
4295f9
Source11:       20-grubby.install
4295f9
Source12:       systemd-user
4295f9
Source13:       libsystemd-shared.abignore
4295f9
4295f9
Source14:       10-oomd-defaults.conf
4295f9
Source15:       10-oomd-root-slice-defaults.conf
4295f9
Source16:       10-oomd-user-service-defaults.conf
4295f9
4295f9
Source21:       macros.sysusers
4295f9
Source22:       sysusers.attr
4295f9
Source23:       sysusers.prov
4295f9
Source24:       sysusers.generate-pre.sh
4eda52
Source25:       rc.local
4295f9
4295f9
%if 0
4295f9
GIT_DIR=../../src/systemd/.git git format-patch-ab --no-signature -M -N v235..v235-stable
4295f9
i=1; for j in 00*patch; do printf "Patch%04d:      %s\n" $i $j; i=$((i+1));done|xclip
4295f9
GIT_DIR=../../src/systemd/.git git diffab -M v233..master@{2017-06-15} -- hwdb/[67]* hwdb/parse_hwdb.py > hwdb.patch
4295f9
%endif
4295f9
4295f9
# Backports of patches from upstream (0000–0499)
4295f9
#
4295f9
# Any patches which are "in preparation" upstream should be listed
4295f9
# here, rather than in the next section. Packit CI will drop any
4295f9
# patches in this range before applying upstream pull requests.
4295f9
4295f9
# RHEL-specific
4295f9
Patch0001: 0001-logind-set-RemoveIPC-to-false-by-default.patch
152484
Patch0002: 0002-tmpfiles-don-t-create-resolv.conf-stub-resolv.conf-s.patch
152484
Patch0003: 0003-Copy-40-redhat.rules-from-RHEL-8.patch
152484
Patch0004: 0004-Avoid-tmp-being-mounted-as-tmpfs-without-the-user-s-.patch
152484
Patch0005: 0005-unit-don-t-add-Requires-for-tmp.mount.patch
152484
Patch0006: 0006-units-add-Install-section-to-tmp.mount.patch
152484
Patch0007: 0007-rc-local-order-after-network-online.target.patch
152484
Patch0008: 0008-ci-drop-CIs-irrelevant-for-downstream.patch
152484
Patch0009: 0009-ci-reconfigure-Packit-for-RHEL-9.patch
152484
Patch0010: 0010-ci-run-unit-tests-on-z-stream-branches-as-well.patch
152484
Patch0011: 0011-random-util-increase-random-seed-size-to-1024.patch
152484
Patch0012: 0012-journal-don-t-enable-systemd-journald-audit.socket-b.patch
152484
Patch0013: 0013-journald.conf-don-t-touch-current-audit-settings.patch
152484
Patch0014: 0014-Revert-udev-remove-WAIT_FOR-key.patch
152484
Patch0015: 0015-Really-don-t-enable-systemd-journald-audit.socket.patch
152484
Patch0016: 0016-rules-add-elevator-kernel-command-line-parameter.patch
152484
Patch0017: 0017-units-don-t-enable-tmp.mount-statically-in-local-fs..patch
152484
Patch0018: 0018-pid1-bump-DefaultTasksMax-to-80-of-the-kernel-pid.ma.patch
152484
Patch0019: 0019-set-core-ulimit-to-0-like-on-RHEL-7.patch
152484
Patch0020: 0020-ci-use-C9S-chroots-in-Packit.patch
152484
Patch0021: 0021-test-mountpointutil-util-do-not-assert-in-test_mnt_i.patch
152484
Patch0022: 0022-Treat-EPERM-as-not-available-too.patch
152484
Patch0023: 0023-test-copy-portable-profiles-into-the-image-if-they-d.patch
152484
Patch0024: 0024-test-introduce-get_cgroup_hierarchy-helper.patch
152484
Patch0025: 0025-test-require-unified-cgroup-hierarchy-for-TEST-56.patch
152484
Patch0026: 0026-tests-rework-test-macros-to-not-take-code-as-paramet.patch
152484
Patch0027: 0027-test-allow-to-set-NULL-to-intro-or-outro.patch
4295f9
4295f9
# Downstream-only patches (9000–9999)
4295f9
4295f9
BuildRequires:  gcc
4295f9
BuildRequires:  gcc-c++
4295f9
BuildRequires:  coreutils
4295f9
BuildRequires:  libcap-devel
4295f9
BuildRequires:  libmount-devel
4295f9
BuildRequires:  libfdisk-devel
4295f9
BuildRequires:  pam-devel
4295f9
BuildRequires:  libselinux-devel
4295f9
BuildRequires:  audit-libs-devel
4295f9
%if %{without bootstrap}
4295f9
BuildRequires:  cryptsetup-devel
4295f9
%endif
4295f9
BuildRequires:  dbus-devel
4295f9
# /usr/bin/getfacl is needed by test-acl-util
4295f9
BuildRequires:  acl
4295f9
BuildRequires:  libacl-devel
4295f9
BuildRequires:  gobject-introspection-devel
4295f9
BuildRequires:  libblkid-devel
4295f9
BuildRequires:  xz-devel
4295f9
BuildRequires:  xz
4295f9
BuildRequires:  lz4-devel
4295f9
BuildRequires:  lz4
4295f9
BuildRequires:  bzip2-devel
4295f9
BuildRequires:  libzstd-devel
4295f9
BuildRequires:  libidn2-devel
4295f9
BuildRequires:  libcurl-devel
4295f9
BuildRequires:  kmod-devel
4295f9
BuildRequires:  elfutils-devel
4295f9
BuildRequires:  openssl-devel
4295f9
BuildRequires:  libgcrypt-devel
4295f9
BuildRequires:  libgpg-error-devel
4295f9
BuildRequires:  gnutls-devel
4295f9
BuildRequires:  libmicrohttpd-devel
4295f9
BuildRequires:  libxkbcommon-devel
4295f9
BuildRequires:  libxslt
4295f9
BuildRequires:  docbook-style-xsl
4295f9
BuildRequires:  pkgconfig
4295f9
BuildRequires:  gperf
4295f9
BuildRequires:  gawk
4295f9
BuildRequires:  tree
4295f9
BuildRequires:  hostname
4295f9
BuildRequires:  python3dist(lxml)
4295f9
BuildRequires:  python3dist(jinja2)
4295f9
BuildRequires:  firewalld-filesystem
4295f9
BuildRequires:  libseccomp-devel
4295f9
BuildRequires:  meson >= 0.43
4295f9
BuildRequires:  gettext
4295f9
# We use RUNNING_ON_VALGRIND in tests, so the headers need to be available
4295f9
BuildRequires:  valgrind-devel
4295f9
BuildRequires:  pkgconfig(bash-completion)
152484
BuildRequires:  pkgconfig(tss2-esys)
152484
BuildRequires:  pkgconfig(tss2-rc)
152484
BuildRequires:  pkgconfig(tss2-mu)
4295f9
BuildRequires:  perl
4295f9
BuildRequires:  perl(IPC::SysV)
4295f9
4295f9
Requires(post): coreutils
4295f9
Requires(post): sed
4295f9
Requires(post): acl
4295f9
Requires(post): grep
4295f9
# systemd-machine-id-setup requires libssl
4295f9
Requires(post): openssl-libs
4295f9
Requires(pre):  coreutils
4295f9
Requires(pre):  /usr/bin/getent
4295f9
Requires(pre):  /usr/sbin/groupadd
4295f9
Requires:       dbus >= 1.9.18
4295f9
Requires:       %{name}-pam = %{version}-%{release}
4295f9
Requires:       %{name}-rpm-macros = %{version}-%{release}
4295f9
Requires:       %{name}-libs = %{version}-%{release}
4295f9
Requires:       util-linux
4295f9
Provides:       /bin/systemctl
4295f9
Provides:       /sbin/shutdown
4295f9
Provides:       syslog
4295f9
Provides:       systemd-units = %{version}-%{release}
4295f9
Obsoletes:      system-setup-keyboard < 0.9
4295f9
Provides:       system-setup-keyboard = 0.9
4295f9
# systemd-sysv-convert was removed in f20: https://fedorahosted.org/fpc/ticket/308
4295f9
Obsoletes:      systemd-sysv < 206
4295f9
# self-obsoletes so that dnf will install new subpackages on upgrade (#1260394)
4295f9
Obsoletes:      %{name} < 246.6-2
4295f9
Provides:       systemd-sysv = 206
4295f9
Conflicts:      initscripts < 9.56.1
4295f9
%if 0%{?fedora}
4295f9
Conflicts:      fedora-release < 23-0.12
4295f9
%endif
4295f9
Obsoletes:      timedatex < 0.6-3
4295f9
Provides:       timedatex = 0.6-3
4295f9
Conflicts:      %{name}-standalone-tmpfiles < %{version}-%{release}^
4295f9
Obsoletes:      %{name}-standalone-tmpfiles < %{version}-%{release}^
4295f9
Conflicts:      %{name}-standalone-sysusers < %{version}-%{release}^
4295f9
Obsoletes:      %{name}-standalone-sysusers < %{version}-%{release}^
4295f9
4295f9
# Requires deps for stuff that is dlopen()ed
4295f9
Requires:       pcre2%{?_isa}
4295f9
4295f9
%description
4295f9
systemd is a system and service manager that runs as PID 1 and starts
4295f9
the rest of the system. It provides aggressive parallelization
4295f9
capabilities, uses socket and D-Bus activation for starting services,
4295f9
offers on-demand starting of daemons, keeps track of processes using
4295f9
Linux control groups, maintains mount and automount points, and
4295f9
implements an elaborate transactional dependency-based service control
4295f9
logic. systemd supports SysV and LSB init scripts and works as a
4295f9
replacement for sysvinit. Other parts of this package are a logging daemon,
4295f9
utilities to control basic system configuration like the hostname,
4295f9
date, locale, maintain a list of logged-in users, system accounts,
4295f9
runtime directories and settings, and daemons to manage simple network
4295f9
configuration, network time synchronization, log forwarding, and name
4295f9
resolution.
4295f9
%if 0%{?stable}
4295f9
This package was built from the %{version}-stable branch of systemd.
4295f9
%endif
4295f9
4295f9
%package libs
4295f9
Summary:        systemd libraries
4295f9
License:        LGPLv2+ and MIT
4295f9
Obsoletes:      libudev < 183
4295f9
Obsoletes:      systemd < 185-4
4295f9
Conflicts:      systemd < 185-4
4295f9
Obsoletes:      systemd-compat-libs < 230
4295f9
Obsoletes:      nss-myhostname < 0.4
4295f9
Provides:       nss-myhostname = 0.4
4295f9
Provides:       nss-myhostname%{_isa} = 0.4
4295f9
Requires(post): coreutils
4295f9
Requires(post): sed
4295f9
Requires(post): grep
4295f9
Requires(post): /usr/bin/getent
4295f9
4295f9
%description libs
4295f9
Libraries for systemd and udev.
4295f9
4295f9
%package pam
4295f9
Summary:        systemd PAM module
4295f9
Requires:       %{name} = %{version}-%{release}
4295f9
4295f9
%description pam
4295f9
Systemd PAM module registers the session with systemd-logind.
4295f9
4295f9
%package rpm-macros
4295f9
Summary:        Macros that define paths and scriptlets related to systemd
4295f9
BuildArch:      noarch
4295f9
4295f9
%description rpm-macros
4295f9
Just the definitions of rpm macros.
4295f9
4295f9
See
4295f9
https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_systemd
4295f9
for information how to use those macros.
4295f9
4295f9
%package devel
4295f9
Summary:        Development headers for systemd
4295f9
License:        LGPLv2+ and MIT
4295f9
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
4295f9
Provides:       libudev-devel = %{version}
4295f9
Provides:       libudev-devel%{_isa} = %{version}
4295f9
Obsoletes:      libudev-devel < 183
4295f9
# Fake dependency to make sure systemd-pam is pulled into multilib (#1414153)
4295f9
Requires:       %{name}-pam = %{version}-%{release}
4295f9
4295f9
%description devel
4295f9
Development headers and auxiliary files for developing applications linking
4295f9
to libudev or libsystemd.
4295f9
4295f9
%package udev
4295f9
Summary: Rule-based device node and kernel event manager
4295f9
License:        LGPLv2+
4295f9
4295f9
Requires:       systemd%{?_isa} = %{version}-%{release}
4295f9
Requires(post):   systemd
4295f9
Requires(preun):  systemd
4295f9
Requires(postun): systemd
4295f9
Requires(post): grep
4295f9
Requires:       kmod >= 18-4
4295f9
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-dd43dd05b1
4295f9
Obsoletes:      systemd < 245.6-1
4295f9
Provides:       udev = %{version}
4295f9
Provides:       udev%{_isa} = %{version}
4295f9
Obsoletes:      udev < 183
4295f9
4295f9
# https://bugzilla.redhat.com/show_bug.cgi?id=1377733#c9
4295f9
Suggests:       systemd-bootchart
4295f9
# https://bugzilla.redhat.com/show_bug.cgi?id=1408878
4295f9
Requires:       kbd
4295f9
152484
# Requires deps for stuff that is dlopen()ed
152484
Requires:       cryptsetup-libs%{?_isa}
152484
# https://bugzilla.redhat.com/show_bug.cgi?id=2017541
152484
Requires:       tpm2-tss%{?_isa}
152484
4295f9
# https://bugzilla.redhat.com/show_bug.cgi?id=1753381
4295f9
Provides:       u2f-hidraw-policy = 1.0.2-40
4295f9
Obsoletes:      u2f-hidraw-policy < 1.0.2-40
4295f9
4295f9
%description udev
4295f9
This package contains systemd-udev and the rules and hardware database
4295f9
needed to manage device nodes. This package is necessary on physical
4295f9
machines and in virtual machines, but not in containers.
4295f9
4295f9
%package container
4295f9
# Name is the same as in Debian
4295f9
Summary: Tools for containers and VMs
4295f9
Requires:       %{name}%{?_isa} = %{version}-%{release}
4295f9
Requires(post):   systemd
4295f9
Requires(preun):  systemd
4295f9
Requires(postun): systemd
4295f9
# obsolete parent package so that dnf will install new subpackage on upgrade (#1260394)
4295f9
Obsoletes:      %{name} < 229-5
4295f9
License:        LGPLv2+
4295f9
4295f9
%description container
4295f9
Systemd tools to spawn and manage containers and virtual machines.
4295f9
4295f9
This package contains systemd-nspawn, machinectl, systemd-machined,
4295f9
and systemd-importd.
4295f9
4295f9
%package journal-remote
4295f9
# Name is the same as in Debian
4295f9
Summary:        Tools to send journal events over the network
4295f9
Requires:       %{name}%{?_isa} = %{version}-%{release}
4295f9
License:        LGPLv2+
4295f9
Requires(pre):    /usr/bin/getent
4295f9
Requires(post):   systemd
4295f9
Requires(preun):  systemd
4295f9
Requires(postun): systemd
4295f9
Requires:       firewalld-filesystem
4295f9
Provides:       %{name}-journal-gateway = %{version}-%{release}
4295f9
Provides:       %{name}-journal-gateway%{_isa} = %{version}-%{release}
4295f9
Obsoletes:      %{name}-journal-gateway < 227-7
4295f9
4295f9
%description journal-remote
4295f9
Programs to forward journal entries over the network, using encrypted HTTP,
4295f9
and to write journal files from serialized journal contents.
4295f9
4295f9
This package contains systemd-journal-gatewayd,
4295f9
systemd-journal-remote, and systemd-journal-upload.
4295f9
4295f9
%package resolved
4295f9
Summary:        System daemon that provides network name resolution to local applications
4295f9
Requires:       %{name}%{?_isa} = %{version}-%{release}
4295f9
License:        LGPLv2+
4295f9
4295f9
%description resolved
4295f9
systemd-resolved is a system service that provides network name
4295f9
resolution to local applications. It implements a caching and
4295f9
validating DNS/DNSSEC stub resolver, as well as an LLMNR and
4295f9
MulticastDNS resolver and responder.
4295f9
4295f9
%package oomd
4295f9
Summary:        A userspace out-of-memory (OOM) killer
4295f9
Requires:       %{name}%{?_isa} = %{version}-%{release}
4295f9
License:        LGPLv2+
4eda52
Provides:       %{name}-oomd-defaults = %{version}-%{release}
4295f9
4295f9
%description oomd
4295f9
systemd-oomd is a system service that uses cgroups-v2 and pressure stall
4295f9
information (PSI) to monitor and take action on processes before an OOM
4295f9
occurs in kernel space.
4295f9
4295f9
%package standalone-tmpfiles
4295f9
Summary:       Standalone tmpfiles binary for use in non-systemd systems
4295f9
RemovePathPostfixes: .standalone
4295f9
4295f9
%description standalone-tmpfiles
4295f9
Standalone tmpfiles binary with no dependencies on the systemd-shared library
4295f9
or other libraries from systemd-libs. This package conflicts with the main
4295f9
systemd package and is meant for use in non-systemd systems.
4295f9
4295f9
%package standalone-sysusers
4295f9
Summary:       Standalone sysusers binary for use in non-systemd systems
4295f9
RemovePathPostfixes: .standalone
4295f9
4295f9
%description standalone-sysusers
4295f9
Standalone sysusers binary with no dependencies on the systemd-shared library
4295f9
or other libraries from systemd-libs. This package conflicts with the main
4295f9
systemd package and is meant for use in non-systemd systems.
4295f9
4295f9
%prep
4295f9
%autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{version_no_tilde}} -p1
4295f9
4295f9
%build
4295f9
%define ntpvendor %(source /etc/os-release; echo ${ID})
4295f9
%{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}
4295f9
4295f9
CONFIGURE_OPTS=(
4295f9
        -Dmode=release
4295f9
        -Dsysvinit-path=/etc/rc.d/init.d
4295f9
        -Drc-local=/etc/rc.d/rc.local
4295f9
        -Dntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org'
4295f9
        -Ddns-servers=
4295f9
        -Duser-path=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin
4295f9
        -Dservice-watchdog=3min
4295f9
        -Ddev-kvm-mode=0666
4295f9
        -Dkmod=true
4295f9
        -Dxkbcommon=true
4295f9
        -Dblkid=true
4295f9
        -Dfdisk=true
4295f9
        -Dseccomp=true
4295f9
        -Dima=true
4295f9
        -Dselinux=true
4295f9
        -Dapparmor=false
4295f9
        -Dpolkit=true
4295f9
        -Dxz=true
4295f9
        -Dzlib=true
4295f9
        -Dbzip2=true
4295f9
        -Dlz4=true
4295f9
        -Dzstd=true
4295f9
        -Dpam=true
4295f9
        -Dacl=true
4295f9
        -Dsmack=true
4295f9
        -Dopenssl=true
152484
        -Dcryptolib=openssl
4295f9
        -Dp11kit=true
4295f9
        -Dgcrypt=true
4295f9
        -Daudit=true
4295f9
        -Delfutils=true
4295f9
%if %{without bootstrap}
4295f9
        -Dlibcryptsetup=true
4295f9
%else
4295f9
        -Dlibcryptsetup=false
4295f9
%endif
4295f9
        -Delfutils=true
4295f9
        -Dpwquality=false
4295f9
        -Dqrencode=false
4295f9
        -Dgnutls=true
4295f9
        -Dmicrohttpd=true
4295f9
        -Dlibidn2=true
4295f9
        -Dlibiptc=false
4295f9
        -Dlibcurl=true
4295f9
        -Dlibfido2=false
4295f9
        -Dgnu-efi=false
4295f9
        -Dtpm=true
152484
        -Dtpm2=true
4295f9
        -Dhwdb=true
4295f9
        -Dsysusers=true
4295f9
        -Dstandalone-binaries=true
4295f9
        -Ddefault-kill-user-processes=false
4295f9
        -Dtests=unsafe
4295f9
        -Dinstall-tests=false
4295f9
        -Dtty-gid=5
4295f9
        -Dusers-gid=100
4295f9
        -Dnobody-user=nobody
4295f9
        -Dnobody-group=nobody
4295f9
        -Dcompat-mutable-uid-boundaries=true
4295f9
        -Dsplit-usr=false
4295f9
        -Dsplit-bin=true
4295f9
%if %{with lto}
4295f9
        -Db_lto=true
4295f9
%else
4295f9
        -Db_lto=false
4295f9
%endif
4295f9
        -Db_ndebug=false
4295f9
        -Dman=true
152484
        -Dversion-tag=%{version}-%{release}
4295f9
%if 0%{?fedora}
4295f9
        -Dfallback-hostname=fedora
4295f9
%else
4295f9
        -Dfallback-hostname=localhost
4295f9
%endif
4295f9
        -Ddefault-dnssec=no
4295f9
        # https://bugzilla.redhat.com/show_bug.cgi?id=1867830
4295f9
        -Ddefault-mdns=no
4295f9
        -Ddefault-llmnr=resolve
4295f9
        -Doomd=true
4295f9
        -Dtimesyncd=false
4295f9
        -Dhomed=false
4295f9
        -Duserdb=false
4295f9
        -Dportabled=false
4295f9
        -Dnetworkd=false
4295f9
        -Dsupport-url=https://access.redhat.com/support
4295f9
)
4295f9
4295f9
%if %{without lto}
4295f9
%global _lto_cflags %nil
4295f9
%endif
4295f9
4295f9
%meson "${CONFIGURE_OPTS[@]}"
4295f9
4295f9
new_triggers=%{_vpath_builddir}/src/rpm/triggers.systemd.sh
4295f9
if ! diff -u %{SOURCE1} ${new_triggers}; then
4295f9
   echo -e "\n\n\nWARNING: triggers.systemd in Source1 is different!"
4295f9
   echo -e "      cp $PWD/${new_triggers} %{SOURCE1}\n\n\n"
4295f9
   sleep 5
4295f9
fi
4295f9
4295f9
%meson_build
4295f9
4295f9
%install
4295f9
%meson_install
4295f9
4295f9
# udev links
4295f9
mkdir -p %{buildroot}/%{_sbindir}
4295f9
ln -sf ../bin/udevadm %{buildroot}%{_sbindir}/udevadm
4295f9
4295f9
# Compatiblity and documentation files
4295f9
touch %{buildroot}/etc/crypttab
4295f9
chmod 600 %{buildroot}/etc/crypttab
4295f9
4295f9
# /etc/initab
4295f9
install -Dm0644 -t %{buildroot}/etc/ %{SOURCE5}
4295f9
4295f9
# /etc/sysctl.conf compat
4295f9
install -Dm0644 %{SOURCE6} %{buildroot}/etc/sysctl.conf
4295f9
ln -s ../sysctl.conf %{buildroot}/etc/sysctl.d/99-sysctl.conf
4295f9
4295f9
# Make sure these directories are properly owned
4295f9
mkdir -p %{buildroot}%{system_unit_dir}/basic.target.wants
4295f9
mkdir -p %{buildroot}%{system_unit_dir}/default.target.wants
4295f9
mkdir -p %{buildroot}%{system_unit_dir}/dbus.target.wants
4295f9
mkdir -p %{buildroot}%{system_unit_dir}/syslog.target.wants
4295f9
mkdir -p %{buildroot}/run
4295f9
mkdir -p %{buildroot}%{_localstatedir}/log
152484
touch %{buildroot}%{_localstatedir}/log/lastlog
152484
chmod 0664 %{buildroot}%{_localstatedir}/log/lastlog
4295f9
touch %{buildroot}/run/utmp
4295f9
touch %{buildroot}%{_localstatedir}/log/{w,b}tmp
4295f9
4295f9
# Make sure the user generators dir exists too
4295f9
mkdir -p %{buildroot}%{pkgdir}/system-generators
4295f9
mkdir -p %{buildroot}%{pkgdir}/user-generators
4295f9
4295f9
# Create new-style configuration files so that we can ghost-own them
4295f9
touch %{buildroot}%{_sysconfdir}/hostname
4295f9
touch %{buildroot}%{_sysconfdir}/vconsole.conf
4295f9
touch %{buildroot}%{_sysconfdir}/locale.conf
4295f9
touch %{buildroot}%{_sysconfdir}/machine-id
4295f9
touch %{buildroot}%{_sysconfdir}/machine-info
4295f9
touch %{buildroot}%{_sysconfdir}/localtime
4295f9
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
4295f9
touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
4295f9
4295f9
# Make sure the shutdown/sleep drop-in dirs exist
4295f9
mkdir -p %{buildroot}%{pkgdir}/system-shutdown/
4295f9
mkdir -p %{buildroot}%{pkgdir}/system-sleep/
4295f9
4295f9
# Make sure directories in /var exist
4295f9
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/coredump
4295f9
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/catalog
4295f9
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/backlight
4295f9
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/rfkill
4295f9
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/linger
4295f9
mkdir -p %{buildroot}%{_localstatedir}/lib/private
4295f9
mkdir -p %{buildroot}%{_localstatedir}/log/private
4295f9
mkdir -p %{buildroot}%{_localstatedir}/cache/private
4295f9
mkdir -p %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload
4295f9
ln -s ../private/systemd/journal-upload %{buildroot}%{_localstatedir}/lib/systemd/journal-upload
4295f9
mkdir -p %{buildroot}%{_localstatedir}/log/journal
4295f9
touch %{buildroot}%{_localstatedir}/lib/systemd/catalog/database
4295f9
touch %{buildroot}%{_sysconfdir}/udev/hwdb.bin
4295f9
touch %{buildroot}%{_localstatedir}/lib/systemd/random-seed
4295f9
touch %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload/state
4295f9
4eda52
# Install rc.local
4eda52
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/
4eda52
install -m 0644 %{SOURCE25} %{buildroot}%{_sysconfdir}/rc.d/rc.local
4eda52
ln -s rc.d/rc.local %{buildroot}%{_sysconfdir}/rc.local
4eda52
4295f9
# Install yum protection fragment
4295f9
install -Dm0644 %{SOURCE4} %{buildroot}/etc/dnf/protected.d/systemd.conf
4295f9
4295f9
install -Dm0644 -t %{buildroot}/usr/lib/firewalld/services/ %{SOURCE7} %{SOURCE8}
4295f9
4295f9
# Restore systemd-user pam config from before "removal of Fedora-specific bits"
4295f9
install -Dm0644 -t %{buildroot}/etc/pam.d/ %{SOURCE12}
4295f9
4295f9
# Install additional docs
4295f9
# https://bugzilla.redhat.com/show_bug.cgi?id=1234951
4295f9
install -Dm0644 -t %{buildroot}%{_pkgdocdir}/ %{SOURCE9}
4295f9
4295f9
# https://bugzilla.redhat.com/show_bug.cgi?id=1378974
4295f9
install -Dm0644 -t %{buildroot}%{system_unit_dir}/systemd-udev-trigger.service.d/ %{SOURCE10}
4295f9
4295f9
# A temporary work-around for https://bugzilla.redhat.com/show_bug.cgi?id=1663040
4295f9
mkdir -p %{buildroot}%{system_unit_dir}/systemd-hostnamed.service.d/
4295f9
cat >%{buildroot}%{system_unit_dir}/systemd-hostnamed.service.d/disable-privatedevices.conf <
4295f9
[Service]
4295f9
PrivateDevices=no
4295f9
EOF
4295f9
4295f9
install -Dm0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE11}
4295f9
4295f9
install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/ %{SOURCE13}
4295f9
4295f9
install -D -t %{buildroot}/usr/lib/systemd/ %{SOURCE3}
4295f9
4295f9
# systemd-oomd default configuration
4295f9
install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/oomd.conf.d/ %{SOURCE14}
4295f9
install -Dm0644 -t %{buildroot}%{system_unit_dir}/-.slice.d/ %{SOURCE15}
4295f9
install -Dm0644 -t %{buildroot}%{system_unit_dir}/user@.service.d/ %{SOURCE16}
4295f9
4295f9
install -m 0644 -D -t %{buildroot}%{_rpmconfigdir}/macros.d/ %{SOURCE21}
4295f9
install -m 0644 -D -t %{buildroot}%{_rpmconfigdir}/fileattrs/ %{SOURCE22}
4295f9
install -m 0755 -D -t %{buildroot}%{_rpmconfigdir}/ %{SOURCE23}
4295f9
install -m 0755 -D -t %{buildroot}%{_rpmconfigdir}/ %{SOURCE24}
4295f9
4295f9
%find_lang %{name}
4295f9
4295f9
# Split files in build root into rpms. See split-files.py for the
4295f9
# rules towards the end, anything which is an exception needs a line
4295f9
# here.
4295f9
python3 %{SOURCE2} %buildroot <
4295f9
%ghost %config(noreplace) /etc/crypttab
4295f9
%ghost /etc/udev/hwdb.bin
4295f9
/etc/inittab
4295f9
/usr/lib/systemd/purge-nobody-user
4295f9
%ghost %config(noreplace) /etc/vconsole.conf
4295f9
%ghost %config(noreplace) /etc/X11/xorg.conf.d/00-keyboard.conf
4295f9
%ghost %attr(0664,root,utmp) /run/utmp
4295f9
%ghost %attr(0664,root,utmp) /var/log/wtmp
4295f9
%ghost %attr(0600,root,utmp) /var/log/btmp
152484
%ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /var/log/lastlog
4295f9
%ghost %config(noreplace) /etc/hostname
4295f9
%ghost %config(noreplace) /etc/localtime
4295f9
%ghost %config(noreplace) /etc/locale.conf
4295f9
%ghost %config(noreplace) /etc/machine-id
4295f9
%ghost %config(noreplace) /etc/machine-info
4eda52
%config(noreplace) %{_sysconfdir}/rc.d/rc.local
4eda52
%{_sysconfdir}/rc.local
4295f9
%ghost %attr(0700,root,root) %dir /var/cache/private
4295f9
%ghost %attr(0700,root,root) %dir /var/lib/private
4295f9
%ghost %dir /var/lib/private/systemd
4295f9
%ghost %dir /var/lib/private/systemd/journal-upload
4295f9
%ghost /var/lib/private/systemd/journal-upload/state
4295f9
%ghost %dir /var/lib/systemd/backlight
4295f9
%ghost /var/lib/systemd/catalog/database
4295f9
%ghost %dir /var/lib/systemd/coredump
4295f9
%ghost /var/lib/systemd/journal-upload
4295f9
%ghost %dir /var/lib/systemd/linger
4295f9
%ghost /var/lib/systemd/random-seed
4295f9
%ghost %dir /var/lib/systemd/rfkill
4295f9
%ghost %dir /var/log/journal
4295f9
%ghost %dir /var/log/journal/remote
4295f9
%ghost %attr(0700,root,root) %dir /var/log/private
4295f9
EOF
4295f9
4eda52
%check
4eda52
%if %{with tests}
4eda52
meson test -C %{_vpath_builddir} -t 6 --print-errorlogs
4eda52
%endif
4295f9
4295f9
#############################################################################################
4295f9
4295f9
%include %{SOURCE1}
4295f9
4295f9
%pre
4295f9
getent group cdrom &>/dev/null || groupadd -r -g 11 cdrom &>/dev/null || :
4295f9
getent group utmp &>/dev/null || groupadd -r -g 22 utmp &>/dev/null || :
4295f9
getent group tape &>/dev/null || groupadd -r -g 33 tape &>/dev/null || :
4295f9
getent group dialout &>/dev/null || groupadd -r -g 18 dialout &>/dev/null || :
4295f9
getent group input &>/dev/null || groupadd -r input &>/dev/null || :
4295f9
getent group kvm &>/dev/null || groupadd -r -g 36 kvm &>/dev/null || :
4295f9
getent group render &>/dev/null || groupadd -r render &>/dev/null || :
4295f9
getent group systemd-journal &>/dev/null || groupadd -r -g 190 systemd-journal 2>&1 || :
4295f9
4295f9
getent group systemd-coredump &>/dev/null || groupadd -r systemd-coredump 2>&1 || :
4295f9
getent passwd systemd-coredump &>/dev/null || useradd -r -l -g systemd-coredump -d / -s /sbin/nologin -c "systemd Core Dumper" systemd-coredump &>/dev/null || :
4295f9
4295f9
4295f9
%post
4295f9
systemd-machine-id-setup &>/dev/null || :
4295f9
4295f9
systemctl daemon-reexec &>/dev/null || {
4295f9
  # systemd v239 had bug #9553 in D-Bus authentication of the private socket,
4295f9
  # which was later fixed in v240 by #9625.
4295f9
  #
4295f9
  # The end result is that a `systemctl daemon-reexec` call as root will fail
4295f9
  # when upgrading from systemd v239, which means the system will not start
4295f9
  # running the new version of systemd after this post install script runs.
4295f9
  #
4295f9
  # To work around this issue, let's fall back to using a `kill -TERM 1` to
4295f9
  # re-execute the daemon when the `systemctl daemon-reexec` call fails.
4295f9
  #
4295f9
  # In order to prevent issues when the reason why the daemon-reexec failed is
4295f9
  # not the aforementioned bug, let's only use this fallback when:
4295f9
  #   - we're upgrading this RPM package; and
4295f9
  #   - we confirm that systemd is running as PID1 on this system.
4295f9
  if [ $1 -gt 1 ] && [ -d /run/systemd/system ] ; then
4295f9
    kill -TERM 1 &>/dev/null || :
4295f9
  fi
4295f9
}
4295f9
4295f9
if [ $1 -eq 1 ]; then
4295f9
   [ -w %{_localstatedir} ] && journalctl --update-catalog || :
4295f9
   systemd-tmpfiles --create &>/dev/null || :
4295f9
fi
4295f9
4295f9
# Make sure new journal files will be owned by the "systemd-journal" group
4295f9
machine_id=$(cat /etc/machine-id 2>/dev/null)
4295f9
chgrp systemd-journal /{run,var}/log/journal/{,${machine_id}} &>/dev/null || :
4295f9
chmod g+s /{run,var}/log/journal/{,${machine_id}} &>/dev/null || :
4295f9
4295f9
# Apply ACL to the journal directory
4295f9
setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ &>/dev/null || :
4295f9
4295f9
[ $1 -eq 1 ] || exit 0
4295f9
4295f9
# We reset the enablement of all services upon initial installation
4295f9
# https://bugzilla.redhat.com/show_bug.cgi?id=1118740#c23
4295f9
# This will fix up enablement of any preset services that got installed
4295f9
# before systemd due to rpm ordering problems:
4295f9
# https://bugzilla.redhat.com/show_bug.cgi?id=1647172.
4295f9
# We also do this for user units, see
4295f9
# https://fedoraproject.org/wiki/Changes/Systemd_presets_for_user_units.
4295f9
systemctl preset-all &>/dev/null || :
4295f9
systemctl --global preset-all &>/dev/null || :
4295f9
4295f9
%postun
4295f9
if [ $1 -eq 1 ]; then
4295f9
   [ -w %{_localstatedir} ] && journalctl --update-catalog || :
4295f9
   systemd-tmpfiles --create &>/dev/null || :
4295f9
fi
4295f9
4295f9
%systemd_postun_with_restart systemd-timedated.service systemd-hostnamed.service systemd-journald.service systemd-localed.service
4295f9
4295f9
%post libs
4295f9
%{?ldconfig}
4295f9
4295f9
function mod_nss() {
4295f9
    if [ -f "$1" ] ; then
4295f9
        # Add nss-systemd to passwd and group
4295f9
        grep -E -q '^(passwd|group):.* systemd' "$1" ||
4295f9
        sed -i.bak -r -e '
4295f9
                s/^(passwd|group):(.*)/\1:\2 systemd/
4295f9
                ' "$1" &>/dev/null || :
4295f9
    fi
4295f9
}
4295f9
4295f9
FILE="$(readlink /etc/nsswitch.conf || echo /etc/nsswitch.conf)"
4295f9
if [ "$FILE" = "/etc/authselect/nsswitch.conf" ] && authselect check &>/dev/null; then
4295f9
        mod_nss "/etc/authselect/user-nsswitch.conf"
4295f9
        authselect apply-changes &> /dev/null || :
4295f9
else
4295f9
        mod_nss "$FILE"
4295f9
        # also apply the same changes to user-nsswitch.conf to affect
4295f9
        # possible future authselect configuration
4295f9
        mod_nss "/etc/authselect/user-nsswitch.conf"
4295f9
fi
4295f9
4295f9
# check if nobody or nfsnobody is defined
4295f9
export SYSTEMD_NSS_BYPASS_SYNTHETIC=1
4295f9
if getent passwd nfsnobody &>/dev/null; then
4295f9
   test -f /etc/systemd/dont-synthesize-nobody || {
4295f9
       echo 'Detected system with nfsnobody defined, creating /etc/systemd/dont-synthesize-nobody'
4295f9
       mkdir -p /etc/systemd || :
4295f9
       : >/etc/systemd/dont-synthesize-nobody || :
4295f9
   }
4295f9
elif getent passwd nobody 2>/dev/null | grep -v 'nobody:[x*]:65534:65534:.*:/:/sbin/nologin' &>/dev/null; then
4295f9
   test -f /etc/systemd/dont-synthesize-nobody || {
4295f9
       echo 'Detected system with incompatible nobody defined, creating /etc/systemd/dont-synthesize-nobody'
4295f9
       mkdir -p /etc/systemd || :
4295f9
       : >/etc/systemd/dont-synthesize-nobody || :
4295f9
   }
4295f9
fi
4295f9
4295f9
%{?ldconfig:%postun libs -p %ldconfig}
4295f9
4295f9
%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket
4295f9
4295f9
%post udev
4295f9
# Move old stuff around in /var/lib
4295f9
mv %{_localstatedir}/lib/random-seed %{_localstatedir}/lib/systemd/random-seed &>/dev/null
4295f9
mv %{_localstatedir}/lib/backlight %{_localstatedir}/lib/systemd/backlight &>/dev/null
4295f9
4295f9
udevadm hwdb --update &>/dev/null
4295f9
4295f9
%systemd_post %udev_services
4295f9
4295f9
# Try to save the random seed, but don't complain if /dev/urandom is unavailable
4295f9
/usr/lib/systemd/systemd-random-seed save 2>&1 | \
4295f9
    grep -v 'Failed to open /dev/urandom' || :
4295f9
4295f9
# Replace obsolete keymaps
4295f9
# https://bugzilla.redhat.com/show_bug.cgi?id=1151958
4295f9
grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
4295f9
    sed -i.rpm.bak -r 's/^KEYMAP="?fi-latin[19]"?/KEYMAP="fi"/' /etc/vconsole.conf || :
4295f9
4295f9
%preun udev
4295f9
%systemd_preun %udev_services
4295f9
4295f9
%postun udev
4295f9
# Restart some services.
4295f9
# Others are either oneshot services, or sockets, and restarting them causes issues (#1378974)
4295f9
%systemd_postun_with_restart systemd-udevd.service
4295f9
4295f9
%pre journal-remote
4295f9
getent group systemd-journal-remote &>/dev/null || groupadd -r systemd-journal-remote 2>&1 || :
4295f9
getent passwd systemd-journal-remote &>/dev/null || useradd -r -l -g systemd-journal-remote -d %{_localstatedir}/log/journal/remote -s /sbin/nologin -c "Journal Remote" systemd-journal-remote &>/dev/null || :
4295f9
4295f9
%post journal-remote
4295f9
%systemd_post systemd-journal-gatewayd.socket systemd-journal-gatewayd.service systemd-journal-remote.socket systemd-journal-remote.service systemd-journal-upload.service
4295f9
%firewalld_reload
4295f9
4295f9
%preun journal-remote
4295f9
%systemd_preun systemd-journal-gatewayd.socket systemd-journal-gatewayd.service systemd-journal-remote.socket systemd-journal-remote.service systemd-journal-upload.service
4295f9
if [ $1 -eq 1 ] ; then
4295f9
    if [ -f %{_localstatedir}/lib/systemd/journal-upload/state -a ! -L %{_localstatedir}/lib/systemd/journal-upload ] ; then
4295f9
        mkdir -p %{_localstatedir}/lib/private/systemd/journal-upload
4295f9
        mv %{_localstatedir}/lib/systemd/journal-upload/state %{_localstatedir}/lib/private/systemd/journal-upload/.
4295f9
        rmdir %{_localstatedir}/lib/systemd/journal-upload || :
4295f9
    fi
4295f9
fi
4295f9
4295f9
%postun journal-remote
4295f9
%systemd_postun_with_restart systemd-journal-gatewayd.service systemd-journal-remote.service systemd-journal-upload.service
4295f9
%firewalld_reload
4295f9
4295f9
%pre resolved
4295f9
getent group systemd-resolve &>/dev/null || groupadd -r -g 193 systemd-resolve 2>&1 || :
4295f9
getent passwd systemd-resolve &>/dev/null || useradd -r -u 193 -l -g systemd-resolve -d / -s /sbin/nologin -c "systemd Resolver" systemd-resolve &>/dev/null || :
4295f9
4295f9
%preun resolved
4295f9
%systemd_preun systemd-resolved.service
4295f9
4295f9
%post resolved
4295f9
%systemd_post systemd-resolved.service
4295f9
4295f9
%postun resolved
4295f9
%systemd_postun_with_restart systemd-resolved.service
4295f9
4295f9
%pre oomd
4295f9
getent group systemd-oom &>/dev/null || groupadd -r systemd-oom 2>&1 || :
4295f9
getent passwd systemd-oom &>/dev/null || useradd -r -l -g systemd-oom -d / -s /sbin/nologin -c "systemd Userspace OOM Killer" systemd-oom &>/dev/null || :
4295f9
4295f9
%preun oomd
4295f9
%systemd_preun systemd-oomd.service
4295f9
4295f9
%post oomd
4295f9
%systemd_post systemd-oomd.service
4295f9
4295f9
%postun oomd
4295f9
%systemd_postun_with_restart systemd-oomd.service
4295f9
4295f9
%global _docdir_fmt %{name}
4295f9
4295f9
%files -f %{name}.lang -f .file-list-rest
4295f9
%doc %{_pkgdocdir}
4295f9
%exclude %{_pkgdocdir}/LICENSE.*
4295f9
%license LICENSE.GPL2 LICENSE.LGPL2.1
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/basic.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/bluetooth.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/default.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/getty.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/graphical.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/local-fs.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/machines.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/multi-user.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/network-online.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/printer.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/remote-fs.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sockets.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sysinit.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/system-update.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /etc/systemd/system/timers.target.wants
4295f9
%ghost %dir %attr(0755,-,-) /var/lib/rpm-state/systemd
4295f9
4295f9
%files libs -f .file-list-libs
4295f9
%license LICENSE.LGPL2.1
4295f9
4295f9
%files pam -f .file-list-pam
4295f9
4295f9
%files rpm-macros -f .file-list-rpm-macros
4295f9
4295f9
%files devel -f .file-list-devel
4295f9
4295f9
%files udev -f .file-list-udev
4295f9
4295f9
%files container -f .file-list-container
4295f9
4295f9
%files journal-remote -f .file-list-remote
4295f9
4295f9
%files resolved -f .file-list-resolved
4295f9
4295f9
%files oomd -f .file-list-oomd
4295f9
4295f9
%files standalone-tmpfiles -f .file-list-standalone-tmpfiles
4295f9
4295f9
%files standalone-sysusers -f .file-list-standalone-sysusers
4295f9
4295f9
%changelog
152484
* Tue Feb 08 2022 systemd maintenance team <systemd-maint@redhat.com> - 250-3
152484
- Treat EPERM as "not available" too (#2017035)
152484
- test: copy portable profiles into the image if they don't exist there (#2017035)
152484
- test: introduce `get_cgroup_hierarchy() helper (#2047768)
152484
- test: require unified cgroup hierarchy for TEST-56 (#2047768)
152484
- tests: rework test macros to not take code as parameters (#2017035)
152484
- test: allow to set NULL to intro or outro (#2017035)
152484
152484
* Tue Feb 01 2022 Michal Sekletar <msekleta@redhat.com> - 250-2
152484
- spec: make sure version string starts with version number (#2049054)
152484
152484
* Mon Jan 31 2022 Jan Macku <jamacku@redhat.com> - 250-1
152484
- Rebase to v250 (#2047768)
152484
4eda52
* Thu Nov 18 2021 systemd maintenance team <systemd-maint@redhat.com> - 249-9
4eda52
- test: don't install test-network-generator-conversion.sh w/o networkd (#2017035)
4eda52
- meson.build: change operator combining bools from + to and (#2017035)
4eda52
- openssl-util: use EVP API to get RSA bits (#2016042)
4eda52
- procfs-util: fix confusion wrt. quantity limit and maximum value (#2017035)
4eda52
- test-process-util: also add EROFS to the list of "good" errors (#2017035)
4eda52
- ci: use C9S chroots in Packit (#2017035)
4eda52
- test-mountpointutil-util: do not assert in test_mnt_id() (#2017035)
4eda52
- core/mount: add implicit unit dependencies even if when mount unit is generated from /proc/self/mountinfo (#2019468)
4eda52
- Drop Patch9001 - https://github.com/systemd/systemd/pull/17050 - Replaced by Patch0046
4eda52
4eda52
* Tue Oct 12 2021 systemd maintenance team <systemd-maint@redhat.com> - 249-8
4eda52
- Really don't enable systemd-journald-audit.socket (#1973856)
4eda52
- rules: add elevator= kernel command line parameter (#2003002)
4eda52
- boot: don't build bootctl when -Dgnu-efi=false is set (#2003130)
4eda52
- unit: install the systemd-bless-boot.service only if we have gnu-efi (#2003130)
4eda52
- units: don't enable tmp.mount statically in local-fs.target (#2000927)
4eda52
- pid1: bump DefaultTasksMax to 80% of the kernel pid.max value (#2003031)
4eda52
- sd-device: introduce device_has_devlink() (#2005024)
4eda52
- udev-node: split out permission handling from udev_node_add() (#2005024)
4eda52
- udev-node: stack directory must exist when adding device node symlink (#2005024)
4eda52
- udev-node: save information about device node and priority in symlink (#2005024)
4eda52
- udev-node: always update timestamp of stack directory (#2005024)
4eda52
- udev-node: assume no new claim to a symlink if /run/udev/links is not updated (#2005024)
4eda52
- udev-node: always atomically create symlink to device node (#2005024)
4eda52
- udev-node: check stack directory change even if devlink is removed (#2005024)
4eda52
- udev-node: shorten code a bit and update log message (#2005024)
4eda52
- udev-node: add random delay on conflict in updating device node symlink (#2005024)
4eda52
- udev-node: drop redundant trial of devlink creation (#2005024)
4eda52
- udev-node: simplify the example of race (#2005024)
4eda52
- udev-node: do not ignore unexpected errors on removing symlink in stack directory (#2005024)
4eda52
- basic/time-util: introduce FORMAT_TIMESPAN (#2005024)
4eda52
- udev/net-setup-link: change the default MACAddressPolicy to "none" (#2009237)
4eda52
- set core ulimit to 0 like on RHEL-7 (#1998509)
4295f9
4295f9
* Fri Aug 20 2021 systemd maintenance team <systemd-maint@redhat.com> - 249-4
4295f9
- Revert "udev: remove WAIT_FOR key" (#1982666)
4295f9
4295f9
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com>
4295f9
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
4295f9
  Related: rhbz#1991688
4295f9
4295f9
* Fri Aug 06 2021 systemd maintenance team <systemd-maint@redhat.com> - 249-2
4295f9
- basic/unit-name: do not use strdupa() on a path (#1984299)
4295f9
- basic/unit-name: adjust comments (#1984299)
4295f9
- tmpfiles: don't create resolv.conf -> stub-resolv.conf symlink (#1989472)
4295f9
- Copy 40-redhat.rules from RHEL-8 (#1978639)
4295f9
- Avoid /tmp being mounted as tmpfs without the user's will (#1959826)
4295f9
- unit: don't add Requires for tmp.mount (#1619292)
4295f9
- units: add [Install] section to tmp.mount (#1959826)
4295f9
- rc-local: order after network-online.target (#1954429)
4295f9
- ci: drop CIs irrelevant for downstream (#1960703)
4295f9
- ci: reconfigure Packit for RHEL 9 (#1960703)
4295f9
- ci: run unit tests on z-stream branches as well (#1960703)
4295f9
- Check return value of pam_get_item/pam_get_data functions (#1973210)
4295f9
- random-util: increase random seed size to 1024 (#1982603)
4295f9
- journal: don't enable systemd-journald-audit.socket by default (#1973856)
4295f9
- journald.conf: don't touch current audit settings (#1973856)
4295f9
4295f9
* Mon Jul 12 2021  <msekleta@redhat.com> - 249-1
4295f9
- Rebase to v249 (#1981276)
4295f9
4295f9
* Thu Jun 17 2021 systemd maintenance team <systemd-maint@redhat.com> - 248-7
4295f9
- core: allow omitting second part of LoadCredentials= argument (#1949568)
4295f9
4295f9
* Tue Jun 15 2021 Mohan Boddu <mboddu@redhat.com> - 248-6
4295f9
- Rebuilt for RHEL 9 BETA for openssl 3.0 (#1971065)
4295f9
4295f9
* Mon May 17 2021 systemd maintenance team <systemd-maint@redhat.com> - 248-5
4295f9
- Revert "rfkill: fix the format string to prevent compilation error" (#1931710)
4295f9
- Revert "rfkill: don't compare values of different signedness" (#1931710)
4295f9
- rfkill: add some casts to silence -Werror=sign-compare (#1931710)
4295f9
4295f9
* Fri May 14 2021 systemd maintenance team <systemd-maint@redhat.com> - 248-4
4295f9
- logind: set RemoveIPC to false by default (#1959836)
4295f9
4295f9
* Fri May 14 2021 systemd maintenance team <systemd-maint@redhat.com> - 248-3
4295f9
- rfkill: don't compare values of different signedness (#1931710)
4295f9
- rfkill: fix the format string to prevent compilation error (#1931710)
4295f9
4295f9
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com>
4295f9
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
4295f9
4295f9
* Wed Mar 31 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248-1
4295f9
- Latest upstream release, see
4295f9
  https://github.com/systemd/systemd/blob/v248/NEWS.
4295f9
- The changes since -rc4 are rather small, various fixes all over the place.
4295f9
  A fix to how systemd-oomd selects a candidate to kill, and more debug logging
4295f9
  to make this more transparent.
4295f9
4295f9
* Tue Mar 30 2021 Anita Zhang <the.anitazha@gmail.com> - 248~rc4-6
4295f9
- Increase oomd user memory pressure limit to 50% (#1941170)
4295f9
4295f9
* Fri Mar 26 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-5
4295f9
- Do not preset systemd-networkd.service and systemd-networkd-wait-online.service
4295f9
  on upgrades from before systemd-networkd was split out (#1943263)
4295f9
- In nsswitch.conf, move nss-myhostname to the front, before nss-mdns4 (#1943199)
4295f9
4295f9
* Wed Mar 24 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-4
4295f9
- Revert patch that seems to cause problems with dns resolution
4295f9
  (see comments on https://bodhi.fedoraproject.org/updates/FEDORA-2021-1c1a870ceb)
4295f9
4295f9
* Mon Mar 22 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-3
4295f9
- Fix hang when processing timers during DST switch in Europe/Dublin timezone (#1941335)
4295f9
- Fix returning combined IPv4/IPv6 responses from systemd-resolved cache (#1940715)
4295f9
  (But note that the disablement of caching added previously is
4295f9
  retained until we can do more testing.)
4295f9
- Minor fix to interface naming by udev
4295f9
- Fix for systemd-repart --size
4295f9
4295f9
* Fri Mar 19 2021 Adam Williamson <awilliam@redhat.com> - 248~rc4-2
4295f9
- Disable resolved cache via config snippet (#1940715)
4295f9
4295f9
* Thu Mar 18 2021 Yu Watanabe <yuwatana@redhat.com> - 248~rc4-1
4295f9
- Latest upstream prelease, see
4295f9
  https://github.com/systemd/systemd/blob/v248-rc4/NEWS.
4295f9
- A bunch of documentation updates, correctness fixes, and systemd-networkd
4295f9
  features.
4295f9
- Resolves #1933137, #1935084, #1933873, #1931181, #1933335, #1935062, #1927148.
4295f9
4295f9
* Tue Mar 16 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-8
4295f9
- Drop the resolved cache disablement config snippet
4295f9
4295f9
* Tue Mar 16 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-7
4295f9
- Backport PR #19009 to fix CNAME redirect resolving some more (#1933433)
4295f9
4295f9
* Fri Mar 12 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-6
4295f9
- Disable resolved cache via config snippet (#1933433)
4295f9
4295f9
* Thu Mar 11 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc2-5
4295f9
- Fix crash in pid1 during daemon-reexec (#1931034)
4295f9
4295f9
* Fri Mar 05 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-3
4295f9
- Fix stub resolver CNAME chain resolving (#1933433)
4295f9
4295f9
* Mon Mar 01 2021 Josh Boyer <jwboyer@fedoraproject.org> - 248~rc2-2
4295f9
- Don't set the fallback hostname to Fedora on non-Fedora OSes
4295f9
4295f9
* Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc2-1
4295f9
- Latest upstream prelease, just a bunch of small fixes.
4295f9
- Fixes #1931957.
4295f9
4295f9
* Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc1-2
4295f9
- Rebuild with the newest scriptlets
4295f9
4295f9
* Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc1-1
4295f9
- Latest upstream prerelease, see
4295f9
  https://github.com/systemd/systemd/blob/v248-rc1/NEWS.
4295f9
- Fixes #1614751 by only restarting services at the end of transcation.
4295f9
  Various packages need to be rebuilt to have the updated macros.
4295f9
- Fixes #1879028, though probably not completely.
4295f9
- Fixes #1925805, #1928235.
4295f9
4295f9
* Wed Feb 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 247.3-3
4295f9
- Increase oomd user memory pressure limit to 10% (#1929856)
4295f9
4295f9
* Fri Feb  5 2021 Anita Zhang <the.anitazha@gmail.com> - 247.3-2
4295f9
- Changes for https://fedoraproject.org/wiki/Changes/EnableSystemdOomd.
4295f9
- Backports consist primarily of PR #18361, #18444, and #18401 (plus some
4295f9
  additional ones to handle merge conflicts).
4295f9
- Create systemd-oomd-defaults subpackage to install unit drop-ins that will
4295f9
  configure systemd-oomd to monitor and act.
4295f9
4295f9
* Tue Feb  2 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.3-1
4295f9
- Minor stable release
4295f9
- Fixes #1895937, #1813219, #1903106.
4295f9
4295f9
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org>
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4295f9
4295f9
* Wed Jan 13 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.2-2
4295f9
- Fix bfq patch again (#1813219)
4295f9
4295f9
* Wed Dec 23 2020 Jonathan Underwood <jonathan.underwood@gmail.com> - 247.2-2
4295f9
- Add patch to enable crypttab to support disabling of luks read and
4295f9
  write workqueues (corresponding to
4295f9
  https://github.com/systemd/systemd/pull/18062/).
4295f9
4295f9
* Wed Dec 16 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.2-1
4295f9
- Minor stable release
4295f9
- Fixes #1908071.
4295f9
4295f9
* Tue Dec  8 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.1-3
4295f9
- Rebuild with fallback hostname change reverted.
4295f9
4295f9
* Fri Dec 04 2020 Bastien Nocera <bnocera@redhat.com> - 247.1-2
4295f9
- Unset fallback-hostname as plenty of applications expected localhost
4295f9
  to mean "default hostname" without ever standardising it (#1892235)
4295f9
4295f9
* Tue Dec  1 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.1-1
4295f9
- Latest stable release
4295f9
- Fixes #1902819.
4295f9
- Files to configure networking with systemd-networkd in a VM or container are
4295f9
  moved to systemd-networkd subpackage. (They were previously in the -container
4295f9
  subpackage, which is for container/VM management.)
4295f9
4295f9
* Thu Nov 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247-1
4295f9
- Update to the latest version
4295f9
- #1900878 should be fixed
4295f9
4295f9
* Tue Oct 20 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247~rc2
4295f9
- New upstream pre-release. See
4295f9
  https://github.com/systemd/systemd/blob/v247-rc1/NEWS.
4295f9
  Many smaller and bigger improvements and features are introduced.
4295f9
  (#1885101, #1890632, #1879216)
4295f9
4295f9
  A backwards-incompatible change affects PCI network devices which
4295f9
  are connected through a bridge which is itself associated with a
4295f9
  slot. When more than one device was associated with the same slot,
4295f9
  one of the devices would pseudo-randomly get named after the slot.
4295f9
  That name is now not generated at all. This changed behaviour is
4295f9
  causes the net naming scheme to be changed to "v247". To restore
4295f9
  previous behaviour, specify net.naming-scheme=v245.
4295f9
4295f9
  systemd-oomd is built, but should not be considered "production
4295f9
  ready" at this point. Testing and bug reports are welcome.
4295f9
4295f9
* Wed Sep 30 2020 Dusty Mabe <dusty@dustymabe.com> - 246.6-3
4295f9
- Try to make files in subpackages (especially the networkd subpackage)
4295f9
  more appropriate.
4295f9
4295f9
* Thu Sep 24 2020 Filipe Brandenburger <filbranden@gmail.com> - 246.6-2
4295f9
- Build a package with standalone binaries for non-systemd systems.
4295f9
  For now, only systemd-sysusers is included.
4295f9
4295f9
* Thu Sep 24 2020 Christian Glombek <lorbus@fedoraproject.org> - 246.6-2
4295f9
- Split out networkd sub-package and add to main package as recommended dependency
4295f9
4295f9
* Sun Sep 20 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.6-1
4295f9
- Update to latest stable release (various minor fixes: manager,
4295f9
  networking, bootct, kernel-install, systemd-dissect, systemd-homed,
4295f9
  fstab-generator, documentation) (#1876905)
4295f9
- Do not fail in test because of kernel bug (#1803070)
4295f9
4295f9
* Sun Sep 13 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.5-1
4295f9
- Update to latest stable release (a bunch of small network-related
4295f9
  fixes in systemd-networkd and socket handling, documentation updates,
4295f9
  a bunch of fixes for error handling).
4295f9
- Also remove existing file when creating /etc/resolv.conf symlink
4295f9
  upon installation (#1873856 again)
4295f9
4295f9
* Wed Sep  2 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.4-1
4295f9
- Update to latest stable version: a rework of how the unit cache mtime works
4295f9
  (hopefully #1872068, #1871327, #1867930), plus various fixes to
4295f9
  systemd-resolved, systemd-dissect, systemd-analyze, systemd-ask-password-agent,
4295f9
  systemd-networkd, systemd-homed, systemd-machine-id-setup, presets for
4295f9
  instantiated units, documentation and shell completions.
4295f9
- Create /etc/resolv.conf symlink upon installation (#1873856)
4295f9
- Move nss-mdns before nss-resolve in /etc/nsswitch.conf and disable
4295f9
  mdns by default in systemd-resolved (#1867830)
4295f9
4295f9
* Wed Aug 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.3-1
4295f9
- Update to bugfix version (some networkd fixes, minor documentation
4295f9
  fixes, relax handling of various error conditions, other fixlets for
4295f9
  bugs without bugzilla numbers).
4295f9
4295f9
* Mon Aug 17 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.2-1
4295f9
- A few minor bugfixes
4295f9
- Adjust seccomp filter for kernel 5.8 and glibc 2.32 (#1869030)
4295f9
- Create /etc/resolv.conf symlink on upgrade (#1867865)
4295f9
4295f9
* Fri Aug  7 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.1-1
4295f9
- A few minor bugfixes
4295f9
- Remove /etc/resolv.conf on upgrades (if managed by NetworkManager), so
4295f9
  that systemd-resolved can take over the management of the symlink.
4295f9
4295f9
* Thu Jul 30 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246-1
4295f9
- Update to released version. Only some minor bugfixes since the pre-release.
4295f9
4295f9
* Sun Jul 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc2-2
4295f9
- Make /tmp be 50% of RAM again (#1856514)
4295f9
- Re-run 'systemctl preset systemd-resolved' on upgrades.
4295f9
  /etc/resolv.conf is not modified, by a hint is emitted if it is
4295f9
  managed by NetworkManager.
4295f9
4295f9
* Fri Jul 24 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc2-1
4295f9
- New pre-release with incremental fixes
4295f9
  (#1856037, #1858845, #1856122, #1857783)
4295f9
- Enable systemd-resolved (with DNSSEC disabled by default, and LLMNR
4295f9
  and mDNS support in resolve-only mode by default).
4295f9
  See https://fedoraproject.org/wiki/Changes/systemd-resolved.
4295f9
4295f9
* Thu Jul  9 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc1-1
4295f9
- New upstream release, see
4295f9
  https://raw.githubusercontent.com/systemd/systemd/v246-rc1/NEWS.
4295f9
4295f9
  This release includes many new unit settings, related inter alia to
4295f9
  cgroupsv2 freezer support and cpu affinity, encryption and verification.
4295f9
  systemd-networkd has a ton of new functionality and many other tools gained
4295f9
  smaller enhancements. systemd-homed gained FIDO2 support.
4295f9
4295f9
  Documentation has been significantly improved: sd-bus and sd-hwdb
4295f9
  libraries are now fully documented; man pages have been added for
4295f9
  the D-BUS APIs of systemd daemons and various new interfaces.
4295f9
4295f9
  Closes #1392925, #1790972, #1197886, #1525593.
4295f9
4295f9
* Wed Jun 24 2020 Bastien Nocera <bnocera@redhat.com> - 245.6-3
4295f9
- Set fallback-hostname to fedora so that unset hostnames are still
4295f9
  recognisable (#1392925)
4295f9
4295f9
* Tue Jun  2 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.6-2
4295f9
- Add self-obsoletes to fix upgrades from F31
4295f9
4295f9
* Sun May 31 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.6-1
4295f9
- Update to latest stable version (some documentation updates, minor
4295f9
  memory correctness issues) (#1815605, #1827467, #1842067)
4295f9
4295f9
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 245.5-2
4295f9
- Add explicit BuildRequires: acl
4295f9
- Bootstrapping for json-c SONAME bump
4295f9
4295f9
* Fri Apr 17 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.5-1
4295f9
- Update to latest stable version (#1819313, #1815412, #1800875)
4295f9
4295f9
* Thu Apr 16 2020 Björn Esser <besser82@fedoraproject.org> - 245.4-2
4295f9
- Add bootstrap option to break circular deps on cryptsetup
4295f9
4295f9
* Wed Apr  1 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.4-1
4295f9
- Update to latest stable version (#1814454)
4295f9
4295f9
* Thu Mar 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.3-1
4295f9
- Update to latest stable version (no issue that got reported in bugzilla)
4295f9
4295f9
* Wed Mar 18 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.2-1
4295f9
- Update to latest stable version (a few bug fixes for random things) (#1798776)
4295f9
4295f9
* Fri Mar  6 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245-1
4295f9
- Update to latest version (#1807485)
4295f9
4295f9
* Wed Feb 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245~rc2-1
4295f9
- Modify the downstream udev rule to use bfq to only apply to disks (#1803500)
4295f9
- "Upgrade" dependency on kbd package from Recommends to Requires (#1408878)
4295f9
- Move systemd-bless-boot.service and systemd-boot-system-token.service to
4295f9
  systemd-udev subpackage (#1807462)
4295f9
- Move a bunch of other services to systemd-udev:
4295f9
  systemd-pstore.service, all fsck-related functionality,
4295f9
  systemd-volatile-root.service, systemd-verity-setup.service, and a few
4295f9
  other related files.
4295f9
- Fix daemon-reload rule to not kill non-systemd pid1 (#1803240)
4295f9
- Fix namespace-related failure when starting systemd-homed (#1807465) and
4295f9
  group lookup failure in nss_systemd (#1809147)
4295f9
- Drop autogenerated BOOT_IMAGE= parameter from stored kernel command lines
4295f9
  (#1716164)
4295f9
- Don't require /proc to be mounted for systemd-sysusers to work (#1807768)
4295f9
4295f9
* Fri Feb 21 2020 Filipe Brandenburger <filbranden@gmail.com> - 245~rc1-4
4295f9
- Update daemon-reexec fallback to check whether the system is booted with
4295f9
  systemd as PID 1 and check whether we're upgrading before using kill -TERM
4295f9
  on PID 1 (#1803240)
4295f9
4295f9
* Tue Feb 18 2020 Adam Williamson <awilliam@redhat.com> - 245~rc1-3
4295f9
- Revert 097537f0 to fix plymouth etc. running when they shouldn't (#1803293)
4295f9
4295f9
* Fri Feb  7 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245~rc1-2
4295f9
- Add default 'disable *' preset for user units (#1792474, #1468501),
4295f9
  see https://fedoraproject.org/wiki/Changes/Systemd_presets_for_user_units.
4295f9
- Add macro to generate "compat" scriptlets based off sysusers.d format
4295f9
  and autogenerate user() and group() virtual provides (#1792462),
4295f9
  see https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format.
4295f9
- Revert patch to udev rules causing regression with usb hubs (#1800820).
4295f9
4295f9
* Wed Feb  5 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245~rc1-1
4295f9
- New upstream release, see
4295f9
  https://raw.githubusercontent.com/systemd/systemd/v245-rc1/NEWS.
4295f9
4295f9
  This release includes completely new functionality: systemd-repart,
4295f9
  systemd-homed, user reconds in json, and multi-instantiable
4295f9
  journald, and a partial rework of internal communcation to use
4295f9
  varlink, and bunch of more incremental changes.
4295f9
4295f9
  The "predictable" interface name naming scheme is changed,
4295f9
  net.naming-scheme= can be used to undo the change. The change applies
4295f9
  to container interface names on the host.
4295f9
4295f9
- Fixes #1774242, #1787089, #1798414/CVE-2020-1712.
4295f9
4295f9
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org>
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4295f9
4295f9
* Sat Dec 21 2019  <zbyszek@nano-f31> - 244.1-2
4295f9
- Disable service watchdogs (for systemd units)
4295f9
4295f9
* Sun Dec 15 2019  <zbyszek@nano-f31> - 244.1-1
4295f9
- Update to latest stable batch (systemd-networkd fixups, better
4295f9
  support for seccomp on s390x, minor cleanups to documentation).
4295f9
- Drop patch to revert addition of NoNewPrivileges to systemd units
4295f9
4295f9
* Fri Nov 29 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 244-1
4295f9
- Update to latest version. Just minor bugs fixed since the pre-release.
4295f9
4295f9
* Fri Nov 22 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 244~rc1-1
4295f9
- Update to latest pre-release version,
4295f9
  see https://github.com/systemd/systemd/blob/master/NEWS#L3.
4295f9
  Biggest items: cgroups v2 cpuset controller, fido_id builtin in udev,
4295f9
  systemd-networkd does not create a default route for link local addressing,
4295f9
  systemd-networkd supports dynamic reconfiguration and a bunch of new settings.
4295f9
  Network files support matching on WLAN SSID and BSSID.
4295f9
- Better error messages when preset/enable/disable are used with a glob (#1763488)
4295f9
- u2f-hidraw-policy package is obsoleted (#1753381)
4295f9
4295f9
* Tue Nov 19 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243.4
4295f9
- Latest bugfix release. Systemd-stable snapshots will now be numbered.
4295f9
- Fix broken PrivateDevices filter on big-endian, s390x in particular (#1769148)
4295f9
- systemd-modules-load.service should only warn, not fail, on error (#1254340)
4295f9
- Fix incorrect certificate validation with DNS over TLS (#1771725, #1771726,
4295f9
  CVE-2018-21029)
4295f9
- Fix regression with crypttab keys with colons
4295f9
- Various memleaks and minor memory access issues, warning adjustments
4295f9
4295f9
* Fri Oct 18 2019 Adam Williamson <awilliam@redhat.com> - 243-4.gitef67743
4295f9
- Backport PR #13792 to fix nomodeset+BIOS CanGraphical bug (#1728240)
4295f9
4295f9
* Thu Oct 10 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-3.gitef67743
4295f9
- Various minor documentation and error message cleanups
4295f9
- Do not use cgroup v1 hierarchy in nspawn on groups v2 (#1756143)
4295f9
4295f9
* Sat Sep 21 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-2.gitfab6f01
4295f9
- Backport a bunch of patches (memory access issues, improvements to error
4295f9
  reporting and handling in networkd, some misleading man page contents #1751363)
4295f9
- Fix permissions on static nodes (#1740664)
4295f9
- Make systemd-networks follow the RFC for DHPCv6 and radv timeouts
4295f9
- Fix one crash in systemd-resolved (#1703598)
4295f9
- Make journal catalog creation reproducible (avoid unordered hashmap use)
4295f9
- Mark the accelerometer in HP laptops as part of the laptop base
4295f9
- Fix relabeling of directories with relabel-extra.d/
4295f9
- Fix potential stuck noop jobs in pid1
4295f9
- Obsolete timedatex package (#1735584)
4295f9
4295f9
* Tue Sep  3 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-1
4295f9
- Update to latest release
4295f9
- Emission of Session property-changed notifications from logind is fixed
4295f9
  (this was breaking the switching of sessions to and from gnome).
4295f9
- Security issue: unprivileged users were allowed to change DNS
4295f9
  servers configured in systemd-resolved. Now proper polkit authorization
4295f9
  is required.
4295f9
4295f9
* Mon Aug 26 2019 Adam Williamson <awilliam@redhat.com> - 243~rc2-2
4295f9
- Backport PR #13406 to solve PATH ordering issue (#1744059)
4295f9
4295f9
* Thu Aug 22 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243~rc2-1
4295f9
- Update to latest pre-release. Fixes #1740113, #1717712.
4295f9
- The default scheduler for disks is set to BFQ (1738828)
4295f9
- The default cgroup hierarchy is set to unified (cgroups v2) (#1732114).
4295f9
  Use systemd.unified-cgroup-hierarchy=0 on the kernel command line to revert.
4295f9
  See https://fedoraproject.org/wiki/Changes/CGroupsV2.
4295f9
4295f9
* Wed Aug 07 2019 Adam Williamson <awilliam@redhat.com> - 243~rc1-2
4295f9
- Backport PR #1737362 so we own /etc/systemd/system again (#1737362)
4295f9
4295f9
* Tue Jul 30 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243~rc1-1
4295f9
- Update to latest version (#1715699, #1696373, #1711065, #1718192)
4295f9
4295f9
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org>
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4295f9
4295f9
* Sat Jul 20 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242-6.git9d34e79
4295f9
- Ignore bad rdrand output on AMD CPUs (#1729268)
4295f9
- A bunch of backported patches from upstream: documentation, memory
4295f9
  access fixups, command output tweaks (#1708996)
4295f9
4295f9
* Tue Jun 25 2019 Björn Esser <besser82@fedoraproject.org>- 242-5.git7a6d834
4295f9
- Rebuilt (libqrencode.so.4)
4295f9
4295f9
* Tue Jun 25 2019 Miro Hrončok <mhroncok@redhat.com>- 242-4.git7a6d834
4295f9
- Rebuilt for iptables update (libip4tc.so.2)
4295f9
4295f9
* Fri Apr 26 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242-3.git7a6d834
4295f9
- Add symbol to mark vtable format changes (anything using sd_add_object_vtable
4295f9
  or sd_add_fallback_vtable needs to be rebuilt)
4295f9
- Fix wireguard ListenPort handling in systemd-networkd
4295f9
- Fix hang in flush_accept (#1702358)
4295f9
- Fix handling of RUN keys in udevd
4295f9
- Some documentation and shell completion updates and minor fixes
4295f9
4295f9
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 242-2
4295f9
- Rebuild with Meson fix for #1699099
4295f9
4295f9
* Thu Apr 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242-1
4295f9
- Update to latest release
4295f9
- Make scriptlet failure non-fatal
4295f9
4295f9
* Tue Apr  9 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242~rc4-1
4295f9
- Update to latest prerelease
4295f9
4295f9
* Thu Apr  4 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242~rc3-1
4295f9
- Update to latest prerelease
4295f9
4295f9
* Wed Apr  3 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242~rc2-1
4295f9
- Update to the latest prerelease.
4295f9
- The bug reported on latest update that systemd-resolved and systemd-networkd are
4295f9
  re-enabled after upgrade is fixed.
4295f9
4295f9
* Fri Mar 29 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-4.gitcbf14c9
4295f9
- Backport various patches from the v241..v242 range:
4295f9
  kernel-install will not create the boot loader entry automatically (#1648907),
4295f9
  various bash completion improvements (#1183769),
4295f9
  memory leaks and such (#1685286).
4295f9
4295f9
* Thu Mar 14 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-3.gitc1f8ff8
4295f9
- Declare hyperv and framebuffer devices master-of-seat again (#1683197)
4295f9
4295f9
* Wed Feb 20 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-2.gita09c170
4295f9
- Prevent buffer overread in systemd-udevd
4295f9
- Properly validate dbus paths received over dbus (#1678394, CVE-2019-6454)
4295f9
4295f9
* Sat Feb  9 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241~rc2-2
4295f9
- Turn LTO back on
4295f9
4295f9
* Tue Feb  5 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241~rc2-1
4295f9
- Update to latest release -rc2
4295f9
4295f9
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org>
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4295f9
4295f9
* Sun Jan 27 2019 Yu Watanabe <watanabe.yu@gmail.com> - 241~rc1-2
4295f9
- Backport a patch for kernel-install
4295f9
4295f9
* Sat Jan 26 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241~rc1-1
4295f9
- Update to latest release -rc1
4295f9
4295f9
* Tue Jan 15 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-6.gitf02b547
4295f9
- Add a work-around for #1663040
4295f9
4295f9
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org>
4295f9
- Rebuilt for libcrypt.so.2 (#1666033)
4295f9
4295f9
* Fri Jan 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-4.gitf02b547
4295f9
- Add a work-around for selinux issue on live images (#1663040)
4295f9
4295f9
* Fri Jan 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-3.gitf02b547
4295f9
- systemd-journald and systemd-journal-remote reject entries which
4295f9
  contain too many fields (CVE-2018-16865, #1664973) and set limits on the
4295f9
  process' command line length (CVE-2018-16864, #1664972)
4295f9
- $DBUS_SESSION_BUS_ADDRESS is again exported by pam_systemd (#1662857)
4295f9
- A fix for systemd-udevd crash (#1662303)
4295f9
4295f9
* Sat Dec 22 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-2
4295f9
- Add two more patches that revert recent udev changes
4295f9
4295f9
* Fri Dec 21 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-1
4295f9
- Update to latest release
4295f9
  See https://github.com/systemd/systemd/blob/master/NEWS for the list of changes.
4295f9
4295f9
* Mon Dec 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-10.git9f3aed1
4295f9
- Hibernation checks for resume= are rescinded (#1645870)
4295f9
- Various patches:
4295f9
  - memory issues in logind, networkd, journald (#1653068), sd-device, etc.
4295f9
  - Adaptations for newer meson, lz4, kernel
4295f9
  - Fixes for misleading bugs in documentation
4295f9
- net.ipv4.conf.all.rp_filter is changed from 1 to 2
4295f9
4295f9
* Thu Nov 29 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
4295f9
- Adjust scriptlets to modify /etc/authselect/user-nsswitch.conf
4295f9
  (see https://github.com/pbrezina/authselect/issues/77)
4295f9
- Drop old scriptlets for nsswitch.conf modifications for nss-mymachines and nss-resolve
4295f9
4295f9
* Sun Nov 18 2018 Alejandro Domínguez Muñoz <adomu@net-c.com>
4295f9
- Remove link creation for rsyslog.service
4295f9
4295f9
* Thu Nov  8 2018 Adam Williamson <awilliam@redhat.com> - 239-9.git9f3aed1
4295f9
- Go back to using systemctl preset-all in %%post (#1647172, #1118740)
4295f9
4295f9
* Mon Nov  5 2018 Adam Williamson <awilliam@redhat.com> - 239-8.git9f3aed1
4295f9
- Requires(post) openssl-libs to fix live image build machine-id issue
4295f9
  See: https://pagure.io/dusty/failed-composes/issue/960
4295f9
4295f9
* Mon Nov  5 2018 Yu Watanabe <watanabe.yu@gmail.com>
4295f9
- Set proper attributes to private directories
4295f9
4295f9
* Fri Nov  2 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-7.git9f3aed1
4295f9
- Split out the rpm macros into systemd-rpm-macros subpackage (#1645298)
4295f9
4295f9
* Sun Oct 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-6.git9f3aed1
4295f9
- Fix a local vulnerability from a race condition in chown-recursive (CVE-2018-15687, #1639076)
4295f9
- Fix a local vulnerability from invalid handling of long lines in state deserialization (CVE-2018-15686, #1639071)
4295f9
- Fix a remote vulnerability in DHCPv6 in systemd-networkd (CVE-2018-15688, #1639067)
4295f9
- The DHCP server is started only when link is UP
4295f9
- DHCPv6 prefix delegation is improved
4295f9
- Downgrade logging of various messages and add loging in other places
4295f9
- Many many fixes in error handling and minor memory leaks and such
4295f9
- Fix typos and omissions in documentation
4295f9
- Typo in %%_environmnentdir rpm macro is fixed (with backwards compatiblity preserved)
4295f9
- Matching by MACAddress= in systemd-networkd is fixed
4295f9
- Creation of user runtime directories is improved, and the user
4295f9
  manager is only stopped after 10 s after the user logs out (#1642460 and other bugs)
4295f9
- systemd units systemd-timesyncd, systemd-resolved, systemd-networkd are switched back to use DynamicUser=0
4295f9
- Aliases are now resolved when loading modules from pid1. This is a (redundant) fix for a brief kernel regression.
4295f9
- "systemctl --wait start" exits immediately if no valid units are named
4295f9
- zram devices are not considered as candidates for hibernation
4295f9
- ECN is not requested for both in- and out-going connections (the sysctl overide for net.ipv4.tcp_ecn is removed)
4295f9
- Various smaller improvements to unit ordering and dependencies
4295f9
- generators are now called with the manager's environment
4295f9
- Handling of invalid (intentionally corrupt) dbus messages is improved, fixing potential local DOS avenues
4295f9
- The target of symlinks links in .wants/ and .requires/ is now ignored. This fixes an issue where
4295f9
  the unit file would sometimes be loaded from such a symlink, leading to non-deterministic unit contents.
4295f9
- Filtering of kernel threads is improved. This fixes an issues with newer kernels where hybrid kernel/user
4295f9
  threads are used by bpfilter.
4295f9
- "noresume" can be used on the kernel command line to force normal boot even if a hibernation images is present
4295f9
- Hibernation is not advertised if resume= is not present on the kernenl command line
4295f9
- Hibernation/Suspend/... modes can be disabled using AllowSuspend=,
4295f9
  AllowHibernation=, AllowSuspendThenHibernate=, AllowHybridSleep=
4295f9
- LOGO= and DOCUMENTATION_URL= are documented for the os-release file
4295f9
- The hashmap mempool is now only used internally in systemd, and is disabled for external users of the systemd libraries
4295f9
- Additional state is serialized/deserialized when logind is restarted, fixing the handling of user objects
4295f9
- Catalog entries for the journal are improved (#1639482)
4295f9
- If suspend fails, the post-suspend hooks are still called.
4295f9
- Various build issues on less-common architectures are fixed
4295f9
4295f9
* Wed Oct  3 2018 Jan Synáček <jsynacek@redhat.com> - 239-5
4295f9
- Fix meson using -Ddebug, which results in FTBFS
4295f9
- Fix line_begins() to accept word matching full string (#1631840)
4295f9
4295f9
* Mon Sep 10 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-4
4295f9
- Move /etc/yum/protected.d/systemd.conf to /etc/dnf/ (#1626969)
4295f9
4295f9
* Wed Jul 18 2018 Terje Rosten <terje.rosten@ntnu.no> - 239-3
4295f9
- Ignore return value from systemd-binfmt in scriptlet (#1565425)
4295f9
4295f9
* Sun Jul 15 2018 Filipe Brandenburger <filbranden@gmail.com>
4295f9
- Override systemd-user PAM config in install and not prep
4295f9
4295f9
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org>
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4295f9
4295f9
* Mon Jun 25 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
4295f9
- Rebuild for Python 3.7 again
4295f9
4295f9
* Fri Jun 22 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-1
4295f9
- Update to latest version, mostly bug fixes and new functionality,
4295f9
  very little breaking changes. See
4295f9
  https://github.com/systemd/systemd/blob/v239/NEWS for details.
4295f9
4295f9
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com>
4295f9
- Rebuilt for Python 3.7
4295f9
4295f9
* Fri May 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-8.git0e0aa59
4295f9
- Backport a number of patches (documentation, hwdb updates)
4295f9
- Fixes for tmpfiles 'e' entries
4295f9
- systemd-networkd crashes
4295f9
- XEN virtualization detection on hyper-v
4295f9
- Avoid relabelling /sys/fs/cgroup if not needed (#1576240)
4295f9
4295f9
* Wed Apr 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-7.fc28.1
4295f9
- Allow fake Delegate= setting on slices (#1568594)
4295f9
4295f9
* Wed Mar 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-7
4295f9
- Move udev transfiletriggers to the right package, fix quoting
4295f9
4295f9
* Tue Mar 27 2018 Colin Walters <walters@verbum.org> - 238-6
4295f9
- Use shell for triggers; see https://github.com/systemd/systemd/pull/8550
4295f9
  This fixes compatibility with rpm-ostree.
4295f9
4295f9
* Tue Mar 20 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-5
4295f9
- Backport patch to revert inadvertent change of "predictable" interface name (#1558027)
4295f9
4295f9
* Fri Mar 16 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-4
4295f9
- Do not close dbus connection during dbus reload call (#1554578)
4295f9
4295f9
* Wed Mar  7 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-3
4295f9
- Revert the patches for GRUB BootLoaderSpec support
4295f9
- Add patch for /etc/machine-id creation (#1552843)
4295f9
4295f9
* Tue Mar  6 2018 Yu Watanabe <watanabe.yu@gmail.com> - 238-2
4295f9
- Fix transfiletrigger script (#1551793)
4295f9
4295f9
* Mon Mar  5 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-1
4295f9
- Update to latest version
4295f9
- This fixes a hard-to-trigger potential vulnerability (CVE-2018-6954)
4295f9
- New transfiletriggers are installed for udev hwdb and rules, the journal
4295f9
  catalog, sysctl.d, binfmt.d, sysusers.d, tmpfiles.d.
4295f9
4295f9
* Tue Feb 27 2018 Javier Martinez Canillas <javierm@redhat.com> - 237-7.git84c8da5
4295f9
- Add patch to install kernel images for GRUB BootLoaderSpec support
4295f9
4295f9
* Sat Feb 24 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-6.git84c8da5
4295f9
- Create /etc/systemd in %%post libs if necessary (#1548607)
4295f9
4295f9
* Fri Feb 23 2018 Adam Williamson <awilliam@redhat.com> - 237-5.git84c8da5
4295f9
- Use : not touch to create file in -libs %%post
4295f9
4295f9
* Thu Feb 22 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 237-4.git84c8da5
4295f9
- Add coreutils dep for systemd-libs %%post
4295f9
- Add patch to typecast USB IDs to avoid compile failure
4295f9
4295f9
* Wed Feb 21 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-3.git84c8da5
4295f9
- Update some patches for test skipping that were updated upstream
4295f9
  before merging
4295f9
- Add /usr/lib/systemd/purge-nobody-user — a script to check if nobody is defined
4295f9
  correctly and possibly replace existing mappings
4295f9
4295f9
* Tue Feb 20 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-2.gitdff4849
4295f9
- Backport a bunch of patches, most notably for the journal and various
4295f9
  memory issues. Some minor build fixes.
4295f9
- Switch to new ldconfig macros that do nothing in F28+
4295f9
- /etc/systemd/dont-synthesize-nobody is created in %%post if nfsnobody
4295f9
  or nobody users are defined (#1537262)
4295f9
4295f9
* Fri Feb  9 2018 Zbigniew Jędrzejeweski-Szmek <zbyszek@in.waw.pl> - 237-1.git78bd769
4295f9
- Update to first stable snapshot (various minor memory leaks and misaccesses,
4295f9
  some documentation bugs, build fixes).
4295f9
4295f9
* Sun Jan 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-1
4295f9
- Update to latest version
4295f9
4295f9
* Sun Jan 21 2018 Björn Esser <besser82@fedoraproject.org> - 236-4.git3e14c4c
4295f9
- Add patch to include <crypt.h> if needed
4295f9
4295f9
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 236-3.git3e14c4c
4295f9
- Rebuilt for switch to libxcrypt
4295f9
4295f9
* Thu Jan 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-2.git23e14c4
4295f9
- Backport a bunch of bugfixes from upstream (#1531502, #1531381, #1526621
4295f9
  various memory corruptions in systemd-networkd)
4295f9
- /dev/kvm is marked as a static node which fixes permissions on s390x
4295f9
  and ppc64 (#1532382)
4295f9
4295f9
* Fri Dec 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-1
4295f9
- Update to latest version
4295f9
4295f9
* Mon Dec 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-5.git4a0e928
4295f9
- Update to latest git snapshot, do not build for realz
4295f9
- Switch to libidn2 again (#1449145)
4295f9
4295f9
* Tue Nov 07 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-4
4295f9
- Rebuild for cryptsetup-2.0.0-0.2.fc28
4295f9
4295f9
* Wed Oct 25 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-3
4295f9
- Backport a bunch of patches, including LP#172535
4295f9
4295f9
* Wed Oct 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-2
4295f9
- Patches for cryptsetup _netdev
4295f9
4295f9
* Fri Oct  6 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-1
4295f9
- Update to latest version
4295f9
4295f9
* Tue Sep 26 2017 Nathaniel McCallum <npmccallum@redhat.com> - 234-8
4295f9
- Backport /etc/crypttab _netdev feature from upstream
4295f9
4295f9
* Thu Sep 21 2017 Michal Sekletar <msekleta@redhat.com> - 234-7
4295f9
- Make sure to remove all device units sharing the same sysfs path (#1475570)
4295f9
4295f9
* Mon Sep 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-6
4295f9
- Bump xslt recursion limit for libxslt-1.30
4295f9
4295f9
* Mon Jul 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-5
4295f9
- Backport more patches (#1476005, hopefully #1462378)
4295f9
4295f9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org>
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4295f9
4295f9
* Mon Jul 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-3
4295f9
- Fix x-systemd.timeout=0 in /etc/fstab (#1462378)
4295f9
- Minor patches (memleaks, --help fixes, seccomp on arm64)
4295f9
4295f9
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-2
4295f9
- Create kvm group (#1431876)
4295f9
4295f9
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-1
4295f9
- Latest release
4295f9
4295f9
* Sat Jul  1 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-7.git74d8f1c
4295f9
- Update to snapshot
4295f9
- Build with meson again
4295f9
4295f9
* Tue Jun 27 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-6
4295f9
- Fix an out-of-bounds write in systemd-resolved (CVE-2017-9445)
4295f9
4295f9
* Fri Jun 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-5.gitec36d05
4295f9
- Update to snapshot version, build with meson
4295f9
4295f9
* Thu Jun 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-4
4295f9
- Backport a bunch of small fixes (memleaks, wrong format strings,
4295f9
  man page clarifications, shell completion)
4295f9
- Fix systemd-resolved crash on crafted DNS packet (CVE-2017-9217, #1455493)
4295f9
- Fix systemd-vconsole-setup.service error on systems with no VGA console (#1272686)
4295f9
- Drop soft-static uid for systemd-journal-gateway
4295f9
- Use ID from /etc/os-release as ntpvendor
4295f9
4295f9
* Thu Mar 16 2017 Michal Sekletar <msekleta@redhat.com> - 233-3
4295f9
- Backport bugfixes from upstream
4295f9
- Don't return error when machinectl couldn't figure out container IP addresses (#1419501)
4295f9
4295f9
* Thu Mar  2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-2
4295f9
- Fix installation conflict with polkit
4295f9
4295f9
* Thu Mar  2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-1
4295f9
- New upstream release (#1416201, #1405439, #1420753, many others)
4295f9
- New systemd-tests subpackage with "installed tests"
4295f9
4295f9
* Thu Feb 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-15
4295f9
- Add %%ghost %%dir entries for .wants dirs of our targets (#1422894)
4295f9
4295f9
* Tue Feb 14 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-14
4295f9
- Ignore the hwdb parser test
4295f9
4295f9
* Tue Feb 14 2017 Jan Synáček <jsynacek@redhat.com> - 232-14
4295f9
- machinectl fails when virtual machine is running (#1419501)
4295f9
4295f9
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 232-13
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4295f9
4295f9
* Tue Jan 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-12
4295f9
- Backport patch for initrd-switch-root.service getting killed (#1414904)
4295f9
- Fix sd-journal-gatewayd -D, --trust, and COREDUMP_CONTAINER_CMDLINE
4295f9
  extraction by sd-coredump.
4295f9
4295f9
* Sun Jan 29 2017 zbyszek <zbyszek@in.waw.pl> - 232-11
4295f9
- Backport a number of patches (#1411299, #1413075, #1415745,
4295f9
                                ##1415358, #1416588, #1408884)
4295f9
- Fix various memleaks and unitialized variable access
4295f9
- Shell completion enhancements
4295f9
- Enable TPM logging by default (#1411156)
4295f9
- Update hwdb (#1270124)
4295f9
4295f9
* Thu Jan 19 2017 Adam Williamson <awilliam@redhat.com> - 232-10
4295f9
- Backport fix for boot failure in initrd-switch-root (#1414904)
4295f9
4295f9
* Wed Jan 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-9
4295f9
- Add fake dependency on systemd-pam to systemd-devel to ensure systemd-pam
4295f9
  is available as multilib (#1414153)
4295f9
4295f9
* Tue Jan 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-8
4295f9
- Fix buildsystem to check for lz4 correctly (#1404406)
4295f9
4295f9
* Wed Jan 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-7
4295f9
- Various small tweaks to scriplets
4295f9
4295f9
* Sat Jan 07 2017 Kevin Fenzi <kevin@scrye.com> - 232-6
4295f9
- Fix scriptlets to never fail in libs post
4295f9
4295f9
* Fri Jan 06 2017 Kevin Fenzi <kevin@scrye.com> - 232-5
4295f9
- Add patch from Michal Schmidt to avoid process substitution (#1392236)
4295f9
4295f9
* Sun Nov  6 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-4
4295f9
- Rebuild (#1392236)
4295f9
4295f9
* Fri Nov  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-3
4295f9
- Make /etc/dbus-1/system.d directory non-%%ghost
4295f9
4295f9
* Fri Nov  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-2
4295f9
- Fix kernel-install (#1391829)
4295f9
- Restore previous systemd-user PAM config (#1391836)
4295f9
- Move journal-upload.conf.5 from systemd main to journal-remote subpackage (#1391833)
4295f9
- Fix permissions on /var/lib/systemd/journal-upload (#1262665)
4295f9
4295f9
* Thu Nov  3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-1
4295f9
- Update to latest version (#998615, #1181922, #1374371, #1390704, #1384150, #1287161)
4295f9
- Add %%{_isa} to Provides on arch-full packages (#1387912)
4295f9
- Create systemd-coredump user in %%pre (#1309574)
4295f9
- Replace grubby patch with a short-circuiting install.d "plugin"
4295f9
- Enable nss-systemd in the passwd, group lines in nsswith.conf
4295f9
- Add [!UNAVAIL=return] fallback after nss-resolve in hosts line in nsswith.conf
4295f9
- Move systemd-nspawn man pages to the right subpackage (#1391703)
4295f9
4295f9
* Tue Oct 18 2016 Jan Synáček <jsynacek@redhat.com> - 231-11
4295f9
- SPC - Cannot restart host operating from container (#1384523)
4295f9
4295f9
* Sun Oct  9 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-10
4295f9
- Do not recreate /var/log/journal on upgrades (#1383066)
4295f9
- Move nss-myhostname provides to systemd-libs (#1383271)
4295f9
4295f9
* Fri Oct  7 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-9
4295f9
- Fix systemctl set-default (#1374371)
4295f9
- Prevent systemd-udev-trigger.service from restarting (follow-up for #1378974)
4295f9
4295f9
* Tue Oct  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-8
4295f9
- Apply fix for #1378974
4295f9
4295f9
* Mon Oct  3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-7
4295f9
- Apply patches properly
4295f9
4295f9
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-6
4295f9
- Better fix for (#1380286)
4295f9
4295f9
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-5
4295f9
- Denial-of-service bug against pid1 (#1380286)
4295f9
4295f9
* Thu Aug 25 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-4
4295f9
- Fix preset-all (#1363858)
4295f9
- Fix issue with daemon-reload messing up graphics (#1367766)
4295f9
- A few other bugfixes
4295f9
4295f9
* Wed Aug 03 2016 Adam Williamson <awilliam@redhat.com> - 231-3
4295f9
- Revert preset-all change, it broke stuff (#1363858)
4295f9
4295f9
* Wed Jul 27 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-2
4295f9
- Call preset-all on initial installation (#1118740)
4295f9
- Fix botched Recommends for libxkbcommon
4295f9
4295f9
* Tue Jul 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-1
4295f9
- Update to latest version
4295f9
4295f9
* Wed Jun  8 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 230-3
4295f9
- Update to latest git snapshot (fixes for systemctl set-default,
4295f9
  polkit lingering policy, reversal of the framebuffer rules,
4295f9
  unaligned access fixes, fix for StartupBlockIOWeight-over-dbus).
4295f9
  Those changes are interspersed with other changes and new features
4295f9
  (mostly in lldp, networkd, and nspawn). Some of those new features
4295f9
  might not work, but I think that existing functionality should not
4295f9
  be broken, so it seems worthwile to update to the snapshot.
4295f9
4295f9
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-2
4295f9
- Remove systemd-compat-libs on upgrade
4295f9
4295f9
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-1
4295f9
- New version
4295f9
- Drop compat-libs
4295f9
- Require libxkbcommon explictly, since the automatic dependency will
4295f9
  not be generated anymore
4295f9
4295f9
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 229-15
4295f9
- Remove duplicated entries in -container %%files (#1330395)
4295f9
4295f9
* Fri Apr 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-14
4295f9
- Move installation of udev services to udev subpackage (#1329023)
4295f9
4295f9
* Mon Apr 18 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-13
4295f9
- Split out systemd-pam subpackage (#1327402)
4295f9
4295f9
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-12
4295f9
- move more binaries and services from the main package to subpackages
4295f9
4295f9
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-11
4295f9
- move more binaries and services from the main package to subpackages
4295f9
4295f9
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-10
4295f9
- move device dependant stuff to the udev subpackage
4295f9
4295f9
* Tue Mar 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-9
4295f9
- Add myhostname to /etc/nsswitch.conf (#1318303)
4295f9
4295f9
* Mon Mar 21 2016 Harald Hoyer <harald@redhat.com> - 229-8
4295f9
- fixed kernel-install for copying files for grubby
4295f9
Resolves: rhbz#1299019
4295f9
4295f9
* Thu Mar 17 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-7
4295f9
- Moar patches (#1316964, #1317928)
4295f9
- Move vconsole-setup and tmpfiles-setup-dev bits to systemd-udev
4295f9
- Protect systemd-udev from deinstallation
4295f9
4295f9
* Fri Mar 11 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-6
4295f9
- Create /etc/resolv.conf symlink from systemd-resolved (#1313085)
4295f9
4295f9
* Fri Mar  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-5
4295f9
- Split out systemd-container subpackage (#1163412)
4295f9
- Split out system-udev subpackage
4295f9
- Add various bugfix patches, incl. a tentative fix for #1308771
4295f9
4295f9
* Tue Mar  1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 229-4
4295f9
- Power64 and s390(x) now have libseccomp support
4295f9
- aarch64 has gnu-efi
4295f9
4295f9
* Tue Feb 23 2016 Jan Synáček <jsynacek@redhat.com> - 229-3
4295f9
- Fix build failures on ppc64 (#1310800)
4295f9
4295f9
* Tue Feb 16 2016 Dennis Gilmore <dennis@ausil.us> - 229-2
4295f9
- revert: fixed kernel-install for copying files for grubby
4295f9
Resolves: rhbz#1299019
4295f9
- this causes the dtb files to not get installed at all and the fdtdir
4295f9
- line in extlinux.conf to not get updated correctly
4295f9
4295f9
* Thu Feb 11 2016 Michal Sekletar <msekleta@redhat.com> - 229-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Feb 11 2016 Harald Hoyer <harald@redhat.com> - 228-10.gite35a787
4295f9
- fixed kernel-install for copying files for grubby
4295f9
Resolves: rhbz#1299019
4295f9
4295f9
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 228-9.gite35a787
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4295f9
4295f9
* Wed Jan 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 228-8.gite35a787
4295f9
- Rebuild for binutils on aarch64 fix
4295f9
4295f9
* Fri Jan 08 2016 Dan Horák <dan[at]danny.cz> - 228-7.gite35a787
4295f9
- apply the conflict with fedora-release only in Fedora
4295f9
4295f9
* Thu Dec 10 2015 Jan Synáček <jsynacek@redhat.com> - 228-6.gite35a787
4295f9
- Fix rawhide build failures on ppc64 (#1286249)
4295f9
4295f9
* Sun Nov 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-6.gite35a787
4295f9
- Create /etc/systemd/network (#1286397)
4295f9
4295f9
* Thu Nov 26 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-5.gite35a787
4295f9
- Do not install nss modules by default
4295f9
4295f9
* Tue Nov 24 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-4.gite35a787
4295f9
- Update to latest upstream git: there is a bunch of fixes
4295f9
  (nss-mymachines overflow bug, networkd fixes, more completions are
4295f9
  properly installed), mixed with some new resolved features.
4295f9
- Rework file triggers so that they always run before daemons are restarted
4295f9
4295f9
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-3
4295f9
- Enable rpm file triggers for daemon-reload
4295f9
4295f9
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-2
4295f9
- Fix version number in obsoleted package name (#1283452)
4295f9
4295f9
* Wed Nov 18 2015 Kay Sievers <kay@redhat.com> - 228-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Nov 12 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-7
4295f9
- Rename journal-gateway subpackage to journal-remote
4295f9
- Ignore the access mode on /var/log/journal (#1048424)
4295f9
- Do not assume fstab is present (#1281606)
4295f9
4295f9
* Wed Nov 11 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 227-6
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
4295f9
4295f9
* Tue Nov 10 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 227-5
4295f9
- Rebuild for libmicrohttpd soname bump
4295f9
4295f9
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 227-4
4295f9
- Rebuilt for Python3.5 rebuild
4295f9
4295f9
* Wed Nov  4 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-3
4295f9
- Fix syntax in kernel-install (#1277264)
4295f9
4295f9
* Tue Nov 03 2015 Michal Schmidt <mschmidt@redhat.com> - 227-2
4295f9
- Rebuild for libmicrohttpd soname bump.
4295f9
4295f9
* Wed Oct  7 2015 Kay Sievers <kay@redhat.com> - 227-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Sep 18 2015 Jan Synáček <jsynacek@redhat.com> - 226-3
4295f9
- user systemd-journal-upload should be in systemd-journal group (#1262743)
4295f9
4295f9
* Fri Sep 18 2015 Kay Sievers <kay@redhat.com> - 226-2
4295f9
- Add selinux to  system-user PAM config
4295f9
4295f9
* Tue Sep  8 2015 Kay Sievers <kay@redhat.com> - 226-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Aug 27 2015 Kay Sievers <kay@redhat.com> - 225-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Jul 31 2015 Kay Sievers <kay@redhat.com> - 224-1
4295f9
- New upstream release
4295f9
4295f9
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-2
4295f9
- update to git snapshot
4295f9
4295f9
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Jul  9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 222-2
4295f9
- Remove python subpackages (python-systemd in now standalone)
4295f9
4295f9
* Tue Jul  7 2015 Kay Sievers <kay@redhat.com> - 222-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Jul  6 2015 Kay Sievers <kay@redhat.com> - 221-5.git619b80a
4295f9
- update to git snapshot
4295f9
4295f9
* Mon Jul  6 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 221-4.git604f02a
4295f9
- Add example file with yama config (#1234951)
4295f9
4295f9
* Sun Jul 5 2015 Kay Sievers <kay@redhat.com> - 221-3.git604f02a
4295f9
- update to git snapshot
4295f9
4295f9
* Mon Jun 22 2015 Kay Sievers <kay@redhat.com> - 221-2
4295f9
- build systemd-boot EFI tools
4295f9
4295f9
* Fri Jun 19 2015 Lennart Poettering <lpoetter@redhat.com> - 221-1
4295f9
- New upstream release
4295f9
- Undoes botched translation check, should be reinstated later?
4295f9
4295f9
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 220-10
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4295f9
4295f9
* Thu Jun 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-9
4295f9
- The gold linker is now fixed on aarch64
4295f9
4295f9
* Tue Jun  9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-8
4295f9
- Remove gudev which is now provided as separate package (libgudev)
4295f9
- Fix for spurious selinux denials (#1224211)
4295f9
- Udev change events (#1225905)
4295f9
- Patches for some potential crashes
4295f9
- ProtectSystem=yes does not touch /home
4295f9
- Man page fixes, hwdb updates, shell completion updates
4295f9
- Restored persistent device symlinks for bcache, xen block devices
4295f9
- Tag all DRM cards as master-of-seat
4295f9
4295f9
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-7
4295f9
- fix udev block device watch
4295f9
4295f9
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-6
4295f9
- add support for network disk encryption
4295f9
4295f9
* Sun Jun  7 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-5
4295f9
- Disable gold on aarch64 until it's fixed (tracked in rhbz #1225156)
4295f9
4295f9
* Sat May 30 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-4
4295f9
- systemd-devel should require systemd-libs, not the main package (#1226301)
4295f9
- Check for botched translations (#1226566)
4295f9
- Make /etc/udev/hwdb.d part of the rpm (#1226379)
4295f9
4295f9
* Thu May 28 2015 Richard W.M. Jones <rjones@redhat.com> - 220-3
4295f9
- Add patch to fix udev --daemon not cleaning child processes
4295f9
  (upstream commit 86c3bece38bcf5).
4295f9
4295f9
* Wed May 27 2015 Richard W.M. Jones <rjones@redhat.com> - 220-2
4295f9
- Add patch to fix udev --daemon crash (upstream commit 040e689654ef08).
4295f9
4295f9
* Thu May 21 2015 Lennart Poettering <lpoetter@redhat.com> - 220-1
4295f9
- New upstream release
4295f9
- Drop /etc/mtab hack, as that's apparently fixed in mock now (#1116158)
4295f9
- Remove ghosting for /etc/systemd/system/runlevel*.target, these
4295f9
  targets are not configurable anymore in systemd upstream
4295f9
- Drop work-around for #1002806, since this is solved upstream now
4295f9
4295f9
* Wed May 20 2015 Dennis Gilmore <dennis@ausil.us> - 219-15
4295f9
- fix up the conflicts version for fedora-release
4295f9
4295f9
* Wed May 20 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-14
4295f9
- Remove presets (#1221340)
4295f9
- Fix (potential) crash and memory leak in timedated, locking failure
4295f9
  in systemd-nspawn, crash in resolved.
4295f9
- journalctl --list-boots should be faster
4295f9
- zsh completions are improved
4295f9
- various ommissions in docs are corrected (#1147651)
4295f9
- VARIANT and VARIANT_ID fields in os-release are documented
4295f9
- systemd-fsck-root.service is generated in the initramfs (#1201979, #1107818)
4295f9
- systemd-tmpfiles should behave better on read-only file systems (#1207083)
4295f9
4295f9
* Wed Apr 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-13
4295f9
- Patches for some outstanding annoyances
4295f9
- Small keyboard hwdb updates
4295f9
4295f9
* Wed Apr  8 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-12
4295f9
- Tighten requirements between subpackages (#1207381).
4295f9
4295f9
* Sun Mar 22 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-11
4295f9
- Move all parts systemd-journal-{remote,upload} to
4295f9
  systemd-journal-gatewayd subpackage (#1193143).
4295f9
- Create /var/lib/systemd/journal-upload directory (#1193145).
4295f9
- Cut out lots of stupid messages at debug level which were obscuring more
4295f9
  important stuff.
4295f9
- Apply "tentative" state for devices only when they are added, not removed.
4295f9
- Ignore invalid swap pri= settings (#1204336)
4295f9
- Fix SELinux check for timedated operations to enable/disable ntp (#1014315)
4295f9
- Fix comparing of filesystem paths (#1184016)
4295f9
4295f9
* Sat Mar 14 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-10
4295f9
- Fixes for bugs 1186018, 1195294, 1185604, 1196452.
4295f9
- Hardware database update.
4295f9
- Documentation fixes.
4295f9
- A fix for journalctl performance regression.
4295f9
- Fix detection of inability to open files in journalctl.
4295f9
- Detect SuperH architecture properly.
4295f9
- The first of duplicate lines in tmpfiles wins again.
4295f9
- Do vconsole setup after loading vconsole driver, not fbcon.
4295f9
- Fix problem where some units were restarted during systemd reexec.
4295f9
- Fix race in udevadm settle tripping up NetworkManager.
4295f9
- Downgrade various log messages.
4295f9
- Fix issue where journal-remote would process some messages with a delay.
4295f9
- GPT /srv partition autodiscovery is fixed.
4295f9
- Reconfigure old Finnish keymaps in post (#1151958)
4295f9
4295f9
* Tue Mar 10 2015 Jan Synáček <jsynacek@redhat.com> - 219-9
4295f9
- Buttons on Lenovo X6* tablets broken (#1198939)
4295f9
4295f9
* Tue Mar  3 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-8
4295f9
- Reworked device handling (#1195761)
4295f9
- ACL handling fixes (with a script in %%post)
4295f9
- Various log messages downgraded (#1184712)
4295f9
- Allow PIE on s390 again (#1197721)
4295f9
4295f9
* Wed Feb 25 2015 Michal Schmidt <mschmidt@redhat.com> - 219-7
4295f9
- arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)
4295f9
4295f9
* Tue Feb 24 2015 Colin Walters <walters@redhat.com> - 219-6
4295f9
- Revert patch that breaks Atomic/OSTree (#1195761)
4295f9
4295f9
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-5
4295f9
- Undo the resolv.conf workaround, Aim for a proper fix in Rawhide.
4295f9
4295f9
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-4
4295f9
- Revive fedora-disable-resolv.conf-symlink.patch to unbreak composes.
4295f9
4295f9
* Wed Feb 18 2015 Michal Schmidt <mschmidt@redhat.com> - 219-3
4295f9
- arm: disabling gold did not help; disable lto instead (#1193212)
4295f9
4295f9
* Tue Feb 17 2015 Peter Jones <pjones@redhat.com> - 219-2
4295f9
- Update 90-default.present for dbxtool.
4295f9
4295f9
* Mon Feb 16 2015 Lennart Poettering <lpoetter@redhat.com> - 219-1
4295f9
- New upstream release
4295f9
- This removes the sysctl/bridge hack, a different solution needs to be found for this (see #634736)
4295f9
- This removes the /etc/resolv.conf hack, anaconda needs to fix their handling of /etc/resolv.conf as symlink
4295f9
- This enables "%%check"
4295f9
- disable gold on arm, as that is broken (see #1193212)
4295f9
4295f9
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 218-6
4295f9
- aarch64 now has seccomp support
4295f9
4295f9
* Thu Feb 05 2015 Michal Schmidt <mschmidt@redhat.com> - 218-5
4295f9
- Don't overwrite systemd.macros with unrelated Source file.
4295f9
4295f9
* Thu Feb  5 2015 Jan Synáček <jsynacek@redhat.com> - 218-4
4295f9
- Add a touchpad hwdb (#1189319)
4295f9
4295f9
* Thu Jan 15 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-4
4295f9
- Enable xkbcommon dependency to allow checking of keymaps
4295f9
- Fix permissions of /var/log/journal (#1048424)
4295f9
- Enable timedatex in presets (#1187072)
4295f9
- Disable rpcbind in presets (#1099595)
4295f9
4295f9
* Wed Jan  7 2015 Jan Synáček <jsynacek@redhat.com> - 218-3
4295f9
- RFE: journal: automatically rotate the file if it is unlinked (#1171719)
4295f9
4295f9
* Mon Jan 05 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-3
4295f9
- Add firewall description files (#1176626)
4295f9
4295f9
* Thu Dec 18 2014 Jan Synáček <jsynacek@redhat.com> - 218-2
4295f9
- systemd-nspawn doesn't work on s390/s390x (#1175394)
4295f9
4295f9
* Wed Dec 10 2014 Lennart Poettering <lpoetter@redhat.com> - 218-1
4295f9
- New upstream release
4295f9
- Enable "nss-mymachines" in /etc/nsswitch.conf
4295f9
4295f9
* Thu Nov 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 217-4
4295f9
- Change libgudev1 to only require systemd-libs (#727499), there's
4295f9
  no need to require full systemd stack.
4295f9
- Fixes for bugs #1159448, #1152220, #1158035.
4295f9
- Bash completions updates to allow propose more units for start/restart,
4295f9
  and completions for set-default,get-default.
4295f9
- Again allow systemctl enable of instances.
4295f9
- Hardware database update and fixes.
4295f9
- Udev crash on invalid options and kernel commandline timeout parsing are fixed.
4295f9
- Add "embedded" chassis type.
4295f9
- Sync before 'reboot -f'.
4295f9
- Fix restarting of timer units.
4295f9
4295f9
* Wed Nov 05 2014 Michal Schmidt <mschmidt@redhat.com> - 217-3
4295f9
- Fix hanging journal flush (#1159641)
4295f9
4295f9
* Fri Oct 31 2014 Michal Schmidt <mschmidt@redhat.com> - 217-2
4295f9
- Fix ordering cycles involving systemd-journal-flush.service and
4295f9
  remote-fs.target (#1159117)
4295f9
4295f9
* Tue Oct 28 2014 Lennart Poettering <lpoetter@redhat.com> - 217-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Oct 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-12
4295f9
- Drop PackageKit.service from presets (#1154126)
4295f9
4295f9
* Mon Oct 13 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-11
4295f9
- Conflict with old versions of initscripts (#1152183)
4295f9
- Remove obsolete Finnish keymap (#1151958)
4295f9
4295f9
* Fri Oct 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-10
4295f9
- Fix a problem with voluntary daemon exits and some other bugs
4295f9
  (#1150477, #1095962, #1150289)
4295f9
4295f9
* Fri Oct 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-9
4295f9
- Update to latest git, but without the readahead removal patch
4295f9
  (#1114786, #634736)
4295f9
4295f9
* Wed Oct 01 2014 Kay Sievers <kay@redhat.com> - 216-8
4295f9
- revert "don't reset selinux context during CHANGE events"
4295f9
4295f9
* Wed Oct 01 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 216-7
4295f9
- add temporary workaround for #1147910
4295f9
- don't reset selinux context during CHANGE events
4295f9
4295f9
* Wed Sep 10 2014 Michal Schmidt <mschmidt@redhat.com> - 216-6
4295f9
- Update timesyncd with patches to avoid hitting NTP pool too often.
4295f9
4295f9
* Tue Sep 09 2014 Michal Schmidt <mschmidt@redhat.com> - 216-5
4295f9
- Use common CONFIGURE_OPTS for build2 and build3.
4295f9
- Configure timesyncd with NTP servers from Fedora/RHEL vendor zone.
4295f9
4295f9
* Wed Sep 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-4
4295f9
- Move config files for sd-j-remote/upload to sd-journal-gateway subpackage (#1136580)
4295f9
4295f9
* Thu Aug 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 216-3
4295f9
- Drop no LTO build option for aarch64/s390 now it's fixed in binutils (RHBZ 1091611)
4295f9
4295f9
* Thu Aug 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-2
4295f9
- Re-add patch to disable resolve.conf symlink (#1043119)
4295f9
4295f9
* Wed Aug 20 2014 Lennart Poettering <lpoetter@redhat.com> - 216-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 215-12
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4295f9
4295f9
* Wed Aug 13 2014 Dan Horák <dan[at]danny.cz> 215-11
4295f9
- disable LTO also on s390(x)
4295f9
4295f9
* Sat Aug 09 2014 Harald Hoyer <harald@redhat.com> 215-10
4295f9
- fixed PPC64LE
4295f9
4295f9
* Wed Aug  6 2014 Tom Callaway <spot@fedoraproject.org> - 215-9
4295f9
- fix license handling
4295f9
4295f9
* Wed Jul 30 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-8
4295f9
- Create systemd-journal-remote and systemd-journal-upload users (#1118907)
4295f9
4295f9
* Thu Jul 24 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-7
4295f9
- Split out systemd-compat-libs subpackage
4295f9
4295f9
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 215-6
4295f9
- Rebuilt for gobject-introspection 1.41.4
4295f9
4295f9
* Mon Jul 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-5
4295f9
- Fix SELinux context of /etc/passwd-, /etc/group-, /etc/.updated (#1121806)
4295f9
- Add missing BR so gnutls and elfutils are used
4295f9
4295f9
* Sat Jul 19 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-4
4295f9
- Various man page updates
4295f9
- Static device node logic is conditionalized on CAP_SYS_MODULES instead of CAP_MKNOD
4295f9
  for better behaviour in containers
4295f9
- Some small networkd link handling fixes
4295f9
- vconsole-setup runs setfont before loadkeys (https://bugs.freedesktop.org/show_bug.cgi?id=80685)
4295f9
- New systemd-escape tool
4295f9
- XZ compression settings are tweaked to greatly improve journald performance
4295f9
- "watch" is accepted as chassis type
4295f9
- Various sysusers fixes, most importantly correct selinux labels
4295f9
- systemd-timesyncd bug fix (https://bugs.freedesktop.org/show_bug.cgi?id=80932)
4295f9
- Shell completion improvements
4295f9
- New udev tag ID_SOFTWARE_RADIO can be used to instruct logind to allow user access
4295f9
- XEN and s390 virtualization is properly detected
4295f9
4295f9
* Mon Jul 07 2014 Colin Walters <walters@redhat.com> - 215-3
4295f9
- Add patch to disable resolve.conf symlink (#1043119)
4295f9
4295f9
* Sun Jul 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-2
4295f9
- Move systemd-journal-remote to systemd-journal-gateway package (#1114688)
4295f9
- Disable /etc/mtab handling temporarily (#1116158)
4295f9
4295f9
* Thu Jul 03 2014 Lennart Poettering <lpoetter@redhat.com> - 215-1
4295f9
- New upstream release
4295f9
- Enable coredump logic (which abrt would normally override)
4295f9
4295f9
* Sun Jun 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 214-5
4295f9
- On aarch64 disable LTO as it still has issues on that arch
4295f9
4295f9
* Thu Jun 26 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-4
4295f9
- Bugfixes (#996133, #1112908)
4295f9
4295f9
* Mon Jun 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-3
4295f9
- Actually create input group (#1054549)
4295f9
4295f9
* Sun Jun 22 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-2
4295f9
- Do not restart systemd-logind on upgrades (#1110697)
4295f9
- Add some patches (#1081429, #1054549, #1108568, #928962)
4295f9
4295f9
* Wed Jun 11 2014 Lennart Poettering <lpoetter@redhat.com> - 214-1
4295f9
- New upstream release
4295f9
- Get rid of "floppy" group, since udev uses "disk" now
4295f9
- Reenable LTO
4295f9
4295f9
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 213-4
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4295f9
4295f9
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-3
4295f9
- fix systemd-timesync user creation
4295f9
4295f9
* Wed May 28 2014 Michal Sekletar <msekleta@redhat.com> - 213-2
4295f9
- Create temporary files after installation (#1101983)
4295f9
- Add sysstat-collect.timer, sysstat-summary.timer to preset policy (#1101621)
4295f9
4295f9
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-1
4295f9
- New upstream release
4295f9
4295f9
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 212-6
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
4295f9
4295f9
* Fri May 23 2014 Adam Williamson <awilliam@redhat.com> - 212-5
4295f9
- revert change from 212-4, causes boot fail on single CPU boxes (RHBZ 1095891)
4295f9
4295f9
* Wed May 07 2014 Kay Sievers <kay@redhat.com> - 212-4
4295f9
- add netns udev workaround
4295f9
4295f9
* Wed May 07 2014 Michal Sekletar <msekleta@redhat.com> - 212-3
4295f9
- enable uuidd.socket by default (#1095353)
4295f9
4295f9
* Sat Apr 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 212-2
4295f9
- Disable building with -flto for the moment due to gcc 4.9 issues (RHBZ 1091611)
4295f9
4295f9
* Tue Mar 25 2014 Lennart Poettering <lpoetter@redhat.com> - 212-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Mar 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> 211-2
4295f9
- Explicitly define which upstream platforms support libseccomp
4295f9
4295f9
* Tue Mar 11 2014 Lennart Poettering <lpoetter@redhat.com> - 211-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Mar 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-8
4295f9
- Fix logind unpriviledged reboot issue and a few other minor fixes
4295f9
- Limit generator execution time
4295f9
- Recognize buttonless joystick types
4295f9
4295f9
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-7
4295f9
- ppc64le needs link warnings disabled, too
4295f9
4295f9
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-6
4295f9
- move ifarch ppc64le to correct place (libseccomp req)
4295f9
4295f9
* Fri Mar 07 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-5
4295f9
- Bugfixes: #1047568, #1047039, #1071128, #1073402
4295f9
- Bash completions for more systemd tools
4295f9
- Bluetooth database update
4295f9
- Manpage fixes
4295f9
4295f9
* Thu Mar 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-4
4295f9
- Apply work-around for ppc64le too (#1073647).
4295f9
4295f9
* Sat Mar 01 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
4295f9
- Backport a few patches, add completion for systemd-nspawn.
4295f9
4295f9
* Fri Feb 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
4295f9
- Apply work-arounds for ppc/ppc64 for bugs 1071278 and 1071284
4295f9
4295f9
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-2
4295f9
- Check more services against preset list and enable by default
4295f9
4295f9
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-1
4295f9
- new upstream release
4295f9
4295f9
* Sun Feb 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 209-2.gitf01de96
4295f9
- Enable dnssec-triggerd.service by default (#1060754)
4295f9
4295f9
* Sun Feb 23 2014 Kay Sievers <kay@redhat.com> - 209-2.gitf01de96
4295f9
- git snapshot to sort out ARM build issues
4295f9
4295f9
* Thu Feb 20 2014 Lennart Poettering <lpoetter@redhat.com> - 209-1
4295f9
- new upstream release
4295f9
4295f9
* Tue Feb 18 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-15
4295f9
- Make gpsd lazily activated (#1066421)
4295f9
4295f9
* Mon Feb 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-14
4295f9
- Back out patch which causes user manager to be destroyed when unneeded
4295f9
  and spams logs (#1053315)
4295f9
4295f9
* Sun Feb 16 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-13
4295f9
- A different fix for #1023820 taken from Mageia
4295f9
- Backported fix for #997031
4295f9
- Hardward database updates, man pages improvements, a few small memory
4295f9
  leaks, utf-8 correctness and completion fixes
4295f9
- Support for key-slot option in crypttab
4295f9
4295f9
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 208-12
4295f9
- Own the %%{_prefix}/lib/kernel(/*) and %%{_datadir}/zsh(/*) dirs.
4295f9
4295f9
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-11
4295f9
- Backport a few fixes, relevant documentation updates, and HWDB changes
4295f9
  (#1051797, #1051768, #1047335, #1047304, #1047186, #1045849, #1043304,
4295f9
   #1043212, #1039351, #1031325, #1023820, #1017509, #953077)
4295f9
- Flip journalctl to --full by default (#984758)
4295f9
4295f9
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-9
4295f9
- Apply two patches for #1026860
4295f9
4295f9
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-8
4295f9
- Bump release to stay ahead of f20
4295f9
4295f9
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-7
4295f9
- Backport patches (#1023041, #1036845, #1006386?)
4295f9
- HWDB update
4295f9
- Some small new features: nspawn --drop-capability=, running PID 1 under
4295f9
  valgrind, "yearly" and "annually" in calendar specifications
4295f9
- Some small documentation and logging updates
4295f9
4295f9
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-6
4295f9
- Bump release to stay ahead of f20
4295f9
4295f9
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-5
4295f9
- Use unit name in PrivateTmp= directories (#957439)
4295f9
- Update manual pages, completion scripts, and hardware database
4295f9
- Configurable Timeouts/Restarts default values
4295f9
- Support printing of timestamps on the console
4295f9
- Fix some corner cases in detecting when writing to the console is safe
4295f9
- Python API: convert keyword values to string, fix sd_is_booted() wrapper
4295f9
- Do not tread missing /sbin/fsck.btrfs as an error (#1015467)
4295f9
- Allow masking of fsck units
4295f9
- Advertise hibernation to swap files
4295f9
- Fix SO_REUSEPORT settings
4295f9
- Prefer converted xkb keymaps to legacy keymaps (#981805, #1026872)
4295f9
- Make use of newer kmod
4295f9
- Assorted bugfixes: #1017161, #967521, #988883, #1027478, #821723, #1014303
4295f9
4295f9
* Tue Oct 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-4
4295f9
- Add temporary fix for #1002806
4295f9
4295f9
* Mon Oct 21 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-3
4295f9
- Backport a bunch of fixes and hwdb updates
4295f9
4295f9
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-2
4295f9
- Move old random seed and backlight files into the right place
4295f9
4295f9
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Sep 26 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-5
4295f9
- Do not create /var/var/... dirs
4295f9
4295f9
* Wed Sep 18 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-4
4295f9
- Fix policykit authentication
4295f9
- Resolves: rhbz#1006680
4295f9
4295f9
* Tue Sep 17 2013 Harald Hoyer <harald@redhat.com> 207-3
4295f9
- fixed login
4295f9
- Resolves: rhbz#1005233
4295f9
4295f9
* Mon Sep 16 2013 Harald Hoyer <harald@redhat.com> 207-2
4295f9
- add some upstream fixes for 207
4295f9
- fixed swap activation
4295f9
- Resolves: rhbz#1008604
4295f9
4295f9
* Fri Sep 13 2013 Lennart Poettering <lpoetter@redhat.com> - 207-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Sep 06 2013 Harald Hoyer <harald@redhat.com> 206-11
4295f9
- support "debug" kernel command line parameter
4295f9
- journald: fix fd leak in journal_file_empty
4295f9
- journald: fix vacuuming of archived journals
4295f9
- libudev: enumerate - do not try to match against an empty subsystem
4295f9
- cgtop: fixup the online help
4295f9
- libudev: fix memleak when enumerating childs
4295f9
4295f9
* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 206-10
4295f9
- Do not require grubby, lorax now takes care of grubby
4295f9
- cherry-picked a lot of patches from upstream
4295f9
4295f9
* Tue Aug 27 2013 Dennis Gilmore <dennis@ausil.us> - 206-9
4295f9
- Require grubby, Fedora installs require grubby,
4295f9
- kernel-install took over from new-kernel-pkg
4295f9
- without the Requires we are unable to compose Fedora
4295f9
- everyone else says that since kernel-install took over
4295f9
- it is responsible for ensuring that grubby is in place
4295f9
- this is really what we want for Fedora
4295f9
4295f9
* Tue Aug 27 2013 Kay Sievers <kay@redhat.com> - 206-8
4295f9
- Revert "Require grubby its needed by kernel-install"
4295f9
4295f9
* Mon Aug 26 2013 Dennis Gilmore <dennis@ausil.us> 206-7
4295f9
- Require grubby its needed by kernel-install
4295f9
4295f9
* Thu Aug 22 2013 Harald Hoyer <harald@redhat.com> 206-6
4295f9
- kernel-install now understands kernel flavors like PAE
4295f9
4295f9
* Tue Aug 20 2013 Rex Dieter <rdieter@fedoraproject.org> - 206-5
4295f9
- add sddm.service to preset file (#998978)
4295f9
4295f9
* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 206-4
4295f9
- Filter out provides for private python modules.
4295f9
- Add requires on kmod >= 14 (#990994).
4295f9
4295f9
* Sun Aug 11 2013 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 206-3
4295f9
- New systemd-python3 package (#976427).
4295f9
- Add ownership of a few directories that we create (#894202).
4295f9
4295f9
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 206-2
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4295f9
4295f9
* Tue Jul 23 2013 Kay Sievers <kay@redhat.com> - 206-1
4295f9
- New upstream release
4295f9
  Resolves (#984152)
4295f9
4295f9
* Wed Jul  3 2013 Lennart Poettering <lpoetter@redhat.com> - 205-1
4295f9
- New upstream release
4295f9
4295f9
* Wed Jun 26 2013 Michal Schmidt <mschmidt@redhat.com> 204-10
4295f9
- Split systemd-journal-gateway subpackage (#908081).
4295f9
4295f9
* Mon Jun 24 2013 Michal Schmidt <mschmidt@redhat.com> 204-9
4295f9
- Rename nm_dispatcher to NetworkManager-dispatcher in default preset (#977433)
4295f9
4295f9
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-8
4295f9
- fix, which helps to sucessfully browse journals with
4295f9
  duplicated seqnums
4295f9
4295f9
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-7
4295f9
- fix duplicate message ID bug
4295f9
Resolves: rhbz#974132
4295f9
4295f9
* Thu Jun 06 2013 Harald Hoyer <harald@redhat.com> 204-6
4295f9
- introduce 99-default-disable.preset
4295f9
4295f9
* Thu Jun  6 2013 Lennart Poettering <lpoetter@redhat.com> - 204-5
4295f9
- Rename 90-display-manager.preset to 85-display-manager.preset so that it actually takes precedence over 90-default.preset's "disable *" line (#903690)
4295f9
4295f9
* Tue May 28 2013 Harald Hoyer <harald@redhat.com> 204-4
4295f9
- Fix kernel-install (#965897)
4295f9
4295f9
* Wed May 22 2013 Kay Sievers <kay@redhat.com> - 204-3
4295f9
- Fix kernel-install (#965897)
4295f9
4295f9
* Thu May  9 2013 Lennart Poettering <lpoetter@redhat.com> - 204-2
4295f9
- New upstream release
4295f9
- disable isdn by default (#959793)
4295f9
4295f9
* Tue May 07 2013 Harald Hoyer <harald@redhat.com> 203-2
4295f9
- forward port kernel-install-grubby.patch
4295f9
4295f9
* Tue May  7 2013 Lennart Poettering <lpoetter@redhat.com> - 203-1
4295f9
- New upstream release
4295f9
4295f9
* Wed Apr 24 2013 Harald Hoyer <harald@redhat.com> 202-3
4295f9
- fix ENOENT for getaddrinfo
4295f9
- Resolves: rhbz#954012 rhbz#956035
4295f9
- crypt-setup-generator: correctly check return of strdup
4295f9
- logind-dbus: initialize result variable
4295f9
- prevent library underlinking
4295f9
4295f9
* Fri Apr 19 2013 Harald Hoyer <harald@redhat.com> 202-2
4295f9
- nspawn create empty /etc/resolv.conf if necessary
4295f9
- python wrapper: add sd_journal_add_conjunction()
4295f9
- fix s390 booting
4295f9
- Resolves: rhbz#953217
4295f9
4295f9
* Thu Apr 18 2013 Lennart Poettering <lpoetter@redhat.com> - 202-1
4295f9
- New upstream release
4295f9
4295f9
* Tue Apr 09 2013 Michal Schmidt <mschmidt@redhat.com> - 201-2
4295f9
- Automatically discover whether to run autoreconf and add autotools and git
4295f9
  BuildRequires based on the presence of patches to be applied.
4295f9
- Use find -delete.
4295f9
4295f9
* Mon Apr  8 2013 Lennart Poettering <lpoetter@redhat.com> - 201-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Apr  8 2013 Lennart Poettering <lpoetter@redhat.com> - 200-4
4295f9
- Update preset file
4295f9
4295f9
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-3
4295f9
- Remove NetworkManager-wait-online.service from presets file again, it should default to off
4295f9
4295f9
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-2
4295f9
- New upstream release
4295f9
4295f9
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-2
4295f9
- Add NetworkManager-wait-online.service to the presets file
4295f9
4295f9
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Mar 18 2013 Michal Schmidt <mschmidt@redhat.com> 198-7
4295f9
- Drop /usr/s?bin/ prefixes.
4295f9
4295f9
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-6
4295f9
- run autogen to pickup all changes
4295f9
4295f9
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-5
4295f9
- do not mount anything, when not running as pid 1
4295f9
- add initrd.target for systemd in the initrd
4295f9
4295f9
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 198-4
4295f9
- fix switch-root and local-fs.target problem
4295f9
- patch kernel-install to use grubby, if available
4295f9
4295f9
* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 198-3
4295f9
- add Conflict with dracut < 026 because of the new switch-root isolate
4295f9
4295f9
* Thu Mar  7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-2
4295f9
- Create required users
4295f9
4295f9
* Thu Mar 7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-1
4295f9
- New release
4295f9
- Enable journal persistancy by default
4295f9
4295f9
* Sun Feb 10 2013 Peter Robinson <pbrobinson@fedoraproject.org> 197-3
4295f9
- Bump for ARM
4295f9
4295f9
* Fri Jan 18 2013 Michal Schmidt <mschmidt@redhat.com> - 197-2
4295f9
- Added qemu-guest-agent.service to presets (Lennart, #885406).
4295f9
- Add missing pygobject3-base to systemd-analyze deps (Lennart).
4295f9
- Do not require hwdata, it is all in the hwdb now (Kay).
4295f9
- Drop dependency on dbus-python.
4295f9
4295f9
* Tue Jan  8 2013 Lennart Poettering <lpoetter@redhat.com> - 197-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-4
4295f9
- Enable rngd.service by default (#857765).
4295f9
4295f9
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-3
4295f9
- Disable hardening on s390(x) because PIE is broken there and produces
4295f9
  text relocations with __thread (#868839).
4295f9
4295f9
* Wed Dec 05 2012 Michal Schmidt <mschmidt@redhat.com> - 196-2
4295f9
- added spice-vdagentd.service to presets (Lennart, #876237)
4295f9
- BR cryptsetup-devel instead of the legacy cryptsetup-luks-devel provide name
4295f9
  (requested by Milan Brož).
4295f9
- verbose make to see the actual build flags
4295f9
4295f9
* Wed Nov 21 2012 Lennart Poettering <lpoetter@redhat.com> - 196-1
4295f9
- New upstream release
4295f9
4295f9
* Tue Nov 20 2012 Lennart Poettering <lpoetter@redhat.com> - 195-8
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=873459
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=878093
4295f9
4295f9
* Thu Nov 15 2012 Michal Schmidt <mschmidt@redhat.com> - 195-7
4295f9
- Revert udev killing cgroup patch for F18 Beta.
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=873576
4295f9
4295f9
* Fri Nov 09 2012 Michal Schmidt <mschmidt@redhat.com> - 195-6
4295f9
- Fix cyclical dep between systemd and systemd-libs.
4295f9
- Avoid broken build of test-journal-syslog.
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=873387
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=872638
4295f9
4295f9
* Thu Oct 25 2012 Kay Sievers <kay@redhat.com> - 195-5
4295f9
- require 'sed', limit HOSTNAME= match
4295f9
4295f9
* Wed Oct 24 2012 Michal Schmidt <mschmidt@redhat.com> - 195-4
4295f9
- add dmraid-activation.service to the default preset
4295f9
- add yum protected.d fragment
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=869619
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=869717
4295f9
4295f9
* Wed Oct 24 2012 Kay Sievers <kay@redhat.com> - 195-3
4295f9
- Migrate /etc/sysconfig/ i18n, keyboard, network files/variables to
4295f9
  systemd native files
4295f9
4295f9
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-2
4295f9
- Provide syslog because the journal is fine as a syslog implementation
4295f9
4295f9
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-1
4295f9
- New upstream release
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=831665
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=847720
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=858693
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=863481
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=864629
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=864672
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=864674
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=865128
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=866346
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=867407
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=868603
4295f9
4295f9
* Wed Oct 10 2012 Michal Schmidt <mschmidt@redhat.com> - 194-2
4295f9
- Add scriptlets for migration away from systemd-timedated-ntp.target
4295f9
4295f9
* Wed Oct  3 2012 Lennart Poettering <lpoetter@redhat.com> - 194-1
4295f9
- New upstream release
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=859614
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=859655
4295f9
4295f9
* Fri Sep 28 2012 Lennart Poettering <lpoetter@redhat.com> - 193-1
4295f9
- New upstream release
4295f9
4295f9
* Tue Sep 25 2012 Lennart Poettering <lpoetter@redhat.com> - 192-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-2
4295f9
- Fix journal mmap header prototype definition to fix compilation on 32bit
4295f9
4295f9
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-1
4295f9
- New upstream release
4295f9
- Enable all display managers by default, as discussed with Adam Williamson
4295f9
4295f9
* Thu Sep 20 2012 Lennart Poettering <lpoetter@redhat.com> - 190-1
4295f9
- New upstream release
4295f9
- Take possession of /etc/localtime, and remove /etc/sysconfig/clock
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=858780
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=858787
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=858771
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=858754
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=858746
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=858266
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=858224
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=857670
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=856975
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=855863
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=851970
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=851275
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=851131
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=847472
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=847207
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=846483
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=846085
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=845973
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=845194
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=845028
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=844630
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=839736
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=835848
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=831740
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=823485
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=821813
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=807886
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=802198
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=767795
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=767561
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=752774
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=732874
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=858735
4295f9
4295f9
* Thu Sep 13 2012 Lennart Poettering <lpoetter@redhat.com> - 189-4
4295f9
- Don't pull in pkg-config as dep
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=852828
4295f9
4295f9
* Wed Sep 12 2012 Lennart Poettering <lpoetter@redhat.com> - 189-3
4295f9
- Update preset policy
4295f9
- Rename preset policy file from 99-default.preset to 90-default.preset so that people can order their own stuff after the Fedora default policy if they wish
4295f9
4295f9
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-2
4295f9
- Update preset policy
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=850814
4295f9
4295f9
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Aug 16 2012 Ray Strode <rstrode@redhat.com> 188-4
4295f9
- more scriptlet fixes
4295f9
  (move dm migration logic to %%posttrans so the service
4295f9
   files it's looking for are available at the time
4295f9
   the logic is run)
4295f9
4295f9
* Sat Aug 11 2012 Lennart Poettering <lpoetter@redhat.com> - 188-3
4295f9
- Remount file systems MS_PRIVATE before switching roots
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=847418
4295f9
4295f9
* Wed Aug 08 2012 Rex Dieter <rdieter@fedoraproject.org> - 188-2
4295f9
- fix scriptlets
4295f9
4295f9
* Wed Aug  8 2012 Lennart Poettering <lpoetter@redhat.com> - 188-1
4295f9
- New upstream release
4295f9
- Enable gdm and avahi by default via the preset file
4295f9
- Convert /etc/sysconfig/desktop to display-manager.service symlink
4295f9
- Enable hardened build
4295f9
4295f9
* Mon Jul 30 2012 Kay Sievers <kay@redhat.com> - 187-3
4295f9
- Obsolete: system-setup-keyboard
4295f9
4295f9
* Wed Jul 25 2012 Kalev Lember <kalevlember@gmail.com> - 187-2
4295f9
- Run ldconfig for the new -libs subpackage
4295f9
4295f9
* Thu Jul 19 2012 Lennart Poettering <lpoetter@redhat.com> - 187-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 186-2
4295f9
- fixed dracut conflict version
4295f9
4295f9
* Tue Jul  3 2012 Lennart Poettering <lpoetter@redhat.com> - 186-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Jun 22 2012 Nils Philippsen <nils@redhat.com> - 185-7.gite7aee75
4295f9
- add obsoletes/conflicts so multilib systemd -> systemd-libs updates work
4295f9
4295f9
* Thu Jun 14 2012 Michal Schmidt <mschmidt@redhat.com> - 185-6.gite7aee75
4295f9
- Update to current git
4295f9
4295f9
* Wed Jun 06 2012 Kay Sievers - 185-5.gita2368a3
4295f9
- disable plymouth in configure, to drop the .wants/ symlinks
4295f9
4295f9
* Wed Jun 06 2012 Michal Schmidt <mschmidt@redhat.com> - 185-4.gita2368a3
4295f9
- Update to current git snapshot
4295f9
  - Add systemd-readahead-analyze
4295f9
  - Drop upstream patch
4295f9
- Split systemd-libs
4295f9
- Drop duplicate doc files
4295f9
- Fixed License headers of subpackages
4295f9
4295f9
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> - 185-3
4295f9
- Drop plymouth files
4295f9
- Conflict with old plymouth
4295f9
4295f9
* Tue Jun 05 2012 Kay Sievers - 185-2
4295f9
- selinux udev labeling fix
4295f9
- conflict with older dracut versions for new udev file names
4295f9
4295f9
* Mon Jun 04 2012 Kay Sievers - 185-1
4295f9
- New upstream release
4295f9
  - udev selinux labeling fixes
4295f9
  - new man pages
4295f9
  - systemctl help <unit name>
4295f9
4295f9
* Thu May 31 2012 Lennart Poettering <lpoetter@redhat.com> - 184-1
4295f9
- New upstream release
4295f9
4295f9
* Thu May 24 2012 Kay Sievers <kay@redhat.com> - 183-1
4295f9
- New upstream release including udev merge.
4295f9
4295f9
* Wed Mar 28 2012 Michal Schmidt <mschmidt@redhat.com> - 44-4
4295f9
- Add triggers from Bill Nottingham to correct the damage done by
4295f9
  the obsoleted systemd-units's preun scriptlet (#807457).
4295f9
4295f9
* Mon Mar 26 2012 Dennis Gilmore <dennis@ausil.us> - 44-3
4295f9
- apply patch from upstream so we can build systemd on arm and ppc
4295f9
- and likely the rest of the secondary arches
4295f9
4295f9
* Tue Mar 20 2012 Michal Schmidt <mschmidt@redhat.com> - 44-2
4295f9
- Don't build the gtk parts anymore. They're moving into systemd-ui.
4295f9
- Remove a dead patch file.
4295f9
4295f9
* Fri Mar 16 2012 Lennart Poettering <lpoetter@redhat.com> - 44-1
4295f9
- New upstream release
4295f9
- Closes #798760, #784921, #783134, #768523, #781735
4295f9
4295f9
* Mon Feb 27 2012 Dennis Gilmore <dennis@ausil.us> - 43-2
4295f9
- don't conflict with fedora-release systemd never actually provided
4295f9
- /etc/os-release so there is no actual conflict
4295f9
4295f9
* Wed Feb 15 2012 Lennart Poettering <lpoetter@redhat.com> - 43-1
4295f9
- New upstream release
4295f9
- Closes #789758, #790260, #790522
4295f9
4295f9
* Sat Feb 11 2012 Lennart Poettering <lpoetter@redhat.com> - 42-1
4295f9
- New upstream release
4295f9
- Save a bit of entropy during system installation (#789407)
4295f9
- Don't own /etc/os-release anymore, leave that to fedora-release
4295f9
4295f9
* Thu Feb  9 2012 Adam Williamson <awilliam@redhat.com> - 41-2
4295f9
- rebuild for fixed binutils
4295f9
4295f9
* Thu Feb  9 2012 Lennart Poettering <lpoetter@redhat.com> - 41-1
4295f9
- New upstream release
4295f9
4295f9
* Tue Feb  7 2012 Lennart Poettering <lpoetter@redhat.com> - 40-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Jan 26 2012 Kay Sievers <kay@redhat.com> - 39-3
4295f9
- provide /sbin/shutdown
4295f9
4295f9
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 39-2
4295f9
- increment release
4295f9
4295f9
* Wed Jan 25 2012 Kay Sievers <kay@redhat.com> - 39-1.1
4295f9
- install everything in /usr
4295f9
  https://fedoraproject.org/wiki/Features/UsrMove
4295f9
4295f9
* Wed Jan 25 2012 Lennart Poettering <lpoetter@redhat.com> - 39-1
4295f9
- New upstream release
4295f9
4295f9
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-6.git9fa2f41
4295f9
- Update to a current git snapshot.
4295f9
- Resolves: #781657
4295f9
4295f9
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-5
4295f9
- Build against libgee06. Reenable gtk tools.
4295f9
- Delete unused patches.
4295f9
- Add easy building of git snapshots.
4295f9
- Remove legacy spec file elements.
4295f9
- Don't mention implicit BuildRequires.
4295f9
- Configure with --disable-static.
4295f9
- Merge -units into the main package.
4295f9
- Move section 3 manpages to -devel.
4295f9
- Fix unowned directory.
4295f9
- Run ldconfig in scriptlets.
4295f9
- Split systemd-analyze to a subpackage.
4295f9
4295f9
* Sat Jan 21 2012 Dan Horák <dan[at]danny.cz> - 38-4
4295f9
- fix build on big-endians
4295f9
4295f9
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-3
4295f9
- Disable building of gtk tools for now
4295f9
4295f9
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-2
4295f9
- Fix a few (build) dependencies
4295f9
4295f9
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-1
4295f9
- New upstream release
4295f9
4295f9
* Tue Nov 15 2011 Michal Schmidt <mschmidt@redhat.com> - 37-4
4295f9
- Run authconfig if /etc/pam.d/system-auth is not a symlink.
4295f9
- Resolves: #753160
4295f9
4295f9
* Wed Nov 02 2011 Michal Schmidt <mschmidt@redhat.com> - 37-3
4295f9
- Fix remote-fs-pre.target and its ordering.
4295f9
- Resolves: #749940
4295f9
4295f9
* Wed Oct 19 2011 Michal Schmidt <mschmidt@redhat.com> - 37-2
4295f9
- A couple of fixes from upstream:
4295f9
- Fix a regression in bash-completion reported in Bodhi.
4295f9
- Fix a crash in isolating.
4295f9
- Resolves: #717325
4295f9
4295f9
* Tue Oct 11 2011 Lennart Poettering <lpoetter@redhat.com> - 37-1
4295f9
- New upstream release
4295f9
- Resolves: #744726, #718464, #713567, #713707, #736756
4295f9
4295f9
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-5
4295f9
- Undo the workaround. Kay says it does not belong in systemd.
4295f9
- Unresolves: #741655
4295f9
4295f9
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-4
4295f9
- Workaround for the crypto-on-lvm-on-crypto disk layout
4295f9
- Resolves: #741655
4295f9
4295f9
* Sun Sep 25 2011 Michal Schmidt <mschmidt@redhat.com> - 36-3
4295f9
- Revert an upstream patch that caused ordering cycles
4295f9
- Resolves: #741078
4295f9
4295f9
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-2
4295f9
- Add /etc/timezone to ghosted files
4295f9
4295f9
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-1
4295f9
- New upstream release
4295f9
- Resolves: #735013, #736360, #737047, #737509, #710487, #713384
4295f9
4295f9
* Thu Sep  1 2011 Lennart Poettering <lpoetter@redhat.com> - 35-1
4295f9
- New upstream release
4295f9
- Update post scripts
4295f9
- Resolves: #726683, #713384, #698198, #722803, #727315, #729997, #733706, #734611
4295f9
4295f9
* Thu Aug 25 2011 Lennart Poettering <lpoetter@redhat.com> - 34-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Aug 19 2011 Harald Hoyer <harald@redhat.com> 33-2
4295f9
- fix ABRT on service file reloading
4295f9
- Resolves: rhbz#732020
4295f9
4295f9
* Wed Aug  3 2011 Lennart Poettering <lpoetter@redhat.com> - 33-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Jul 29 2011 Lennart Poettering <lpoetter@redhat.com> - 32-1
4295f9
- New upstream release
4295f9
4295f9
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-2
4295f9
- Fix access mode of modprobe file, restart logind after upgrade
4295f9
4295f9
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-1
4295f9
- New upstream release
4295f9
4295f9
* Wed Jul 13 2011 Lennart Poettering <lpoetter@redhat.com> - 30-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Jun 16 2011 Lennart Poettering <lpoetter@redhat.com> - 29-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Jun 13 2011 Michal Schmidt <mschmidt@redhat.com> - 28-4
4295f9
- Apply patches from current upstream.
4295f9
- Fixes memory size detection on 32-bit with >4GB RAM (BZ712341)
4295f9
4295f9
* Wed Jun 08 2011 Michal Schmidt <mschmidt@redhat.com> - 28-3
4295f9
- Apply patches from current upstream
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=709909
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=710839
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=711015
4295f9
4295f9
* Sat May 28 2011 Lennart Poettering <lpoetter@redhat.com> - 28-2
4295f9
- Pull in nss-myhostname
4295f9
4295f9
* Thu May 26 2011 Lennart Poettering <lpoetter@redhat.com> - 28-1
4295f9
- New upstream release
4295f9
4295f9
* Wed May 25 2011 Lennart Poettering <lpoetter@redhat.com> - 26-2
4295f9
- Bugfix release
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=707507
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=707483
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=705427
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=707577
4295f9
4295f9
* Sat Apr 30 2011 Lennart Poettering <lpoetter@redhat.com> - 26-1
4295f9
- New upstream release
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=699394
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=698198
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=698674
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=699114
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=699128
4295f9
4295f9
* Thu Apr 21 2011 Lennart Poettering <lpoetter@redhat.com> - 25-1
4295f9
- New upstream release
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=694788
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=694321
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=690253
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=688661
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=682662
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=678555
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=628004
4295f9
4295f9
* Wed Apr  6 2011 Lennart Poettering <lpoetter@redhat.com> - 24-1
4295f9
- New upstream release
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=694079
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=693289
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=693274
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=693161
4295f9
4295f9
* Tue Apr  5 2011 Lennart Poettering <lpoetter@redhat.com> - 23-1
4295f9
- New upstream release
4295f9
- Include systemd-sysv-convert
4295f9
4295f9
* Fri Apr  1 2011 Lennart Poettering <lpoetter@redhat.com> - 22-1
4295f9
- New upstream release
4295f9
4295f9
* Wed Mar 30 2011 Lennart Poettering <lpoetter@redhat.com> - 21-2
4295f9
- The quota services are now pulled in by mount points, hence no need to enable them explicitly
4295f9
4295f9
* Tue Mar 29 2011 Lennart Poettering <lpoetter@redhat.com> - 21-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 20-2
4295f9
- Apply upstream patch to not send untranslated messages to plymouth
4295f9
4295f9
* Tue Mar  8 2011 Lennart Poettering <lpoetter@redhat.com> - 20-1
4295f9
- New upstream release
4295f9
4295f9
* Tue Mar  1 2011 Lennart Poettering <lpoetter@redhat.com> - 19-1
4295f9
- New upstream release
4295f9
4295f9
* Wed Feb 16 2011 Lennart Poettering <lpoetter@redhat.com> - 18-1
4295f9
- New upstream release
4295f9
4295f9
* Mon Feb 14 2011 Bill Nottingham <notting@redhat.com> - 17-6
4295f9
- bump upstart obsoletes (#676815)
4295f9
4295f9
* Wed Feb  9 2011 Tom Callaway <spot@fedoraproject.org> - 17-5
4295f9
- add macros.systemd file for %%{_unitdir}
4295f9
4295f9
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17-4
4295f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4295f9
4295f9
* Wed Feb  9 2011 Lennart Poettering <lpoetter@redhat.com> - 17-3
4295f9
- Fix popen() of systemctl, #674916
4295f9
4295f9
* Mon Feb  7 2011 Bill Nottingham <notting@redhat.com> - 17-2
4295f9
- add epoch to readahead obsolete
4295f9
4295f9
* Sat Jan 22 2011 Lennart Poettering <lpoetter@redhat.com> - 17-1
4295f9
- New upstream release
4295f9
4295f9
* Tue Jan 18 2011 Lennart Poettering <lpoetter@redhat.com> - 16-2
4295f9
- Drop console.conf again, since it is not shipped in pamtmp.conf
4295f9
4295f9
* Sat Jan  8 2011 Lennart Poettering <lpoetter@redhat.com> - 16-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 15-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 14-1
4295f9
- Upstream update
4295f9
- Enable hwclock-load by default
4295f9
- Obsolete readahead
4295f9
- Enable /var/run and /var/lock on tmpfs
4295f9
4295f9
* Fri Nov 19 2010 Lennart Poettering <lpoetter@redhat.com> - 13-1
4295f9
- new upstream release
4295f9
4295f9
* Wed Nov 17 2010 Bill Nottingham <notting@redhat.com> 12-3
4295f9
- Fix clash
4295f9
4295f9
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-2
4295f9
- Don't clash with initscripts for now, so that we don't break the builders
4295f9
4295f9
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> - 11-2
4295f9
- Rebuild with newer vala, libnotify
4295f9
4295f9
* Thu Oct  7 2010 Lennart Poettering <lpoetter@redhat.com> - 11-1
4295f9
- New upstream release
4295f9
4295f9
* Wed Sep 29 2010 Jesse Keating <jkeating@redhat.com> - 10-6
4295f9
- Rebuilt for gcc bug 634757
4295f9
4295f9
* Thu Sep 23 2010 Bill Nottingham <notting@redhat.com> - 10-5
4295f9
- merge -sysvinit into main package
4295f9
4295f9
* Mon Sep 20 2010 Bill Nottingham <notting@redhat.com> - 10-4
4295f9
- obsolete upstart-sysvinit too
4295f9
4295f9
* Fri Sep 17 2010 Bill Nottingham <notting@redhat.com> - 10-3
4295f9
- Drop upstart requires
4295f9
4295f9
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-2
4295f9
- Enable audit
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=633771
4295f9
4295f9
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-1
4295f9
- New upstream release
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=630401
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=630225
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=626966
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=623456
4295f9
4295f9
* Fri Sep  3 2010 Bill Nottingham <notting@redhat.com> - 9-3
4295f9
- move fedora-specific units to initscripts; require newer version thereof
4295f9
4295f9
* Fri Sep  3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-2
4295f9
- Add missing tarball
4295f9
4295f9
* Fri Sep  3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-1
4295f9
- New upstream version
4295f9
- Closes 501720, 614619, 621290, 626443, 626477, 627014, 627785, 628913
4295f9
4295f9
* Fri Aug 27 2010 Lennart Poettering <lpoetter@redhat.com> - 8-3
4295f9
- Reexecute after installation, take ownership of /var/run/user
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=627457
4295f9
- https://bugzilla.redhat.com/show_bug.cgi?id=627634
4295f9
4295f9
* Thu Aug 26 2010 Lennart Poettering <lpoetter@redhat.com> - 8-2
4295f9
- Properly create default.target link
4295f9
4295f9
* Wed Aug 25 2010 Lennart Poettering <lpoetter@redhat.com> - 8-1
4295f9
- New upstream release
4295f9
4295f9
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-3
4295f9
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623561
4295f9
4295f9
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-2
4295f9
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623430
4295f9
4295f9
* Tue Aug 10 2010 Lennart Poettering <lpoetter@redhat.com> - 7-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Aug  6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-2
4295f9
- properly hide output on package installation
4295f9
- pull in coreutils during package installtion
4295f9
4295f9
* Fri Aug  6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-1
4295f9
- New upstream release
4295f9
- Fixes #621200
4295f9
4295f9
* Wed Aug  4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-2
4295f9
- Add tarball
4295f9
4295f9
* Wed Aug  4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-1
4295f9
- Prepare release 5
4295f9
4295f9
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 4-4
4295f9
- Add 'sysvinit-userspace' provide to -sysvinit package to fix upgrade/install (#618537)
4295f9
4295f9
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-3
4295f9
- Add libselinux to build dependencies
4295f9
4295f9
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-2
4295f9
- Use the right tarball
4295f9
4295f9
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-1
4295f9
- New upstream release, and make default
4295f9
4295f9
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-3
4295f9
- Used wrong tarball
4295f9
4295f9
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-2
4295f9
- Own /cgroup jointly with libcgroup, since we don't dpend on it anymore
4295f9
4295f9
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-1
4295f9
- New upstream release
4295f9
4295f9
* Fri Jul 9 2010 Lennart Poettering <lpoetter@redhat.com> - 2-0
4295f9
- New upstream release
4295f9
4295f9
* Wed Jul 7 2010 Lennart Poettering <lpoetter@redhat.com> - 1-0
4295f9
- First upstream release
4295f9
4295f9
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.7.20100629git4176e5
4295f9
- New snapshot
4295f9
- Split off -units package where other packages can depend on without pulling in the whole of systemd
4295f9
4295f9
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.6.20100622gita3723b
4295f9
- Add missing libtool dependency.
4295f9
4295f9
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.5.20100622gita3723b
4295f9
- Update snapshot
4295f9
4295f9
* Mon Jun 14 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.4.20100614git393024
4295f9
- Pull the latest snapshot that fixes a segfault. Resolves rhbz#603231
4295f9
4295f9
* Fri Jun 11 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.3.20100610git2f198e
4295f9
- More minor fixes as per review
4295f9
4295f9
* Thu Jun 10 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.2.20100610git2f198e
4295f9
- Spec improvements from David Hollis
4295f9
4295f9
* Wed Jun 09 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.1.20090609git2f198e
4295f9
- Address review comments
4295f9
4295f9
* Tue Jun 01 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.0.git2010-06-02
4295f9
- Initial spec (adopted from Kay Sievers)