167d2b
#global commit c4b843473a75fb38ed5bf54e9d3cfb1cb3719efa
d0811f
%{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})}
d0811f
d0811f
%global stable 1
d0811f
d0811f
# We ship a .pc file but don't want to have a dep on pkg-config. We
d0811f
# strip the automatically generated dep here and instead co-own the
d0811f
# directory.
d0811f
%global __requires_exclude pkg-config
d0811f
d0811f
%global pkgdir %{_prefix}/lib/systemd
d0811f
%global system_unit_dir %{pkgdir}/system
d0811f
%global user_unit_dir %{pkgdir}/user
d0811f
ae4880
%if 0%{?__isa_bits} == 64
ae4880
%global elf_bits (64bit)
ae4880
%global elf_suffix ()%{elf_bits}
ae4880
%endif
ae4880
d0811f
# Bootstrap may be needed to break intercircular dependencies with
d0811f
# cryptsetup, e.g. when re-building cryptsetup on a json-c SONAME-bump.
d0811f
%bcond_with    bootstrap
d0811f
%bcond_without tests
caa2f9
%bcond_without lto
ae4880
ae4880
# Support for quick builds with rpmbuild --build-in-place.
ae4880
# See README.build-in-place.
ae4880
%bcond_with    inplace
ae4880
36c356
%if 0%{?facebook}
36c356
%bcond_with selinux
36c356
%else
36c356
%bcond_without selinux
36c356
%endif
d0811f
ae4880
# Remove this when the macro exists in CentOS
ae4880
%global version_no_tilde %(c=%{version}; echo ${c}|tr '~' '-')
ae4880
d0811f
Name:           systemd
d0811f
Url:            https://www.freedesktop.org/wiki/Software/systemd
ae4880
%if %{without inplace}
1c4d83
Version:        249.4
c08e08
Release:        2.6%{?dist}
ae4880
%else
ae4880
# determine the build information from local checkout
ae4880
Version:        %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
3e5297
Release:        1
ae4880
%endif
d0811f
# For a breakdown of the licensing, see README
d0811f
License:        LGPLv2+ and MIT and GPLv2+
d0811f
Summary:        System and Service Manager
d0811f
d0811f
# download tarballs with "spectool -g systemd.spec"
d0811f
%if %{defined commit}
d0811f
Source0:        https://github.com/systemd/systemd%{?stable:-stable}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
d0811f
%else
d0811f
%if 0%{?stable}
ae4880
Source0:        https://github.com/systemd/systemd-stable/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
d0811f
%else
ae4880
Source0:        https://github.com/systemd/systemd/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
d0811f
%endif
d0811f
%endif
d0811f
# This file must be available before %%prep.
d0811f
# It is generated during systemd build and can be found in build/src/core/.
d0811f
Source1:        triggers.systemd
d0811f
Source2:        split-files.py
d0811f
Source3:        purge-nobody-user
d0811f
d0811f
# Prevent accidental removal of the systemd package
d0811f
Source4:        yum-protect-systemd.conf
d0811f
d0811f
Source9:        20-yama-ptrace.conf
d0811f
Source10:       systemd-udev-trigger-no-reload.conf
d0811f
Source11:       20-grubby.install
d0811f
Source12:       systemd-user
ae4880
Source13:       libsystemd-shared.abignore
d0811f
04a488
Source14:       10-oomd-defaults.conf
04a488
Source15:       10-oomd-root-slice-defaults.conf
04a488
Source16:       10-oomd-user-service-defaults.conf
04a488
d0811f
Source21:       macros.sysusers
d0811f
Source22:       sysusers.attr
d0811f
Source23:       sysusers.prov
d0811f
Source24:       sysusers.generate-pre.sh
d0811f
36c356
# Needed for selinux subpackage
36c356
Source100:      Makefile.selinux
36c356
Source101:      systemd_hs.te
02e930
Source102:      systemd_hs.if
36c356
d0811f
%if 0
d0811f
GIT_DIR=../../src/systemd/.git git format-patch-ab --no-signature -M -N v235..v235-stable
d0811f
i=1; for j in 00*patch; do printf "Patch%04d:      %s\n" $i $j; i=$((i+1));done|xclip
d0811f
GIT_DIR=../../src/systemd/.git git diffab -M v233..master@{2017-06-15} -- hwdb/[67]* hwdb/parse_hwdb.py > hwdb.patch
d0811f
%endif
d0811f
505ca8
# Backports of patches from upstream (0000–0499)
167d2b
#
167d2b
# Any patches which are "in preparation" upstream should be listed
167d2b
# here, rather than in the next section. Packit CI will drop any
167d2b
# patches in this range before applying upstream pull requests.
d0811f
5428b6
%if 0%{?facebook}
3e5297
Patch0001:      0001-rpm-don-t-specify-the-full-path-for-systemctl-and-ot.patch
3e5297
Patch0002:      0002-rpm-use-a-helper-script-to-actually-invoke-systemctl.patch
3e5297
Patch0003:      0003-rpm-call-needs-restart-in-parallel.patch
3e5297
Patch0004:      0004-rpm-restart-user-services-at-the-end-of-the-transact.patch
3e5297
Patch0005:      0005-update-helper-also-add-user-reexec-verb.patch
3e5297
167d2b
# PR 18621: FB variant of quieting "proc: Bad value for 'hidepid'" messages
3e5297
Patch0006:      18621-fb.patch
5428b6
%else
167d2b
# PR 18621: Quiet "proc: Bad value for 'hidepid'" messages
3e5297
Patch0006:      https://github.com/systemd/systemd/pull/18621.patch
5428b6
%endif
3e5297
e63f21
# PRs to support additional systemd.network and systemd.link features
3e5297
Patch0007:      https://github.com/systemd/systemd/pull/20743.patch
3e5297
Patch0008:      https://github.com/systemd/systemd/pull/20458.patch
3e5297
Patch0009:      https://github.com/systemd/systemd/pull/20472.patch
3e5297
Patch0010:      https://github.com/systemd/systemd/pull/20477.patch
3e5297
Patch0011:      https://github.com/systemd/systemd/pull/20484.patch
3e5297
Patch0012:      https://github.com/systemd/systemd/pull/20489.patch
d63baa
Patch0013:      https://github.com/systemd/systemd/pull/20450.patch
d63baa
Patch0014:      https://github.com/systemd/systemd/pull/20541.patch
d63baa
Patch0015:      https://github.com/systemd/systemd/pull/20729.patch
d63baa
Patch0016:      https://github.com/systemd/systemd/pull/20828.patch
8483bf
# Part of PR #20892; it was difficult to backport the whole PR
8483bf
Patch0017:      50783f91d44b1978c0e4ba62283131fac75d3745_cherrypicked.patch
5428b6
e63f21
# PR 20875: allow verifying hidden (dot) files again
8483bf
Patch0018:      https://github.com/systemd/systemd/pull/20875.patch
8483bf
8483bf
# PR 20978: serialize bpf device programs across reloads/reexecs
8483bf
Patch0019:      https://github.com/systemd/systemd/pull/20978.patch
8483bf
8483bf
# PR 20676: don't rewrite sysctls that are already set
8483bf
Patch0020:      20676_cherrypicked.patch
e63f21
505ca8
# Downstream-only patches (0500–9999)
167d2b
505ca8
# https://github.com/systemd/systemd/pull/17050
505ca8
Patch0501:      https://github.com/systemd/systemd/pull/17050/commits/f58b96d3e8d1cb0dd3666bc74fa673918b586612.patch
2029d5
# Downgrade sysv-generator messages from warning to debug
5428b6
Patch0502:      0001-sysv-generator-downgrade-log-warning-about-autogener.patch
c08e08
# Fixes non-deterministic Slice= assignments
c08e08
Patch0503:      revert_d219a2b07cc5dc8ffd5010f08561fab2780d8616.patch
d0811f
d0811f
%ifarch %{ix86} x86_64 aarch64
d0811f
%global have_gnu_efi 1
d0811f
%endif
d0811f
d0811f
BuildRequires:  gcc
d0811f
BuildRequires:  gcc-c++
d0811f
BuildRequires:  coreutils
d0811f
BuildRequires:  libcap-devel
d0811f
BuildRequires:  libmount-devel
d0811f
BuildRequires:  libfdisk-devel
d0811f
BuildRequires:  libpwquality-devel
d0811f
BuildRequires:  pam-devel
d0811f
BuildRequires:  libselinux-devel
d0811f
BuildRequires:  audit-libs-devel
d0811f
%if %{without bootstrap}
d0811f
BuildRequires:  cryptsetup-devel
d0811f
%endif
d0811f
BuildRequires:  dbus-devel
c3e528
BuildRequires:  /usr/sbin/sfdisk
d0811f
# /usr/bin/getfacl is needed by test-acl-util
c3e528
BuildRequires:  /usr/bin/getfacl
d0811f
BuildRequires:  libacl-devel
d0811f
BuildRequires:  gobject-introspection-devel
d0811f
BuildRequires:  libblkid-devel
d0811f
BuildRequires:  xz-devel
d0811f
BuildRequires:  xz
d0811f
BuildRequires:  lz4-devel
d0811f
BuildRequires:  lz4
d0811f
BuildRequires:  bzip2-devel
d0811f
BuildRequires:  libzstd-devel
d0811f
BuildRequires:  libidn2-devel
d0811f
BuildRequires:  libcurl-devel
d0811f
BuildRequires:  kmod-devel
d0811f
BuildRequires:  elfutils-devel
d0811f
BuildRequires:  openssl-devel
d0811f
BuildRequires:  libgcrypt-devel
d0811f
BuildRequires:  libgpg-error-devel
d0811f
BuildRequires:  gnutls-devel
d0811f
BuildRequires:  libmicrohttpd-devel
d0811f
BuildRequires:  libxkbcommon-devel
d0811f
BuildRequires:  iptables-devel
167d2b
BuildRequires:  pkgconfig(tss2-esys)
167d2b
BuildRequires:  pkgconfig(tss2-rc)
167d2b
BuildRequires:  pkgconfig(tss2-mu)
ae4880
BuildRequires:  systemtap-sdt-devel
d0811f
BuildRequires:  libxslt
d0811f
BuildRequires:  docbook-style-xsl
d0811f
BuildRequires:  pkgconfig
d0811f
BuildRequires:  gperf
d0811f
BuildRequires:  gawk
d0811f
BuildRequires:  tree
d0811f
BuildRequires:  hostname
ab45bf
BuildRequires:  python3-devel
ab45bf
BuildRequires:  python3-lxml
ab45bf
BuildRequires:  python3-jinja2
d0811f
%if 0%{?have_gnu_efi}
d0811f
BuildRequires:  gnu-efi gnu-efi-devel
d0811f
%endif
d0811f
BuildRequires:  libseccomp-devel
d0811f
BuildRequires:  meson >= 0.43
d0811f
BuildRequires:  gettext
d0811f
# We use RUNNING_ON_VALGRIND in tests, so the headers need to be available
d0811f
BuildRequires:  valgrind-devel
d0811f
BuildRequires:  pkgconfig(bash-completion)
505ca8
BuildRequires:  perl
505ca8
BuildRequires:  perl(IPC::SysV)
d0811f
d0811f
Requires(post): coreutils
d0811f
Requires(post): sed
d0811f
Requires(post): acl
d0811f
Requires(post): grep
d0811f
# systemd-machine-id-setup requires libssl
d0811f
Requires(post): openssl-libs
d0811f
Requires(pre):  coreutils
d0811f
Requires:       dbus >= 1.9.18
d0811f
Requires:       %{name}-pam = %{version}-%{release}
ae4880
Requires:       (%{name}-rpm-macros = %{version}-%{release} if rpm-build)
d0811f
Requires:       %{name}-libs = %{version}-%{release}
167d2b
%{?fedora:Recommends:     %{name}-networkd = %{version}-%{release}}
ae4880
%{?fedora:Recommends:     %{name}-resolved = %{version}-%{release}}
d0811f
Recommends:     diffutils
ae4880
Requires:       (util-linux-core or util-linux)
d0811f
Recommends:     libxkbcommon%{?_isa}
d0811f
Provides:       /bin/systemctl
d0811f
Provides:       /sbin/shutdown
d0811f
Provides:       syslog
d0811f
Provides:       systemd-units = %{version}-%{release}
d0811f
Obsoletes:      system-setup-keyboard < 0.9
d0811f
Provides:       system-setup-keyboard = 0.9
d0811f
# systemd-sysv-convert was removed in f20: https://fedorahosted.org/fpc/ticket/308
d0811f
Obsoletes:      systemd-sysv < 206
505ca8
%if 0%{?facebook} == 0
d0811f
# self-obsoletes so that dnf will install new subpackages on upgrade (#1260394)
ae4880
Obsoletes:      %{name} < 249~~
505ca8
Conflicts:      initscripts < 9.56.1
505ca8
%endif
d0811f
Provides:       systemd-sysv = 206
d0811f
%if 0%{?fedora}
d0811f
Conflicts:      fedora-release < 23-0.12
d0811f
%endif
d0811f
Obsoletes:      timedatex < 0.6-3
d0811f
Provides:       timedatex = 0.6-3
03f78b
Conflicts:      %{name}-standalone-tmpfiles < %{version}-%{release}
03f78b
Obsoletes:      %{name}-standalone-tmpfiles < %{version}-%{release}
03f78b
Conflicts:      %{name}-standalone-sysusers < %{version}-%{release}
03f78b
Obsoletes:      %{name}-standalone-sysusers < %{version}-%{release}
505ca8
505ca8
# Recommends to replace normal Requires deps for stuff that is dlopen()ed
ae4880
Recommends:     libidn2.so.0%{?elf_suffix}
ae4880
Recommends:     libidn2.so.0(IDN2_0.0.0)%{?elf_bits}
ae4880
Recommends:     libpcre2-8.so.0%{?elf_suffix}
ae4880
Recommends:     libpwquality.so.1%{?elf_suffix}
ae4880
Recommends:     libpwquality.so.1(LIBPWQUALITY_1.0)%{?elf_bits}
d0811f
36c356
%if %{with selinux}
36c356
# Force the SELinux module to be installed
36c356
Requires:       %{name}-selinux = %{version}-%{release}
36c356
%endif
36c356
d0811f
%description
d0811f
systemd is a system and service manager that runs as PID 1 and starts
d0811f
the rest of the system. It provides aggressive parallelization
d0811f
capabilities, uses socket and D-Bus activation for starting services,
d0811f
offers on-demand starting of daemons, keeps track of processes using
d0811f
Linux control groups, maintains mount and automount points, and
d0811f
implements an elaborate transactional dependency-based service control
d0811f
logic. systemd supports SysV and LSB init scripts and works as a
d0811f
replacement for sysvinit. Other parts of this package are a logging daemon,
d0811f
utilities to control basic system configuration like the hostname,
d0811f
date, locale, maintain a list of logged-in users, system accounts,
d0811f
runtime directories and settings, and daemons to manage simple network
d0811f
configuration, network time synchronization, log forwarding, and name
d0811f
resolution.
d0811f
%if 0%{?stable}
d0811f
This package was built from the %{version}-stable branch of systemd.
d0811f
%endif
d0811f
d0811f
%package libs
d0811f
Summary:        systemd libraries
d0811f
License:        LGPLv2+ and MIT
d0811f
Obsoletes:      libudev < 183
d0811f
Obsoletes:      systemd < 185-4
d0811f
Conflicts:      systemd < 185-4
d0811f
Obsoletes:      systemd-compat-libs < 230
d0811f
Obsoletes:      nss-myhostname < 0.4
d0811f
Provides:       nss-myhostname = 0.4
d0811f
Provides:       nss-myhostname%{_isa} = 0.4
d0811f
Requires(post): coreutils
d0811f
Requires(post): sed
d0811f
Requires(post): grep
d0811f
Requires(post): /usr/bin/getent
d0811f
d0811f
%description libs
d0811f
Libraries for systemd and udev.
d0811f
d0811f
%package pam
d0811f
Summary:        systemd PAM module
d0811f
Requires:       %{name} = %{version}-%{release}
d0811f
d0811f
%description pam
d0811f
Systemd PAM module registers the session with systemd-logind.
d0811f
d0811f
%package rpm-macros
d0811f
Summary:        Macros that define paths and scriptlets related to systemd
d0811f
BuildArch:      noarch
d0811f
d0811f
%description rpm-macros
d0811f
Just the definitions of rpm macros.
d0811f
d0811f
See
d0811f
https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_systemd
d0811f
for information how to use those macros.
d0811f
d0811f
%package devel
d0811f
Summary:        Development headers for systemd
d0811f
License:        LGPLv2+ and MIT
d0811f
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
d0811f
Provides:       libudev-devel = %{version}
d0811f
Provides:       libudev-devel%{_isa} = %{version}
d0811f
Obsoletes:      libudev-devel < 183
d0811f
# Fake dependency to make sure systemd-pam is pulled into multilib (#1414153)
d0811f
Requires:       %{name}-pam = %{version}-%{release}
d0811f
d0811f
%description devel
d0811f
Development headers and auxiliary files for developing applications linking
d0811f
to libudev or libsystemd.
d0811f
d0811f
%package udev
d0811f
Summary: Rule-based device node and kernel event manager
d0811f
License:        LGPLv2+
d0811f
d0811f
Requires:       systemd%{?_isa} = %{version}-%{release}
d0811f
Requires(post):   systemd
d0811f
Requires(preun):  systemd
d0811f
Requires(postun): systemd
d0811f
Requires(post): grep
d0811f
Requires:       kmod >= 18-4
505ca8
%if 0%{?facebook} == 0
d0811f
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-dd43dd05b1
d0811f
Obsoletes:      systemd < 245.6-1
d0811f
%endif
d0811f
Provides:       udev = %{version}
d0811f
Provides:       udev%{_isa} = %{version}
d0811f
Obsoletes:      udev < 183
505ca8
d0811f
# https://bugzilla.redhat.com/show_bug.cgi?id=1377733#c9
d0811f
Suggests:       systemd-bootchart
d0811f
# https://bugzilla.redhat.com/show_bug.cgi?id=1408878
d0811f
Requires:       kbd
d0811f
d0811f
# https://bugzilla.redhat.com/show_bug.cgi?id=1753381
d0811f
Provides:       u2f-hidraw-policy = 1.0.2-40
d0811f
Obsoletes:      u2f-hidraw-policy < 1.0.2-40
d0811f
d0811f
%description udev
d0811f
This package contains systemd-udev and the rules and hardware database
d0811f
needed to manage device nodes. This package is necessary on physical
d0811f
machines and in virtual machines, but not in containers.
d0811f
d0811f
%package container
d0811f
# Name is the same as in Debian
d0811f
Summary: Tools for containers and VMs
d0811f
Requires:       %{name}%{?_isa} = %{version}-%{release}
d0811f
Requires(post):   systemd
d0811f
Requires(preun):  systemd
d0811f
Requires(postun): systemd
d0811f
# obsolete parent package so that dnf will install new subpackage on upgrade (#1260394)
d0811f
Obsoletes:      %{name} < 229-5
d0811f
License:        LGPLv2+
d0811f
d0811f
%description container
d0811f
Systemd tools to spawn and manage containers and virtual machines.
d0811f
d0811f
This package contains systemd-nspawn, machinectl, systemd-machined,
d0811f
and systemd-importd.
d0811f
d0811f
%package journal-remote
d0811f
# Name is the same as in Debian
d0811f
Summary:        Tools to send journal events over the network
d0811f
Requires:       %{name}%{?_isa} = %{version}-%{release}
d0811f
License:        LGPLv2+
d0811f
Requires(pre):    /usr/bin/getent
d0811f
Requires(post):   systemd
d0811f
Requires(preun):  systemd
d0811f
Requires(postun): systemd
d0811f
Provides:       %{name}-journal-gateway = %{version}-%{release}
d0811f
Provides:       %{name}-journal-gateway%{_isa} = %{version}-%{release}
d0811f
Obsoletes:      %{name}-journal-gateway < 227-7
d0811f
d0811f
%description journal-remote
d0811f
Programs to forward journal entries over the network, using encrypted HTTP,
d0811f
and to write journal files from serialized journal contents.
d0811f
d0811f
This package contains systemd-journal-gatewayd,
d0811f
systemd-journal-remote, and systemd-journal-upload.
d0811f
ae4880
%package networkd
ae4880
Summary:        System daemon that manages network configurations
ae4880
Requires:       %{name}%{?_isa} = %{version}-%{release}
ae4880
License:        LGPLv2+
ae4880
ae4880
%description networkd
ae4880
systemd-networkd is a system service that manages networks. It detects
ae4880
and configures network devices as they appear, as well as creating virtual
ae4880
network devices.
ae4880
ae4880
%package resolved
ae4880
Summary:        Network Name Resolution manager
ae4880
Requires:       %{name}%{?_isa} = %{version}-%{release}
ae4880
ae4880
%description resolved
ae4880
systemd-resolved is a system service that provides network name resolution
ae4880
to local applications. It implements a caching and validating DNS/DNSSEC
ae4880
stub resolver, as well as an LLMNR and MulticastDNS resolver and responder.
ae4880
04a488
%package oomd-defaults
04a488
Summary:        Configuration files for systemd-oomd
ae4880
Requires:       %{name} = %{version}-%{release}
04a488
License:        LGPLv2+
ae4880
BuildArch:      noarch
04a488
04a488
%description oomd-defaults
04a488
A set of drop-in files for systemd units to enable action from systemd-oomd,
04a488
a userspace out-of-memory (OOM) killer.
04a488
d0811f
%package tests
d0811f
Summary:       Internal unit tests for systemd
d0811f
Requires:      %{name}%{?_isa} = %{version}-%{release}
d0811f
License:       LGPLv2+
d0811f
d0811f
%description tests
d0811f
"Installed tests" that are usually run as part of the build system.
d0811f
They can be useful to test systemd internals.
d0811f
36c356
%if %{with selinux}
36c356
%package selinux
36c356
Summary:        SELinux module for systemd
36c356
BuildArch:      noarch
36c356
BuildRequires:  bzip2
36c356
BuildRequires:  make
36c356
BuildRequires:  selinux-policy
36c356
BuildRequires:  selinux-policy-devel
36c356
Requires(post): selinux-policy-base >= %{_selinux_policy_version}
36c356
Requires(post): policycoreutils
36c356
Requires(post): policycoreutils-python-utils
36c356
Requires(pre):  libselinux-utils
36c356
Requires(post): libselinux-utils
36c356
36c356
%description selinux
36c356
This package provides the SELinux policy module to ensure systemd
36c356
runs properly under an environment with SELinux enabled.
36c356
%endif
36c356
d0811f
%prep
ae4880
%autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{version_no_tilde}} -p1
d0811f
36c356
%if %{with selinux}
36c356
mkdir selinux
02e930
cp %SOURCE100 %SOURCE101 %SOURCE102 selinux
36c356
%endif
36c356
d0811f
%build
d0811f
%define ntpvendor %(source /etc/os-release; echo ${ID})
d0811f
%{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}
d0811f
d0811f
CONFIGURE_OPTS=(
505ca8
        -Dmode=release
d0811f
        -Dsysvinit-path=/etc/rc.d/init.d
d0811f
        -Drc-local=/etc/rc.d/rc.local
d0811f
        -Dntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org'
505ca8
        -Ddns-servers=
d0811f
        -Duser-path=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin
d0811f
        -Dservice-watchdog=
d0811f
        -Ddev-kvm-mode=0666
d0811f
        -Dkmod=true
d0811f
        -Dxkbcommon=true
d0811f
        -Dblkid=true
d0811f
        -Dseccomp=true
d0811f
        -Dima=true
d0811f
        -Dselinux=true
d0811f
        -Dapparmor=false
d0811f
        -Dpolkit=true
d0811f
        -Dxz=true
d0811f
        -Dzlib=true
d0811f
        -Dbzip2=true
d0811f
        -Dlz4=true
d0811f
        -Dzstd=true
d0811f
        -Dpam=true
d0811f
        -Dacl=true
d0811f
        -Dsmack=true
505ca8
        -Dopenssl=true
d0811f
        -Dgcrypt=true
d0811f
        -Daudit=true
d0811f
        -Delfutils=true
d0811f
%if %{without bootstrap}
d0811f
        -Dlibcryptsetup=true
d0811f
%else
d0811f
        -Dlibcryptsetup=false
d0811f
%endif
d0811f
        -Delfutils=true
d0811f
        -Dgnutls=true
d0811f
        -Dmicrohttpd=true
d0811f
        -Dlibidn2=true
d0811f
        -Dlibiptc=true
d0811f
        -Dlibcurl=true
d0811f
        -Defi=true
d0811f
        -Dgnu-efi=%{?have_gnu_efi:true}%{?!have_gnu_efi:false}
d0811f
        -Dtpm=true
167d2b
        -Dtpm2=true
d0811f
        -Dhwdb=true
d0811f
        -Dsysusers=true
d0811f
        -Ddefault-kill-user-processes=false
d0811f
        -Dtests=unsafe
d0811f
        -Dinstall-tests=true
d0811f
        -Dtty-gid=5
d0811f
        -Dusers-gid=100
d0811f
        -Dnobody-user=nobody
d0811f
        -Dnobody-group=nobody
505ca8
        -Dcompat-mutable-uid-boundaries=true
d0811f
        -Dsplit-usr=false
d0811f
        -Dsplit-bin=true
505ca8
%if %{with lto}
d0811f
        -Db_lto=true
505ca8
%else
505ca8
        -Db_lto=false
505ca8
%endif
d0811f
        -Db_ndebug=false
d0811f
        -Dman=true
d0811f
        -Dversion-tag=v%{version}-%{release}
167d2b
%if 0%{?fedora}
505ca8
        -Dfallback-hostname=fedora
167d2b
%else
167d2b
        -Dfallback-hostname=localhost
167d2b
%endif
505ca8
        -Ddefault-dnssec=no
ae4880
        -Ddefault-dns-over-tls=opportunistic
505ca8
        # https://bugzilla.redhat.com/show_bug.cgi?id=1867830
505ca8
        -Ddefault-mdns=no
505ca8
        -Ddefault-llmnr=resolve
167d2b
        -Doomd=true
ae4880
        -Dadm-gid=4
ae4880
        -Daudio-gid=63
ae4880
        -Dcdrom-gid=11
ae4880
        -Ddialout-gid=18
ae4880
        -Ddisk-gid=6
ae4880
        -Dinput-gid=104   # https://pagure.io/setup/pull-request/27
ae4880
        -Dkmem-gid=9
ae4880
        -Dkvm-gid=36
ae4880
        -Dlp-gid=7
ae4880
        -Drender-gid=105  # https://pagure.io/setup/pull-request/27
ae4880
        -Dsgx-gid=106     # https://pagure.io/setup/pull-request/27
ae4880
        -Dtape-gid=33
ae4880
        -Dtty-gid=5
ae4880
        -Dusers-gid=100
ae4880
        -Dutmp-gid=22
ae4880
        -Dvideo-gid=39
ae4880
        -Dwheel-gid=10
ae4880
        -Dsystemd-journal-gid=190
ae4880
        -Dsystemd-network-uid=192
ae4880
        -Dsystemd-resolve-uid=193
ae4880
        # -Dsystemd-timesync-uid=, not set yet
167d2b
        # Need to set this for CentOS build
167d2b
        -Ddocdir=%{_pkgdocdir}
505ca8
        # CentOS is missing newer deps required to include these
505ca8
        # But also these aren't as relevant for the hyperscale use case
505ca8
        -Dp11kit=false
505ca8
        -Duserdb=false
505ca8
        -Dhomed=false
505ca8
        -Drepart=false
505ca8
        -Dfdisk=false
505ca8
        -Dpwquality=false
505ca8
        -Dqrencode=false
505ca8
        -Dlibfido2=false
505ca8
        # Old version of PAM might not support files in /usr/lib/pam.d/ so
505ca8
        # stick with the old /etc/pam.d
505ca8
        -Dpamconfdir=/etc/pam.d
505ca8
        # Standalone binaries are only relevant on non-systemd systems
505ca8
        -Dstandalone-binaries=false
fa7d65
)
fa7d65
d0811f
%if 0%{?facebook}
d0811f
CONFIGURE_OPTS+=(
d0811f
        -Dntp-servers='1.ntp.vip.facebook.com 2.ntp.vip.facebook.com 3.ntp.vip.facebook.com 4.ntp.vip.facebook.com'
d0811f
        -Ddns-servers='10.127.255.51 10.191.255.51 2401:db00:eef0:a53:: 2401:db00:eef0:b53::'
caa2f9
        -Dsupport-url='https://www.facebook.com/groups/systemd.and.friends/'
d0811f
        -Dcontainer-uid-base-min=10485760
d0811f
)
d0811f
%endif
d0811f
505ca8
%if %{without lto}
505ca8
%global _lto_cflags %nil
505ca8
%endif
505ca8
d0811f
export LANG=en_US.UTF-8
d0811f
export LC_ALL=en_US.UTF-8
ae4880
# Do configuration. If doing an inplace build, try to do
ae4880
# reconfiguration to pick up new options.
ae4880
%if %{with inplace}
ae4880
  command -v ccache 2>/dev/null && { CC="${CC:-ccache %__cc}"; CXX="${CXX:-ccache %__cxx}"; }
ae4880
ae4880
  [ -e %{_vpath_builddir}/build.ninja ] &&
ae4880
  %__meson configure %{_vpath_builddir} "${CONFIGURE_OPTS[@]}" ||
ae4880
%endif
ae4880
{ %meson "${CONFIGURE_OPTS[@]}"; }
ae4880
ae4880
%meson_build
167d2b
167d2b
new_triggers=%{_vpath_builddir}/src/rpm/triggers.systemd.sh
167d2b
if ! diff -u %{SOURCE1} ${new_triggers}; then
167d2b
   echo -e "\n\n\nWARNING: triggers.systemd in Source1 is different!"
167d2b
   echo -e "      cp $PWD/${new_triggers} %{SOURCE1}\n\n\n"
167d2b
   sleep 5
167d2b
fi
167d2b
36c356
%if %{with selinux}
36c356
cd selinux
36c356
%{__make} -f Makefile.selinux SHARE="%{_datadir}" TARGETS="systemd_hs"
36c356
%endif
36c356
d0811f
%install
d0811f
export LANG=en_US.UTF-8
d0811f
export LC_ALL=en_US.UTF-8
d0811f
%meson_install
d0811f
d0811f
# udev links
d0811f
mkdir -p %{buildroot}/%{_sbindir}
d0811f
ln -sf ../bin/udevadm %{buildroot}%{_sbindir}/udevadm
d0811f
d0811f
# Compatiblity and documentation files
d0811f
touch %{buildroot}/etc/crypttab
d0811f
chmod 600 %{buildroot}/etc/crypttab
d0811f
d0811f
# /etc/sysctl.conf compat
d0811f
ln -s ../sysctl.conf %{buildroot}/etc/sysctl.d/99-sysctl.conf
d0811f
d0811f
# Make sure these directories are properly owned
d0811f
mkdir -p %{buildroot}%{system_unit_dir}/basic.target.wants
d0811f
mkdir -p %{buildroot}%{system_unit_dir}/default.target.wants
d0811f
mkdir -p %{buildroot}%{system_unit_dir}/dbus.target.wants
d0811f
mkdir -p %{buildroot}%{system_unit_dir}/syslog.target.wants
d0811f
mkdir -p %{buildroot}/run
d0811f
mkdir -p %{buildroot}%{_localstatedir}/log
d0811f
touch %{buildroot}/run/utmp
d0811f
touch %{buildroot}%{_localstatedir}/log/{w,b}tmp
d0811f
d0811f
# Make sure the user generators dir exists too
d0811f
mkdir -p %{buildroot}%{pkgdir}/system-generators
d0811f
mkdir -p %{buildroot}%{pkgdir}/user-generators
d0811f
d0811f
# Create new-style configuration files so that we can ghost-own them
d0811f
touch %{buildroot}%{_sysconfdir}/hostname
d0811f
touch %{buildroot}%{_sysconfdir}/vconsole.conf
d0811f
touch %{buildroot}%{_sysconfdir}/locale.conf
d0811f
touch %{buildroot}%{_sysconfdir}/machine-id
d0811f
touch %{buildroot}%{_sysconfdir}/machine-info
d0811f
touch %{buildroot}%{_sysconfdir}/localtime
d0811f
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
d0811f
touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
d0811f
d0811f
# Make sure the shutdown/sleep drop-in dirs exist
d0811f
mkdir -p %{buildroot}%{pkgdir}/system-shutdown/
d0811f
mkdir -p %{buildroot}%{pkgdir}/system-sleep/
d0811f
d0811f
# Make sure directories in /var exist
d0811f
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/coredump
d0811f
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/catalog
d0811f
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/backlight
d0811f
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/rfkill
d0811f
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/linger
d0811f
mkdir -p %{buildroot}%{_localstatedir}/lib/private
d0811f
mkdir -p %{buildroot}%{_localstatedir}/log/private
d0811f
mkdir -p %{buildroot}%{_localstatedir}/cache/private
d0811f
mkdir -p %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload
d0811f
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/timesync
d0811f
ln -s ../private/systemd/journal-upload %{buildroot}%{_localstatedir}/lib/systemd/journal-upload
d0811f
mkdir -p %{buildroot}%{_localstatedir}/log/journal
d0811f
touch %{buildroot}%{_localstatedir}/lib/systemd/catalog/database
d0811f
touch %{buildroot}%{_sysconfdir}/udev/hwdb.bin
d0811f
touch %{buildroot}%{_localstatedir}/lib/systemd/random-seed
d0811f
touch %{buildroot}%{_localstatedir}/lib/systemd/timesync/clock
d0811f
touch %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload/state
d0811f
d0811f
# Install yum protection fragment
d0811f
install -Dm0644 %{SOURCE4} %{buildroot}/etc/dnf/protected.d/systemd.conf
d0811f
d0811f
# Restore systemd-user pam config from before "removal of Fedora-specific bits"
d0811f
install -Dm0644 -t %{buildroot}/etc/pam.d/ %{SOURCE12}
d0811f
d0811f
# Install additional docs
d0811f
# https://bugzilla.redhat.com/show_bug.cgi?id=1234951
d0811f
install -Dm0644 -t %{buildroot}%{_pkgdocdir}/ %{SOURCE9}
d0811f
d0811f
# https://bugzilla.redhat.com/show_bug.cgi?id=1378974
d0811f
mkdir -p %{buildroot}%{system_unit_dir}/systemd-udev-trigger.service.d/
d0811f
install -Dm0644 -t %{buildroot}%{system_unit_dir}/systemd-udev-trigger.service.d/ %{SOURCE10}
d0811f
d0811f
# A temporary work-around for https://bugzilla.redhat.com/show_bug.cgi?id=1663040
d0811f
mkdir -p %{buildroot}%{system_unit_dir}/systemd-hostnamed.service.d/
d0811f
cat >%{buildroot}%{system_unit_dir}/systemd-hostnamed.service.d/disable-privatedevices.conf <
d0811f
[Service]
d0811f
PrivateDevices=no
d0811f
EOF
d0811f
d0811f
install -Dm0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE11}
d0811f
ae4880
install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/ %{SOURCE13}
ae4880
d0811f
install -D -t %{buildroot}/usr/lib/systemd/ %{SOURCE3}
d0811f
04a488
# systemd-oomd default configuration
04a488
install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/oomd.conf.d/ %{SOURCE14}
04a488
install -Dm0644 -t %{buildroot}%{system_unit_dir}/-.slice.d/ %{SOURCE15}
04a488
install -Dm0644 -t %{buildroot}%{system_unit_dir}/user@.service.d/ %{SOURCE16}
04a488
d0811f
sed -i 's|#!/usr/bin/env python3|#!%{__python3}|' %{buildroot}/usr/lib/systemd/tests/run-unit-tests.py
d0811f
d0811f
install -m 0644 -D -t %{buildroot}%{_rpmconfigdir}/macros.d/ %{SOURCE21}
d0811f
mkdir -p %{buildroot}%{_rpmconfigdir}/fileattrs/
d0811f
install -m 0644 -D -t %{buildroot}%{_rpmconfigdir}/fileattrs/ %{SOURCE22}
d0811f
install -m 0755 -D -t %{buildroot}%{_rpmconfigdir}/ %{SOURCE23}
d0811f
install -m 0755 -D -t %{buildroot}%{_rpmconfigdir}/ %{SOURCE24}
d0811f
d0811f
%find_lang %{name}
d0811f
d0811f
# Split files in build root into rpms. See split-files.py for the
d0811f
# rules towards the end, anything which is an exception needs a line
d0811f
# here.
505ca8
python3 %{SOURCE2} %buildroot <
d0811f
%ghost %config(noreplace) /etc/crypttab
d0811f
%ghost /etc/udev/hwdb.bin
d0811f
/etc/inittab
d0811f
/usr/lib/systemd/purge-nobody-user
d0811f
%ghost %config(noreplace) /etc/vconsole.conf
d0811f
%ghost %config(noreplace) /etc/X11/xorg.conf.d/00-keyboard.conf
d0811f
%ghost %attr(0664,root,utmp) /run/utmp
d0811f
%ghost %attr(0664,root,utmp) /var/log/wtmp
167d2b
%ghost %attr(0660,root,utmp) /var/log/btmp
d0811f
%ghost %config(noreplace) /etc/hostname
d0811f
%ghost %config(noreplace) /etc/localtime
d0811f
%ghost %config(noreplace) /etc/locale.conf
167d2b
%ghost %attr(0444,root,root) %config(noreplace) /etc/machine-id
d0811f
%ghost %config(noreplace) /etc/machine-info
d0811f
%ghost %attr(0700,root,root) %dir /var/cache/private
d0811f
%ghost %attr(0700,root,root) %dir /var/lib/private
d0811f
%ghost %dir /var/lib/private/systemd
d0811f
%ghost %dir /var/lib/private/systemd/journal-upload
d0811f
%ghost /var/lib/private/systemd/journal-upload/state
d0811f
%ghost %dir /var/lib/systemd/timesync
d0811f
%ghost /var/lib/systemd/timesync/clock
d0811f
%ghost %dir /var/lib/systemd/backlight
d0811f
%ghost /var/lib/systemd/catalog/database
d0811f
%ghost %dir /var/lib/systemd/coredump
d0811f
%ghost /var/lib/systemd/journal-upload
d0811f
%ghost %dir /var/lib/systemd/linger
d0811f
%ghost /var/lib/systemd/random-seed
d0811f
%ghost %dir /var/lib/systemd/rfkill
167d2b
%ghost %dir %attr(2755, root, systemd-journal) %verify(not mode) /var/log/journal
d0811f
%ghost %dir /var/log/journal/remote
d0811f
%ghost %attr(0700,root,root) %dir /var/log/private
d0811f
EOF
d0811f
36c356
%if %{with selinux}
36c356
install -d -p %{buildroot}%{_datadir}/selinux/devel/include/contrib
36c356
install -p -m 0644 selinux/systemd_hs.if %{buildroot}%{_datadir}/selinux/devel/include/contrib
36c356
install -d -p %{buildroot}%{_datadir}/selinux/packages
36c356
install -p -m 0644 selinux/systemd_hs.pp.bz2 %{buildroot}%{_datadir}/selinux/packages
36c356
%endif
36c356
d0811f
%check
d0811f
%if %{with tests}
d0811f
export LANG=en_US.UTF-8
d0811f
export LC_ALL=en_US.UTF-8
d0811f
meson test -C %{_vpath_builddir} -t 6 --print-errorlogs
d0811f
%endif
d0811f
d0811f
#############################################################################################
d0811f
d0811f
%include %{SOURCE1}
d0811f
d0811f
%post
d0811f
systemd-machine-id-setup &>/dev/null || :
d0811f
ae4880
# FIXME: move to %postun. We want to restart systemd *after* removing
ae4880
# files from the old rpm. Right now we may still have bits the old
ae4880
# setup if the files are not present in the new version. But before
ae4880
# implement restarting of *other* services after the transaction, moving
ae4880
# this would make things worse, increasing the number of warnings we get
ae4880
# about needed daemon-reload.
ae4880
ae4880
oomd_state=$(systemctl is-active systemd-oomd 2>/dev/null || :)
ae4880
d0811f
systemctl daemon-reexec &>/dev/null || {
d0811f
  # systemd v239 had bug #9553 in D-Bus authentication of the private socket,
d0811f
  # which was later fixed in v240 by #9625.
d0811f
  #
d0811f
  # The end result is that a `systemctl daemon-reexec` call as root will fail
d0811f
  # when upgrading from systemd v239, which means the system will not start
d0811f
  # running the new version of systemd after this post install script runs.
d0811f
  #
d0811f
  # To work around this issue, let's fall back to using a `kill -TERM 1` to
d0811f
  # re-execute the daemon when the `systemctl daemon-reexec` call fails.
d0811f
  #
d0811f
  # In order to prevent issues when the reason why the daemon-reexec failed is
d0811f
  # not the aforementioned bug, let's only use this fallback when:
d0811f
  #   - we're upgrading this RPM package; and
d0811f
  #   - we confirm that systemd is running as PID1 on this system.
d0811f
  if [ $1 -gt 1 ] && [ -d /run/systemd/system ] ; then
d0811f
    kill -TERM 1 &>/dev/null || :
d0811f
  fi
d0811f
}
d0811f
ae4880
if [ "$oomd_state" == "active" ]; then
ae4880
   systemctl start -q systemd-oomd 2>/dev/null || :
d0811f
fi
d0811f
ae4880
[ $1 -eq 1 ] || exit 0
d0811f
ae4880
# create /var/log/journal only on initial installation,
ae4880
# and only if it's writable (it won't be in rpm-ostree).
ae4880
[ -w %{_localstatedir} ] && mkdir -p %{_localstatedir}/log/journal
d0811f
ae4880
[ -w %{_localstatedir} ] && journalctl --update-catalog || :
ae4880
systemd-sysusers || :
ae4880
systemd-tmpfiles --create &>/dev/null || :
505ca8
d0811f
# We reset the enablement of all services upon initial installation
d0811f
# https://bugzilla.redhat.com/show_bug.cgi?id=1118740#c23
d0811f
# This will fix up enablement of any preset services that got installed
d0811f
# before systemd due to rpm ordering problems:
d0811f
# https://bugzilla.redhat.com/show_bug.cgi?id=1647172.
d0811f
# We also do this for user units, see
d0811f
# https://fedoraproject.org/wiki/Changes/Systemd_presets_for_user_units.
505ca8
systemctl preset-all &>/dev/null || :
505ca8
systemctl --global preset-all &>/dev/null || :
505ca8
ae4880
%postun
ae4880
if [ $1 -eq 1 ]; then
ae4880
   [ -w %{_localstatedir} ] && journalctl --update-catalog || :
ae4880
   systemd-tmpfiles --create &>/dev/null || :
d0811f
fi
d0811f
ae4880
%systemd_postun_with_restart systemd-timedated.service systemd-portabled.service systemd-homed.service systemd-hostnamed.service systemd-journald.service systemd-localed.service systemd-userdbd.service systemd-oomd.service
ae4880
ae4880
# FIXME: systemd-logind.service is excluded (https://github.com/systemd/systemd/pull/17558)
ae4880
# FIXME: user@*.service needs to be restarted, but using systemctl --user daemon-reexec
ae4880
ae4880
%triggerpostun -- systemd < 247.3-2
ae4880
# This is for upgrades from previous versions before oomd-defaults is available.
ae4880
# We use %%triggerpostun here because rpm doesn't allow a second %%triggerun with
ae4880
# a different package version.
ae4880
systemctl --no-reload preset systemd-oomd.service &>/dev/null || :
ae4880
d0811f
%post libs
d0811f
%{?ldconfig}
d0811f
d0811f
function mod_nss() {
d0811f
    if [ -f "$1" ] ; then
d0811f
        # Add nss-systemd to passwd and group
d0811f
        grep -E -q '^(passwd|group):.* systemd' "$1" ||
d0811f
        sed -i.bak -r -e '
d0811f
                s/^(passwd|group):(.*)/\1:\2 systemd/
d0811f
                ' "$1" &>/dev/null || :
d0811f
    fi
d0811f
}
d0811f
d0811f
FILE="$(readlink /etc/nsswitch.conf || echo /etc/nsswitch.conf)"
d0811f
if [ "$FILE" = "/etc/authselect/nsswitch.conf" ] && authselect check &>/dev/null; then
d0811f
        mod_nss "/etc/authselect/user-nsswitch.conf"
d0811f
        authselect apply-changes &> /dev/null || :
d0811f
else
d0811f
        mod_nss "$FILE"
d0811f
        # also apply the same changes to user-nsswitch.conf to affect
d0811f
        # possible future authselect configuration
d0811f
        mod_nss "/etc/authselect/user-nsswitch.conf"
d0811f
fi
d0811f
d0811f
# check if nobody or nfsnobody is defined
d0811f
export SYSTEMD_NSS_BYPASS_SYNTHETIC=1
d0811f
if getent passwd nfsnobody &>/dev/null; then
d0811f
   test -f /etc/systemd/dont-synthesize-nobody || {
d0811f
       echo 'Detected system with nfsnobody defined, creating /etc/systemd/dont-synthesize-nobody'
d0811f
       mkdir -p /etc/systemd || :
d0811f
       : >/etc/systemd/dont-synthesize-nobody || :
d0811f
   }
d0811f
elif getent passwd nobody 2>/dev/null | grep -v 'nobody:[x*]:65534:65534:.*:/:/sbin/nologin' &>/dev/null; then
d0811f
   test -f /etc/systemd/dont-synthesize-nobody || {
d0811f
       echo 'Detected system with incompatible nobody defined, creating /etc/systemd/dont-synthesize-nobody'
d0811f
       mkdir -p /etc/systemd || :
d0811f
       : >/etc/systemd/dont-synthesize-nobody || :
d0811f
   }
d0811f
fi
d0811f
d0811f
%{?ldconfig:%postun libs -p %ldconfig}
d0811f
d0811f
%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket systemd-timesyncd.service
d0811f
d0811f
%post udev
d0811f
# Move old stuff around in /var/lib
d0811f
mv %{_localstatedir}/lib/random-seed %{_localstatedir}/lib/systemd/random-seed &>/dev/null
d0811f
mv %{_localstatedir}/lib/backlight %{_localstatedir}/lib/systemd/backlight &>/dev/null
d0811f
if [ -L %{_localstatedir}/lib/systemd/timesync ]; then
d0811f
    rm %{_localstatedir}/lib/systemd/timesync
d0811f
    mv %{_localstatedir}/lib/private/systemd/timesync %{_localstatedir}/lib/systemd/timesync
d0811f
fi
d0811f
if [ -f %{_localstatedir}/lib/systemd/clock ] ; then
d0811f
    mkdir -p %{_localstatedir}/lib/systemd/timesync
d0811f
    mv %{_localstatedir}/lib/systemd/clock %{_localstatedir}/lib/systemd/timesync/.
d0811f
fi
d0811f
d0811f
udevadm hwdb --update &>/dev/null
505ca8
d0811f
%systemd_post %udev_services
505ca8
505ca8
# Try to save the random seed, but don't complain if /dev/urandom is unavailable
505ca8
/usr/lib/systemd/systemd-random-seed save 2>&1 | \
505ca8
    grep -v 'Failed to open /dev/urandom' || :
d0811f
d0811f
# Replace obsolete keymaps
d0811f
# https://bugzilla.redhat.com/show_bug.cgi?id=1151958
d0811f
grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
d0811f
    sed -i.rpm.bak -r 's/^KEYMAP="?fi-latin[19]"?/KEYMAP="fi"/' /etc/vconsole.conf || :
d0811f
d0811f
%preun udev
d0811f
%systemd_preun %udev_services
d0811f
d0811f
%postun udev
167d2b
# Restart some services.
d0811f
# Others are either oneshot services, or sockets, and restarting them causes issues (#1378974)
167d2b
%systemd_postun_with_restart systemd-udevd.service systemd-timesyncd.service
d0811f
ae4880
%global journal_remote_units_restart systemd-journal-gatewayd.service systemd-journal-remote.service systemd-journal-upload.service
ae4880
%global journal_remote_units_norestart systemd-journal-gatewayd.socket systemd-journal-remote.socket
d0811f
%post journal-remote
ae4880
%systemd_post %journal_remote_units_restart %journal_remote_units_norestart
d0811f
d0811f
%preun journal-remote
ae4880
%systemd_preun %journal_remote_units_restart %journal_remote_units_norestart
d0811f
if [ $1 -eq 1 ] ; then
d0811f
    if [ -f %{_localstatedir}/lib/systemd/journal-upload/state -a ! -L %{_localstatedir}/lib/systemd/journal-upload ] ; then
d0811f
        mkdir -p %{_localstatedir}/lib/private/systemd/journal-upload
d0811f
        mv %{_localstatedir}/lib/systemd/journal-upload/state %{_localstatedir}/lib/private/systemd/journal-upload/.
d0811f
        rmdir %{_localstatedir}/lib/systemd/journal-upload || :
d0811f
    fi
d0811f
fi
d0811f
d0811f
%postun journal-remote
ae4880
%systemd_postun_with_restart %journal_remote_units_restart
ae4880
ae4880
%post networkd
ae4880
# systemd-networkd was split out in systemd-246.6-2.
ae4880
# Ideally, we would have a trigger scriptlet to record enablement
ae4880
# state when upgrading from systemd <= systemd-246.6-1. But, AFAICS,
ae4880
# rpm doesn't allow us to trigger on another package, short of
ae4880
# querying the rpm database ourselves, which seems risky. For rpm,
ae4880
# systemd and systemd-networkd are completely unrelated.  So let's use
ae4880
# a hack to detect if an old systemd version is currently present in
ae4880
# the file system.
ae4880
# https://bugzilla.redhat.com/show_bug.cgi?id=1943263
ae4880
if [ $1 -eq 1 ] && ls /usr/lib/systemd/libsystemd-shared-24[0-6].so &>/dev/null; then
ae4880
    echo "Skipping presets for systemd-networkd.service, seems we are upgrading from old systemd."
ae4880
else
ae4880
    %systemd_post systemd-networkd.service systemd-networkd-wait-online.service
ae4880
fi
ae4880
ae4880
%preun networkd
ae4880
%systemd_preun systemd-networkd.service systemd-networkd-wait-online.service
ae4880
ae4880
%preun resolved
ae4880
if [ $1 -eq 0 ] ; then
ae4880
        systemctl disable --quiet \
ae4880
                systemd-resolved.service \
ae4880
                >/dev/null || :
ae4880
fi
ae4880
ae4880
%post resolved
ae4880
[ $1 -gt 1 ] && exit 0
ae4880
ae4880
# Related to https://bugzilla.redhat.com/show_bug.cgi?id=1943263
ae4880
if ls /usr/lib/systemd/libsystemd-shared-24[0-8].so &>/dev/null; then
ae4880
    echo "Skipping presets for systemd-resolved.service, seems we are upgrading from old systemd."
ae4880
    exit 0
ae4880
fi
ae4880
ae4880
%systemd_post systemd-resolved.service
ae4880
ae4880
# Create /etc/resolv.conf symlink.
ae4880
# We would also create it using tmpfiles, but let's do this here
ae4880
# too before NetworkManager gets a chance. (systemd-tmpfiles invocation above
ae4880
# does not do this, because it's marked with ! and we don't specify --boot.)
ae4880
# https://bugzilla.redhat.com/show_bug.cgi?id=1873856
ae4880
#
ae4880
# If systemd is not running, don't overwrite the symlink because that
ae4880
# will immediately break DNS resolution, since systemd-resolved is
ae4880
# also not running (https://bugzilla.redhat.com/show_bug.cgi?id=1891847).
ae4880
#
ae4880
# Also don't create the symlink to the stub when the stub is disabled (#1891847 again).
ae4880
if test -d /run/systemd/system/ &&
ae4880
   systemctl -q is-enabled systemd-resolved.service &>/dev/null &&
ae4880
   ! mountpoint /etc/resolv.conf &>/dev/null &&
ae4880
   ! systemd-analyze cat-config systemd/resolved.conf 2>/dev/null | \
ae4880
        grep -qE '^DNSStubListener\s*=\s*([nN][oO]?|[fF]|[fF][aA][lL][sS][eE]|0|[oO][fF][fF])$'; then
ae4880
  ln -fsv ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
ae4880
fi
d0811f
36c356
%if %{with selinux}
36c356
%pre selinux
36c356
%selinux_relabel_pre
36c356
36c356
%post selinux
36c356
%selinux_modules_install %{_datadir}/selinux/packages/systemd_hs.pp.bz2
36c356
%selinux_relabel_post
36c356
36c356
%posttrans selinux
36c356
%selinux_relabel_post
36c356
36c356
%postun selinux
36c356
%selinux_modules_uninstall systemd_hs
36c356
36c356
if [ $1 -eq 0 ]; then
36c356
    %selinux_relabel_post
36c356
fi
36c356
%endif
36c356
d0811f
%global _docdir_fmt %{name}
d0811f
d0811f
%files -f %{name}.lang -f .file-list-rest
d0811f
%doc %{_pkgdocdir}
d0811f
%exclude %{_pkgdocdir}/LICENSE.*
d0811f
%license LICENSE.GPL2 LICENSE.LGPL2.1
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/basic.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/bluetooth.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/default.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/getty.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/graphical.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/local-fs.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/machines.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/multi-user.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/network-online.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/printer.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/remote-fs.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sockets.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sysinit.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/system-update.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /etc/systemd/system/timers.target.wants
d0811f
%ghost %dir %attr(0755,-,-) /var/lib/rpm-state/systemd
d0811f
d0811f
%files libs -f .file-list-libs
d0811f
%license LICENSE.LGPL2.1
d0811f
d0811f
%files pam -f .file-list-pam
d0811f
d0811f
%files rpm-macros -f .file-list-rpm-macros
d0811f
ae4880
%files resolved -f .file-list-resolve
ae4880
d0811f
%files devel -f .file-list-devel
d0811f
d0811f
%files udev -f .file-list-udev
d0811f
d0811f
%files container -f .file-list-container
d0811f
d0811f
%files journal-remote -f .file-list-remote
d0811f
ae4880
%files networkd -f .file-list-networkd
ae4880
04a488
%files oomd-defaults -f .file-list-oomd-defaults
04a488
d0811f
%files tests -f .file-list-tests
d0811f
36c356
%if %{with selinux}
36c356
%files selinux
36c356
%{_datadir}/selinux/devel/include/contrib/systemd_hs.if
36c356
%{_datadir}/selinux/packages/systemd_hs.pp.bz2
36c356
%endif
36c356
d0811f
%changelog
c08e08
* Wed Oct 20 2021 Anita Zhang <the.anitazha@gmail.com> - 249.4-2.6
c08e08
- Revert d219a2b because it creates non-determinisitic Slice= assignments
c08e08
8483bf
* Mon Oct 11 2021 Anita Zhang <the.anitazha@gmail.com> - 249.4-2.5
8483bf
- Remove duplicate Address= properties in network configs (part of PR #20892)
8483bf
- Serialize bpf device programs across reloads/reexecs (PR #20978)
8483bf
- Don't rewrite sysctls that are already set (PR #20676)
8483bf
c65c39
* Wed Oct 06 2021 Davide Cavalca <dcavalca@centosproject.org> - 249.4-2.4
c65c39
- Drop qrencode-devel from BuildRequires as it's not actually used
c65c39
e63f21
* Wed Sep 29 2021 Anita Zhang <the.anitazha@gmail.com> - 249.4-2.3
e63f21
- Fix to allow verifying hidden (dot) files again (PR #20875)
e63f21
d63baa
* Fri Sep 24 2021 Anita Zhang <the.anitazha@gmail.com> - 249.4-2.2
d63baa
- Backport more feature support for systemd-networkd
d63baa
  (#20450, #20541, #20729, #20828)
d63baa
3e5297
* Wed Sep 22 2021 Anita Zhang <the.anitazha@gmail.com> - 249.4-2.1
3e5297
- Sync changes from Fedora
3e5297
- Backport one more feature for systemd-networkd (#20489)
3e5297
1c4d83
* Mon Sep 20 2021 Anita Zhang <the.anitazha@gmail.com> - 249.4-1.1
1c4d83
- New stable point release
1c4d83
- Backport optimization for read_virtual_file() (#20743)
1c4d83
- Backport new features for systemd-networkd (#20743, #20472, #20477, #20484)
1c4d83
3e5297
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com>
3e5297
- Rebuilt with OpenSSL 3.0.0
3e5297
3e5297
* Tue Aug 24 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.4-1
3e5297
- Latest bugfix release: various fixes for systemd-networkd,
3e5297
  systemd-resolved, systemd, systemd-boot.
3e5297
- Backport of macros to restart systemd user units (#1993244)
3e5297
3e5297
* Fri Aug  6 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.3-1
3e5297
- Latest bugfix release: improved compatibility with latest glibc,
3e5297
  various small documentation fixes, and fixes for systemd-networkd bridging,
3e5297
  other minor fixes.
3e5297
- systemctl set-property accepts glob patterns now (#1986258)
3e5297
56b83f
* Thu Jul 29 2021 Anita Zhang <the.anitazha@gmail.com> - 249.2-1.2
56b83f
- Remove Obsoletes lines on systemd-resolved and systemd-networkd since we don't
56b83f
  want to install these by default.
56b83f
ae4880
* Wed Jul 28 2021 Anita Zhang <the.anitazha@gmail.com> - 249.2-1.1
ae4880
- New release for 249
ae4880
- Drop merged patches
1c3984
- Split networkd and resolved into their own subpackages.
ae4880
8e315d
* Tue Jul 27 2021 Davide Cavalca <dcavalca@centosproject.org> - 248.5-1.3
8e315d
- Add missing SELinux rules for the GNOME and KDE LiveDVD spins
8e315d
  (https://pagure.io/centos-sig-hyperscale/package-bugs/issue/7)
8e315d
ae4880
* Fri Jul 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.2-1
ae4880
- Latest bugfix release (a minor hwdb regression bugfix, and correction
ae4880
  to kernel commandline handling when reexecuting PID 1 in a container)
ae4880
ae4880
* Fri Jul 23 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 249.2-1
ae4880
- Build with -Ddefault-dns-over-tls=opportunistic
ae4880
  (https://fedoraproject.org/wiki/Changes/DNS_Over_TLS, #1889901)
ae4880
7f0081
* Wed Jul 21 2021 Davide Cavalca <dcavalca@centosproject.org> - 248.5-1.2
7f0081
- Add missing SELinux rules for 248
7f0081
  (https://pagure.io/centos-sig-hyperscale/package-bugs/issue/1)
7f0081
c3e528
* Wed Jul 21 2021 Anita Zhang <anitazha@fb.com> - 248.5-1.1
c3e528
- Update to systemd-stable 248.5 (includes fix for CVE-2021-33910)
c3e528
c3e528
* Tue Jul 20 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.5-1
c3e528
- Various minor documentation and correctness fixes.
c3e528
- CVE-2021-33910, #1984020: an unchecked stack allocation could be used to
c3e528
  crash systemd and cause the system to reboot by creating a very long
c3e528
  fuse mountpoint path.
c3e528
c3e528
* Mon Jul 12 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.4-1
c3e528
- Assorted fixes (some systemd-resolved crashes, invalid
c3e528
  systemd-tmpfiles assertion, etc.)
c3e528
- systemd-networkd workaround for TALOS-2020-1142, CVE-2020-13529.
c3e528
- A big update of hardware descriptions.
c3e528
ae4880
* Wed Jul  7 2021 Neal Gompa <ngompa13@gmail.com> - 249-2
ae4880
- Use correct NEWS URLs for systemd 249 releases in changelog entries
ae4880
ae4880
* Wed Jul  7 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249-1
ae4880
- Latest upstream release with minor bugfixes, see
ae4880
  https://github.com/systemd/systemd/blob/v249/NEWS.
ae4880
- systemd-oomd cpu usage is reduced (#1944646)
ae4880
ae4880
* Thu Jul  1 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249~rc3-1
ae4880
- Latest upstream prerelease with various bugfixes, see
ae4880
  https://github.com/systemd/systemd/blob/v249-rc3/NEWS.
ae4880
ae4880
* Fri Jun 25 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249~rc2-1
ae4880
- Latest upstream prerelease with various bugfixes, see
ae4880
  https://github.com/systemd/systemd/blob/v249-rc2/NEWS.
ae4880
- Ignore FORCERENEW DHCP packets (TALOS-2020-1142, CVE-2020-13529, #1959398)
ae4880
ae4880
* Thu Jun 17 2021 Adam Williamson <awilliam@redhat.com> - 249~rc1-2
ae4880
- Stop systemd providing systemd-resolved, now the subpackage exists (#1973462)
ae4880
ae4880
* Wed Jun 16 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249~rc1-1
ae4880
- Latest upstream prerelease, see
ae4880
  https://github.com/systemd/systemd/blob/v249-rc1/NEWS.
ae4880
  Fixes #1963428.
ae4880
- Use systemd-sysusers to create users (#1965815)
ae4880
- Move systemd-resolved into systemd-resolved subpackage (#1923727)
ae4880
  [patch from Petr Menšík]
ae4880
e2e886
* Mon Jun 14 2021 Anita Zhang <anitazha@fb.com> - 248.2-1.5
e2e886
- Remove backport PR #19811 since it's still buggy
e2e886
- Remove d586f642fd90e3bb378f7b6d3e3a64a753e51756 to fix rate limiting instead
e2e886
  (at least until sd-event rate limiting is fixed in 249).
e2e886
9adc5d
* Thu Jun 10 2021 Anita Zhang <anitazha@fb.com> - 248.2-1.4
9adc5d
- Backport PR #19811 to fix issues with mount sd-event rate limiting
9adc5d
b33ed5
* Wed May 19 2021 Davide Cavalca <dcavalca@centosproject.org> - 248.2-1.3
b33ed5
- Add BuildRequires for python-jinja2 in preparation for 249 (see PR#19630)
b33ed5
04a488
* Mon May 17 2021 Davide Cavalca <dcavalca@centosproject.org> - 248.2-1.2
04a488
- Add systemd-oomd-defaults subpackage from Fedora
04a488
c3e528
* Sat May 15 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.3-1
c3e528
- A fix for resolved crashes (#1946386, #1960227, #1950241)
c3e528
- Some minor fixes for documentation, systemd-networkd, systemd-run, bootctl.
c3e528
167d2b
* Mon May 10 2021 Anita Zhang <anitazha@fb.com> - 248.2-1.1
167d2b
- New release for 248
167d2b
- Drop patches merged in 248.2
167d2b
- FB only backport PR #13496 (Extend bpf cgroup program support)
167d2b
167d2b
* Fri May  7 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.2-1
167d2b
- Pull in some more patches from upstream (#1944646, #1885090, #1941340)
167d2b
- Adjust modes of some %%ghost files (#1956059)
167d2b
167d2b
* Thu May  6 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.1-1
167d2b
- Latest stable version: a long list of minor correctness fixes all around
167d2b
  (#1955475, #911766, #1958167, #1952919)
167d2b
- Enable tpm2-tss dependency (#1949505)
167d2b
b245c5
* Wed Apr 14 2021 Anita Zhang <anitazha@fb.com> - 247.3-10
b245c5
- Remove systemd-resolved enablement
b245c5
996d91
* Wed Apr  7 2021 Davide Cavalca <dcavalca@fb.com> - 247.3-9
caa2f9
- Reenable LTO now that binutils has been fixed
caa2f9
- Update FB configure options
caa2f9
167d2b
* Tue Apr  6 2021 Adam Williamson <awilliam@redhat.com> - 248-2
167d2b
- Re-enable resolved caching, we hope all major bugs are resolved now
167d2b
02e930
* Thu Apr  1 2021 Davide Cavalca <dcavalca@fb.com> - 247.3-8
02e930
- Backport https://github.com/SELinuxProject/refpolicy/pull/308 to fix
02e930
  systemd-hostnamed and systemd-localed when SELinux is enabled.
02e930
2029d5
* Thu Apr  1 2021 Anita Zhang <anitazha@fb.com> - 247.3-7
2029d5
- Downgrade sysv-generator warning even more (to debug)
2029d5
167d2b
* Wed Mar 31 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248-1
167d2b
- Latest upstream release, see
167d2b
  https://github.com/systemd/systemd/blob/v248/NEWS.
167d2b
- The changes since -rc4 are rather small, various fixes all over the place.
167d2b
  A fix to how systemd-oomd selects a candidate to kill, and more debug logging
167d2b
  to make this more transparent.
167d2b
5428b6
* Wed Mar 31 2021 Anita Zhang <anitazha@fb.com> - 247.3-6
5428b6
- Backport PR#18621 (Ignore attempts at hidepid and subset for older kernels)
5428b6
- Downgrade sysv-generator warning about missing native systemd unit
5428b6
36c356
* Wed Mar 31 2021 Davide Cavalca <dcavalca@fb.com> - 247.3-5
36c356
- Add selinux subpackage
36c356
167d2b
* Tue Mar 30 2021 Anita Zhang <the.anitazha@gmail.com> - 248~rc4-6
167d2b
- Increase oomd user memory pressure limit to 50% (#1941170)
167d2b
167d2b
* Fri Mar 26 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-5
167d2b
- Do not preset systemd-networkd.service and systemd-networkd-wait-online.service
167d2b
  on upgrades from before systemd-networkd was split out (#1943263)
167d2b
- In nsswitch.conf, move nss-myhostname to the front, before nss-mdns4 (#1943199)
167d2b
167d2b
* Wed Mar 24 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-4
167d2b
- Revert patch that seems to cause problems with dns resolution
167d2b
  (see comments on https://bodhi.fedoraproject.org/updates/FEDORA-2021-1c1a870ceb)
167d2b
167d2b
* Mon Mar 22 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-3
167d2b
- Fix hang when processing timers during DST switch in Europe/Dublin timezone (#1941335)
167d2b
- Fix returning combined IPv4/IPv6 responses from systemd-resolved cache (#1940715)
167d2b
  (But note that the disablement of caching added previously is
167d2b
  retained until we can do more testing.)
167d2b
- Minor fix to interface naming by udev
167d2b
- Fix for systemd-repart --size
167d2b
167d2b
* Fri Mar 19 2021 Adam Williamson <awilliam@redhat.com> - 248~rc4-2
167d2b
- Disable resolved cache via config snippet (#1940715)
167d2b
167d2b
* Thu Mar 18 2021 Yu Watanabe <yuwatana@redhat.com> - 248~rc4-1
167d2b
- Latest upstream prerelease, see
167d2b
  https://github.com/systemd/systemd/blob/v248-rc4/NEWS.
167d2b
- A bunch of documentation updates, and correctness fixes.
167d2b
5d016e
* Wed Mar 17 2021 Anita Zhang <anitazha@fb.com> - 247.3-4
5d016e
- Backport PR #18955 (Fixes fstab parsing)
5d016e
- FB only backport PR #18886 (systemd-shutdown logs to /dev/console not stderr)
5d016e
- Reenable tests by disabling LTO (work around binutils bug)
5d016e
167d2b
* Tue Mar 16 2021 Adam Williamson <awilliam@redhat.com> - 248~rc3-2
167d2b
- Backport PR #19009 to fix CNAME redirect resolving some more (#1933433)
167d2b
167d2b
* Thu Mar 11 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc3-1
167d2b
- Latest upstream prerelease, see
167d2b
  https://github.com/systemd/systemd/blob/v248-rc3/NEWS.
167d2b
- A bunch of documentation updates, correctness fixes, and systemd-networkd
167d2b
  features.
167d2b
- Resolves #1933137, #1935084, #1933873, #1931181, #1933335, #1935062, #1927148.
167d2b
167d2b
* Thu Mar 11 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc2-5
167d2b
- Fix crash in pid1 during daemon-reexec (#1931034)
167d2b
167d2b
* Fri Mar 05 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-3
167d2b
- Fix stub resolver CNAME chain resolving (#1933433)
167d2b
167d2b
* Mon Mar 01 2021 Josh Boyer <jwboyer@fedoraproject.org> - 248~rc2-2
167d2b
- Don't set the fallback hostname to Fedora on non-Fedora OSes
167d2b
03f78b
* Wed Feb 24 2021 Davide Cavalca <dcavalca@fb.com> - 247.3-3
03f78b
- Remove careinversion usage to make the package usable on older mock versions
03f78b
167d2b
* Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc2-1
167d2b
- Latest upstream prelease, just a bunch of small fixes.
167d2b
- Fixes #1931957.
167d2b
167d2b
* Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc1-2
167d2b
- Rebuild with the newest scriptlets
167d2b
f9c637
* Fri Feb 19 2021 Davide Cavalca <dcavalca@fb.com> - 247.3-2
f9c637
- Disable some tests to workaround a binutils bug triggered by enabling audit
f9c637
- Refresh patches
f9c637
167d2b
* Wed Feb 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 247.3-3
167d2b
- Increase oomd user memory pressure limit to 10% (#1929856)
167d2b
505ca8
* Wed Feb 17 2021 Anita Zhang <anitazha@fb.com> - 247.3-1
505ca8
- New release for 247
505ca8
- Backport PR #18211 (Fixes ExecCondition= dependency bug)
505ca8
- Backport PR #17872 (Fixes PrivateUsers=yes with other sandboxing properties)
505ca8
- FB only backport PR #17495 (Fixes BPF pinning post-coldplug)
f9c637
- Reenable audit support
505ca8
fa7d65
* Sun Feb  7 2021 Davide Cavalca <dcavalca@fb.com> - 246.1-2
894f46
- Initial Hyperscale SIG package
894f46
- Update release to use %%dist macro
894f46
- Drop el7 logic
894f46
- Explicitly default non-FB built to the legacy hierarchy
894f46
- Drop no longer needed FB FusionIO patch
fa7d65
- Temporarily disable audit support while debugging a link issue
894f46
167d2b
* Fri Feb  5 2021 Anita Zhang <the.anitazha@gmail.com> - 247.3-2
167d2b
- Changes for https://fedoraproject.org/wiki/Changes/EnableSystemdOomd.
167d2b
- Backports consist primarily of PR #18361, #18444, and #18401 (plus some
167d2b
  additional ones to handle merge conflicts).
167d2b
- Create systemd-oomd-defaults subpackage to install unit drop-ins that will
167d2b
  configure systemd-oomd to monitor and act.
167d2b
505ca8
* Tue Feb  2 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.3-1
505ca8
- Minor stable release
505ca8
- Fixes #1895937, #1813219, #1903106.
505ca8
505ca8
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org>
505ca8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
505ca8
0f2931
* Mon Jan 25 2021 Anita Zhang <anitazha@fb.com> - 246.1-1.fb6
0f2931
- Backport PR #16803 to fix ConditionEnvironment=
0f2931
505ca8
* Wed Jan 13 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.2-2
505ca8
- Fix bfq patch again (#1813219)
505ca8
505ca8
* Wed Dec 23 2020 Jonathan Underwood <jonathan.underwood@gmail.com> - 247.2-2
505ca8
- Add patch to enable crypttab to support disabling of luks read and
505ca8
  write workqueues (corresponding to
505ca8
  https://github.com/systemd/systemd/pull/18062/).
505ca8
505ca8
* Wed Dec 16 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.2-1
505ca8
- Minor stable release
505ca8
- Fixes #1908071.
505ca8
505ca8
* Tue Dec  8 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.1-3
505ca8
- Rebuild with fallback hostname change reverted.
505ca8
505ca8
* Fri Dec  4 2020 Bastien Nocera <bnocera@redhat.com> - 247.1-2
505ca8
- Unset fallback-hostname as plenty of applications expected localhost
505ca8
  to mean "default hostname" without ever standardising it (#1892235)
505ca8
505ca8
* Tue Dec  1 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.1-1
505ca8
- Latest stable release
505ca8
- Fixes #1902819.
505ca8
- Files to configure networking with systemd-networkd in a VM or container are
505ca8
  moved to systemd-networkd subpackage. (They were previously in the -container
505ca8
  subpackage, which is for container/VM management.)
505ca8
505ca8
* Thu Nov 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247-1
505ca8
- Update to the latest version
505ca8
- #1900878 should be fixed
d0811f
d0811f
* Thu Nov 19 2020 Chris Down <cdown@fb.com> - 246.1-1.fb5
d0811f
- Updated version of PR #17495 to fix program leak
d0811f
d0811f
* Thu Nov 19 2020 Chris Down <cdown@fb.com> - 246.1-1.fb4
d0811f
- Backport PR #17495 to fix BPF program lifecycle
d0811f
- Backport PR #17422 to clean up cgroups more reliably after exit
d0811f
- Backport PR #17497 to add FixedRandomDelay= support
d0811f
505ca8
* Tue Oct 20 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247~rc2
505ca8
- New upstream pre-release. See
505ca8
  https://github.com/systemd/systemd/blob/v247-rc1/NEWS.
505ca8
  Many smaller and bigger improvements and features are introduced.
505ca8
  (#1885101, #1890632, #1879216)
505ca8
505ca8
  A backwards-incompatible change affects PCI network devices which
505ca8
  are connected through a bridge which is itself associated with a
505ca8
  slot. When more than one device was associated with the same slot,
505ca8
  one of the devices would pseudo-randomly get named after the slot.
505ca8
  That name is now not generated at all. This changed behaviour is
505ca8
  causes the net naming scheme to be changed to "v247". To restore
505ca8
  previous behaviour, specify net.naming-scheme=v245.
505ca8
505ca8
  systemd-oomd is built, but should not be considered "production
505ca8
  ready" at this point. Testing and bug reports are welcome.
505ca8
505ca8
* Wed Sep 30 2020 Dusty Mabe <dusty@dustymabe.com> - 246.6-3
505ca8
- Try to make files in subpackages (especially the networkd subpackage)
505ca8
  more appropriate.
505ca8
505ca8
* Thu Sep 24 2020 Filipe Brandenburger <filbranden@gmail.com> - 246.6-2
505ca8
- Build a package with standalone binaries for non-systemd systems.
505ca8
  For now, only systemd-sysusers is included.
505ca8
505ca8
* Thu Sep 24 2020 Christian Glombek <lorbus@fedoraproject.org> - 246.6-2
505ca8
- Split out networkd sub-package and add to main package as recommended dependency
505ca8
505ca8
* Sun Sep 20 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.6-1
505ca8
- Update to latest stable release (various minor fixes: manager,
505ca8
  networking, bootct, kernel-install, systemd-dissect, systemd-homed,
505ca8
  fstab-generator, documentation) (#1876905)
505ca8
- Do not fail in test because of kernel bug (#1803070)
505ca8
d0811f
* Fri Sep 18 2020 Anita Zhang <anitazha@fb.com> - 246.1-1.fb3
d0811f
- Backport PR #16838 and #16857 to improve $PATH handling
d0811f
- Backport PR #16940 to fix ECONN handling in sockets
d0811f
- Backport PR #17031 to fix rate limiting on units in restart loop
d0811f
- Backport PR #17082 to get nspawn TTY tweaks
d0811f
505ca8
* Sun Sep 13 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.5-1
505ca8
- Update to latest stable release (a bunch of small network-related
505ca8
  fixes in systemd-networkd and socket handling, documentation updates,
505ca8
  a bunch of fixes for error handling).
505ca8
- Also remove existing file when creating /etc/resolv.conf symlink
505ca8
  upon installation (#1873856 again)
505ca8
505ca8
* Wed Sep  2 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.4-1
505ca8
- Update to latest stable version: a rework of how the unit cache mtime works
505ca8
  (hopefully #1872068, #1871327, #1867930), plus various fixes to
505ca8
  systemd-resolved, systemd-dissect, systemd-analyze, systemd-ask-password-agent,
505ca8
  systemd-networkd, systemd-homed, systemd-machine-id-setup, presets for
505ca8
  instantiated units, documentation and shell completions.
505ca8
- Create /etc/resolv.conf symlink upon installation (#1873856)
505ca8
- Move nss-mdns before nss-resolve in /etc/nsswitch.conf and disable
505ca8
  mdns by default in systemd-resolved (#1867830)
505ca8
505ca8
* Wed Aug 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.3-1
505ca8
- Update to bugfix version (some networkd fixes, minor documentation
505ca8
  fixes, relax handling of various error conditions, other fixlets for
505ca8
  bugs without bugzilla numbers).
505ca8
d0811f
* Tue Aug 18 2020 Anita Zhang <anitazha@fb.com> - 246.1-1.fb2
d0811f
- Gate "Obsoletes: systemd < 245.6-1" out due to dependency issues on Facebook
d0811f
  systems
d0811f
d0811f
* Mon Aug 17 2020 Anita Zhang <anitazha@fb.com> - 246.1-1.fb1
d0811f
- Facebook rebuild
d0811f
- Don't compile in systemd-repart (needs libfdisk >= 2.33 and C8 has 2.32)
d0811f
- Remove unused systemd-journal-remote.xml and systemd-journal-gatewayd.xml
d0811f
  files since we never used firewalld
d0811f
d0811f
* Fri Aug  7 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.1-1
d0811f
- A few minor bugfixes
d0811f
- Remove /etc/resolv.conf on upgrades (if managed by NetworkManager), so
d0811f
  that systemd-resolved can take over the management of the symlink.
d0811f
d0811f
* Thu Jul 30 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246-1
d0811f
- Update to released version. Only some minor bugfixes since the pre-release.
d0811f
d0811f
* Sun Jul 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc2-2
d0811f
- Make /tmp be 50% of RAM again (#1856514)
d0811f
- Re-run 'systemctl preset systemd-resolved' on upgrades.
d0811f
  /etc/resolv.conf is not modified, by a hint is emitted if it is
d0811f
  managed by NetworkManager.
d0811f
d0811f
* Fri Jul 24 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc2-1
d0811f
- New pre-release with incremental fixes
d0811f
  (#1856037, #1858845, #1856122, #1857783)
d0811f
- Enable systemd-resolved (with DNSSEC disabled by default, and LLMNR
d0811f
  and mDNS support in resolve-only mode by default).
d0811f
  See https://fedoraproject.org/wiki/Changes/systemd-resolved.
d0811f
d0811f
* Thu Jul  9 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc1-1
d0811f
- New upstream release, see
d0811f
  https://raw.githubusercontent.com/systemd/systemd/v246-rc1/NEWS.
d0811f
d0811f
  This release includes many new unit settings, related inter alia to
d0811f
  cgroupsv2 freezer support and cpu affinity, encryption and verification.
d0811f
  systemd-networkd has a ton of new functionality and many other tools gained
d0811f
  smaller enhancements. systemd-homed gained FIDO2 support.
d0811f
d0811f
  Documentation has been significantly improved: sd-bus and sd-hwdb
d0811f
  libraries are now fully documented; man pages have been added for
d0811f
  the D-BUS APIs of systemd daemons and various new interfaces.
d0811f
d0811f
  Closes #1392925, #1790972, #1197886, #1525593.
d0811f
d0811f
* Wed Jun 24 2020 Bastien Nocera <bnocera@redhat.com> - 245.6-3
d0811f
- Set fallback-hostname to fedora so that unset hostnames are still
d0811f
  recognisable (#1392925)
d0811f
d0811f
* Fri Jun  5 2020 Anita Zhang <anitazha@fb.com> - 245.5-2.fb3
d0811f
- Backport 156a5fd to mitigate CVE-2020-13776
d0811f
d0811f
* Thu Jun  4 2020 Anita Zhang <anitazha@fb.com> - 245.5-2.fb2
d0811f
- Revert c7d26ac which is causing SMI count to go up leading to increased
d0811f
  microstalls during Chef runs
d0811f
d0811f
* Tue Jun  2 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.6-2
d0811f
- Add self-obsoletes to fix upgrades from F31
d0811f
d0811f
* Sun May 31 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.6-1
d0811f
- Update to latest stable version (some documentation updates, minor
d0811f
  memory correctness issues) (#1815605, #1827467, #1842067)
d0811f
d0811f
* Thu Apr 30 2020 Anita Zhang <anitazha@fb.com> - 245.5-2.fb1
d0811f
- Facebook rebuild
d0811f
- Don't compile in systemd-homed, systemd-userdb, and p11kit
d0811f
- Backport PR #15544 and #15551 (drops FB rlimit_memlock patch)
d0811f
d0811f
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 245.5-2
d0811f
- Add explicit BuildRequires: acl
d0811f
- Bootstrapping for json-c SONAME bump
d0811f
d0811f
* Fri Apr 17 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.5-1
d0811f
- Update to latest stable version (#1819313, #1815412, #1800875)
d0811f
d0811f
* Thu Apr 16 2020 Björn Esser <besser82@fedoraproject.org> - 245.4-2
d0811f
- Add bootstrap option to break circular deps on cryptsetup
d0811f
d0811f
* Wed Apr  1 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.4-1
d0811f
- Update to latest stable version (#1814454)
d0811f
d0811f
* Thu Mar 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.3-1
d0811f
- Update to latest stable version (no issue that got reported in bugzilla)
d0811f
d0811f
* Wed Mar 18 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.2-1
d0811f
- Update to latest stable version (a few bug fixes for random things) (#1798776)
d0811f
d0811f
* Wed Mar 18 2020 Andrew Gallagher <agallagher@fb.com> - 244-2.fb4
d0811f
- Bump HIGH_RLIMIT_MEMLOCK to 512M
d0811f
d0811f
* Fri Mar  6 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245-1
d0811f
- Update to latest version (#1807485)
d0811f
d0811f
* Wed Feb 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245~rc2-1
d0811f
- Modify the downstream udev rule to use bfq to only apply to disks (#1803500)
d0811f
- "Upgrade" dependency on kbd package from Recommends to Requires (#1408878)
d0811f
- Move systemd-bless-boot.service and systemd-boot-system-token.service to
d0811f
  systemd-udev subpackage (#1807462)
d0811f
- Move a bunch of other services to systemd-udev:
d0811f
  systemd-pstore.service, all fsck-related functionality,
d0811f
  systemd-volatile-root.service, systemd-verity-setup.service, and a few
d0811f
  other related files.
d0811f
- Fix daemon-reload rule to not kill non-systemd pid1 (#1803240)
d0811f
- Fix namespace-related failure when starting systemd-homed (#1807465) and
d0811f
  group lookup failure in nss_systemd (#1809147)
d0811f
- Drop autogenerated BOOT_IMAGE= parameter from stored kernel command lines
d0811f
  (#1716164)
d0811f
- Don't require /proc to be mounted for systemd-sysusers to work (#1807768)
d0811f
d0811f
* Fri Feb 21 2020 Filipe Brandenburger <filbranden@gmail.com> - 245~rc1-4
d0811f
- Update daemon-reexec fallback to check whether the system is booted with
d0811f
  systemd as PID 1 and check whether we're upgrading before using kill -TERM
d0811f
  on PID 1 (#1803240)
d0811f
d0811f
* Thu Feb 20 2020 Filipe Brandenburger <filbranden@fb.com> - 244-2.fb3
d0811f
- Only kill -TERM 1 when systemd is actually running.
d0811f
d0811f
* Tue Feb 18 2020 Adam Williamson <awilliam@redhat.com> - 245~rc1-3
d0811f
- Revert 097537f0 to fix plymouth etc. running when they shouldn't (#1803293)
d0811f
d0811f
* Fri Feb  7 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245~rc1-2
d0811f
- Add default 'disable *' preset for user units (#1792474, #1468501),
d0811f
  see https://fedoraproject.org/wiki/Changes/Systemd_presets_for_user_units.
d0811f
- Add macro to generate "compat" scriptlets based off sysusers.d format
d0811f
  and autogenerate user() and group() virtual provides (#1792462),
d0811f
  see https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format.
d0811f
- Revert patch to udev rules causing regression with usb hubs (#1800820).
d0811f
d0811f
* Thu Feb  6 2020 Anita Zhang <anitazha@fb.com> - 244-2.fb2
d0811f
- Backport PR#14815 (Permissive syscall filtering in dbus-execute)
d0811f
d0811f
* Wed Feb  5 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245~rc1-1
d0811f
- New upstream release, see
d0811f
  https://raw.githubusercontent.com/systemd/systemd/v245-rc1/NEWS.
d0811f
d0811f
  This release includes completely new functionality: systemd-repart,
d0811f
  systemd-homed, user reconds in json, and multi-instantiable
d0811f
  journald, and a partial rework of internal communcation to use
d0811f
  varlink, and bunch of more incremental changes.
d0811f
d0811f
  The "predictable" interface name naming scheme is changed,
d0811f
  net.naming-scheme= can be used to undo the change. The change applies
d0811f
  to container interface names on the host.
d0811f
d0811f
- Fixes #1774242, #1787089, #1798414/CVE-2020-1712.
d0811f
d0811f
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org>
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d0811f
d0811f
* Thu Jan  9 2020 Anita Zhang <anitazha@fb.com> - 244-2.fb1
d0811f
- Facebook rebuild
d0811f
- Backport PR#13823 (PrivateUsers=true for unprivileged user managers)
d0811f
- Backport PR#14441 (Fix type.d drop-in ordering)
d0811f
d0811f
* Sat Dec 21 2019  <zbyszek@nano-f31> - 244.1-2
d0811f
- Disable service watchdogs (for systemd units)
d0811f
d0811f
* Sun Dec 15 2019  <zbyszek@nano-f31> - 244.1-1
d0811f
- Update to latest stable batch (systemd-networkd fixups, better
d0811f
  support for seccomp on s390x, minor cleanups to documentation).
d0811f
- Drop patch to revert addition of NoNewPrivileges to systemd units
d0811f
d0811f
* Fri Nov 29 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 244-1
d0811f
- Update to latest version. Just minor bugs fixed since the pre-release.
d0811f
d0811f
* Fri Nov 22 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 244~rc1-1
d0811f
- Update to latest pre-release version,
d0811f
  see https://github.com/systemd/systemd/blob/master/NEWS#L3.
d0811f
  Biggest items: cgroups v2 cpuset controller, fido_id builtin in udev,
d0811f
  systemd-networkd does not create a default route for link local addressing,
d0811f
  systemd-networkd supports dynamic reconfiguration and a bunch of new settings.
d0811f
  Network files support matching on WLAN SSID and BSSID.
d0811f
- Better error messages when preset/enable/disable are used with a glob (#1763488)
d0811f
- u2f-hidraw-policy package is obsoleted (#1753381)
d0811f
d0811f
* Tue Nov 19 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243.4
d0811f
- Latest bugfix release. Systemd-stable snapshots will now be numbered.
d0811f
- Fix broken PrivateDevices filter on big-endian, s390x in particular (#1769148)
d0811f
- systemd-modules-load.service should only warn, not fail, on error (#1254340)
d0811f
- Fix incorrect certificate validation with DNS over TLS (#1771725, #1771726,
d0811f
  CVE-2018-21029)
d0811f
- Fix regression with crypttab keys with colons
d0811f
- Various memleaks and minor memory access issues, warning adjustments
d0811f
d0811f
* Thu Oct 31 2019 Davide Cavalca <dcavalca@fb.com> - 243-2.fb3
d0811f
- Backport PR#13754 (allow restart for oneshot units)
d0811f
- Misc specfiles fixes to support building on el8 as well
d0811f
- Default el8 builds to the unified hierarchy
d0811f
d0811f
* Fri Oct 18 2019 Adam Williamson <awilliam@redhat.com> - 243-4.gitef67743
d0811f
- Backport PR #13792 to fix nomodeset+BIOS CanGraphical bug (#1728240)
d0811f
d0811f
* Thu Oct 10 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-3.gitef67743
d0811f
- Various minor documentation and error message cleanups
d0811f
- Do not use cgroup v1 hierarchy in nspawn on groups v2 (#1756143)
d0811f
d0811f
* Wed Oct  2 2019 Davide Cavalca <dcavalca@fb.com> - 243-2.fb2
d0811f
- Backport PR#13689 (a bunch of protection-related fixes)
d0811f
d0811f
* Fri Sep 27 2019 Davide Cavalca <dcavalca@fb.com> - 243-2.fb1
d0811f
- Facebook rebuild
d0811f
- drop "use bfq as the default scheduler" patch
d0811f
- backport PR#13369 (ExecXYZEx= bus hook ups)
d0811f
- disable udev-test.pl for now due to flakiness
d0811f
d0811f
* Sat Sep 21 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-2.gitfab6f01
d0811f
- Backport a bunch of patches (memory access issues, improvements to error
d0811f
  reporting and handling in networkd, some misleading man page contents #1751363)
d0811f
- Fix permissions on static nodes (#1740664)
d0811f
- Make systemd-networks follow the RFC for DHPCv6 and radv timeouts
d0811f
- Fix one crash in systemd-resolved (#1703598)
d0811f
- Make journal catalog creation reproducible (avoid unordered hashmap use)
d0811f
- Mark the accelerometer in HP laptops as part of the laptop base
d0811f
- Fix relabeling of directories with relabel-extra.d/
d0811f
- Fix potential stuck noop jobs in pid1
d0811f
- Obsolete timedatex package (#1735584)
d0811f
d0811f
* Tue Sep  3 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-1
d0811f
- Update to latest release
d0811f
- Emission of Session property-changed notifications from logind is fixed
d0811f
  (this was breaking the switching of sessions to and from gnome).
d0811f
- Security issue: unprivileged users were allowed to change DNS
d0811f
  servers configured in systemd-resolved. Now proper polkit authorization
d0811f
  is required.
d0811f
d0811f
* Mon Aug 26 2019 Adam Williamson <awilliam@redhat.com> - 243~rc2-2
d0811f
- Backport PR #13406 to solve PATH ordering issue (#1744059)
d0811f
d0811f
* Thu Aug 22 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243~rc2-1
d0811f
- Update to latest pre-release. Fixes #1740113, #1717712.
d0811f
- The default scheduler for disks is set to BFQ (1738828)
d0811f
- The default cgroup hierarchy is set to unified (cgroups v2) (#1732114).
d0811f
  Use systemd.unified-cgroup-hierarchy=0 on the kernel command line to revert.
d0811f
  See https://fedoraproject.org/wiki/Changes/CGroupsV2.
d0811f
d0811f
* Wed Aug 07 2019 Adam Williamson <awilliam@redhat.com> - 243~rc1-2
d0811f
- Backport PR #1737362 so we own /etc/systemd/system again (#1737362)
d0811f
d0811f
* Wed Aug 7 2019 Anita Zhang <anitazha@fb.com> - 242-2.fb4
d0811f
- Backport PR#12933 (core: ExecCondition= for services)
d0811f
- Backport PR#13096 (Preparatory work for the unit loading rework)
d0811f
- Backport PR#13119 (Rework unit loading to take into account all aliases)
d0811f
d0811f
* Tue Jul 30 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243~rc1-1
d0811f
- Update to latest version (#1715699, #1696373, #1711065, #1718192)
d0811f
d0811f
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org>
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
d0811f
d0811f
* Sat Jul 20 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242-6.git9d34e79
d0811f
- Ignore bad rdrand output on AMD CPUs (#1729268)
d0811f
- A bunch of backported patches from upstream: documentation, memory
d0811f
  access fixups, command output tweaks (#1708996)
d0811f
d0811f
* Thu Jul 18 2019 Anita Zhang <anitazha@fb.com> - 242-2.fb3
d0811f
- Backport PR#12346 (make sure accept_flush() doesn't hang on EOPNOTSUPP)
d0811f
- Backport PR#12979 (add SystemCallErrorNumber=EPERM to systemd-portabled.service)
d0811f
d0811f
* Tue Jun 25 2019 Björn Esser <besser82@fedoraproject.org>- 242-5.git7a6d834
d0811f
- Rebuilt (libqrencode.so.4)
d0811f
d0811f
* Tue Jun 25 2019 Miro Hrončok <mhroncok@redhat.com>- 242-4.git7a6d834
d0811f
- Rebuilt for iptables update (libip4tc.so.2)
d0811f
d0811f
* Thu Jun 20 2019 Anita Zhang <anitazha@fb.com> - 242-2.fb2
d0811f
- Backport PR#11778 (ExecStartXYZEx= dbus support)
d0811f
- Backport PR#12729 (nspawn: don't hard fail when setting capabilities)
d0811f
- Backport PR#12745 (IPAddressXYZ="any" for users with CAP_NET_ADMIN)
d0811f
d0811f
* Fri Apr 26 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242-3.git7a6d834
d0811f
- Add symbol to mark vtable format changes (anything using sd_add_object_vtable
d0811f
  or sd_add_fallback_vtable needs to be rebuilt)
d0811f
- Fix wireguard ListenPort handling in systemd-networkd
d0811f
- Fix hang in flush_accept (#1702358)
d0811f
- Fix handling of RUN keys in udevd
d0811f
- Some documentation and shell completion updates and minor fixes
d0811f
d0811f
* Thu Apr 25 2019 Davide Cavalca <dcavalca@fb.com> - 242-2.fb1
d0811f
- Facebook rebuild
d0811f
- Backport PR#12336 (support DisableControllers= for transient units)
d0811f
d0811f
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 242-2
d0811f
- Rebuild with Meson fix for #1699099
d0811f
d0811f
* Thu Apr 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242-1
d0811f
- Update to latest release
d0811f
- Make scriptlet failure non-fatal
d0811f
d0811f
* Tue Apr  9 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242~rc4-1
d0811f
- Update to latest prerelease
d0811f
d0811f
* Thu Apr  4 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242~rc3-1
d0811f
- Update to latest prerelease
d0811f
d0811f
* Wed Apr  3 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242~rc2-1
d0811f
- Update to the latest prerelease.
d0811f
- The bug reported on latest update that systemd-resolved and systemd-networkd are
d0811f
  re-enabled after upgrade is fixed.
d0811f
d0811f
* Fri Mar 29 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-4.gitcbf14c9
d0811f
- Backport various patches from the v241..v242 range:
d0811f
  kernel-install will not create the boot loader entry automatically (#1648907),
d0811f
  various bash completion improvements (#1183769),
d0811f
  memory leaks and such (#1685286).
d0811f
d0811f
* Fri Mar 22 2019 Davide Cavalca <dcavalca@fb.com> - 241-1.fb2
d0811f
- Backport PR#11754 (sd-bus fixes for CVE-2019-6454)
d0811f
- Backport PR#12078 (nspawn fix)
d0811f
d0811f
* Thu Mar 14 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-3.gitc1f8ff8
d0811f
- Declare hyperv and framebuffer devices master-of-seat again (#1683197)
d0811f
d0811f
* Wed Feb 27 2019 Davide Cavalca <dcavalca@fb.com> - 241-1.fb1
d0811f
- Facebook rebuild
d0811f
- Rebase fio udev patch (this will likely be dropped in the next release)
d0811f
- Drop the mock testing patches, not needed anymore
d0811f
- Ignore errors for Python bytecompiling due to run-unit-tests.py
d0811f
- Fix the run-unit-tests.py shebang to use python36
d0811f
- Backport PR#11831 (missing include) and PR#11836 (test-chown-rec fix)
d0811f
d0811f
* Wed Feb 20 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-2.gita09c170
d0811f
- Prevent buffer overread in systemd-udevd
d0811f
- Properly validate dbus paths received over dbus (#1678394, CVE-2019-6454)
d0811f
d0811f
* Sat Feb  9 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241~rc2-2
d0811f
- Turn LTO back on
d0811f
d0811f
* Tue Feb  5 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241~rc2-1
d0811f
- Update to latest release -rc2
d0811f
d0811f
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org>
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d0811f
d0811f
* Sun Jan 27 2019 Yu Watanabe <watanabe.yu@gmail.com> - 241~rc1-2
d0811f
- Backport a patch for kernel-install
d0811f
d0811f
* Sat Jan 26 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241~rc1-1
d0811f
- Update to latest release -rc1
d0811f
d0811f
* Tue Jan 15 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-6.gitf02b547
d0811f
- Add a work-around for #1663040
d0811f
d0811f
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org>
d0811f
- Rebuilt for libcrypt.so.2 (#1666033)
d0811f
d0811f
* Fri Jan 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-4.gitf02b547
d0811f
- Add a work-around for selinux issue on live images (#1663040)
d0811f
d0811f
* Fri Jan 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-3.gitf02b547
d0811f
- systemd-journald and systemd-journal-remote reject entries which
d0811f
  contain too many fields (CVE-2018-16865, #1664973) and set limits on the
d0811f
  process' command line length (CVE-2018-16864, #1664972)
d0811f
- $DBUS_SESSION_BUS_ADDRESS is again exported by pam_systemd (#1662857)
d0811f
- A fix for systemd-udevd crash (#1662303)
d0811f
d0811f
* Sat Dec 22 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-2
d0811f
- Add two more patches that revert recent udev changes
d0811f
d0811f
* Fri Dec 21 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-1
d0811f
- Update to latest release
d0811f
  See https://github.com/systemd/systemd/blob/master/NEWS for the list of changes.
d0811f
d0811f
* Mon Dec 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-10.git9f3aed1
d0811f
- Hibernation checks for resume= are rescinded (#1645870)
d0811f
- Various patches:
d0811f
  - memory issues in logind, networkd, journald (#1653068), sd-device, etc.
d0811f
  - Adaptations for newer meson, lz4, kernel
d0811f
  - Fixes for misleading bugs in documentation
d0811f
- net.ipv4.conf.all.rp_filter is changed from 1 to 2
d0811f
d0811f
* Mon Dec 10 2018 Davide Cavalca <dcavalca@fb.com> - 239-1.fb6
d0811f
- Backport PR#10411 and PR#10493 (systemd-analyze timespan command)
d0811f
- Rebase our PR#10507 and PR#10567 backports onto the version merged upstream
d0811f
- Backport PR#10757 (cgroup2 BPF devices fixes)
d0811f
- Backport PR#10876 (cgroup_subtree_mask propagation fix)
d0811f
d0811f
* Thu Nov 29 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
d0811f
- Adjust scriptlets to modify /etc/authselect/user-nsswitch.conf
d0811f
  (see https://github.com/pbrezina/authselect/issues/77)
d0811f
- Drop old scriptlets for nsswitch.conf modifications for nss-mymachines and nss-resolve
d0811f
d0811f
* Sun Nov 18 2018 Alejandro Domínguez Muñoz <adomu@net-c.com>
d0811f
- Remove link creation for rsyslog.service
d0811f
d0811f
* Thu Nov  8 2018 Adam Williamson <awilliam@redhat.com> - 239-9.git9f3aed1
d0811f
- Go back to using systemctl preset-all in %%post (#1647172, #1118740)
d0811f
d0811f
* Mon Nov  5 2018 Adam Williamson <awilliam@redhat.com> - 239-8.git9f3aed1
d0811f
- Requires(post) openssl-libs to fix live image build machine-id issue
d0811f
  See: https://pagure.io/dusty/failed-composes/issue/960
d0811f
d0811f
* Mon Nov  5 2018 Yu Watanabe <watanabe.yu@gmail.com>
d0811f
- Set proper attributes to private directories
d0811f
d0811f
* Fri Nov  2 2018 Davide Cavalca <dcavalca@fb.com> - 239-1.fb5
d0811f
- Backport PR#10507 (don't require CPU controller for CPU accounting)
d0811f
- Backport PR#10567 (DisableControllers= directive)
d0811f
d0811f
* Fri Nov  2 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-7.git9f3aed1
d0811f
- Split out the rpm macros into systemd-rpm-macros subpackage (#1645298)
d0811f
d0811f
* Sun Oct 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-6.git9f3aed1
d0811f
- Fix a local vulnerability from a race condition in chown-recursive (CVE-2018-15687, #1639076)
d0811f
- Fix a local vulnerability from invalid handling of long lines in state deserialization (CVE-2018-15686, #1639071)
d0811f
- Fix a remote vulnerability in DHCPv6 in systemd-networkd (CVE-2018-15688, #1639067)
d0811f
- The DHCP server is started only when link is UP
d0811f
- DHCPv6 prefix delegation is improved
d0811f
- Downgrade logging of various messages and add loging in other places
d0811f
- Many many fixes in error handling and minor memory leaks and such
d0811f
- Fix typos and omissions in documentation
d0811f
- Typo in %%_environmnentdir rpm macro is fixed (with backwards compatiblity preserved)
d0811f
- Matching by MACAddress= in systemd-networkd is fixed
d0811f
- Creation of user runtime directories is improved, and the user
d0811f
  manager is only stopped after 10 s after the user logs out (#1642460 and other bugs)
d0811f
- systemd units systemd-timesyncd, systemd-resolved, systemd-networkd are switched back to use DynamicUser=0
d0811f
- Aliases are now resolved when loading modules from pid1. This is a (redundant) fix for a brief kernel regression.
d0811f
- "systemctl --wait start" exits immediately if no valid units are named
d0811f
- zram devices are not considered as candidates for hibernation
d0811f
- ECN is not requested for both in- and out-going connections (the sysctl overide for net.ipv4.tcp_ecn is removed)
d0811f
- Various smaller improvements to unit ordering and dependencies
d0811f
- generators are now called with the manager's environment
d0811f
- Handling of invalid (intentionally corrupt) dbus messages is improved, fixing potential local DOS avenues
d0811f
- The target of symlinks links in .wants/ and .requires/ is now ignored. This fixes an issue where
d0811f
  the unit file would sometimes be loaded from such a symlink, leading to non-deterministic unit contents.
d0811f
- Filtering of kernel threads is improved. This fixes an issues with newer kernels where hybrid kernel/user
d0811f
  threads are used by bpfilter.
d0811f
- "noresume" can be used on the kernel command line to force normal boot even if a hibernation images is present
d0811f
- Hibernation is not advertised if resume= is not present on the kernenl command line
d0811f
- Hibernation/Suspend/... modes can be disabled using AllowSuspend=,
d0811f
  AllowHibernation=, AllowSuspendThenHibernate=, AllowHybridSleep=
d0811f
- LOGO= and DOCUMENTATION_URL= are documented for the os-release file
d0811f
- The hashmap mempool is now only used internally in systemd, and is disabled for external users of the systemd libraries
d0811f
- Additional state is serialized/deserialized when logind is restarted, fixing the handling of user objects
d0811f
- Catalog entries for the journal are improved (#1639482)
d0811f
- If suspend fails, the post-suspend hooks are still called.
d0811f
- Various build issues on less-common architectures are fixed
d0811f
d0811f
* Fri Oct 12 2018 Davide Cavalca <dcavalca@fb.com> - 239-1.fb4
d0811f
- Backport PR#10062 (cgroup2 BPF device controller support)
d0811f
- Backport PR#10203, PR#10363 (tests fixes for supplementary groups)
d0811f
- Backport PR#10368 (%g, %G specifiers support)
d0811f
- Add hostname to BuildRequires (it's needed by test-execute)
d0811f
- Reenable test-execute now that it's finally working
d0811f
d0811f
* Wed Oct  3 2018 Jan Synáček <jsynacek@redhat.com> - 239-5
d0811f
- Fix meson using -Ddebug, which results in FTBFS
d0811f
- Fix line_begins() to accept word matching full string (#1631840)
d0811f
d0811f
* Mon Sep 10 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-4
d0811f
- Move /etc/yum/protected.d/systemd.conf to /etc/dnf/ (#1626969)
d0811f
d0811f
* Fri Aug 24 2018 Davide Cavalca <dcavalca@fb.com> - 239-1.fb3
d0811f
- backport new version of guro's cgroup2 BPF device controller patch
d0811f
d0811f
* Wed Jul 18 2018 Terje Rosten <terje.rosten@ntnu.no> - 239-3
d0811f
- Ignore return value from systemd-binfmt in scriptlet (#1565425)
d0811f
d0811f
* Sun Jul 15 2018 Filipe Brandenburger <filbranden@gmail.com>
d0811f
- Override systemd-user PAM config in install and not prep
d0811f
d0811f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org>
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d0811f
d0811f
* Wed Jul  4 2018 Davide Cavalca <dcavalca@fb.com> - 239-1.fb2
d0811f
- backport PR#9460 (followup to PR#9410)
d0811f
- backport PR#9500 (support for StandardOutput=append:)
d0811f
- revert c58fd46 (part of PR#8403) to workaround a FB-specific build issue
d0811f
d0811f
* Mon Jun 25 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
d0811f
- Rebuild for Python 3.7 again
d0811f
d0811f
* Mon Jun 25 2018 Davide Cavalca <dcavalca@fb.com> - 239-1.fb1
d0811f
- Facebook rebuild
d0811f
- backport PR#9244 and PR#9247 (new cgroup2 features)
d0811f
- backport PR#9410 (gnutls detection, fix for #9403)
d0811f
d0811f
* Fri Jun 22 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-1
d0811f
- Update to latest version, mostly bug fixes and new functionality,
d0811f
  very little breaking changes. See
d0811f
  https://github.com/systemd/systemd/blob/v239/NEWS for details.
d0811f
d0811f
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com>
d0811f
- Rebuilt for Python 3.7
d0811f
d0811f
* Thu May 31 2018 Davide Cavalca <dcavalca@fb.com> - 238-7.fb3
d0811f
- Update cgroup2 BPF device controller patches
d0811f
- Backport PR#9148 to mitigate pid watching issue on git
d0811f
d0811f
* Tue May 15 2018 Davide Cavalca <dcavalca@fb.com> - 238-7.fb2
d0811f
- Backport htejun's io.latency patch
d0811f
- Backport guro's cgroup2 BPF device controller patch
d0811f
d0811f
* Fri May 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-8.git0e0aa59
d0811f
- Backport a number of patches (documentation, hwdb updates)
d0811f
- Fixes for tmpfiles 'e' entries
d0811f
- systemd-networkd crashes
d0811f
- XEN virtualization detection on hyper-v
d0811f
- Avoid relabelling /sys/fs/cgroup if not needed (#1576240)
d0811f
d0811f
* Wed Apr 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-7.fc28.1
d0811f
- Allow fake Delegate= setting on slices (#1568594)
d0811f
d0811f
* Thu Apr  5 2018 Davide Cavalca <dcavalca@fb.com> - 238-7.fb1
d0811f
- Facebook rebuild
d0811f
- Reenable tests (except test-execute which is still broken)
d0811f
d0811f
* Wed Mar 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-7
d0811f
- Move udev transfiletriggers to the right package, fix quoting
d0811f
d0811f
* Tue Mar 27 2018 Colin Walters <walters@verbum.org> - 238-6
d0811f
- Use shell for triggers; see https://github.com/systemd/systemd/pull/8550
d0811f
  This fixes compatibility with rpm-ostree.
d0811f
d0811f
* Tue Mar 20 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-5
d0811f
- Backport patch to revert inadvertent change of "predictable" interface name (#1558027)
d0811f
d0811f
* Fri Mar 16 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-4
d0811f
- Do not close dbus connection during dbus reload call (#1554578)
d0811f
d0811f
* Wed Mar  7 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-3
d0811f
- Revert the patches for GRUB BootLoaderSpec support
d0811f
- Add patch for /etc/machine-id creation (#1552843)
d0811f
d0811f
* Tue Mar  6 2018 Yu Watanabe <watanabe.yu@gmail.com> - 238-2
d0811f
- Fix transfiletrigger script (#1551793)
d0811f
d0811f
* Mon Mar  5 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-1
d0811f
- Update to latest version
d0811f
- This fixes a hard-to-trigger potential vulnerability (CVE-2018-6954)
d0811f
- New transfiletriggers are installed for udev hwdb and rules, the journal
d0811f
  catalog, sysctl.d, binfmt.d, sysusers.d, tmpfiles.d.
d0811f
d0811f
* Tue Feb 27 2018 Javier Martinez Canillas <javierm@redhat.com> - 237-7.git84c8da5
d0811f
- Add patch to install kernel images for GRUB BootLoaderSpec support
d0811f
d0811f
* Mon Feb 26 2018 Davide Cavalca <dcavalca@fb.com> - 237-1.fb3
d0811f
- Backport PR#8115 to properly fix GH#8194
d0811f
d0811f
* Sat Feb 24 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-6.git84c8da5
d0811f
- Create /etc/systemd in %%post libs if necessary (#1548607)
d0811f
d0811f
* Fri Feb 23 2018 Adam Williamson <awilliam@redhat.com> - 237-5.git84c8da5
d0811f
- Use : not touch to create file in -libs %%post
d0811f
d0811f
* Thu Feb 22 2018 Davide Cavalca <dcavalca@fb.com> - 237-1.fb2
d0811f
- Add workaround for an issue with systemd-nspawn -u affecting mock (GH#8194)
d0811f
d0811f
* Thu Feb 22 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 237-4.git84c8da5
d0811f
- Add coreutils dep for systemd-libs %%post
d0811f
- Add patch to typecast USB IDs to avoid compile failure
d0811f
d0811f
* Wed Feb 21 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-3.git84c8da5
d0811f
- Update some patches for test skipping that were updated upstream
d0811f
  before merging
d0811f
- Add /usr/lib/systemd/purge-nobody-user — a script to check if nobody is defined
d0811f
  correctly and possibly replace existing mappings
d0811f
d0811f
* Tue Feb 20 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-2.gitdff4849
d0811f
- Backport a bunch of patches, most notably for the journal and various
d0811f
  memory issues. Some minor build fixes.
d0811f
- Switch to new ldconfig macros that do nothing in F28+
d0811f
- /etc/systemd/dont-synthesize-nobody is created in %%post if nfsnobody
d0811f
  or nobody users are defined (#1537262)
d0811f
d0811f
* Mon Feb 12 2018 Davide Cavalca <dcavalca@fb.com> - 237-1.fb1
d0811f
- Facebook rebuild
d0811f
- Backport configurable docdir patch from master (PR#8068)
d0811f
- Ensure split-files.py is run with python36
d0811f
- Set nfs/nfsnobody as nobody users
d0811f
- Add pcre2-devel dependecy for journalctl --grep
d0811f
- Disable tests for now as they're failing randomly when building in mock
d0811f
- Use 10485760 as container base for Facebook to avoid conflicting with LDAP
d0811f
- Backport PID file symlink chain checks fix from master (PR#8133)
d0811f
d0811f
* Fri Feb  9 2018 Zbigniew Jędrzejeweski-Szmek <zbyszek@in.waw.pl> - 237-1.git78bd769
d0811f
- Update to first stable snapshot (various minor memory leaks and misaccesses,
d0811f
  some documentation bugs, build fixes).
d0811f
d0811f
* Sun Jan 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-1
d0811f
- Update to latest version
d0811f
d0811f
* Sun Jan 21 2018 Björn Esser <besser82@fedoraproject.org> - 236-4.git3e14c4c
d0811f
- Add patch to include <crypt.h> if needed
d0811f
d0811f
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 236-3.git3e14c4c
d0811f
- Rebuilt for switch to libxcrypt
d0811f
d0811f
* Thu Jan 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-2.git23e14c4
d0811f
- Backport a bunch of bugfixes from upstream (#1531502, #1531381, #1526621
d0811f
  various memory corruptions in systemd-networkd)
d0811f
- /dev/kvm is marked as a static node which fixes permissions on s390x
d0811f
  and ppc64 (#1532382)
d0811f
d0811f
* Fri Dec 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-1
d0811f
- Update to latest version
d0811f
d0811f
* Mon Dec 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-5.git4a0e928
d0811f
- Update to latest git snapshot, do not build for realz
d0811f
- Switch to libidn2 again (#1449145)
d0811f
d0811f
* Tue Nov 07 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-4
d0811f
- Rebuild for cryptsetup-2.0.0-0.2.fc28
d0811f
d0811f
* Wed Oct 25 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-3
d0811f
- Backport a bunch of patches, including LP#172535
d0811f
d0811f
* Wed Oct 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-2
d0811f
- Patches for cryptsetup _netdev
d0811f
d0811f
* Mon Oct  9 2017 Davide Cavalca <dcavalca@fb.com> - 235-1.fb1
d0811f
- Facebook rebuild
d0811f
d0811f
* Fri Oct  6 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-1
d0811f
- Update to latest version
d0811f
d0811f
* Tue Sep 26 2017 Nathaniel McCallum <npmccallum@redhat.com> - 234-8
d0811f
- Backport /etc/crypttab _netdev feature from upstream
d0811f
d0811f
* Thu Sep 21 2017 Michal Sekletar <msekleta@redhat.com> - 234-7
d0811f
- Make sure to remove all device units sharing the same sysfs path (#1475570)
d0811f
d0811f
* Mon Sep 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-6
d0811f
- Bump xslt recursion limit for libxslt-1.30
d0811f
d0811f
* Mon Sep 18 2017 Davide Cavalca <dcavalca@fb.com> - 234-5.fb2
d0811f
- backport build fix for O_TMPFILE from PR#6816
d0811f
d0811f
* Tue Aug  8 2017 Davide Cavalca <dcavalca@fb.com> - 234-5.fb1
d0811f
- new upstream release
d0811f
- drop compat-libs patch in favor of separate systemd-compat-libs project
d0811f
- force locale to UTF-8 to make meson happy
d0811f
- disable broken test-execute
d0811f
- backport nsdelegate support from PR#6294
d0811f
d0811f
* Mon Jul 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-5
d0811f
- Backport more patches (#1476005, hopefully #1462378)
d0811f
d0811f
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org>
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d0811f
d0811f
* Mon Jul 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-3
d0811f
- Fix x-systemd.timeout=0 in /etc/fstab (#1462378)
d0811f
- Minor patches (memleaks, --help fixes, seccomp on arm64)
d0811f
d0811f
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-2
d0811f
- Create kvm group (#1431876)
d0811f
d0811f
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-1
d0811f
- Latest release
d0811f
d0811f
* Sat Jul  1 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-7.git74d8f1c
d0811f
- Update to snapshot
d0811f
- Build with meson again
d0811f
d0811f
* Tue Jun 27 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-6
d0811f
- Fix an out-of-bounds write in systemd-resolved (CVE-2017-9445)
d0811f
d0811f
* Sat Jun 17 2017 Peter Blair <pmb@fb.com> - 233-2.fb2
d0811f
- Apply patch from CVE-2017-9445
d0811f
d0811f
* Fri Jun 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-5.gitec36d05
d0811f
- Update to snapshot version, build with meson
d0811f
d0811f
* Thu Jun 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-4
d0811f
- Backport a bunch of small fixes (memleaks, wrong format strings,
d0811f
  man page clarifications, shell completion)
d0811f
- Fix systemd-resolved crash on crafted DNS packet (CVE-2017-9217, #1455493)
d0811f
- Fix systemd-vconsole-setup.service error on systems with no VGA console (#1272686)
d0811f
- Drop soft-static uid for systemd-journal-gateway
d0811f
- Use ID from /etc/os-release as ntpvendor
d0811f
d0811f
* Thu Apr 13 2017 Davide Cavalca <dcavalca@fb.com> - 233-2.fb1
d0811f
- New upstream release
d0811f
- disable a couple of broken tests
d0811f
- default to legacy hierarchy for now
d0811f
d0811f
* Wed Apr 12 2017 Davide Cavalca <dcavalca@fb.com> - 231-11.fb2
d0811f
- fix lz4 depends to pick the right package
d0811f
d0811f
* Mon Apr  3 2017 Davide Cavalca <dcavalca@fb.com> - 231-11.fb1
d0811f
- use facebook macro to gate Facebook-specific settings
d0811f
- rebuild against new RPM backport
d0811f
- update patches
d0811f
d0811f
* Thu Mar 16 2017 Michal Sekletar <msekleta@redhat.com> - 233-3
d0811f
- Backport bugfixes from upstream
d0811f
- Don't return error when machinectl couldn't figure out container IP addresses (#1419501)
d0811f
d0811f
* Tue Mar 14 2017 Patrick White <pwhite@fb.com> - 231-2.fb4
d0811f
- add poettering patch to fix hitting an assert (PR#4447)
d0811f
d0811f
* Thu Mar  2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-2
d0811f
- Fix installation conflict with polkit
d0811f
d0811f
* Thu Mar  2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-1
d0811f
- New upstream release (#1416201, #1405439, #1420753, many others)
d0811f
- New systemd-tests subpackage with "installed tests"
d0811f
d0811f
* Thu Feb 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-15
d0811f
- Add %%ghost %%dir entries for .wants dirs of our targets (#1422894)
d0811f
d0811f
* Tue Feb 14 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-14
d0811f
- Ignore the hwdb parser test
d0811f
d0811f
* Tue Feb 14 2017 Jan Synáček <jsynacek@redhat.com> - 232-14
d0811f
- machinectl fails when virtual machine is running (#1419501)
d0811f
d0811f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 232-13
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d0811f
d0811f
* Tue Jan 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-12
d0811f
- Backport patch for initrd-switch-root.service getting killed (#1414904)
d0811f
- Fix sd-journal-gatewayd -D, --trust, and COREDUMP_CONTAINER_CMDLINE
d0811f
  extraction by sd-coredump.
d0811f
d0811f
* Sun Jan 29 2017 zbyszek <zbyszek@in.waw.pl> - 232-11
d0811f
- Backport a number of patches (#1411299, #1413075, #1415745,
d0811f
                                ##1415358, #1416588, #1408884)
d0811f
- Fix various memleaks and unitialized variable access
d0811f
- Shell completion enhancements
d0811f
- Enable TPM logging by default (#1411156)
d0811f
- Update hwdb (#1270124)
d0811f
d0811f
* Thu Jan 19 2017 Adam Williamson <awilliam@redhat.com> - 232-10
d0811f
- Backport fix for boot failure in initrd-switch-root (#1414904)
d0811f
d0811f
* Wed Jan 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-9
d0811f
- Add fake dependency on systemd-pam to systemd-devel to ensure systemd-pam
d0811f
  is available as multilib (#1414153)
d0811f
d0811f
* Tue Jan 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-8
d0811f
- Fix buildsystem to check for lz4 correctly (#1404406)
d0811f
d0811f
* Wed Jan 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-7
d0811f
- Various small tweaks to scriplets
d0811f
d0811f
* Sat Jan 07 2017 Kevin Fenzi <kevin@scrye.com> - 232-6
d0811f
- Fix scriptlets to never fail in libs post
d0811f
d0811f
* Fri Jan 06 2017 Kevin Fenzi <kevin@scrye.com> - 232-5
d0811f
- Add patch from Michal Schmidt to avoid process substitution (#1392236)
d0811f
d0811f
* Sun Nov  6 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-4
d0811f
- Rebuild (#1392236)
d0811f
d0811f
* Fri Nov  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-3
d0811f
- Make /etc/dbus-1/system.d directory non-%%ghost
d0811f
d0811f
* Fri Nov  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-2
d0811f
- Fix kernel-install (#1391829)
d0811f
- Restore previous systemd-user PAM config (#1391836)
d0811f
- Move journal-upload.conf.5 from systemd main to journal-remote subpackage (#1391833)
d0811f
- Fix permissions on /var/lib/systemd/journal-upload (#1262665)
d0811f
d0811f
* Thu Nov  3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-1
d0811f
- Update to latest version (#998615, #1181922, #1374371, #1390704, #1384150, #1287161)
d0811f
- Add %%{_isa} to Provides on arch-full packages (#1387912)
d0811f
- Create systemd-coredump user in %%pre (#1309574)
d0811f
- Replace grubby patch with a short-circuiting install.d "plugin"
d0811f
- Enable nss-systemd in the passwd, group lines in nsswith.conf
d0811f
- Add [!UNAVAIL=return] fallback after nss-resolve in hosts line in nsswith.conf
d0811f
- Move systemd-nspawn man pages to the right subpackage (#1391703)
d0811f
d0811f
* Tue Oct 18 2016 Jan Synáček <jsynacek@redhat.com> - 231-11
d0811f
- SPC - Cannot restart host operating from container (#1384523)
d0811f
d0811f
* Sun Oct  9 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-10
d0811f
- Do not recreate /var/log/journal on upgrades (#1383066)
d0811f
- Move nss-myhostname provides to systemd-libs (#1383271)
d0811f
d0811f
* Fri Oct  7 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-9
d0811f
- Fix systemctl set-default (#1374371)
d0811f
- Prevent systemd-udev-trigger.service from restarting (follow-up for #1378974)
d0811f
d0811f
* Tue Oct  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-8
d0811f
- Apply fix for #1378974
d0811f
d0811f
* Mon Oct  3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-7
d0811f
- Apply patches properly
d0811f
d0811f
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-6
d0811f
- Better fix for (#1380286)
d0811f
d0811f
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-5
d0811f
- Denial-of-service bug against pid1 (#1380286)
d0811f
d0811f
* Thu Aug 25 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-4
d0811f
- Fix preset-all (#1363858)
d0811f
- Fix issue with daemon-reload messing up graphics (#1367766)
d0811f
- A few other bugfixes
d0811f
d0811f
* Wed Aug 10 2016 Davide Cavalca <dcavalca@fb.com> - 231-2.fb3
d0811f
- add mpawlowski root filesystem namespace patch for #12621017
d0811f
- add htejun patch for cgroup2 cpu controller (PR#3905)
d0811f
- update htejun logind patch from PR#3835
d0811f
d0811f
* Wed Aug 03 2016 Adam Williamson <awilliam@redhat.com> - 231-3
d0811f
- Revert preset-all change, it broke stuff (#1363858)
d0811f
d0811f
* Thu Jul 28 2016 Davide Cavalca <dcavalca@fb.com> - 231-2.fb2
d0811f
- add /dev/fio patch from bwann for GH#3718
d0811f
- import PR#3821 updates and rebase patches on github
d0811f
- add htejun logind patch for UserTasksMax (#12460186, PR#3835)
d0811f
d0811f
* Wed Jul 27 2016 Davide Cavalca <dcavalca@fb.com> - 231-2.fb1
d0811f
- Facebook rebuild
d0811f
- Fix test failures in mock (#7950934, PR#3821)
d0811f
- drop fsck on root patch now that we have the new dracut (see PR#3822)
d0811f
- Rework LTO disable patch to be conditional (#11565880, PR#3823)
d0811f
- update compat-libs and rebase onto public branch
d0811f
  (https://github.com/davide125/systemd/tree/compat-libs)
d0811f
- add back python support now that we have python34-lxml
d0811f
- add back xkbcommon support as it's available in rolling os updates
d0811f
d0811f
* Wed Jul 27 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-2
d0811f
- Call preset-all on initial installation (#1118740)
d0811f
- Fix botched Recommends for libxkbcommon
d0811f
d0811f
* Tue Jul 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-1
d0811f
- Update to latest version
d0811f
d0811f
* Tue Jul 19 2016 Davide Cavalca <dcavalca@fb.com> - 230-2.fb2
d0811f
- fix fsck for root filesystem on firstboot after install (#11352467)
d0811f
d0811f
* Wed Jun  8 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 230-3
d0811f
- Update to latest git snapshot (fixes for systemctl set-default,
d0811f
  polkit lingering policy, reversal of the framebuffer rules,
d0811f
  unaligned access fixes, fix for StartupBlockIOWeight-over-dbus).
d0811f
  Those changes are interspersed with other changes and new features
d0811f
  (mostly in lldp, networkd, and nspawn). Some of those new features
d0811f
  might not work, but I think that existing functionality should not
d0811f
  be broken, so it seems worthwile to update to the snapshot.
d0811f
d0811f
* Thu May 26 2016 Davide Cavalca <dcavalca@fb.com> - 230-2.fb1
d0811f
- Facebook rebuild
d0811f
- backport htejun PRs for cgroup2 (#3337, #3329, #3315, #3417, #3418)
d0811f
- add back compat-libs
d0811f
d0811f
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-2
d0811f
- Remove systemd-compat-libs on upgrade
d0811f
d0811f
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-1
d0811f
- New version
d0811f
- Drop compat-libs
d0811f
- Require libxkbcommon explictly, since the automatic dependency will
d0811f
  not be generated anymore
d0811f
d0811f
* Thu May 12 2016 Tejun Heo <htejun@fb.com> - 229-1.fb6
d0811f
- backport https://github.com/systemd/systemd/pull/3246 to fix slice overrides
d0811f
d0811f
* Mon May 09 2016 Davide Cavalca <dcavalca@fb.com> - 229-1.fb5
d0811f
- update Tejun Heo patches for cgroup2 io controller support
d0811f
d0811f
* Fri Apr 29 2016 Davide Cavalca <dcavalca@fb.com> - 229-1.fb4
d0811f
- add Tejun Heo test patch for cgroup2 IO controllers support (#10638181)
d0811f
d0811f
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 229-15
d0811f
- Remove duplicated entries in -container %%files (#1330395)
d0811f
d0811f
* Fri Apr 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-14
d0811f
- Move installation of udev services to udev subpackage (#1329023)
d0811f
d0811f
* Mon Apr 18 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-13
d0811f
- Split out systemd-pam subpackage (#1327402)
d0811f
d0811f
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-12
d0811f
- move more binaries and services from the main package to subpackages
d0811f
d0811f
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-11
d0811f
- move more binaries and services from the main package to subpackages
d0811f
d0811f
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-10
d0811f
- move device dependant stuff to the udev subpackage
d0811f
d0811f
* Thu Mar 24 2016 Davide Cavalca <dcavalca@fb.com> - 229-1.fb3
d0811f
- add Tejun Heo patches for cgroups v2 support (#10268183)
d0811f
d0811f
* Tue Mar 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-9
d0811f
- Add myhostname to /etc/nsswitch.conf (#1318303)
d0811f
d0811f
* Mon Mar 21 2016 Harald Hoyer <harald@redhat.com> - 229-8
d0811f
- fixed kernel-install for copying files for grubby
d0811f
Resolves: rhbz#1299019
d0811f
d0811f
* Thu Mar 17 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-7
d0811f
- Moar patches (#1316964, #1317928)
d0811f
- Move vconsole-setup and tmpfiles-setup-dev bits to systemd-udev
d0811f
- Protect systemd-udev from deinstallation
d0811f
d0811f
* Fri Mar 11 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-6
d0811f
- Create /etc/resolv.conf symlink from systemd-resolved (#1313085)
d0811f
d0811f
* Fri Mar  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-5
d0811f
- Split out systemd-container subpackage (#1163412)
d0811f
- Split out system-udev subpackage
d0811f
- Add various bugfix patches, incl. a tentative fix for #1308771
d0811f
d0811f
* Wed Mar 02 2016 Davide Cavalca <dcavalca@fb.com> - 229-1.fb2
d0811f
- revert RPM trigger macros for #10119506
d0811f
d0811f
* Tue Mar  1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 229-4
d0811f
- Power64 and s390(x) now have libseccomp support
d0811f
- aarch64 has gnu-efi
d0811f
d0811f
* Tue Feb 23 2016 Jan Synáček <jsynacek@redhat.com> - 229-3
d0811f
- Fix build failures on ppc64 (#1310800)
d0811f
d0811f
* Tue Feb 16 2016 Dennis Gilmore <dennis@ausil.us> - 229-2
d0811f
- revert: fixed kernel-install for copying files for grubby
d0811f
Resolves: rhbz#1299019
d0811f
- this causes the dtb files to not get installed at all and the fdtdir
d0811f
- line in extlinux.conf to not get updated correctly
d0811f
d0811f
* Tue Feb 16 2016 Davide Cavalca <dcavalca@fb.com> - 229-1.fb1
d0811f
- Facebook rebuilt
d0811f
- disable LTO to fix a build segfault with LTO
d0811f
d0811f
* Thu Feb 11 2016 Michal Sekletar <msekleta@redhat.com> - 229-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Feb 11 2016 Harald Hoyer <harald@redhat.com> - 228-10.gite35a787
d0811f
- fixed kernel-install for copying files for grubby
d0811f
Resolves: rhbz#1299019
d0811f
d0811f
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 228-9.gite35a787
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d0811f
d0811f
* Wed Jan 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 228-8.gite35a787
d0811f
- Rebuild for binutils on aarch64 fix
d0811f
d0811f
* Fri Jan 08 2016 Dan Horák <dan[at]danny.cz> - 228-7.gite35a787
d0811f
- apply the conflict with fedora-release only in Fedora
d0811f
d0811f
* Thu Dec 10 2015 Jan Synáček <jsynacek@redhat.com> - 228-6.gite35a787
d0811f
- Fix rawhide build failures on ppc64 (#1286249)
d0811f
d0811f
* Sun Nov 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-6.gite35a787
d0811f
- Create /etc/systemd/network (#1286397)
d0811f
d0811f
* Thu Nov 26 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-5.gite35a787
d0811f
- Do not install nss modules by default
d0811f
d0811f
* Tue Nov 24 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-4.gite35a787
d0811f
- Update to latest upstream git: there is a bunch of fixes
d0811f
  (nss-mymachines overflow bug, networkd fixes, more completions are
d0811f
  properly installed), mixed with some new resolved features.
d0811f
- Rework file triggers so that they always run before daemons are restarted
d0811f
d0811f
* Mon Nov 23 2015 Davide Cavalca <dcavalca@fb.com> - 228-3.fb1
d0811f
- Facebook rebuilt
d0811f
- disable test-namespace
d0811f
- revert rpm file triggers as they don't work on el7
d0811f
d0811f
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-3
d0811f
- Enable rpm file triggers for daemon-reload
d0811f
d0811f
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-2
d0811f
- Fix version number in obsoleted package name (#1283452)
d0811f
d0811f
* Wed Nov 18 2015 Kay Sievers <kay@redhat.com> - 228-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Nov 12 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-7
d0811f
- Rename journal-gateway subpackage to journal-remote
d0811f
- Ignore the access mode on /var/log/journal (#1048424)
d0811f
- Do not assume fstab is present (#1281606)
d0811f
d0811f
* Wed Nov 11 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 227-6
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
d0811f
d0811f
* Tue Nov 10 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 227-5
d0811f
- Rebuild for libmicrohttpd soname bump
d0811f
d0811f
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 227-4
d0811f
- Rebuilt for Python3.5 rebuild
d0811f
d0811f
* Wed Nov  4 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-3
d0811f
- Fix syntax in kernel-install (#1277264)
d0811f
d0811f
* Tue Nov 03 2015 Michal Schmidt <mschmidt@redhat.com> - 227-2
d0811f
- Rebuild for libmicrohttpd soname bump.
d0811f
d0811f
* Fri Oct 09 2015 Davide Cavalca <dcavalca@fb.com> - 227-1.fb1
d0811f
- disable tests broken on centos6
d0811f
- fix build with centos7 curl
d0811f
- kernel-install: add fedora specific callouts to new-kernel-pkg
d0811f
d0811f
* Wed Oct  7 2015 Kay Sievers <kay@redhat.com> - 227-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Sep 18 2015 Jan Synáček <jsynacek@redhat.com> - 226-3
d0811f
- user systemd-journal-upload should be in systemd-journal group (#1262743)
d0811f
d0811f
* Fri Sep 18 2015 Kay Sievers <kay@redhat.com> - 226-2
d0811f
- Add selinux to  system-user PAM config
d0811f
d0811f
* Tue Sep  8 2015 Kay Sievers <kay@redhat.com> - 226-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Aug 27 2015 Kay Sievers <kay@redhat.com> - 225-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Jul 31 2015 Kay Sievers <kay@redhat.com> - 224-1
d0811f
- New upstream release
d0811f
d0811f
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-2
d0811f
- update to git snapshot
d0811f
d0811f
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Jul  9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 222-2
d0811f
- Remove python subpackages (python-systemd in now standalone)
d0811f
d0811f
* Tue Jul  7 2015 Kay Sievers <kay@redhat.com> - 222-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Jul  6 2015 Kay Sievers <kay@redhat.com> - 221-5.git619b80a
d0811f
- update to git snapshot
d0811f
d0811f
* Mon Jul  6 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 221-4.git604f02a
d0811f
- Add example file with yama config (#1234951)
d0811f
d0811f
* Sun Jul 5 2015 Kay Sievers <kay@redhat.com> - 221-3.git604f02a
d0811f
- update to git snapshot
d0811f
d0811f
* Mon Jun 22 2015 Kay Sievers <kay@redhat.com> - 221-2
d0811f
- build systemd-boot EFI tools
d0811f
d0811f
* Fri Jun 19 2015 Lennart Poettering <lpoetter@redhat.com> - 221-1
d0811f
- New upstream release
d0811f
- Undoes botched translation check, should be reinstated later?
d0811f
d0811f
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 220-10
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d0811f
d0811f
* Thu Jun 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-9
d0811f
- The gold linker is now fixed on aarch64
d0811f
d0811f
* Tue Jun  9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-8
d0811f
- Remove gudev which is now provided as separate package (libgudev)
d0811f
- Fix for spurious selinux denials (#1224211)
d0811f
- Udev change events (#1225905)
d0811f
- Patches for some potential crashes
d0811f
- ProtectSystem=yes does not touch /home
d0811f
- Man page fixes, hwdb updates, shell completion updates
d0811f
- Restored persistent device symlinks for bcache, xen block devices
d0811f
- Tag all DRM cards as master-of-seat
d0811f
d0811f
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-7
d0811f
- fix udev block device watch
d0811f
d0811f
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-6
d0811f
- add support for network disk encryption
d0811f
d0811f
* Sun Jun  7 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-5
d0811f
- Disable gold on aarch64 until it's fixed (tracked in rhbz #1225156)
d0811f
d0811f
* Sat May 30 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-4
d0811f
- systemd-devel should require systemd-libs, not the main package (#1226301)
d0811f
- Check for botched translations (#1226566)
d0811f
- Make /etc/udev/hwdb.d part of the rpm (#1226379)
d0811f
d0811f
* Thu May 28 2015 Richard W.M. Jones <rjones@redhat.com> - 220-3
d0811f
- Add patch to fix udev --daemon not cleaning child processes
d0811f
  (upstream commit 86c3bece38bcf5).
d0811f
d0811f
* Wed May 27 2015 Richard W.M. Jones <rjones@redhat.com> - 220-2
d0811f
- Add patch to fix udev --daemon crash (upstream commit 040e689654ef08).
d0811f
d0811f
* Thu May 21 2015 Lennart Poettering <lpoetter@redhat.com> - 220-1
d0811f
- New upstream release
d0811f
- Drop /etc/mtab hack, as that's apparently fixed in mock now (#1116158)
d0811f
- Remove ghosting for /etc/systemd/system/runlevel*.target, these
d0811f
  targets are not configurable anymore in systemd upstream
d0811f
- Drop work-around for #1002806, since this is solved upstream now
d0811f
d0811f
* Wed May 20 2015 Dennis Gilmore <dennis@ausil.us> - 219-15
d0811f
- fix up the conflicts version for fedora-release
d0811f
d0811f
* Wed May 20 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-14
d0811f
- Remove presets (#1221340)
d0811f
- Fix (potential) crash and memory leak in timedated, locking failure
d0811f
  in systemd-nspawn, crash in resolved.
d0811f
- journalctl --list-boots should be faster
d0811f
- zsh completions are improved
d0811f
- various ommissions in docs are corrected (#1147651)
d0811f
- VARIANT and VARIANT_ID fields in os-release are documented
d0811f
- systemd-fsck-root.service is generated in the initramfs (#1201979, #1107818)
d0811f
- systemd-tmpfiles should behave better on read-only file systems (#1207083)
d0811f
d0811f
* Wed Apr 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-13
d0811f
- Patches for some outstanding annoyances
d0811f
- Small keyboard hwdb updates
d0811f
d0811f
* Wed Apr  8 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-12
d0811f
- Tighten requirements between subpackages (#1207381).
d0811f
d0811f
* Sun Mar 22 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-11
d0811f
- Move all parts systemd-journal-{remote,upload} to
d0811f
  systemd-journal-gatewayd subpackage (#1193143).
d0811f
- Create /var/lib/systemd/journal-upload directory (#1193145).
d0811f
- Cut out lots of stupid messages at debug level which were obscuring more
d0811f
  important stuff.
d0811f
- Apply "tentative" state for devices only when they are added, not removed.
d0811f
- Ignore invalid swap pri= settings (#1204336)
d0811f
- Fix SELinux check for timedated operations to enable/disable ntp (#1014315)
d0811f
- Fix comparing of filesystem paths (#1184016)
d0811f
d0811f
* Sat Mar 14 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-10
d0811f
- Fixes for bugs 1186018, 1195294, 1185604, 1196452.
d0811f
- Hardware database update.
d0811f
- Documentation fixes.
d0811f
- A fix for journalctl performance regression.
d0811f
- Fix detection of inability to open files in journalctl.
d0811f
- Detect SuperH architecture properly.
d0811f
- The first of duplicate lines in tmpfiles wins again.
d0811f
- Do vconsole setup after loading vconsole driver, not fbcon.
d0811f
- Fix problem where some units were restarted during systemd reexec.
d0811f
- Fix race in udevadm settle tripping up NetworkManager.
d0811f
- Downgrade various log messages.
d0811f
- Fix issue where journal-remote would process some messages with a delay.
d0811f
- GPT /srv partition autodiscovery is fixed.
d0811f
- Reconfigure old Finnish keymaps in post (#1151958)
d0811f
d0811f
* Tue Mar 10 2015 Jan Synáček <jsynacek@redhat.com> - 219-9
d0811f
- Buttons on Lenovo X6* tablets broken (#1198939)
d0811f
d0811f
* Tue Mar  3 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-8
d0811f
- Reworked device handling (#1195761)
d0811f
- ACL handling fixes (with a script in %%post)
d0811f
- Various log messages downgraded (#1184712)
d0811f
- Allow PIE on s390 again (#1197721)
d0811f
d0811f
* Wed Feb 25 2015 Michal Schmidt <mschmidt@redhat.com> - 219-7
d0811f
- arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)
d0811f
d0811f
* Tue Feb 24 2015 Colin Walters <walters@redhat.com> - 219-6
d0811f
- Revert patch that breaks Atomic/OSTree (#1195761)
d0811f
d0811f
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-5
d0811f
- Undo the resolv.conf workaround, Aim for a proper fix in Rawhide.
d0811f
d0811f
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-4
d0811f
- Revive fedora-disable-resolv.conf-symlink.patch to unbreak composes.
d0811f
d0811f
* Wed Feb 18 2015 Michal Schmidt <mschmidt@redhat.com> - 219-3
d0811f
- arm: disabling gold did not help; disable lto instead (#1193212)
d0811f
d0811f
* Tue Feb 17 2015 Peter Jones <pjones@redhat.com> - 219-2
d0811f
- Update 90-default.present for dbxtool.
d0811f
d0811f
* Mon Feb 16 2015 Lennart Poettering <lpoetter@redhat.com> - 219-1
d0811f
- New upstream release
d0811f
- This removes the sysctl/bridge hack, a different solution needs to be found for this (see #634736)
d0811f
- This removes the /etc/resolv.conf hack, anaconda needs to fix their handling of /etc/resolv.conf as symlink
d0811f
- This enables "%%check"
d0811f
- disable gold on arm, as that is broken (see #1193212)
d0811f
d0811f
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 218-6
d0811f
- aarch64 now has seccomp support
d0811f
d0811f
* Thu Feb 05 2015 Michal Schmidt <mschmidt@redhat.com> - 218-5
d0811f
- Don't overwrite systemd.macros with unrelated Source file.
d0811f
d0811f
* Thu Feb  5 2015 Jan Synáček <jsynacek@redhat.com> - 218-4
d0811f
- Add a touchpad hwdb (#1189319)
d0811f
d0811f
* Thu Jan 15 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-4
d0811f
- Enable xkbcommon dependency to allow checking of keymaps
d0811f
- Fix permissions of /var/log/journal (#1048424)
d0811f
- Enable timedatex in presets (#1187072)
d0811f
- Disable rpcbind in presets (#1099595)
d0811f
d0811f
* Wed Jan  7 2015 Jan Synáček <jsynacek@redhat.com> - 218-3
d0811f
- RFE: journal: automatically rotate the file if it is unlinked (#1171719)
d0811f
d0811f
* Mon Jan 05 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-3
d0811f
- Add firewall description files (#1176626)
d0811f
d0811f
* Thu Dec 18 2014 Jan Synáček <jsynacek@redhat.com> - 218-2
d0811f
- systemd-nspawn doesn't work on s390/s390x (#1175394)
d0811f
d0811f
* Wed Dec 10 2014 Lennart Poettering <lpoetter@redhat.com> - 218-1
d0811f
- New upstream release
d0811f
- Enable "nss-mymachines" in /etc/nsswitch.conf
d0811f
d0811f
* Thu Nov 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 217-4
d0811f
- Change libgudev1 to only require systemd-libs (#727499), there's
d0811f
  no need to require full systemd stack.
d0811f
- Fixes for bugs #1159448, #1152220, #1158035.
d0811f
- Bash completions updates to allow propose more units for start/restart,
d0811f
  and completions for set-default,get-default.
d0811f
- Again allow systemctl enable of instances.
d0811f
- Hardware database update and fixes.
d0811f
- Udev crash on invalid options and kernel commandline timeout parsing are fixed.
d0811f
- Add "embedded" chassis type.
d0811f
- Sync before 'reboot -f'.
d0811f
- Fix restarting of timer units.
d0811f
d0811f
* Wed Nov 05 2014 Michal Schmidt <mschmidt@redhat.com> - 217-3
d0811f
- Fix hanging journal flush (#1159641)
d0811f
d0811f
* Fri Oct 31 2014 Michal Schmidt <mschmidt@redhat.com> - 217-2
d0811f
- Fix ordering cycles involving systemd-journal-flush.service and
d0811f
  remote-fs.target (#1159117)
d0811f
d0811f
* Tue Oct 28 2014 Lennart Poettering <lpoetter@redhat.com> - 217-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Oct 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-12
d0811f
- Drop PackageKit.service from presets (#1154126)
d0811f
d0811f
* Mon Oct 13 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-11
d0811f
- Conflict with old versions of initscripts (#1152183)
d0811f
- Remove obsolete Finnish keymap (#1151958)
d0811f
d0811f
* Fri Oct 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-10
d0811f
- Fix a problem with voluntary daemon exits and some other bugs
d0811f
  (#1150477, #1095962, #1150289)
d0811f
d0811f
* Fri Oct 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-9
d0811f
- Update to latest git, but without the readahead removal patch
d0811f
  (#1114786, #634736)
d0811f
d0811f
* Wed Oct 01 2014 Kay Sievers <kay@redhat.com> - 216-8
d0811f
- revert "don't reset selinux context during CHANGE events"
d0811f
d0811f
* Wed Oct 01 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 216-7
d0811f
- add temporary workaround for #1147910
d0811f
- don't reset selinux context during CHANGE events
d0811f
d0811f
* Wed Sep 10 2014 Michal Schmidt <mschmidt@redhat.com> - 216-6
d0811f
- Update timesyncd with patches to avoid hitting NTP pool too often.
d0811f
d0811f
* Tue Sep 09 2014 Michal Schmidt <mschmidt@redhat.com> - 216-5
d0811f
- Use common CONFIGURE_OPTS for build2 and build3.
d0811f
- Configure timesyncd with NTP servers from Fedora/RHEL vendor zone.
d0811f
d0811f
* Wed Sep 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-4
d0811f
- Move config files for sd-j-remote/upload to sd-journal-gateway subpackage (#1136580)
d0811f
d0811f
* Thu Aug 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 216-3
d0811f
- Drop no LTO build option for aarch64/s390 now it's fixed in binutils (RHBZ 1091611)
d0811f
d0811f
* Thu Aug 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-2
d0811f
- Re-add patch to disable resolve.conf symlink (#1043119)
d0811f
d0811f
* Wed Aug 20 2014 Lennart Poettering <lpoetter@redhat.com> - 216-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 215-12
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d0811f
d0811f
* Wed Aug 13 2014 Dan Horák <dan[at]danny.cz> 215-11
d0811f
- disable LTO also on s390(x)
d0811f
d0811f
* Sat Aug 09 2014 Harald Hoyer <harald@redhat.com> 215-10
d0811f
- fixed PPC64LE
d0811f
d0811f
* Wed Aug  6 2014 Tom Callaway <spot@fedoraproject.org> - 215-9
d0811f
- fix license handling
d0811f
d0811f
* Wed Jul 30 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-8
d0811f
- Create systemd-journal-remote and systemd-journal-upload users (#1118907)
d0811f
d0811f
* Thu Jul 24 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-7
d0811f
- Split out systemd-compat-libs subpackage
d0811f
d0811f
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 215-6
d0811f
- Rebuilt for gobject-introspection 1.41.4
d0811f
d0811f
* Mon Jul 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-5
d0811f
- Fix SELinux context of /etc/passwd-, /etc/group-, /etc/.updated (#1121806)
d0811f
- Add missing BR so gnutls and elfutils are used
d0811f
d0811f
* Sat Jul 19 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-4
d0811f
- Various man page updates
d0811f
- Static device node logic is conditionalized on CAP_SYS_MODULES instead of CAP_MKNOD
d0811f
  for better behaviour in containers
d0811f
- Some small networkd link handling fixes
d0811f
- vconsole-setup runs setfont before loadkeys (https://bugs.freedesktop.org/show_bug.cgi?id=80685)
d0811f
- New systemd-escape tool
d0811f
- XZ compression settings are tweaked to greatly improve journald performance
d0811f
- "watch" is accepted as chassis type
d0811f
- Various sysusers fixes, most importantly correct selinux labels
d0811f
- systemd-timesyncd bug fix (https://bugs.freedesktop.org/show_bug.cgi?id=80932)
d0811f
- Shell completion improvements
d0811f
- New udev tag ID_SOFTWARE_RADIO can be used to instruct logind to allow user access
d0811f
- XEN and s390 virtualization is properly detected
d0811f
d0811f
* Mon Jul 07 2014 Colin Walters <walters@redhat.com> - 215-3
d0811f
- Add patch to disable resolve.conf symlink (#1043119)
d0811f
d0811f
* Sun Jul 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-2
d0811f
- Move systemd-journal-remote to systemd-journal-gateway package (#1114688)
d0811f
- Disable /etc/mtab handling temporarily (#1116158)
d0811f
d0811f
* Thu Jul 03 2014 Lennart Poettering <lpoetter@redhat.com> - 215-1
d0811f
- New upstream release
d0811f
- Enable coredump logic (which abrt would normally override)
d0811f
d0811f
* Sun Jun 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 214-5
d0811f
- On aarch64 disable LTO as it still has issues on that arch
d0811f
d0811f
* Thu Jun 26 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-4
d0811f
- Bugfixes (#996133, #1112908)
d0811f
d0811f
* Mon Jun 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-3
d0811f
- Actually create input group (#1054549)
d0811f
d0811f
* Sun Jun 22 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-2
d0811f
- Do not restart systemd-logind on upgrades (#1110697)
d0811f
- Add some patches (#1081429, #1054549, #1108568, #928962)
d0811f
d0811f
* Wed Jun 11 2014 Lennart Poettering <lpoetter@redhat.com> - 214-1
d0811f
- New upstream release
d0811f
- Get rid of "floppy" group, since udev uses "disk" now
d0811f
- Reenable LTO
d0811f
d0811f
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 213-4
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d0811f
d0811f
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-3
d0811f
- fix systemd-timesync user creation
d0811f
d0811f
* Wed May 28 2014 Michal Sekletar <msekleta@redhat.com> - 213-2
d0811f
- Create temporary files after installation (#1101983)
d0811f
- Add sysstat-collect.timer, sysstat-summary.timer to preset policy (#1101621)
d0811f
d0811f
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-1
d0811f
- New upstream release
d0811f
d0811f
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 212-6
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
d0811f
d0811f
* Fri May 23 2014 Adam Williamson <awilliam@redhat.com> - 212-5
d0811f
- revert change from 212-4, causes boot fail on single CPU boxes (RHBZ 1095891)
d0811f
d0811f
* Wed May 07 2014 Kay Sievers <kay@redhat.com> - 212-4
d0811f
- add netns udev workaround
d0811f
d0811f
* Wed May 07 2014 Michal Sekletar <msekleta@redhat.com> - 212-3
d0811f
- enable uuidd.socket by default (#1095353)
d0811f
d0811f
* Sat Apr 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 212-2
d0811f
- Disable building with -flto for the moment due to gcc 4.9 issues (RHBZ 1091611)
d0811f
d0811f
* Tue Mar 25 2014 Lennart Poettering <lpoetter@redhat.com> - 212-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Mar 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> 211-2
d0811f
- Explicitly define which upstream platforms support libseccomp
d0811f
d0811f
* Tue Mar 11 2014 Lennart Poettering <lpoetter@redhat.com> - 211-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Mar 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-8
d0811f
- Fix logind unpriviledged reboot issue and a few other minor fixes
d0811f
- Limit generator execution time
d0811f
- Recognize buttonless joystick types
d0811f
d0811f
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-7
d0811f
- ppc64le needs link warnings disabled, too
d0811f
d0811f
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-6
d0811f
- move ifarch ppc64le to correct place (libseccomp req)
d0811f
d0811f
* Fri Mar 07 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-5
d0811f
- Bugfixes: #1047568, #1047039, #1071128, #1073402
d0811f
- Bash completions for more systemd tools
d0811f
- Bluetooth database update
d0811f
- Manpage fixes
d0811f
d0811f
* Thu Mar 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-4
d0811f
- Apply work-around for ppc64le too (#1073647).
d0811f
d0811f
* Sat Mar 01 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
d0811f
- Backport a few patches, add completion for systemd-nspawn.
d0811f
d0811f
* Fri Feb 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
d0811f
- Apply work-arounds for ppc/ppc64 for bugs 1071278 and 1071284
d0811f
d0811f
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-2
d0811f
- Check more services against preset list and enable by default
d0811f
d0811f
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-1
d0811f
- new upstream release
d0811f
d0811f
* Sun Feb 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 209-2.gitf01de96
d0811f
- Enable dnssec-triggerd.service by default (#1060754)
d0811f
d0811f
* Sun Feb 23 2014 Kay Sievers <kay@redhat.com> - 209-2.gitf01de96
d0811f
- git snapshot to sort out ARM build issues
d0811f
d0811f
* Thu Feb 20 2014 Lennart Poettering <lpoetter@redhat.com> - 209-1
d0811f
- new upstream release
d0811f
d0811f
* Tue Feb 18 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-15
d0811f
- Make gpsd lazily activated (#1066421)
d0811f
d0811f
* Mon Feb 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-14
d0811f
- Back out patch which causes user manager to be destroyed when unneeded
d0811f
  and spams logs (#1053315)
d0811f
d0811f
* Sun Feb 16 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-13
d0811f
- A different fix for #1023820 taken from Mageia
d0811f
- Backported fix for #997031
d0811f
- Hardward database updates, man pages improvements, a few small memory
d0811f
  leaks, utf-8 correctness and completion fixes
d0811f
- Support for key-slot option in crypttab
d0811f
d0811f
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 208-12
d0811f
- Own the %%{_prefix}/lib/kernel(/*) and %%{_datadir}/zsh(/*) dirs.
d0811f
d0811f
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-11
d0811f
- Backport a few fixes, relevant documentation updates, and HWDB changes
d0811f
  (#1051797, #1051768, #1047335, #1047304, #1047186, #1045849, #1043304,
d0811f
   #1043212, #1039351, #1031325, #1023820, #1017509, #953077)
d0811f
- Flip journalctl to --full by default (#984758)
d0811f
d0811f
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-9
d0811f
- Apply two patches for #1026860
d0811f
d0811f
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-8
d0811f
- Bump release to stay ahead of f20
d0811f
d0811f
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-7
d0811f
- Backport patches (#1023041, #1036845, #1006386?)
d0811f
- HWDB update
d0811f
- Some small new features: nspawn --drop-capability=, running PID 1 under
d0811f
  valgrind, "yearly" and "annually" in calendar specifications
d0811f
- Some small documentation and logging updates
d0811f
d0811f
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-6
d0811f
- Bump release to stay ahead of f20
d0811f
d0811f
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-5
d0811f
- Use unit name in PrivateTmp= directories (#957439)
d0811f
- Update manual pages, completion scripts, and hardware database
d0811f
- Configurable Timeouts/Restarts default values
d0811f
- Support printing of timestamps on the console
d0811f
- Fix some corner cases in detecting when writing to the console is safe
d0811f
- Python API: convert keyword values to string, fix sd_is_booted() wrapper
d0811f
- Do not tread missing /sbin/fsck.btrfs as an error (#1015467)
d0811f
- Allow masking of fsck units
d0811f
- Advertise hibernation to swap files
d0811f
- Fix SO_REUSEPORT settings
d0811f
- Prefer converted xkb keymaps to legacy keymaps (#981805, #1026872)
d0811f
- Make use of newer kmod
d0811f
- Assorted bugfixes: #1017161, #967521, #988883, #1027478, #821723, #1014303
d0811f
d0811f
* Tue Oct 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-4
d0811f
- Add temporary fix for #1002806
d0811f
d0811f
* Mon Oct 21 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-3
d0811f
- Backport a bunch of fixes and hwdb updates
d0811f
d0811f
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-2
d0811f
- Move old random seed and backlight files into the right place
d0811f
d0811f
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Sep 26 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-5
d0811f
- Do not create /var/var/... dirs
d0811f
d0811f
* Wed Sep 18 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-4
d0811f
- Fix policykit authentication
d0811f
- Resolves: rhbz#1006680
d0811f
d0811f
* Tue Sep 17 2013 Harald Hoyer <harald@redhat.com> 207-3
d0811f
- fixed login
d0811f
- Resolves: rhbz#1005233
d0811f
d0811f
* Mon Sep 16 2013 Harald Hoyer <harald@redhat.com> 207-2
d0811f
- add some upstream fixes for 207
d0811f
- fixed swap activation
d0811f
- Resolves: rhbz#1008604
d0811f
d0811f
* Fri Sep 13 2013 Lennart Poettering <lpoetter@redhat.com> - 207-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Sep 06 2013 Harald Hoyer <harald@redhat.com> 206-11
d0811f
- support "debug" kernel command line parameter
d0811f
- journald: fix fd leak in journal_file_empty
d0811f
- journald: fix vacuuming of archived journals
d0811f
- libudev: enumerate - do not try to match against an empty subsystem
d0811f
- cgtop: fixup the online help
d0811f
- libudev: fix memleak when enumerating childs
d0811f
d0811f
* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 206-10
d0811f
- Do not require grubby, lorax now takes care of grubby
d0811f
- cherry-picked a lot of patches from upstream
d0811f
d0811f
* Tue Aug 27 2013 Dennis Gilmore <dennis@ausil.us> - 206-9
d0811f
- Require grubby, Fedora installs require grubby,
d0811f
- kernel-install took over from new-kernel-pkg
d0811f
- without the Requires we are unable to compose Fedora
d0811f
- everyone else says that since kernel-install took over
d0811f
- it is responsible for ensuring that grubby is in place
d0811f
- this is really what we want for Fedora
d0811f
d0811f
* Tue Aug 27 2013 Kay Sievers <kay@redhat.com> - 206-8
d0811f
- Revert "Require grubby its needed by kernel-install"
d0811f
d0811f
* Mon Aug 26 2013 Dennis Gilmore <dennis@ausil.us> 206-7
d0811f
- Require grubby its needed by kernel-install
d0811f
d0811f
* Thu Aug 22 2013 Harald Hoyer <harald@redhat.com> 206-6
d0811f
- kernel-install now understands kernel flavors like PAE
d0811f
d0811f
* Tue Aug 20 2013 Rex Dieter <rdieter@fedoraproject.org> - 206-5
d0811f
- add sddm.service to preset file (#998978)
d0811f
d0811f
* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 206-4
d0811f
- Filter out provides for private python modules.
d0811f
- Add requires on kmod >= 14 (#990994).
d0811f
d0811f
* Sun Aug 11 2013 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 206-3
d0811f
- New systemd-python3 package (#976427).
d0811f
- Add ownership of a few directories that we create (#894202).
d0811f
d0811f
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 206-2
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d0811f
d0811f
* Tue Jul 23 2013 Kay Sievers <kay@redhat.com> - 206-1
d0811f
- New upstream release
d0811f
  Resolves (#984152)
d0811f
d0811f
* Wed Jul  3 2013 Lennart Poettering <lpoetter@redhat.com> - 205-1
d0811f
- New upstream release
d0811f
d0811f
* Wed Jun 26 2013 Michal Schmidt <mschmidt@redhat.com> 204-10
d0811f
- Split systemd-journal-gateway subpackage (#908081).
d0811f
d0811f
* Mon Jun 24 2013 Michal Schmidt <mschmidt@redhat.com> 204-9
d0811f
- Rename nm_dispatcher to NetworkManager-dispatcher in default preset (#977433)
d0811f
d0811f
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-8
d0811f
- fix, which helps to sucessfully browse journals with
d0811f
  duplicated seqnums
d0811f
d0811f
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-7
d0811f
- fix duplicate message ID bug
d0811f
Resolves: rhbz#974132
d0811f
d0811f
* Thu Jun 06 2013 Harald Hoyer <harald@redhat.com> 204-6
d0811f
- introduce 99-default-disable.preset
d0811f
d0811f
* Thu Jun  6 2013 Lennart Poettering <lpoetter@redhat.com> - 204-5
d0811f
- Rename 90-display-manager.preset to 85-display-manager.preset so that it actually takes precedence over 90-default.preset's "disable *" line (#903690)
d0811f
d0811f
* Tue May 28 2013 Harald Hoyer <harald@redhat.com> 204-4
d0811f
- Fix kernel-install (#965897)
d0811f
d0811f
* Wed May 22 2013 Kay Sievers <kay@redhat.com> - 204-3
d0811f
- Fix kernel-install (#965897)
d0811f
d0811f
* Thu May  9 2013 Lennart Poettering <lpoetter@redhat.com> - 204-2
d0811f
- New upstream release
d0811f
- disable isdn by default (#959793)
d0811f
d0811f
* Tue May 07 2013 Harald Hoyer <harald@redhat.com> 203-2
d0811f
- forward port kernel-install-grubby.patch
d0811f
d0811f
* Tue May  7 2013 Lennart Poettering <lpoetter@redhat.com> - 203-1
d0811f
- New upstream release
d0811f
d0811f
* Wed Apr 24 2013 Harald Hoyer <harald@redhat.com> 202-3
d0811f
- fix ENOENT for getaddrinfo
d0811f
- Resolves: rhbz#954012 rhbz#956035
d0811f
- crypt-setup-generator: correctly check return of strdup
d0811f
- logind-dbus: initialize result variable
d0811f
- prevent library underlinking
d0811f
d0811f
* Fri Apr 19 2013 Harald Hoyer <harald@redhat.com> 202-2
d0811f
- nspawn create empty /etc/resolv.conf if necessary
d0811f
- python wrapper: add sd_journal_add_conjunction()
d0811f
- fix s390 booting
d0811f
- Resolves: rhbz#953217
d0811f
d0811f
* Thu Apr 18 2013 Lennart Poettering <lpoetter@redhat.com> - 202-1
d0811f
- New upstream release
d0811f
d0811f
* Tue Apr 09 2013 Michal Schmidt <mschmidt@redhat.com> - 201-2
d0811f
- Automatically discover whether to run autoreconf and add autotools and git
d0811f
  BuildRequires based on the presence of patches to be applied.
d0811f
- Use find -delete.
d0811f
d0811f
* Mon Apr  8 2013 Lennart Poettering <lpoetter@redhat.com> - 201-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Apr  8 2013 Lennart Poettering <lpoetter@redhat.com> - 200-4
d0811f
- Update preset file
d0811f
d0811f
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-3
d0811f
- Remove NetworkManager-wait-online.service from presets file again, it should default to off
d0811f
d0811f
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-2
d0811f
- New upstream release
d0811f
d0811f
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-2
d0811f
- Add NetworkManager-wait-online.service to the presets file
d0811f
d0811f
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Mar 18 2013 Michal Schmidt <mschmidt@redhat.com> 198-7
d0811f
- Drop /usr/s?bin/ prefixes.
d0811f
d0811f
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-6
d0811f
- run autogen to pickup all changes
d0811f
d0811f
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-5
d0811f
- do not mount anything, when not running as pid 1
d0811f
- add initrd.target for systemd in the initrd
d0811f
d0811f
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 198-4
d0811f
- fix switch-root and local-fs.target problem
d0811f
- patch kernel-install to use grubby, if available
d0811f
d0811f
* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 198-3
d0811f
- add Conflict with dracut < 026 because of the new switch-root isolate
d0811f
d0811f
* Thu Mar  7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-2
d0811f
- Create required users
d0811f
d0811f
* Thu Mar 7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-1
d0811f
- New release
d0811f
- Enable journal persistancy by default
d0811f
d0811f
* Sun Feb 10 2013 Peter Robinson <pbrobinson@fedoraproject.org> 197-3
d0811f
- Bump for ARM
d0811f
d0811f
* Fri Jan 18 2013 Michal Schmidt <mschmidt@redhat.com> - 197-2
d0811f
- Added qemu-guest-agent.service to presets (Lennart, #885406).
d0811f
- Add missing pygobject3-base to systemd-analyze deps (Lennart).
d0811f
- Do not require hwdata, it is all in the hwdb now (Kay).
d0811f
- Drop dependency on dbus-python.
d0811f
d0811f
* Tue Jan  8 2013 Lennart Poettering <lpoetter@redhat.com> - 197-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-4
d0811f
- Enable rngd.service by default (#857765).
d0811f
d0811f
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-3
d0811f
- Disable hardening on s390(x) because PIE is broken there and produces
d0811f
  text relocations with __thread (#868839).
d0811f
d0811f
* Wed Dec 05 2012 Michal Schmidt <mschmidt@redhat.com> - 196-2
d0811f
- added spice-vdagentd.service to presets (Lennart, #876237)
d0811f
- BR cryptsetup-devel instead of the legacy cryptsetup-luks-devel provide name
d0811f
  (requested by Milan Brož).
d0811f
- verbose make to see the actual build flags
d0811f
d0811f
* Wed Nov 21 2012 Lennart Poettering <lpoetter@redhat.com> - 196-1
d0811f
- New upstream release
d0811f
d0811f
* Tue Nov 20 2012 Lennart Poettering <lpoetter@redhat.com> - 195-8
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=873459
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=878093
d0811f
d0811f
* Thu Nov 15 2012 Michal Schmidt <mschmidt@redhat.com> - 195-7
d0811f
- Revert udev killing cgroup patch for F18 Beta.
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=873576
d0811f
d0811f
* Fri Nov 09 2012 Michal Schmidt <mschmidt@redhat.com> - 195-6
d0811f
- Fix cyclical dep between systemd and systemd-libs.
d0811f
- Avoid broken build of test-journal-syslog.
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=873387
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=872638
d0811f
d0811f
* Thu Oct 25 2012 Kay Sievers <kay@redhat.com> - 195-5
d0811f
- require 'sed', limit HOSTNAME= match
d0811f
d0811f
* Wed Oct 24 2012 Michal Schmidt <mschmidt@redhat.com> - 195-4
d0811f
- add dmraid-activation.service to the default preset
d0811f
- add yum protected.d fragment
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=869619
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=869717
d0811f
d0811f
* Wed Oct 24 2012 Kay Sievers <kay@redhat.com> - 195-3
d0811f
- Migrate /etc/sysconfig/ i18n, keyboard, network files/variables to
d0811f
  systemd native files
d0811f
d0811f
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-2
d0811f
- Provide syslog because the journal is fine as a syslog implementation
d0811f
d0811f
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-1
d0811f
- New upstream release
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=831665
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=847720
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=858693
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=863481
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=864629
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=864672
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=864674
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=865128
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=866346
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=867407
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=868603
d0811f
d0811f
* Wed Oct 10 2012 Michal Schmidt <mschmidt@redhat.com> - 194-2
d0811f
- Add scriptlets for migration away from systemd-timedated-ntp.target
d0811f
d0811f
* Wed Oct  3 2012 Lennart Poettering <lpoetter@redhat.com> - 194-1
d0811f
- New upstream release
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=859614
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=859655
d0811f
d0811f
* Fri Sep 28 2012 Lennart Poettering <lpoetter@redhat.com> - 193-1
d0811f
- New upstream release
d0811f
d0811f
* Tue Sep 25 2012 Lennart Poettering <lpoetter@redhat.com> - 192-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-2
d0811f
- Fix journal mmap header prototype definition to fix compilation on 32bit
d0811f
d0811f
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-1
d0811f
- New upstream release
d0811f
- Enable all display managers by default, as discussed with Adam Williamson
d0811f
d0811f
* Thu Sep 20 2012 Lennart Poettering <lpoetter@redhat.com> - 190-1
d0811f
- New upstream release
d0811f
- Take possession of /etc/localtime, and remove /etc/sysconfig/clock
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=858780
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=858787
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=858771
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=858754
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=858746
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=858266
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=858224
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=857670
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=856975
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=855863
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=851970
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=851275
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=851131
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=847472
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=847207
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=846483
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=846085
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=845973
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=845194
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=845028
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=844630
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=839736
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=835848
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=831740
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=823485
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=821813
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=807886
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=802198
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=767795
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=767561
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=752774
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=732874
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=858735
d0811f
d0811f
* Thu Sep 13 2012 Lennart Poettering <lpoetter@redhat.com> - 189-4
d0811f
- Don't pull in pkg-config as dep
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=852828
d0811f
d0811f
* Wed Sep 12 2012 Lennart Poettering <lpoetter@redhat.com> - 189-3
d0811f
- Update preset policy
d0811f
- 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
d0811f
d0811f
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-2
d0811f
- Update preset policy
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=850814
d0811f
d0811f
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Aug 16 2012 Ray Strode <rstrode@redhat.com> 188-4
d0811f
- more scriptlet fixes
d0811f
  (move dm migration logic to %%posttrans so the service
d0811f
   files it's looking for are available at the time
d0811f
   the logic is run)
d0811f
d0811f
* Sat Aug 11 2012 Lennart Poettering <lpoetter@redhat.com> - 188-3
d0811f
- Remount file systems MS_PRIVATE before switching roots
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=847418
d0811f
d0811f
* Wed Aug 08 2012 Rex Dieter <rdieter@fedoraproject.org> - 188-2
d0811f
- fix scriptlets
d0811f
d0811f
* Wed Aug  8 2012 Lennart Poettering <lpoetter@redhat.com> - 188-1
d0811f
- New upstream release
d0811f
- Enable gdm and avahi by default via the preset file
d0811f
- Convert /etc/sysconfig/desktop to display-manager.service symlink
d0811f
- Enable hardened build
d0811f
d0811f
* Mon Jul 30 2012 Kay Sievers <kay@redhat.com> - 187-3
d0811f
- Obsolete: system-setup-keyboard
d0811f
d0811f
* Wed Jul 25 2012 Kalev Lember <kalevlember@gmail.com> - 187-2
d0811f
- Run ldconfig for the new -libs subpackage
d0811f
d0811f
* Thu Jul 19 2012 Lennart Poettering <lpoetter@redhat.com> - 187-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 186-2
d0811f
- fixed dracut conflict version
d0811f
d0811f
* Tue Jul  3 2012 Lennart Poettering <lpoetter@redhat.com> - 186-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Jun 22 2012 Nils Philippsen <nils@redhat.com> - 185-7.gite7aee75
d0811f
- add obsoletes/conflicts so multilib systemd -> systemd-libs updates work
d0811f
d0811f
* Thu Jun 14 2012 Michal Schmidt <mschmidt@redhat.com> - 185-6.gite7aee75
d0811f
- Update to current git
d0811f
d0811f
* Wed Jun 06 2012 Kay Sievers - 185-5.gita2368a3
d0811f
- disable plymouth in configure, to drop the .wants/ symlinks
d0811f
d0811f
* Wed Jun 06 2012 Michal Schmidt <mschmidt@redhat.com> - 185-4.gita2368a3
d0811f
- Update to current git snapshot
d0811f
  - Add systemd-readahead-analyze
d0811f
  - Drop upstream patch
d0811f
- Split systemd-libs
d0811f
- Drop duplicate doc files
d0811f
- Fixed License headers of subpackages
d0811f
d0811f
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> - 185-3
d0811f
- Drop plymouth files
d0811f
- Conflict with old plymouth
d0811f
d0811f
* Tue Jun 05 2012 Kay Sievers - 185-2
d0811f
- selinux udev labeling fix
d0811f
- conflict with older dracut versions for new udev file names
d0811f
d0811f
* Mon Jun 04 2012 Kay Sievers - 185-1
d0811f
- New upstream release
d0811f
  - udev selinux labeling fixes
d0811f
  - new man pages
d0811f
  - systemctl help <unit name>
d0811f
d0811f
* Thu May 31 2012 Lennart Poettering <lpoetter@redhat.com> - 184-1
d0811f
- New upstream release
d0811f
d0811f
* Thu May 24 2012 Kay Sievers <kay@redhat.com> - 183-1
d0811f
- New upstream release including udev merge.
d0811f
d0811f
* Wed Mar 28 2012 Michal Schmidt <mschmidt@redhat.com> - 44-4
d0811f
- Add triggers from Bill Nottingham to correct the damage done by
d0811f
  the obsoleted systemd-units's preun scriptlet (#807457).
d0811f
d0811f
* Mon Mar 26 2012 Dennis Gilmore <dennis@ausil.us> - 44-3
d0811f
- apply patch from upstream so we can build systemd on arm and ppc
d0811f
- and likely the rest of the secondary arches
d0811f
d0811f
* Tue Mar 20 2012 Michal Schmidt <mschmidt@redhat.com> - 44-2
d0811f
- Don't build the gtk parts anymore. They're moving into systemd-ui.
d0811f
- Remove a dead patch file.
d0811f
d0811f
* Fri Mar 16 2012 Lennart Poettering <lpoetter@redhat.com> - 44-1
d0811f
- New upstream release
d0811f
- Closes #798760, #784921, #783134, #768523, #781735
d0811f
d0811f
* Mon Feb 27 2012 Dennis Gilmore <dennis@ausil.us> - 43-2
d0811f
- don't conflict with fedora-release systemd never actually provided
d0811f
- /etc/os-release so there is no actual conflict
d0811f
d0811f
* Wed Feb 15 2012 Lennart Poettering <lpoetter@redhat.com> - 43-1
d0811f
- New upstream release
d0811f
- Closes #789758, #790260, #790522
d0811f
d0811f
* Sat Feb 11 2012 Lennart Poettering <lpoetter@redhat.com> - 42-1
d0811f
- New upstream release
d0811f
- Save a bit of entropy during system installation (#789407)
d0811f
- Don't own /etc/os-release anymore, leave that to fedora-release
d0811f
d0811f
* Thu Feb  9 2012 Adam Williamson <awilliam@redhat.com> - 41-2
d0811f
- rebuild for fixed binutils
d0811f
d0811f
* Thu Feb  9 2012 Lennart Poettering <lpoetter@redhat.com> - 41-1
d0811f
- New upstream release
d0811f
d0811f
* Tue Feb  7 2012 Lennart Poettering <lpoetter@redhat.com> - 40-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Jan 26 2012 Kay Sievers <kay@redhat.com> - 39-3
d0811f
- provide /sbin/shutdown
d0811f
d0811f
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 39-2
d0811f
- increment release
d0811f
d0811f
* Wed Jan 25 2012 Kay Sievers <kay@redhat.com> - 39-1.1
d0811f
- install everything in /usr
d0811f
  https://fedoraproject.org/wiki/Features/UsrMove
d0811f
d0811f
* Wed Jan 25 2012 Lennart Poettering <lpoetter@redhat.com> - 39-1
d0811f
- New upstream release
d0811f
d0811f
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-6.git9fa2f41
d0811f
- Update to a current git snapshot.
d0811f
- Resolves: #781657
d0811f
d0811f
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-5
d0811f
- Build against libgee06. Reenable gtk tools.
d0811f
- Delete unused patches.
d0811f
- Add easy building of git snapshots.
d0811f
- Remove legacy spec file elements.
d0811f
- Don't mention implicit BuildRequires.
d0811f
- Configure with --disable-static.
d0811f
- Merge -units into the main package.
d0811f
- Move section 3 manpages to -devel.
d0811f
- Fix unowned directory.
d0811f
- Run ldconfig in scriptlets.
d0811f
- Split systemd-analyze to a subpackage.
d0811f
d0811f
* Sat Jan 21 2012 Dan Horák <dan[at]danny.cz> - 38-4
d0811f
- fix build on big-endians
d0811f
d0811f
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-3
d0811f
- Disable building of gtk tools for now
d0811f
d0811f
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-2
d0811f
- Fix a few (build) dependencies
d0811f
d0811f
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-1
d0811f
- New upstream release
d0811f
d0811f
* Tue Nov 15 2011 Michal Schmidt <mschmidt@redhat.com> - 37-4
d0811f
- Run authconfig if /etc/pam.d/system-auth is not a symlink.
d0811f
- Resolves: #753160
d0811f
d0811f
* Wed Nov 02 2011 Michal Schmidt <mschmidt@redhat.com> - 37-3
d0811f
- Fix remote-fs-pre.target and its ordering.
d0811f
- Resolves: #749940
d0811f
d0811f
* Wed Oct 19 2011 Michal Schmidt <mschmidt@redhat.com> - 37-2
d0811f
- A couple of fixes from upstream:
d0811f
- Fix a regression in bash-completion reported in Bodhi.
d0811f
- Fix a crash in isolating.
d0811f
- Resolves: #717325
d0811f
d0811f
* Tue Oct 11 2011 Lennart Poettering <lpoetter@redhat.com> - 37-1
d0811f
- New upstream release
d0811f
- Resolves: #744726, #718464, #713567, #713707, #736756
d0811f
d0811f
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-5
d0811f
- Undo the workaround. Kay says it does not belong in systemd.
d0811f
- Unresolves: #741655
d0811f
d0811f
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-4
d0811f
- Workaround for the crypto-on-lvm-on-crypto disk layout
d0811f
- Resolves: #741655
d0811f
d0811f
* Sun Sep 25 2011 Michal Schmidt <mschmidt@redhat.com> - 36-3
d0811f
- Revert an upstream patch that caused ordering cycles
d0811f
- Resolves: #741078
d0811f
d0811f
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-2
d0811f
- Add /etc/timezone to ghosted files
d0811f
d0811f
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-1
d0811f
- New upstream release
d0811f
- Resolves: #735013, #736360, #737047, #737509, #710487, #713384
d0811f
d0811f
* Thu Sep  1 2011 Lennart Poettering <lpoetter@redhat.com> - 35-1
d0811f
- New upstream release
d0811f
- Update post scripts
d0811f
- Resolves: #726683, #713384, #698198, #722803, #727315, #729997, #733706, #734611
d0811f
d0811f
* Thu Aug 25 2011 Lennart Poettering <lpoetter@redhat.com> - 34-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Aug 19 2011 Harald Hoyer <harald@redhat.com> 33-2
d0811f
- fix ABRT on service file reloading
d0811f
- Resolves: rhbz#732020
d0811f
d0811f
* Wed Aug  3 2011 Lennart Poettering <lpoetter@redhat.com> - 33-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Jul 29 2011 Lennart Poettering <lpoetter@redhat.com> - 32-1
d0811f
- New upstream release
d0811f
d0811f
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-2
d0811f
- Fix access mode of modprobe file, restart logind after upgrade
d0811f
d0811f
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-1
d0811f
- New upstream release
d0811f
d0811f
* Wed Jul 13 2011 Lennart Poettering <lpoetter@redhat.com> - 30-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Jun 16 2011 Lennart Poettering <lpoetter@redhat.com> - 29-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Jun 13 2011 Michal Schmidt <mschmidt@redhat.com> - 28-4
d0811f
- Apply patches from current upstream.
d0811f
- Fixes memory size detection on 32-bit with >4GB RAM (BZ712341)
d0811f
d0811f
* Wed Jun 08 2011 Michal Schmidt <mschmidt@redhat.com> - 28-3
d0811f
- Apply patches from current upstream
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=709909
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=710839
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=711015
d0811f
d0811f
* Sat May 28 2011 Lennart Poettering <lpoetter@redhat.com> - 28-2
d0811f
- Pull in nss-myhostname
d0811f
d0811f
* Thu May 26 2011 Lennart Poettering <lpoetter@redhat.com> - 28-1
d0811f
- New upstream release
d0811f
d0811f
* Wed May 25 2011 Lennart Poettering <lpoetter@redhat.com> - 26-2
d0811f
- Bugfix release
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=707507
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=707483
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=705427
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=707577
d0811f
d0811f
* Sat Apr 30 2011 Lennart Poettering <lpoetter@redhat.com> - 26-1
d0811f
- New upstream release
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=699394
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=698198
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=698674
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=699114
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=699128
d0811f
d0811f
* Thu Apr 21 2011 Lennart Poettering <lpoetter@redhat.com> - 25-1
d0811f
- New upstream release
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=694788
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=694321
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=690253
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=688661
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=682662
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=678555
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=628004
d0811f
d0811f
* Wed Apr  6 2011 Lennart Poettering <lpoetter@redhat.com> - 24-1
d0811f
- New upstream release
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=694079
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=693289
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=693274
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=693161
d0811f
d0811f
* Tue Apr  5 2011 Lennart Poettering <lpoetter@redhat.com> - 23-1
d0811f
- New upstream release
d0811f
- Include systemd-sysv-convert
d0811f
d0811f
* Fri Apr  1 2011 Lennart Poettering <lpoetter@redhat.com> - 22-1
d0811f
- New upstream release
d0811f
d0811f
* Wed Mar 30 2011 Lennart Poettering <lpoetter@redhat.com> - 21-2
d0811f
- The quota services are now pulled in by mount points, hence no need to enable them explicitly
d0811f
d0811f
* Tue Mar 29 2011 Lennart Poettering <lpoetter@redhat.com> - 21-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 20-2
d0811f
- Apply upstream patch to not send untranslated messages to plymouth
d0811f
d0811f
* Tue Mar  8 2011 Lennart Poettering <lpoetter@redhat.com> - 20-1
d0811f
- New upstream release
d0811f
d0811f
* Tue Mar  1 2011 Lennart Poettering <lpoetter@redhat.com> - 19-1
d0811f
- New upstream release
d0811f
d0811f
* Wed Feb 16 2011 Lennart Poettering <lpoetter@redhat.com> - 18-1
d0811f
- New upstream release
d0811f
d0811f
* Mon Feb 14 2011 Bill Nottingham <notting@redhat.com> - 17-6
d0811f
- bump upstart obsoletes (#676815)
d0811f
d0811f
* Wed Feb  9 2011 Tom Callaway <spot@fedoraproject.org> - 17-5
d0811f
- add macros.systemd file for %%{_unitdir}
d0811f
d0811f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17-4
d0811f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d0811f
d0811f
* Wed Feb  9 2011 Lennart Poettering <lpoetter@redhat.com> - 17-3
d0811f
- Fix popen() of systemctl, #674916
d0811f
d0811f
* Mon Feb  7 2011 Bill Nottingham <notting@redhat.com> - 17-2
d0811f
- add epoch to readahead obsolete
d0811f
d0811f
* Sat Jan 22 2011 Lennart Poettering <lpoetter@redhat.com> - 17-1
d0811f
- New upstream release
d0811f
d0811f
* Tue Jan 18 2011 Lennart Poettering <lpoetter@redhat.com> - 16-2
d0811f
- Drop console.conf again, since it is not shipped in pamtmp.conf
d0811f
d0811f
* Sat Jan  8 2011 Lennart Poettering <lpoetter@redhat.com> - 16-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 15-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 14-1
d0811f
- Upstream update
d0811f
- Enable hwclock-load by default
d0811f
- Obsolete readahead
d0811f
- Enable /var/run and /var/lock on tmpfs
d0811f
d0811f
* Fri Nov 19 2010 Lennart Poettering <lpoetter@redhat.com> - 13-1
d0811f
- new upstream release
d0811f
d0811f
* Wed Nov 17 2010 Bill Nottingham <notting@redhat.com> 12-3
d0811f
- Fix clash
d0811f
d0811f
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-2
d0811f
- Don't clash with initscripts for now, so that we don't break the builders
d0811f
d0811f
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> - 11-2
d0811f
- Rebuild with newer vala, libnotify
d0811f
d0811f
* Thu Oct  7 2010 Lennart Poettering <lpoetter@redhat.com> - 11-1
d0811f
- New upstream release
d0811f
d0811f
* Wed Sep 29 2010 Jesse Keating <jkeating@redhat.com> - 10-6
d0811f
- Rebuilt for gcc bug 634757
d0811f
d0811f
* Thu Sep 23 2010 Bill Nottingham <notting@redhat.com> - 10-5
d0811f
- merge -sysvinit into main package
d0811f
d0811f
* Mon Sep 20 2010 Bill Nottingham <notting@redhat.com> - 10-4
d0811f
- obsolete upstart-sysvinit too
d0811f
d0811f
* Fri Sep 17 2010 Bill Nottingham <notting@redhat.com> - 10-3
d0811f
- Drop upstart requires
d0811f
d0811f
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-2
d0811f
- Enable audit
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=633771
d0811f
d0811f
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-1
d0811f
- New upstream release
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=630401
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=630225
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=626966
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=623456
d0811f
d0811f
* Fri Sep  3 2010 Bill Nottingham <notting@redhat.com> - 9-3
d0811f
- move fedora-specific units to initscripts; require newer version thereof
d0811f
d0811f
* Fri Sep  3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-2
d0811f
- Add missing tarball
d0811f
d0811f
* Fri Sep  3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-1
d0811f
- New upstream version
d0811f
- Closes 501720, 614619, 621290, 626443, 626477, 627014, 627785, 628913
d0811f
d0811f
* Fri Aug 27 2010 Lennart Poettering <lpoetter@redhat.com> - 8-3
d0811f
- Reexecute after installation, take ownership of /var/run/user
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=627457
d0811f
- https://bugzilla.redhat.com/show_bug.cgi?id=627634
d0811f
d0811f
* Thu Aug 26 2010 Lennart Poettering <lpoetter@redhat.com> - 8-2
d0811f
- Properly create default.target link
d0811f
d0811f
* Wed Aug 25 2010 Lennart Poettering <lpoetter@redhat.com> - 8-1
d0811f
- New upstream release
d0811f
d0811f
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-3
d0811f
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623561
d0811f
d0811f
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-2
d0811f
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623430
d0811f
d0811f
* Tue Aug 10 2010 Lennart Poettering <lpoetter@redhat.com> - 7-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Aug  6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-2
d0811f
- properly hide output on package installation
d0811f
- pull in coreutils during package installtion
d0811f
d0811f
* Fri Aug  6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-1
d0811f
- New upstream release
d0811f
- Fixes #621200
d0811f
d0811f
* Wed Aug  4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-2
d0811f
- Add tarball
d0811f
d0811f
* Wed Aug  4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-1
d0811f
- Prepare release 5
d0811f
d0811f
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 4-4
d0811f
- Add 'sysvinit-userspace' provide to -sysvinit package to fix upgrade/install (#618537)
d0811f
d0811f
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-3
d0811f
- Add libselinux to build dependencies
d0811f
d0811f
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-2
d0811f
- Use the right tarball
d0811f
d0811f
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-1
d0811f
- New upstream release, and make default
d0811f
d0811f
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-3
d0811f
- Used wrong tarball
d0811f
d0811f
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-2
d0811f
- Own /cgroup jointly with libcgroup, since we don't dpend on it anymore
d0811f
d0811f
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-1
d0811f
- New upstream release
d0811f
d0811f
* Fri Jul 9 2010 Lennart Poettering <lpoetter@redhat.com> - 2-0
d0811f
- New upstream release
d0811f
d0811f
* Wed Jul 7 2010 Lennart Poettering <lpoetter@redhat.com> - 1-0
d0811f
- First upstream release
d0811f
d0811f
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.7.20100629git4176e5
d0811f
- New snapshot
d0811f
- Split off -units package where other packages can depend on without pulling in the whole of systemd
d0811f
d0811f
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.6.20100622gita3723b
d0811f
- Add missing libtool dependency.
d0811f
d0811f
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.5.20100622gita3723b
d0811f
- Update snapshot
d0811f
d0811f
* Mon Jun 14 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.4.20100614git393024
d0811f
- Pull the latest snapshot that fixes a segfault. Resolves rhbz#603231
d0811f
d0811f
* Fri Jun 11 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.3.20100610git2f198e
d0811f
- More minor fixes as per review
d0811f
d0811f
* Thu Jun 10 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.2.20100610git2f198e
d0811f
- Spec improvements from David Hollis
d0811f
d0811f
* Wed Jun 09 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.1.20090609git2f198e
d0811f
- Address review comments
d0811f
d0811f
* Tue Jun 01 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.0.git2010-06-02
d0811f
- Initial spec (adopted from Kay Sievers)