Zbigniew Jędrzejewski-Szmek 550422
#global commit c4b843473a75fb38ed5bf54e9d3cfb1cb3719efa
Zbigniew Jędrzejewski-Szmek 6a3bb3
%{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})}
Lennart Poettering 5db028
Zbigniew Jędrzejewski-Szmek 206f30
%global stable 1
Zbigniew Jędrzejewski-Szmek eb80e6
Lennart Poettering 391f9f
# We ship a .pc file but don't want to have a dep on pkg-config. We
Lennart Poettering 391f9f
# strip the automatically generated dep here and instead co-own the
Lennart Poettering 391f9f
# directory.
Lennart Poettering 391f9f
%global __requires_exclude pkg-config
Lennart Poettering 391f9f
Zbigniew Jędrzejewski-Szmek c9f04d
%global pkgdir %{_prefix}/lib/systemd
Zbigniew Jędrzejewski-Szmek c9f04d
%global system_unit_dir %{pkgdir}/system
Zbigniew Jędrzejewski-Szmek bb4127
%global user_unit_dir %{pkgdir}/user
Zbigniew Jędrzejewski-Szmek c9f04d
David Tardon b5ae70
%if 0%{?__isa_bits} == 64
David Tardon b5ae70
%global elf_bits (64bit)
David Tardon b5ae70
%global elf_suffix ()%{elf_bits}
David Tardon b5ae70
%endif
David Tardon b5ae70
Björn Esser 63698f
# Bootstrap may be needed to break intercircular dependencies with
Björn Esser 63698f
# cryptsetup, e.g. when re-building cryptsetup on a json-c SONAME-bump.
Björn Esser 265d91
%bcond_with    bootstrap
Zbigniew Jędrzejewski-Szmek 933c03
%bcond_without tests
Zbigniew Jędrzejewski-Szmek f10da8
%bcond_without lto
Zbigniew Jędrzejewski-Szmek 933c03
Zbigniew Jędrzejewski-Szmek 05f788
# Support for quick builds with rpmbuild --build-in-place.
Zbigniew Jędrzejewski-Szmek 05f788
# See README.build-in-place.
Zbigniew Jędrzejewski-Szmek 05f788
%bcond_with    inplace
Zbigniew Jędrzejewski-Szmek 05f788
Lennart Poettering cc49ef
Name:           systemd
Zbigniew Jędrzejewski-Szmek 6a3bb3
Url:            https://www.freedesktop.org/wiki/Software/systemd
Zbigniew Jędrzejewski-Szmek 05f788
%if %{without inplace}
Zbigniew Jędrzejewski-Szmek 206f30
Version:        250.1
Zbigniew Jędrzejewski-Szmek 206f30
Release:        1%{?dist}
Zbigniew Jędrzejewski-Szmek 05f788
%else
Zbigniew Jędrzejewski-Szmek 05f788
# determine the build information from local checkout
Zbigniew Jędrzejewski-Szmek 05f788
Version:        %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
Sahana Prasad 46a408
Release:        1
Zbigniew Jędrzejewski-Szmek 05f788
%endif
Zbigniew Jędrzejewski-Szmek 05f788
Michal Schmidt 720afe
# For a breakdown of the licensing, see README
Michal Schmidt 720afe
License:        LGPLv2+ and MIT and GPLv2+
Zbigniew Jędrzejewski-Szmek 1478fa
Summary:        System and Service Manager
Michal Schmidt 77289e
Kay Sievers 5bd459
# download tarballs with "spectool -g systemd.spec"
Zbigniew Jędrzejewski-Szmek 6a3bb3
%if %{defined commit}
Zbigniew Jędrzejewski-Szmek 6a3bb3
Source0:        https://github.com/systemd/systemd%{?stable:-stable}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
Michal Schmidt 77289e
%else
Zbigniew Jędrzejewski-Szmek a74696
%if 0%{?stable}
Zbigniew Jędrzejewski-Szmek 3ba808
Source0:        https://github.com/systemd/systemd-stable/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
Zbigniew Jędrzejewski-Szmek da9dae
%else
Zbigniew Jędrzejewski-Szmek 3ba808
Source0:        https://github.com/systemd/systemd/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
Michal Schmidt 77289e
%endif
Zbigniew Jędrzejewski-Szmek da9dae
%endif
Zbigniew Jędrzejewski-Szmek edb4e0
# This file must be available before %%prep.
Zbigniew Jędrzejewski-Szmek 6714fc
# It is generated during systemd build and can be found in build/src/core/.
Zbigniew Jędrzejewski-Szmek 8b4408
Source1:        triggers.systemd
Zbigniew Jędrzejewski-Szmek 17a6f3
Source2:        split-files.py
Zbigniew Jędrzejewski-Szmek 388cd9
Source3:        purge-nobody-user
Zbigniew Jędrzejewski-Szmek 0a8e7e
Michal Schmidt 77289e
# Prevent accidental removal of the systemd package
Zbigniew Jędrzejewski-Szmek 6d5bee
Source4:        yum-protect-systemd.conf
Kay Sievers 4463a3
Zbigniew Jędrzejewski-Szmek 6d5bee
Source5:        inittab
Zbigniew Jędrzejewski-Szmek 801ccd
Source6:        sysctl.conf.README
Zbigniew Jędrzejewski-Szmek b53cf7
Source7:        systemd-journal-remote.xml
Zbigniew Jędrzejewski-Szmek b53cf7
Source8:        systemd-journal-gatewayd.xml
Zbigniew Jędrzejewski-Szmek 90aeee
Source9:        20-yama-ptrace.conf
Zbigniew Jędrzejewski-Szmek 65fed7
Source10:       systemd-udev-trigger-no-reload.conf
Zbigniew Jędrzejewski-Szmek 12da22
Source11:       20-grubby.install
Filipe Brandenburger 05bb38
Source12:       systemd-user
Zbigniew Jędrzejewski-Szmek 8a34ce
Source13:       libsystemd-shared.abignore
Michal Schmidt 77289e
834f04
Source14:       10-oomd-defaults.conf
834f04
Source15:       10-oomd-root-slice-defaults.conf
834f04
Source16:       10-oomd-user-service-defaults.conf
834f04
Zbigniew Jędrzejewski-Szmek ced923
Source21:       macros.sysusers
Zbigniew Jędrzejewski-Szmek ced923
Source22:       sysusers.attr
Zbigniew Jędrzejewski-Szmek ced923
Source23:       sysusers.prov
Zbigniew Jędrzejewski-Szmek ced923
Source24:       sysusers.generate-pre.sh
Zbigniew Jędrzejewski-Szmek ced923
Zbigniew Jędrzejewski-Szmek 1d06cb
%if 0
Zbigniew Jędrzejewski-Szmek 35bb94
GIT_DIR=../../src/systemd/.git git format-patch-ab --no-signature -M -N v235..v235-stable
Zbigniew Jędrzejewski-Szmek 1d06cb
i=1; for j in 00*patch; do printf "Patch%04d:      %s\n" $i $j; i=$((i+1));done|xclip
Zbigniew Jędrzejewski-Szmek 1d06cb
GIT_DIR=../../src/systemd/.git git diffab -M v233..master@{2017-06-15} -- hwdb/[67]* hwdb/parse_hwdb.py > hwdb.patch
Zbigniew Jędrzejewski-Szmek 1d06cb
%endif
Zbigniew Jędrzejewski-Szmek bb4127
Zbigniew Jędrzejewski-Szmek 4b2af1
# Backports of patches from upstream (0000–0499)
Zbigniew Jędrzejewski-Szmek 6384ab
#
Zbigniew Jędrzejewski-Szmek 6384ab
# Any patches which are "in preparation" upstream should be listed
Zbigniew Jędrzejewski-Szmek 6384ab
# here, rather than in the next section. Packit CI will drop any
Zbigniew Jędrzejewski-Szmek 6384ab
# patches in this range before applying upstream pull requests.
Zbigniew Jędrzejewski-Szmek 379f15
Zbigniew Jędrzejewski-Szmek 89ea50
Zbigniew Jędrzejewski-Szmek 88c930
# Downstream-only patches (5000–9999)
Zbigniew Jędrzejewski-Szmek 88c930
# https://bugzilla.redhat.com/show_bug.cgi?id=1738828
Zbigniew Jędrzejewski-Szmek 88c930
Patch0500:      use-bfq-scheduler.patch
Zbigniew Jędrzejewski-Szmek bca98c
Zbigniew Jędrzejewski-Szmek 88c930
# https://github.com/systemd/systemd/pull/17050
Zbigniew Jędrzejewski-Szmek 88c930
Patch0501:      https://github.com/systemd/systemd/pull/17050/commits/f58b96d3e8d1cb0dd3666bc74fa673918b586612.patch
Zbigniew Jędrzejewski-Szmek 043ff2
Zbigniew Jędrzejewski-Szmek a88eae
%ifarch %{ix86} x86_64 aarch64
Zbigniew Jędrzejewski-Szmek a88eae
%global have_gnu_efi 1
Zbigniew Jędrzejewski-Szmek a88eae
%endif
Zbigniew Jędrzejewski-Szmek a88eae
Zbigniew Jędrzejewski-Szmek c1e2f4
# Disable on arm64, s390x, ppc64el, and arm where it either is not supported or does't work.
Zbigniew Jędrzejewski-Szmek 60d0bb
# https://bugzilla.redhat.com/show_bug.cgi?id=2036145
Zbigniew Jędrzejewski-Szmek c1e2f4
%ifnarch ppc64le %{arm} aarch64 s390x
Zbigniew Jędrzejewski-Szmek 114f45
%global want_bpf_framework 1
Zbigniew Jędrzejewski-Szmek 114f45
%endif
Zbigniew Jędrzejewski-Szmek 114f45
Zbigniew Jędrzejewski-Szmek f314ba
BuildRequires:  gcc
Zbigniew Jędrzejewski-Szmek f314ba
BuildRequires:  gcc-c++
Zbigniew Jędrzejewski-Szmek 7993a9
BuildRequires:  clang
Zbigniew Jędrzejewski-Szmek abd738
BuildRequires:  coreutils
Lennart Poettering cc49ef
BuildRequires:  libcap-devel
Lennart Poettering 9254d8
BuildRequires:  libmount-devel
Zbigniew Jędrzejewski-Szmek 513853
BuildRequires:  libfdisk-devel
Zbigniew Jędrzejewski-Szmek 513853
BuildRequires:  libpwquality-devel
Lennart Poettering cc49ef
BuildRequires:  pam-devel
Lennart Poettering 7f4dce
BuildRequires:  libselinux-devel
Lennart Poettering 1c5eea
BuildRequires:  audit-libs-devel
Björn Esser 63698f
%if %{without bootstrap}
Michal Schmidt 90beab
BuildRequires:  cryptsetup-devel
Björn Esser 63698f
%endif
Michal Schmidt 7de90b
BuildRequires:  dbus-devel
Zbigniew Jędrzejewski-Szmek a6bdda
BuildRequires:  /usr/sbin/sfdisk
Björn Esser b5c68a
# /usr/bin/getfacl is needed by test-acl-util
Zbigniew Jędrzejewski-Szmek a6bdda
BuildRequires:  /usr/bin/getfacl
Lennart Poettering 5c28c3
BuildRequires:  libacl-devel
Kay Sievers 9ac884
BuildRequires:  gobject-introspection-devel
Kay Sievers 9ac884
BuildRequires:  libblkid-devel
Lennart Poettering 29f5e6
BuildRequires:  xz-devel
Zbigniew Jędrzejewski-Szmek ee5379
BuildRequires:  xz
Zbigniew Jędrzejewski-Szmek 56be25
BuildRequires:  lz4-devel
Zbigniew Jędrzejewski-Szmek ee5379
BuildRequires:  lz4
Zbigniew Jędrzejewski-Szmek 56be25
BuildRequires:  bzip2-devel
Zbigniew Jędrzejewski-Szmek c43292
BuildRequires:  libzstd-devel
Yu Watanabe dc44a1
BuildRequires:  libidn2-devel
Lennart Poettering 92a80a
BuildRequires:  libcurl-devel
Kay Sievers 9ac884
BuildRequires:  kmod-devel
Zbigniew Jędrzejewski-Szmek cfcb35
BuildRequires:  elfutils-devel
Zbigniew Jędrzejewski-Szmek 513853
BuildRequires:  openssl-devel
Lennart Poettering 38a7fb
BuildRequires:  libgcrypt-devel
Zbigniew Jędrzejewski-Szmek 83f115
BuildRequires:  libgpg-error-devel
Zbigniew Jędrzejewski-Szmek cfcb35
BuildRequires:  gnutls-devel
Lennart Poettering 38a7fb
BuildRequires:  qrencode-devel
Lennart Poettering 09c908
BuildRequires:  libmicrohttpd-devel
Zbigniew Jędrzejewski-Szmek 572497
BuildRequires:  libxkbcommon-devel
Lennart Poettering 258b2a
BuildRequires:  iptables-devel
Zbigniew Jędrzejewski-Szmek ce6da6
BuildRequires:  pkgconfig(libfido2)
Zbigniew Jędrzejewski-Szmek 141af4
BuildRequires:  pkgconfig(tss2-esys)
Zbigniew Jędrzejewski-Szmek 141af4
BuildRequires:  pkgconfig(tss2-rc)
Zbigniew Jędrzejewski-Szmek 141af4
BuildRequires:  pkgconfig(tss2-mu)
Zbigniew Jędrzejewski-Szmek ce4156
BuildRequires:  pkgconfig(libbpf)
Zbigniew Jędrzejewski-Szmek 7993a9
BuildRequires:  bpftool
Zbigniew Jędrzejewski-Szmek 33320d
BuildRequires:  systemtap-sdt-devel
Lennart Poettering 38a7fb
BuildRequires:  libxslt
Lennart Poettering 38a7fb
BuildRequires:  docbook-style-xsl
Lennart Poettering 38a7fb
BuildRequires:  pkgconfig
Lennart Poettering 38a7fb
BuildRequires:  gperf
Kay Sievers b2cc25
BuildRequires:  gawk
Zbigniew Jędrzejewski-Szmek 25282c
BuildRequires:  tree
Zbigniew Jędrzejewski-Szmek b61052
BuildRequires:  hostname
Zbigniew Jędrzejewski-Szmek ec9ca0
BuildRequires:  python3dist(lxml)
Zbigniew Jędrzejewski-Szmek ec9ca0
BuildRequires:  python3dist(jinja2)
Zbigniew Jędrzejewski-Szmek b53cf7
BuildRequires:  firewalld-filesystem
Zbigniew Jędrzejewski-Szmek a88eae
%if 0%{?have_gnu_efi}
Kay Sievers ee6fc8
BuildRequires:  gnu-efi gnu-efi-devel
Kay Sievers ee6fc8
%endif
Lennart Poettering b73335
BuildRequires:  libseccomp-devel
Yu Watanabe a8ba7b
BuildRequires:  meson >= 0.43
Zbigniew Jędrzejewski-Szmek 83f115
BuildRequires:  gettext
Zbigniew Jędrzejewski-Szmek 47d443
# We use RUNNING_ON_VALGRIND in tests, so the headers need to be available
Zbigniew Jędrzejewski-Szmek 47d443
BuildRequires:  valgrind-devel
Zbigniew Jędrzejewski-Szmek 513853
BuildRequires:  pkgconfig(bash-completion)
Zbigniew Jędrzejewski-Szmek 39bdda
BuildRequires:  perl
Zbigniew Jędrzejewski-Szmek 39bdda
BuildRequires:  perl(IPC::SysV)
Zbigniew Jędrzejewski-Szmek 28e2d4
Michal Schmidt 176680
Requires(post): coreutils
Kay Sievers 5464d2
Requires(post): sed
Lennart Poettering 545717
Requires(post): acl
Zbigniew Jędrzejewski-Szmek 41d7c0
Requires(post): grep
Adam Williamson 71e781
# systemd-machine-id-setup requires libssl
Adam Williamson 71e781
Requires(post): openssl-libs
Lennart Poettering f55ccc
Requires(pre):  coreutils
Zbigniew Jędrzejewski-Szmek 324bf5
Requires:       dbus >= 1.9.18
Zbigniew Jędrzejewski-Szmek 28e2d4
Requires:       %{name}-pam = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek a82ca9
Requires:       (%{name}-rpm-macros = %{version}-%{release} if rpm-build)
Michal Schmidt b42e57
Requires:       %{name}-libs = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek 2de2f6
%{?fedora:Recommends:     %{name}-networkd = %{version}-%{release}}
be0f56
%{?fedora:Recommends:     %{name}-resolved = %{version}-%{release}}
Harald Hoyer 60a0b6
Recommends:     diffutils
Zbigniew Jędrzejewski-Szmek 535a8b
Requires:       (util-linux-core or util-linux)
Zbigniew Jędrzejewski-Szmek 140d00
Recommends:     libxkbcommon%{?_isa}
Kay Sievers 3b11fb
Provides:       /bin/systemctl
Kay Sievers 8ec8f4
Provides:       /sbin/shutdown
Kay Sievers 9ac884
Provides:       syslog
Michal Schmidt 176680
Provides:       systemd-units = %{version}-%{release}
Kay Sievers 27bf94
Obsoletes:      system-setup-keyboard < 0.9
Kay Sievers 27bf94
Provides:       system-setup-keyboard = 0.9
Kay Sievers 5ccbe7
# systemd-sysv-convert was removed in f20: https://fedorahosted.org/fpc/ticket/308
Kay Sievers 5ccbe7
Obsoletes:      systemd-sysv < 206
Zbigniew Jędrzejewski-Szmek 8f85f1
# self-obsoletes so that dnf will install new subpackages on upgrade (#1260394)
be0f56
Obsoletes:      %{name} < 249~~
Kay Sievers 5ccbe7
Provides:       systemd-sysv = 206
Zbigniew Jędrzejewski-Szmek f5ff7e
Conflicts:      initscripts < 9.56.1
Dan Horák f08e79
%if 0%{?fedora}
Dennis Gilmore 911dec
Conflicts:      fedora-release < 23-0.12
Dan Horák f08e79
%endif
Zbigniew Jędrzejewski-Szmek 86b177
Obsoletes:      timedatex < 0.6-3
Zbigniew Jędrzejewski-Szmek a76023
Provides:       timedatex = 0.6-3
Zbigniew Jędrzejewski-Szmek b36512
Conflicts:      %{name}-standalone-tmpfiles < %{version}-%{release}^
Zbigniew Jędrzejewski-Szmek b36512
Obsoletes:      %{name}-standalone-tmpfiles < %{version}-%{release}^
Zbigniew Jędrzejewski-Szmek b36512
Conflicts:      %{name}-standalone-sysusers < %{version}-%{release}^
Zbigniew Jędrzejewski-Szmek b36512
Obsoletes:      %{name}-standalone-sysusers < %{version}-%{release}^
Lennart Poettering cc49ef
Zbigniew Jędrzejewski-Szmek 550422
# Recommends to replace normal Requires deps for stuff that is dlopen()ed
David Tardon b5ae70
Recommends:     libidn2.so.0%{?elf_suffix}
David Tardon b5ae70
Recommends:     libidn2.so.0(IDN2_0.0.0)%{?elf_bits}
David Tardon b5ae70
Recommends:     libpcre2-8.so.0%{?elf_suffix}
David Tardon b5ae70
Recommends:     libpwquality.so.1%{?elf_suffix}
David Tardon b5ae70
Recommends:     libpwquality.so.1(LIBPWQUALITY_1.0)%{?elf_bits}
David Tardon b5ae70
Recommends:     libqrencode.so.4%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libbpf.so.0%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libbpf.so.0(LIBBPF_0.4.0)%{?elf_bits}
Zbigniew Jędrzejewski-Szmek b24b99
Zbigniew Jędrzejewski-Szmek b24b99
# used by systemd-coredump and systemd-analyze
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libdw.so.1%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libdw.so.1(ELFUTILS_0.186)%{?elf_bits}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libelf.so.1%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libelf.so.1(ELFUTILS_1.7)%{?elf_bits}
Zbigniew Jędrzejewski-Szmek b24b99
Zbigniew Jędrzejewski-Szmek b24b99
# used by dissect, integritysetup, veritysetyp, growfs, repart, cryptenroll, home
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libcryptsetup.so.12%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libcryptsetup.so.12(CRYPTSETUP_2.4)%{?elf_bits}
Zbigniew Jędrzejewski-Szmek 550422
Lennart Poettering cc49ef
%description
Zbigniew Jędrzejewski-Szmek 013143
systemd is a system and service manager that runs as PID 1 and starts the rest
Zbigniew Jędrzejewski-Szmek 013143
of the system. It provides aggressive parallelization capabilities, uses socket
Zbigniew Jędrzejewski-Szmek 013143
and D-Bus activation for starting services, offers on-demand starting of
Zbigniew Jędrzejewski-Szmek 013143
daemons, keeps track of processes using Linux control groups, maintains mount
Zbigniew Jędrzejewski-Szmek 013143
and automount points, and implements an elaborate transactional dependency-based
Zbigniew Jędrzejewski-Szmek 013143
service control logic. systemd supports SysV and LSB init scripts and works as a
Zbigniew Jędrzejewski-Szmek 645d1b
replacement for sysvinit. Other parts of this package are a logging daemon,
Zbigniew Jędrzejewski-Szmek 013143
utilities to control basic system configuration like the hostname, date, locale,
Zbigniew Jędrzejewski-Szmek 013143
maintain a list of logged-in users, system accounts, runtime directories and
Zbigniew Jędrzejewski-Szmek 206f30
settings, and a logging daemons.
Zbigniew Jędrzejewski-Szmek f1413e
%if 0%{?stable}
Zbigniew Jędrzejewski-Szmek 24d7f1
This package was built from the %{version}-stable branch of systemd.
Zbigniew Jędrzejewski-Szmek b9896d
%endif
Lennart Poettering cc49ef
Michal Schmidt 998394
%package libs
Michal Schmidt 998394
Summary:        systemd libraries
Michal Schmidt 998394
License:        LGPLv2+ and MIT
Kay Sievers de8b13
Obsoletes:      libudev < 183
Nils Philippsen 581717
Obsoletes:      systemd < 185-4
Nils Philippsen 581717
Conflicts:      systemd < 185-4
Zbigniew Jędrzejewski-Szmek b3d8d3
Obsoletes:      systemd-compat-libs < 230
Zbigniew Jędrzejewski-Szmek 7ae71c
Obsoletes:      nss-myhostname < 0.4
Zbigniew Jędrzejewski-Szmek 7ae71c
Provides:       nss-myhostname = 0.4
Zbigniew Jędrzejewski-Szmek a64739
Provides:       nss-myhostname%{_isa} = 0.4
Zbigniew Jędrzejewski-Szmek 885c28
Requires(post): coreutils
Zbigniew Jędrzejewski-Szmek e4286e
Requires(post): sed
Zbigniew Jędrzejewski-Szmek e4286e
Requires(post): grep
Zbigniew Jędrzejewski-Szmek 8dc92a
Requires(post): /usr/bin/getent
Michal Schmidt 998394
Michal Schmidt 998394
%description libs
Zbigniew Jędrzejewski-Szmek 28e2d4
Libraries for systemd and udev.
Zbigniew Jędrzejewski-Szmek 28e2d4
Zbigniew Jędrzejewski-Szmek 28e2d4
%package pam
Zbigniew Jędrzejewski-Szmek 28e2d4
Summary:        systemd PAM module
Zbigniew Jędrzejewski-Szmek 28e2d4
Requires:       %{name} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek 28e2d4
Zbigniew Jędrzejewski-Szmek 28e2d4
%description pam
Zbigniew Jędrzejewski-Szmek 28e2d4
Systemd PAM module registers the session with systemd-logind.
Michal Schmidt 998394
Zbigniew Jędrzejewski-Szmek c9030f
%package rpm-macros
Zbigniew Jędrzejewski-Szmek c9030f
Summary:        Macros that define paths and scriptlets related to systemd
Zbigniew Jędrzejewski-Szmek e39424
BuildArch:      noarch
Zbigniew Jędrzejewski-Szmek c9030f
Zbigniew Jędrzejewski-Szmek c9030f
%description rpm-macros
Zbigniew Jędrzejewski-Szmek 5abc56
Just the definitions of rpm macros.
Zbigniew Jędrzejewski-Szmek 5abc56
Zbigniew Jędrzejewski-Szmek 5abc56
See
Zbigniew Jędrzejewski-Szmek 5abc56
https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_systemd
Zbigniew Jędrzejewski-Szmek 5abc56
for information how to use those macros.
Zbigniew Jędrzejewski-Szmek c9030f
Lennart Poettering 9652b0
%package devel
Lennart Poettering 9652b0
Summary:        Development headers for systemd
Michal Schmidt 998394
License:        LGPLv2+ and MIT
Zbigniew Jędrzejewski-Szmek 9e71ab
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
Kay Sievers 6979d2
Provides:       libudev-devel = %{version}
Zbigniew Jędrzejewski-Szmek a64739
Provides:       libudev-devel%{_isa} = %{version}
Kay Sievers 973c8d
Obsoletes:      libudev-devel < 183
Zbigniew Jędrzejewski-Szmek 74dc67
# Fake dependency to make sure systemd-pam is pulled into multilib (#1414153)
Zbigniew Jędrzejewski-Szmek 74dc67
Requires:       %{name}-pam = %{version}-%{release}
Lennart Poettering 9652b0
Lennart Poettering 9652b0
%description devel
Zbigniew Jędrzejewski-Szmek acdc55
Development headers and auxiliary files for developing applications linking
Zbigniew Jędrzejewski-Szmek acdc55
to libudev or libsystemd.
Lennart Poettering 9652b0
Zbigniew Jędrzejewski-Szmek c16b57
%package udev
Zbigniew Jędrzejewski-Szmek c16b57
Summary: Rule-based device node and kernel event manager
Zbigniew Jędrzejewski-Szmek 805327
License:        LGPLv2+
Zbigniew Jędrzejewski-Szmek 805327
Zbigniew Jędrzejewski-Szmek ec562b
Requires:       systemd%{?_isa} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek c16b57
Requires(post):   systemd
Zbigniew Jędrzejewski-Szmek c16b57
Requires(preun):  systemd
Zbigniew Jędrzejewski-Szmek c16b57
Requires(postun): systemd
Zbigniew Jędrzejewski-Szmek b7ec95
Requires(post): grep
Zbigniew Jędrzejewski-Szmek c7c436
Requires:       kmod >= 18-4
Zbigniew Jędrzejewski-Szmek ec562b
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-dd43dd05b1
Zbigniew Jędrzejewski-Szmek ec562b
Obsoletes:      systemd < 245.6-1
Zbigniew Jędrzejewski-Szmek c16b57
Provides:       udev = %{version}
Zbigniew Jędrzejewski-Szmek a64739
Provides:       udev%{_isa} = %{version}
Zbigniew Jędrzejewski-Szmek c16b57
Obsoletes:      udev < 183
Zbigniew Jędrzejewski-Szmek ec562b
Zbigniew Jędrzejewski-Szmek b24b99
# Recommends to replace normal Requires deps for stuff that is dlopen()ed
Zbigniew Jędrzejewski-Szmek b24b99
# used by dissect, integritysetup, veritysetyp, growfs, repart, cryptenroll, home
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libcryptsetup.so.12%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libcryptsetup.so.12(CRYPTSETUP_2.4)%{?elf_bits}
Zbigniew Jędrzejewski-Szmek b24b99
Zbigniew Jędrzejewski-Szmek b24b99
# used by systemd-coredump and systemd-analyze
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libdw.so.1%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libdw.so.1(ELFUTILS_0.186)%{?elf_bits}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libelf.so.1%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libelf.so.1(ELFUTILS_1.7)%{?elf_bits}
Zbigniew Jędrzejewski-Szmek b24b99
Zbigniew Jędrzejewski-Szmek b24b99
# used by home, cryptsetup, cryptenroll
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libfido2.so.1%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libtss2-esys.so.0%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libtss2-mu.so.0%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Recommends:     libtss2-rc.so.0%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Zbigniew Jędrzejewski-Szmek ef73cc
# https://bugzilla.redhat.com/show_bug.cgi?id=1377733#c9
Zbigniew Jędrzejewski-Szmek a4507e
Suggests:       systemd-bootchart
Zbigniew Jędrzejewski-Szmek 4ebba8
# https://bugzilla.redhat.com/show_bug.cgi?id=1408878
Zbigniew Jędrzejewski-Szmek 01e2d8
Requires:       kbd
Zbigniew Jędrzejewski-Szmek 805327
Zbigniew Jędrzejewski-Szmek 805327
# https://bugzilla.redhat.com/show_bug.cgi?id=1753381
Zbigniew Jędrzejewski-Szmek 805327
Provides:       u2f-hidraw-policy = 1.0.2-40
Zbigniew Jędrzejewski-Szmek 805327
Obsoletes:      u2f-hidraw-policy < 1.0.2-40
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek c16b57
%description udev
Zbigniew Jędrzejewski-Szmek 013143
This package contains systemd-udev and the rules and hardware database needed to
Zbigniew Jędrzejewski-Szmek 013143
manage device nodes. This package is necessary on physical machines and in
Zbigniew Jędrzejewski-Szmek 013143
virtual machines, but not in containers.
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek 206f30
This package also provides systemd-timesyncd, a network time protocol daemon.
Zbigniew Jędrzejewski-Szmek 206f30
Zbigniew Jędrzejewski-Szmek b24b99
It also contains tools to manage encrypted home areas and secrets bound to the
Zbigniew Jędrzejewski-Szmek 206f30
machine, and to create or grow partitions and make file systems automatically.
Zbigniew Jędrzejewski-Szmek b24b99
Zbigniew Jędrzejewski-Szmek 34bfce
%package container
Zbigniew Jędrzejewski-Szmek 34bfce
# Name is the same as in Debian
Zbigniew Jędrzejewski-Szmek 34bfce
Summary: Tools for containers and VMs
Zbigniew Jędrzejewski-Szmek 34bfce
Requires:       %{name}%{?_isa} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek 34bfce
Requires(post):   systemd
Zbigniew Jędrzejewski-Szmek 34bfce
Requires(preun):  systemd
Zbigniew Jędrzejewski-Szmek 34bfce
Requires(postun): systemd
Zbigniew Jędrzejewski-Szmek c16b57
# obsolete parent package so that dnf will install new subpackage on upgrade (#1260394)
Zbigniew Jędrzejewski-Szmek 34bfce
Obsoletes:      %{name} < 229-5
Zbigniew Jędrzejewski-Szmek 34bfce
License:        LGPLv2+
Zbigniew Jędrzejewski-Szmek 34bfce
Zbigniew Jędrzejewski-Szmek 34bfce
%description container
Zbigniew Jędrzejewski-Szmek 34bfce
Systemd tools to spawn and manage containers and virtual machines.
Zbigniew Jędrzejewski-Szmek 34bfce
Zbigniew Jędrzejewski-Szmek 013143
This package contains systemd-nspawn, machinectl, systemd-machined, and
Zbigniew Jędrzejewski-Szmek 013143
systemd-importd.
Zbigniew Jędrzejewski-Szmek 34bfce
Zbigniew Jędrzejewski-Szmek b321c5
%package journal-remote
Zbigniew Jędrzejewski-Szmek b321c5
# Name is the same as in Debian
Zbigniew Jędrzejewski-Szmek b321c5
Summary:        Tools to send journal events over the network
Zbigniew Jędrzejewski-Szmek 0ab588
Requires:       %{name}%{?_isa} = %{version}-%{release}
Michal Schmidt 54952b
License:        LGPLv2+
Michal Schmidt 54952b
Requires(pre):    /usr/bin/getent
Michal Schmidt 54952b
Requires(post):   systemd
Michal Schmidt 54952b
Requires(preun):  systemd
Michal Schmidt 54952b
Requires(postun): systemd
Zbigniew Jędrzejewski-Szmek b53cf7
Requires:       firewalld-filesystem
Zbigniew Jędrzejewski-Szmek b321c5
Provides:       %{name}-journal-gateway = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek a64739
Provides:       %{name}-journal-gateway%{_isa} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek 5767bd
Obsoletes:      %{name}-journal-gateway < 227-7
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek b321c5
%description journal-remote
Zbigniew Jędrzejewski-Szmek 013143
Programs to forward journal entries over the network, using encrypted HTTP, and
Zbigniew Jędrzejewski-Szmek 013143
to write journal files from serialized journal contents.
Zbigniew Jędrzejewski-Szmek b321c5
Zbigniew Jędrzejewski-Szmek 013143
This package contains systemd-journal-gatewayd, systemd-journal-remote, and
Zbigniew Jędrzejewski-Szmek 013143
systemd-journal-upload.
Michal Schmidt 54952b
f455b2
%package networkd
Robert Scheck 5acb5c
Summary:        System daemon that manages network configurations
f455b2
Requires:       %{name}%{?_isa} = %{version}-%{release}
f455b2
License:        LGPLv2+
f455b2
# https://src.fedoraproject.org/rpms/systemd/pull-request/34
f455b2
Obsoletes:      systemd < 246.6-2
f455b2
f455b2
%description networkd
Zbigniew Jędrzejewski-Szmek 013143
systemd-networkd is a system service that manages networks. It detects and
Zbigniew Jędrzejewski-Szmek 013143
configures network devices as they appear, as well as creating virtual network
Zbigniew Jędrzejewski-Szmek 013143
devices.
f455b2
be0f56
%package resolved
be0f56
Summary:        Network Name Resolution manager
Zbigniew Jędrzejewski-Szmek 7f4e19
Requires(post): %{name}
Zbigniew Jędrzejewski-Szmek 7f4e19
Requires(post): grep
be0f56
Requires:       %{name}%{?_isa} = %{version}-%{release}
be0f56
Obsoletes:      %{name} < 249~~
Zbigniew Jędrzejewski-Szmek b24b99
Requires:       libidn2.so.0%{?elf_suffix}
Zbigniew Jędrzejewski-Szmek b24b99
Requires:       libidn2.so.0(IDN2_0.0.0)%{?elf_bits}
be0f56
be0f56
%description resolved
Zbigniew Jędrzejewski-Szmek 013143
systemd-resolved is a system service that provides network name resolution to
Zbigniew Jędrzejewski-Szmek 013143
local applications. It implements a caching and validating DNS/DNSSEC stub
Zbigniew Jędrzejewski-Szmek 013143
resolver, as well as an LLMNR and MulticastDNS resolver and responder.
be0f56
834f04
%package oomd-defaults
834f04
Summary:        Configuration files for systemd-oomd
162770
Requires:       %{name} = %{version}-%{release}
834f04
License:        LGPLv2+
162770
BuildArch:      noarch
834f04
834f04
%description oomd-defaults
834f04
A set of drop-in files for systemd units to enable action from systemd-oomd,
834f04
a userspace out-of-memory (OOM) killer.
834f04
Zbigniew Jędrzejewski-Szmek bb4127
%package tests
Zbigniew Jędrzejewski-Szmek bb4127
Summary:       Internal unit tests for systemd
Zbigniew Jędrzejewski-Szmek bb4127
Requires:      %{name}%{?_isa} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek bb4127
License:       LGPLv2+
Zbigniew Jędrzejewski-Szmek bb4127
Zbigniew Jędrzejewski-Szmek bb4127
%description tests
Zbigniew Jędrzejewski-Szmek 013143
"Installed tests" that are usually run as part of the build system. They can be
Zbigniew Jędrzejewski-Szmek 013143
useful to test systemd internals.
Zbigniew Jędrzejewski-Szmek bb4127
b50e9d
%package standalone-tmpfiles
b50e9d
Summary:       Standalone tmpfiles binary for use in non-systemd systems
b50e9d
RemovePathPostfixes: .standalone
b50e9d
b50e9d
%description standalone-tmpfiles
Zbigniew Jędrzejewski-Szmek 013143
Standalone tmpfiles binary with no dependencies on the systemd-shared library or
Zbigniew Jędrzejewski-Szmek 013143
other libraries from systemd-libs. This package conflicts with the main systemd
Zbigniew Jędrzejewski-Szmek 013143
package and is meant for use in non-systemd systems.
b50e9d
b50e9d
%package standalone-sysusers
b50e9d
Summary:       Standalone sysusers binary for use in non-systemd systems
b50e9d
RemovePathPostfixes: .standalone
b50e9d
b50e9d
%description standalone-sysusers
Zbigniew Jędrzejewski-Szmek 013143
Standalone sysusers binary with no dependencies on the systemd-shared library or
Zbigniew Jędrzejewski-Szmek 013143
other libraries from systemd-libs. This package conflicts with the main systemd
Zbigniew Jędrzejewski-Szmek 013143
package and is meant for use in non-systemd systems.
b50e9d
Lennart Poettering cc49ef
%prep
Zbigniew Jędrzejewski-Szmek 3ba808
%autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{version_no_tilde}} -p1
Harald Hoyer 2e2e24
Lennart Poettering cc49ef
%build
c0f6af
%define ntpvendor %(source /etc/os-release; echo ${ID})
Michal Schmidt 10e6a8
%{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}
Michal Schmidt 10e6a8
Michal Schmidt c8f466
CONFIGURE_OPTS=(
Zbigniew Jędrzejewski-Szmek 550422
        -Dmode=release
Zbigniew Jędrzejewski-Szmek 83f115
        -Dsysvinit-path=/etc/rc.d/init.d
Zbigniew Jędrzejewski-Szmek 83f115
        -Drc-local=/etc/rc.d/rc.local
Zbigniew Jędrzejewski-Szmek 83f115
        -Dntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org'
Zbigniew Jędrzejewski-Szmek 14b2fa
        -Ddns-servers=
Zbigniew Jędrzejewski-Szmek a74696
        -Duser-path=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin
Zbigniew Jędrzejewski-Szmek 2ccb3a
        -Dservice-watchdog=
Zbigniew Jędrzejewski-Szmek f3e3e4
        -Ddev-kvm-mode=0666
Zbigniew Jędrzejewski-Szmek 83f115
        -Dkmod=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dxkbcommon=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dblkid=true
Zbigniew Jędrzejewski-Szmek 513853
        -Dfdisk=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dseccomp=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dima=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dselinux=true
Zbigniew Jędrzejewski-Szmek 114f45
        -Dbpf-framework=%[0%{?want_bpf_framework}?"true":"false"]
Zbigniew Jędrzejewski-Szmek 83f115
        -Dapparmor=false
Zbigniew Jędrzejewski-Szmek 83f115
        -Dpolkit=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dxz=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dzlib=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dbzip2=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dlz4=true
Zbigniew Jędrzejewski-Szmek 65984c
        -Dzstd=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dpam=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dacl=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dsmack=true
Zbigniew Jędrzejewski-Szmek 513853
        -Dopenssl=true
Zbigniew Jędrzejewski-Szmek ce4156
        -Dcryptolib=openssl
Zbigniew Jędrzejewski-Szmek 513853
        -Dp11kit=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dgcrypt=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Daudit=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Delfutils=true
Zbigniew Jędrzejewski-Szmek 807d24
        -Dlibcryptsetup=%[%{with bootstrap}?"false":"true"]
Zbigniew Jędrzejewski-Szmek 83f115
        -Delfutils=true
Zbigniew Jędrzejewski-Szmek 513853
        -Dpwquality=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dqrencode=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dgnutls=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dmicrohttpd=true
Yu Watanabe dc44a1
        -Dlibidn2=true
b7c95d
        -Dlibiptc=false
Zbigniew Jędrzejewski-Szmek 83f115
        -Dlibcurl=true
Zbigniew Jędrzejewski-Szmek ce6da6
        -Dlibfido2=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Defi=true
Zbigniew Jędrzejewski-Szmek 807d24
        -Dgnu-efi=%[%{?have_gnu_efi}?"true":"false"]
Zbigniew Jędrzejewski-Szmek 83f115
        -Dtpm=true
Zbigniew Jędrzejewski-Szmek 141af4
        -Dtpm2=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dhwdb=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dsysusers=true
b50e9d
        -Dstandalone-binaries=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Ddefault-kill-user-processes=false
Zbigniew Jędrzejewski-Szmek 83f115
        -Dtests=unsafe
Zbigniew Jędrzejewski-Szmek 83f115
        -Dinstall-tests=true
Yu Watanabe a8ba7b
        -Dtty-gid=5
Yu Watanabe a8ba7b
        -Dusers-gid=100
Zbigniew Jędrzejewski-Szmek 3e18b4
        -Dnobody-user=nobody
Zbigniew Jędrzejewski-Szmek 3e18b4
        -Dnobody-group=nobody
Zbigniew Jędrzejewski-Szmek 550422
        -Dcompat-mutable-uid-boundaries=true
Zbigniew Jędrzejewski-Szmek 98ea23
        -Dsplit-usr=false
Zbigniew Jędrzejewski-Szmek 98ea23
        -Dsplit-bin=true
Zbigniew Jędrzejewski-Szmek 807d24
        -Db_lto=%[%{with lto}?"true":"false"]
Zbigniew Jędrzejewski-Szmek cf6cab
        -Db_ndebug=false
Zbigniew Jędrzejewski-Szmek f1413e
        -Dman=true
Zbigniew Jędrzejewski-Szmek edaa15
        -Dversion-tag=v%{version}-%{release}
Zbigniew Jędrzejewski-Szmek 807d24
        -Dfallback-hostname=%[0%{?fedora}?"fedora":"localhost"]
Zbigniew Jędrzejewski-Szmek 0a6ab0
        -Ddefault-dnssec=no
e78d9b
        -Ddefault-dns-over-tls=opportunistic
Zbigniew Jędrzejewski-Szmek 5a70c0
        # https://bugzilla.redhat.com/show_bug.cgi?id=1867830
Zbigniew Jędrzejewski-Szmek 5a70c0
        -Ddefault-mdns=no
Zbigniew Jędrzejewski-Szmek 0a6ab0
        -Ddefault-llmnr=resolve
Zbigniew Jędrzejewski-Szmek 34a8fa
        # https://bugzilla.redhat.com/show_bug.cgi?id=2028169
Zbigniew Jędrzejewski-Szmek 34a8fa
        -Dstatus-unit-format-default=combined
Zbigniew Jędrzejewski-Szmek bca98c
        -Doomd=true
Zbigniew Jędrzejewski-Szmek a49146
        -Dadm-gid=4
Zbigniew Jędrzejewski-Szmek a49146
        -Daudio-gid=63
Zbigniew Jędrzejewski-Szmek a49146
        -Dcdrom-gid=11
Zbigniew Jędrzejewski-Szmek a49146
        -Ddialout-gid=18
Zbigniew Jędrzejewski-Szmek a49146
        -Ddisk-gid=6
Zbigniew Jędrzejewski-Szmek e19aaa
        -Dinput-gid=104
Zbigniew Jędrzejewski-Szmek a49146
        -Dkmem-gid=9
Zbigniew Jędrzejewski-Szmek a49146
        -Dkvm-gid=36
Zbigniew Jędrzejewski-Szmek a49146
        -Dlp-gid=7
Zbigniew Jędrzejewski-Szmek e19aaa
        -Drender-gid=105
Zbigniew Jędrzejewski-Szmek e19aaa
        -Dsgx-gid=106
Zbigniew Jędrzejewski-Szmek a49146
        -Dtape-gid=33
Zbigniew Jędrzejewski-Szmek a49146
        -Dtty-gid=5
Zbigniew Jędrzejewski-Szmek a49146
        -Dusers-gid=100
Zbigniew Jędrzejewski-Szmek a49146
        -Dutmp-gid=22
Zbigniew Jędrzejewski-Szmek a49146
        -Dvideo-gid=39
Zbigniew Jędrzejewski-Szmek a49146
        -Dwheel-gid=10
Zbigniew Jędrzejewski-Szmek a49146
        -Dsystemd-journal-gid=190
Zbigniew Jędrzejewski-Szmek a49146
        -Dsystemd-network-uid=192
Zbigniew Jędrzejewski-Szmek a49146
        -Dsystemd-resolve-uid=193
Zbigniew Jędrzejewski-Szmek a49146
        # -Dsystemd-timesync-uid=, not set yet
Michal Schmidt c8f466
)
Michal Schmidt c8f466
Zbigniew Jędrzejewski-Szmek 387db8
%if %{without lto}
Zbigniew Jędrzejewski-Szmek 387db8
%global _lto_cflags %nil
Zbigniew Jędrzejewski-Szmek 387db8
%endif
Zbigniew Jędrzejewski-Szmek 387db8
Zbigniew Jędrzejewski-Szmek 05f788
# Do configuration. If doing an inplace build, try to do
Zbigniew Jędrzejewski-Szmek 05f788
# reconfiguration to pick up new options.
Zbigniew Jędrzejewski-Szmek 05f788
%if %{with inplace}
Zbigniew Jędrzejewski-Szmek 05f788
  command -v ccache 2>/dev/null && { CC="${CC:-ccache %__cc}"; CXX="${CXX:-ccache %__cxx}"; }
Zbigniew Jędrzejewski-Szmek 05f788
Zbigniew Jędrzejewski-Szmek 05f788
  [ -e %{_vpath_builddir}/build.ninja ] &&
Zbigniew Jędrzejewski-Szmek 05f788
  %__meson configure %{_vpath_builddir} "${CONFIGURE_OPTS[@]}" ||
Zbigniew Jędrzejewski-Szmek 05f788
%endif
Zbigniew Jędrzejewski-Szmek 05f788
{ %meson "${CONFIGURE_OPTS[@]}"; }
Zbigniew Jędrzejewski-Szmek e0b3ea
Zbigniew Jędrzejewski-Szmek c323a2
%meson_build
Zbigniew Jędrzejewski-Szmek c323a2
Zbigniew Jędrzejewski-Szmek e0b3ea
new_triggers=%{_vpath_builddir}/src/rpm/triggers.systemd.sh
Zbigniew Jędrzejewski-Szmek e0b3ea
if ! diff -u %{SOURCE1} ${new_triggers}; then
Zbigniew Jędrzejewski-Szmek e0b3ea
   echo -e "\n\n\nWARNING: triggers.systemd in Source1 is different!"
Zbigniew Jędrzejewski-Szmek e0b3ea
   echo -e "      cp $PWD/${new_triggers} %{SOURCE1}\n\n\n"
Zbigniew Jędrzejewski-Szmek e0b3ea
   sleep 5
Zbigniew Jędrzejewski-Szmek e0b3ea
fi
Zbigniew Jędrzejewski-Szmek e0b3ea
Lennart Poettering cc49ef
%install
Zbigniew Jędrzejewski-Szmek 83f115
%meson_install
Zbigniew Jędrzejewski-Szmek 6153dd
Lennart Poettering b79f2e
# udev links
Michal Schmidt c7b4b0
mkdir -p %{buildroot}/%{_sbindir}
Michal Schmidt c7b4b0
ln -sf ../bin/udevadm %{buildroot}%{_sbindir}/udevadm
Lennart Poettering 25a5a1
Zbigniew Jędrzejewski-Szmek 6d5bee
# Compatiblity and documentation files
Zbigniew Jędrzejewski-Szmek 6d5bee
touch %{buildroot}/etc/crypttab
Zbigniew Jędrzejewski-Szmek 6d5bee
chmod 600 %{buildroot}/etc/crypttab
Zbigniew Jędrzejewski-Szmek 6d5bee
Zbigniew Jędrzejewski-Szmek 83f115
# /etc/initab
Zbigniew Jędrzejewski-Szmek 51f362
install -Dm0644 -t %{buildroot}/etc/ %{SOURCE5}
Zbigniew Jędrzejewski-Szmek 6d5bee
Zbigniew Jędrzejewski-Szmek 83f115
# /etc/sysctl.conf compat
Zbigniew Jędrzejewski-Szmek c90404
install -Dm0644 %{SOURCE6} %{buildroot}/etc/sysctl.conf
Zbigniew Jędrzejewski-Szmek 801ccd
ln -s ../sysctl.conf %{buildroot}/etc/sysctl.d/99-sysctl.conf
Zbigniew Jędrzejewski-Szmek 801ccd
Lennart Poettering d44ba8
# Make sure these directories are properly owned
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{system_unit_dir}/basic.target.wants
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{system_unit_dir}/default.target.wants
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{system_unit_dir}/dbus.target.wants
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{system_unit_dir}/syslog.target.wants
Zbigniew Jędrzejewski-Szmek be4317
mkdir -p %{buildroot}/run
Zbigniew Jędrzejewski-Szmek c90404
mkdir -p %{buildroot}%{_localstatedir}/log
Zbigniew Jędrzejewski-Szmek be4317
touch %{buildroot}/run/utmp
Zbigniew Jędrzejewski-Szmek b1a5d7
touch %{buildroot}%{_localstatedir}/log/{w,b}tmp
Zbigniew Jędrzejewski-Szmek b1a5d7
Lennart Poettering 54fb1a
# Make sure the user generators dir exists too
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{pkgdir}/system-generators
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{pkgdir}/user-generators
Lennart Poettering 54fb1a
Lennart Poettering 82a114
# Create new-style configuration files so that we can ghost-own them
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/hostname
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/vconsole.conf
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/locale.conf
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/machine-id
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/machine-info
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/localtime
Michal Schmidt c7b4b0
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
Lennart Poettering 82a114
Lennart Poettering 4481fb
# Make sure the shutdown/sleep drop-in dirs exist
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{pkgdir}/system-shutdown/
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{pkgdir}/system-sleep/
Lennart Poettering 4481fb
Lennart Poettering 545717
# Make sure directories in /var exist
Michal Schmidt c7b4b0
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/coredump
Michal Schmidt c7b4b0
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/catalog
Lennart Poettering 129881
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/backlight
Lennart Poettering 129881
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/rfkill
Zbigniew Jędrzejewski-Szmek b54bf1
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/linger
Yu Watanabe 9653e1
mkdir -p %{buildroot}%{_localstatedir}/lib/private
Yu Watanabe 9653e1
mkdir -p %{buildroot}%{_localstatedir}/log/private
Yu Watanabe 9653e1
mkdir -p %{buildroot}%{_localstatedir}/cache/private
Yu Watanabe 9653e1
mkdir -p %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload
Yu Watanabe d644e8
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/timesync
Yu Watanabe 9653e1
ln -s ../private/systemd/journal-upload %{buildroot}%{_localstatedir}/lib/systemd/journal-upload
Michal Schmidt c7b4b0
mkdir -p %{buildroot}%{_localstatedir}/log/journal
Michal Schmidt c7b4b0
touch %{buildroot}%{_localstatedir}/lib/systemd/catalog/database
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/udev/hwdb.bin
Lennart Poettering b73335
touch %{buildroot}%{_localstatedir}/lib/systemd/random-seed
Yu Watanabe d644e8
touch %{buildroot}%{_localstatedir}/lib/systemd/timesync/clock
Yu Watanabe 9653e1
touch %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload/state
Lennart Poettering 545717
Michal Schmidt 3c3608
# Install yum protection fragment
Zbigniew Jędrzejewski-Szmek 184871
install -Dm0644 %{SOURCE4} %{buildroot}/etc/dnf/protected.d/systemd.conf
Michal Schmidt 3c3608
Zbigniew Jędrzejewski-Szmek 51f362
install -Dm0644 -t %{buildroot}/usr/lib/firewalld/services/ %{SOURCE7} %{SOURCE8}
Zbigniew Jędrzejewski-Szmek b53cf7
Filipe Brandenburger 05bb38
# Restore systemd-user pam config from before "removal of Fedora-specific bits"
Filipe Brandenburger 05bb38
install -Dm0644 -t %{buildroot}/etc/pam.d/ %{SOURCE12}
Filipe Brandenburger 05bb38
Zbigniew Jędrzejewski-Szmek 90aeee
# Install additional docs
Zbigniew Jędrzejewski-Szmek 90aeee
# https://bugzilla.redhat.com/show_bug.cgi?id=1234951
Zbigniew Jędrzejewski-Szmek 51f362
install -Dm0644 -t %{buildroot}%{_pkgdocdir}/ %{SOURCE9}
Zbigniew Jędrzejewski-Szmek 90aeee
Zbigniew Jędrzejewski-Szmek 65fed7
# https://bugzilla.redhat.com/show_bug.cgi?id=1378974
Zbigniew Jędrzejewski-Szmek 65fed7
install -Dm0644 -t %{buildroot}%{system_unit_dir}/systemd-udev-trigger.service.d/ %{SOURCE10}
Zbigniew Jędrzejewski-Szmek 65fed7
Zbigniew Jędrzejewski-Szmek 4557ee
# A temporary work-around for https://bugzilla.redhat.com/show_bug.cgi?id=1663040
Zbigniew Jędrzejewski-Szmek 4557ee
mkdir -p %{buildroot}%{system_unit_dir}/systemd-hostnamed.service.d/
Zbigniew Jędrzejewski-Szmek 4557ee
cat >%{buildroot}%{system_unit_dir}/systemd-hostnamed.service.d/disable-privatedevices.conf <
Zbigniew Jędrzejewski-Szmek 4557ee
[Service]
Zbigniew Jędrzejewski-Szmek 4557ee
PrivateDevices=no
Zbigniew Jędrzejewski-Szmek 4557ee
EOF
Zbigniew Jędrzejewski-Szmek 4557ee
Zbigniew Jędrzejewski-Szmek 12da22
install -Dm0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE11}
Zbigniew Jędrzejewski-Szmek 12da22
Zbigniew Jędrzejewski-Szmek 147b75
install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/ %{SOURCE13}
Zbigniew Jędrzejewski-Szmek 8a34ce
Zbigniew Jędrzejewski-Szmek 388cd9
install -D -t %{buildroot}/usr/lib/systemd/ %{SOURCE3}
Zbigniew Jędrzejewski-Szmek 388cd9
834f04
# systemd-oomd default configuration
834f04
install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/oomd.conf.d/ %{SOURCE14}
834f04
install -Dm0644 -t %{buildroot}%{system_unit_dir}/-.slice.d/ %{SOURCE15}
834f04
install -Dm0644 -t %{buildroot}%{system_unit_dir}/user@.service.d/ %{SOURCE16}
834f04
Zbigniew Jędrzejewski-Szmek 47d443
sed -i 's|#!/usr/bin/env python3|#!%{__python3}|' %{buildroot}/usr/lib/systemd/tests/run-unit-tests.py
Zbigniew Jędrzejewski-Szmek 47d443
Zbigniew Jędrzejewski-Szmek ced923
install -m 0644 -D -t %{buildroot}%{_rpmconfigdir}/macros.d/ %{SOURCE21}
Zbigniew Jędrzejewski-Szmek ced923
install -m 0644 -D -t %{buildroot}%{_rpmconfigdir}/fileattrs/ %{SOURCE22}
Zbigniew Jędrzejewski-Szmek ced923
install -m 0755 -D -t %{buildroot}%{_rpmconfigdir}/ %{SOURCE23}
Zbigniew Jędrzejewski-Szmek ced923
install -m 0755 -D -t %{buildroot}%{_rpmconfigdir}/ %{SOURCE24}
Zbigniew Jędrzejewski-Szmek ced923
Zbigniew Jędrzejewski-Szmek b2ba74
%find_lang %{name}
Zbigniew Jędrzejewski-Szmek b2ba74
Zbigniew Jędrzejewski-Szmek 17a6f3
# Split files in build root into rpms. See split-files.py for the
Zbigniew Jędrzejewski-Szmek 17a6f3
# rules towards the end, anything which is an exception needs a line
Zbigniew Jędrzejewski-Szmek 17a6f3
# here.
Zbigniew Jędrzejewski-Szmek 17a6f3
python3 %{SOURCE2} %buildroot <
Yu Watanabe 9653e1
%ghost %config(noreplace) /etc/crypttab
Yu Watanabe 9653e1
%ghost /etc/udev/hwdb.bin
Zbigniew Jędrzejewski-Szmek 17a6f3
/etc/inittab
Zbigniew Jędrzejewski-Szmek 388cd9
/usr/lib/systemd/purge-nobody-user
Yu Watanabe 9653e1
%ghost %config(noreplace) /etc/vconsole.conf
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/X11/xorg.conf.d/00-keyboard.conf
Zbigniew Jędrzejewski-Szmek be4317
%ghost %attr(0664,root,utmp) /run/utmp
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %attr(0664,root,utmp) /var/log/wtmp
Zbigniew Jędrzejewski-Szmek db26d9
%ghost %attr(0660,root,utmp) /var/log/btmp
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/hostname
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/localtime
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/locale.conf
Zbigniew Jędrzejewski-Szmek db26d9
%ghost %attr(0444,root,root) %config(noreplace) /etc/machine-id
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/machine-info
Yu Watanabe d15bd1
%ghost %attr(0700,root,root) %dir /var/cache/private
Yu Watanabe d15bd1
%ghost %attr(0700,root,root) %dir /var/lib/private
Yu Watanabe 9653e1
%ghost %dir /var/lib/private/systemd
Yu Watanabe 9653e1
%ghost %dir /var/lib/private/systemd/journal-upload
Yu Watanabe 9653e1
%ghost /var/lib/private/systemd/journal-upload/state
Yu Watanabe d644e8
%ghost %dir /var/lib/systemd/timesync
Yu Watanabe d644e8
%ghost /var/lib/systemd/timesync/clock
Yu Watanabe 9653e1
%ghost %dir /var/lib/systemd/backlight
Yu Watanabe 9653e1
%ghost /var/lib/systemd/catalog/database
Yu Watanabe 9653e1
%ghost %dir /var/lib/systemd/coredump
Yu Watanabe 9653e1
%ghost /var/lib/systemd/journal-upload
Yu Watanabe 9653e1
%ghost %dir /var/lib/systemd/linger
Yu Watanabe 9653e1
%ghost /var/lib/systemd/random-seed
Yu Watanabe 9653e1
%ghost %dir /var/lib/systemd/rfkill
Zbigniew Jędrzejewski-Szmek db26d9
%ghost %dir %attr(2755, root, systemd-journal) %verify(not mode) /var/log/journal
Yu Watanabe 9653e1
%ghost %dir /var/log/journal/remote
Yu Watanabe d15bd1
%ghost %attr(0700,root,root) %dir /var/log/private
Zbigniew Jędrzejewski-Szmek 17a6f3
EOF
Zbigniew Jędrzejewski-Szmek 17a6f3
Lennart Poettering 064fee
%check
Zbigniew Jędrzejewski-Szmek 933c03
%if %{with tests}
Zbigniew Jędrzejewski-Szmek 4f4584
meson test -C %{_vpath_builddir} -t 6 --print-errorlogs
Zbigniew Jędrzejewski-Szmek 933c03
%endif
Zbigniew Jędrzejewski-Szmek 551967
Zbigniew Jędrzejewski-Szmek fc6511
#############################################################################################
Zbigniew Jędrzejewski-Szmek fc6511
Zbigniew Jędrzejewski-Szmek 8b4408
%include %{SOURCE1}
Zbigniew Jędrzejewski-Szmek fc6511
Lennart Poettering 01d495
%post
Zbigniew Jędrzejewski-Szmek b810fa
systemd-machine-id-setup &>/dev/null || :
5c5a95
Zbigniew Jędrzejewski-Szmek c4675f
# FIXME: move to %postun. We want to restart systemd *after* removing
Zbigniew Jędrzejewski-Szmek c4675f
# files from the old rpm. Right now we may still have bits the old
Zbigniew Jędrzejewski-Szmek c4675f
# setup if the files are not present in the new version. But before
Zbigniew Jędrzejewski-Szmek c4675f
# implement restarting of *other* services after the transaction, moving
Zbigniew Jędrzejewski-Szmek c4675f
# this would make things worse, increasing the number of warnings we get
Zbigniew Jędrzejewski-Szmek c4675f
# about needed daemon-reload.
Zbigniew Jędrzejewski-Szmek 274df2
Zbigniew Jędrzejewski-Szmek 274df2
oomd_state=$(systemctl is-active systemd-oomd 2>/dev/null || :)
Zbigniew Jędrzejewski-Szmek 274df2
Zbigniew Jędrzejewski-Szmek 274df2
# Work-around for #1931034. Remove after F34 is released.
Zbigniew Jędrzejewski-Szmek 274df2
if [ "$oomd_state" == "active" ]; then
Zbigniew Jędrzejewski-Szmek 274df2
   systemctl stop -q systemd-oomd 2>/dev/null || :
Zbigniew Jędrzejewski-Szmek 274df2
fi
Zbigniew Jędrzejewski-Szmek 274df2
5c5a95
systemctl daemon-reexec &>/dev/null || {
5c5a95
  # systemd v239 had bug #9553 in D-Bus authentication of the private socket,
5c5a95
  # which was later fixed in v240 by #9625.
5c5a95
  #
5c5a95
  # The end result is that a `systemctl daemon-reexec` call as root will fail
5c5a95
  # when upgrading from systemd v239, which means the system will not start
5c5a95
  # running the new version of systemd after this post install script runs.
5c5a95
  #
5c5a95
  # To work around this issue, let's fall back to using a `kill -TERM 1` to
5c5a95
  # re-execute the daemon when the `systemctl daemon-reexec` call fails.
5c5a95
  #
5c5a95
  # In order to prevent issues when the reason why the daemon-reexec failed is
5c5a95
  # not the aforementioned bug, let's only use this fallback when:
5c5a95
  #   - we're upgrading this RPM package; and
5c5a95
  #   - we confirm that systemd is running as PID1 on this system.
5c5a95
  if [ $1 -gt 1 ] && [ -d /run/systemd/system ] ; then
5c5a95
    kill -TERM 1 &>/dev/null || :
5c5a95
  fi
5c5a95
}
5c5a95
Zbigniew Jędrzejewski-Szmek 274df2
if [ "$oomd_state" == "active" ]; then
Zbigniew Jędrzejewski-Szmek 274df2
   systemctl start -q systemd-oomd 2>/dev/null || :
Zbigniew Jędrzejewski-Szmek 274df2
fi
Zbigniew Jędrzejewski-Szmek 274df2
Zbigniew Jędrzejewski-Szmek a49146
[ $1 -eq 1 ] || exit 0
Lennart Poettering fc3de1
Zbigniew Jędrzejewski-Szmek a49146
# create /var/log/journal only on initial installation,
Zbigniew Jędrzejewski-Szmek a49146
# and only if it's writable (it won't be in rpm-ostree).
Zbigniew Jędrzejewski-Szmek a49146
[ -w %{_localstatedir} ] && mkdir -p %{_localstatedir}/log/journal
Lennart Poettering 0bbe49
Zbigniew Jędrzejewski-Szmek a49146
[ -w %{_localstatedir} ] && journalctl --update-catalog || :
Zbigniew Jędrzejewski-Szmek a49146
systemd-sysusers || :
Zbigniew Jędrzejewski-Szmek a49146
systemd-tmpfiles --create &>/dev/null || :
Zbigniew Jędrzejewski-Szmek d01d53
Adam Williamson 8510ca
# We reset the enablement of all services upon initial installation
Adam Williamson 8510ca
# https://bugzilla.redhat.com/show_bug.cgi?id=1118740#c23
Adam Williamson 8510ca
# This will fix up enablement of any preset services that got installed
Adam Williamson 8510ca
# before systemd due to rpm ordering problems:
Zbigniew Jędrzejewski-Szmek 9434e6
# https://bugzilla.redhat.com/show_bug.cgi?id=1647172.
Zbigniew Jędrzejewski-Szmek 9434e6
# We also do this for user units, see
Zbigniew Jędrzejewski-Szmek 9434e6
# https://fedoraproject.org/wiki/Changes/Systemd_presets_for_user_units.
Zbigniew Jędrzejewski-Szmek d01d53
systemctl preset-all &>/dev/null || :
Zbigniew Jędrzejewski-Szmek d01d53
systemctl --global preset-all &>/dev/null || :
Lennart Poettering 3a1413
Zbigniew Jędrzejewski-Szmek c4675f
%postun
Zbigniew Jędrzejewski-Szmek c4675f
if [ $1 -eq 1 ]; then
Zbigniew Jędrzejewski-Szmek c4675f
   [ -w %{_localstatedir} ] && journalctl --update-catalog || :
Zbigniew Jędrzejewski-Szmek c4675f
   systemd-tmpfiles --create &>/dev/null || :
Zbigniew Jędrzejewski-Szmek 7ae71c
fi
Zbigniew Jędrzejewski-Szmek 7ae71c
Zbigniew Jędrzejewski-Szmek c4675f
%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
Zbigniew Jędrzejewski-Szmek c4675f
Zbigniew Jędrzejewski-Szmek c4675f
# FIXME: systemd-logind.service is excluded (https://github.com/systemd/systemd/pull/17558)
Zbigniew Jędrzejewski-Szmek c4675f
# FIXME: user@*.service needs to be restarted, but using systemctl --user daemon-reexec
Zbigniew Jędrzejewski-Szmek c4675f
be0f56
%triggerun resolved -- systemd < 246.1-1
Zbigniew Jędrzejewski-Szmek a5acce
# This is for upgrades from previous versions before systemd-resolved became the default.
Zbigniew Jędrzejewski-Szmek a5acce
systemctl --no-reload preset systemd-resolved.service &>/dev/null || :
Zbigniew Jędrzejewski-Szmek a5acce
Zbigniew Jędrzejewski-Szmek 390551
if systemctl -q is-enabled systemd-resolved.service &>/dev/null; then
Zbigniew Jędrzejewski-Szmek 390551
  systemctl -q is-enabled NetworkManager.service 2>/dev/null && \
Zbigniew Jędrzejewski-Szmek 390551
  ! test -L /etc/resolv.conf 2>/dev/null && \
Zbigniew Jędrzejewski-Szmek 96b789
  ! mountpoint /etc/resolv.conf &>/dev/null && \
Zbigniew Jędrzejewski-Szmek c8f86d
  grep -q 'Generated by NetworkManager' /etc/resolv.conf 2>/dev/null && \
Zbigniew Jędrzejewski-Szmek c8f86d
  echo -e '/etc/resolv.conf was generated by NetworkManager.\nRemoving it to let systemd-resolved manage this file.' && \
Zbigniew Jędrzejewski-Szmek d5c124
  mv -v /etc/resolv.conf /etc/resolv.conf.orig-with-nm && \
Zbigniew Jędrzejewski-Szmek d5c124
  ln -sv ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf 2>/dev/null || :
Zbigniew Jędrzejewski-Szmek c8f86d
Zbigniew Jędrzejewski-Szmek c8f86d
  systemctl start systemd-resolved.service &>/dev/null || :
Zbigniew Jędrzejewski-Szmek a5acce
fi
Zbigniew Jędrzejewski-Szmek a5acce
Zbigniew Jędrzejewski-Szmek 025758
%triggerpostun -- systemd < 247.3-2
Zbigniew Jędrzejewski-Szmek 025758
# This is for upgrades from previous versions before oomd-defaults is available.
Zbigniew Jędrzejewski-Szmek 025758
# We use %%triggerpostun here because rpm doesn't allow a second %%triggerun with
Zbigniew Jędrzejewski-Szmek 025758
# a different package version.
Michel Alexandre Salim 9a909c
systemctl --no-reload preset systemd-oomd.service &>/dev/null || :
Michel Alexandre Salim 9a909c
Zbigniew Jędrzejewski-Szmek 7ae71c
%post libs
Zbigniew Jędrzejewski-Szmek 3e18b4
%{?ldconfig}
Zbigniew Jędrzejewski-Szmek 7ae71c
Zbigniew Jędrzejewski-Szmek 8dc92a
# check if nobody or nfsnobody is defined
Zbigniew Jędrzejewski-Szmek 8dc92a
export SYSTEMD_NSS_BYPASS_SYNTHETIC=1
Zbigniew Jędrzejewski-Szmek 8dc92a
if getent passwd nfsnobody &>/dev/null; then
Zbigniew Jędrzejewski-Szmek 8dc92a
   test -f /etc/systemd/dont-synthesize-nobody || {
Zbigniew Jędrzejewski-Szmek 8dc92a
       echo 'Detected system with nfsnobody defined, creating /etc/systemd/dont-synthesize-nobody'
Zbigniew Jędrzejewski-Szmek 885c28
       mkdir -p /etc/systemd || :
Zbigniew Jędrzejewski-Szmek 273dc0
       : >/etc/systemd/dont-synthesize-nobody || :
Zbigniew Jędrzejewski-Szmek 8dc92a
   }
Zbigniew Jędrzejewski-Szmek 8dc92a
elif getent passwd nobody 2>/dev/null | grep -v 'nobody:[x*]:65534:65534:.*:/:/sbin/nologin' &>/dev/null; then
Zbigniew Jędrzejewski-Szmek 8dc92a
   test -f /etc/systemd/dont-synthesize-nobody || {
Zbigniew Jędrzejewski-Szmek 8dc92a
       echo 'Detected system with incompatible nobody defined, creating /etc/systemd/dont-synthesize-nobody'
Zbigniew Jędrzejewski-Szmek 885c28
       mkdir -p /etc/systemd || :
Zbigniew Jędrzejewski-Szmek 273dc0
       : >/etc/systemd/dont-synthesize-nobody || :
Zbigniew Jędrzejewski-Szmek 8dc92a
   }
Zbigniew Jędrzejewski-Szmek 8dc92a
fi
Zbigniew Jędrzejewski-Szmek 8dc92a
Zbigniew Jędrzejewski-Szmek 8dc92a
%{?ldconfig:%postun libs -p %ldconfig}
Kalev Lember b96fc0
Zbigniew Jędrzejewski-Szmek 3c872d
%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket systemd-timesyncd.service %{?have_gnu_efi:systemd-boot-update.service}
Zbigniew Jędrzejewski-Szmek b7ec95
Zbigniew Jędrzejewski-Szmek c16b57
%post udev
Zbigniew Jędrzejewski-Szmek b7ec95
# Move old stuff around in /var/lib
Zbigniew Jędrzejewski-Szmek b7ec95
mv %{_localstatedir}/lib/random-seed %{_localstatedir}/lib/systemd/random-seed &>/dev/null
Zbigniew Jędrzejewski-Szmek b7ec95
mv %{_localstatedir}/lib/backlight %{_localstatedir}/lib/systemd/backlight &>/dev/null
Yu Watanabe d644e8
if [ -L %{_localstatedir}/lib/systemd/timesync ]; then
Yu Watanabe d644e8
    rm %{_localstatedir}/lib/systemd/timesync
Yu Watanabe d644e8
    mv %{_localstatedir}/lib/private/systemd/timesync %{_localstatedir}/lib/systemd/timesync
Yu Watanabe d644e8
fi
Yu Watanabe d644e8
if [ -f %{_localstatedir}/lib/systemd/clock ] ; then
Yu Watanabe d644e8
    mkdir -p %{_localstatedir}/lib/systemd/timesync
Yu Watanabe d644e8
    mv %{_localstatedir}/lib/systemd/clock %{_localstatedir}/lib/systemd/timesync/.
Yu Watanabe d644e8
fi
Zbigniew Jędrzejewski-Szmek b7ec95
Zbigniew Jędrzejewski-Szmek b810fa
udevadm hwdb --update &>/dev/null
Zbigniew Jędrzejewski-Szmek 764adb
Zbigniew Jędrzejewski-Szmek b7ec95
%systemd_post %udev_services
Zbigniew Jędrzejewski-Szmek 764adb
Zbigniew Jędrzejewski-Szmek 764adb
# Try to save the random seed, but don't complain if /dev/urandom is unavailable
Zbigniew Jędrzejewski-Szmek 764adb
/usr/lib/systemd/systemd-random-seed save 2>&1 | \
Zbigniew Jędrzejewski-Szmek 764adb
    grep -v 'Failed to open /dev/urandom' || :
Zbigniew Jędrzejewski-Szmek b7ec95
Zbigniew Jędrzejewski-Szmek b7ec95
# Replace obsolete keymaps
Zbigniew Jędrzejewski-Szmek b7ec95
# https://bugzilla.redhat.com/show_bug.cgi?id=1151958
Zbigniew Jędrzejewski-Szmek b7ec95
grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
Zbigniew Jędrzejewski-Szmek fb4de3
    sed -i.rpm.bak -r 's/^KEYMAP="?fi-latin[19]"?/KEYMAP="fi"/' /etc/vconsole.conf || :
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek c16b57
%preun udev
Zbigniew Jędrzejewski-Szmek b7ec95
%systemd_preun %udev_services
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek c16b57
%postun udev
Zbigniew Jędrzejewski-Szmek c4675f
# Restart some services.
Zbigniew Jędrzejewski-Szmek 839cce
# Others are either oneshot services, or sockets, and restarting them causes issues (#1378974)
Zbigniew Jędrzejewski-Szmek c4675f
%systemd_postun_with_restart systemd-udevd.service systemd-timesyncd.service
Zbigniew Jędrzejewski-Szmek c16b57
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek a49146
%global journal_remote_units_restart systemd-journal-gatewayd.service systemd-journal-remote.service systemd-journal-upload.service
Zbigniew Jędrzejewski-Szmek a49146
%global journal_remote_units_norestart systemd-journal-gatewayd.socket systemd-journal-remote.socket
Zbigniew Jędrzejewski-Szmek b321c5
%post journal-remote
Zbigniew Jędrzejewski-Szmek a49146
%systemd_post %journal_remote_units_restart %journal_remote_units_norestart
Zbigniew Jędrzejewski-Szmek b53cf7
%firewalld_reload
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek b321c5
%preun journal-remote
Zbigniew Jędrzejewski-Szmek a49146
%systemd_preun %journal_remote_units_restart %journal_remote_units_norestart
Yu Watanabe f59138
if [ $1 -eq 1 ] ; then
Yu Watanabe f59138
    if [ -f %{_localstatedir}/lib/systemd/journal-upload/state -a ! -L %{_localstatedir}/lib/systemd/journal-upload ] ; then
Yu Watanabe f59138
        mkdir -p %{_localstatedir}/lib/private/systemd/journal-upload
Yu Watanabe f59138
        mv %{_localstatedir}/lib/systemd/journal-upload/state %{_localstatedir}/lib/private/systemd/journal-upload/.
Yu Watanabe e0aa12
        rmdir %{_localstatedir}/lib/systemd/journal-upload || :
Yu Watanabe f59138
    fi
Yu Watanabe f59138
fi
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek b321c5
%postun journal-remote
Zbigniew Jędrzejewski-Szmek a49146
%systemd_postun_with_restart %journal_remote_units_restart
Zbigniew Jędrzejewski-Szmek b53cf7
%firewalld_reload
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek b6a836
%post networkd
Zbigniew Jędrzejewski-Szmek d6a160
# systemd-networkd was split out in systemd-246.6-2.
Zbigniew Jędrzejewski-Szmek d6a160
# Ideally, we would have a trigger scriptlet to record enablement
Zbigniew Jędrzejewski-Szmek d6a160
# state when upgrading from systemd <= systemd-246.6-1. But, AFAICS,
Zbigniew Jędrzejewski-Szmek d6a160
# rpm doesn't allow us to trigger on another package, short of
Zbigniew Jędrzejewski-Szmek d6a160
# querying the rpm database ourselves, which seems risky. For rpm,
Zbigniew Jędrzejewski-Szmek d6a160
# systemd and systemd-networkd are completely unrelated.  So let's use
Zbigniew Jędrzejewski-Szmek d6a160
# a hack to detect if an old systemd version is currently present in
Zbigniew Jędrzejewski-Szmek d6a160
# the file system.
Zbigniew Jędrzejewski-Szmek d6a160
# https://bugzilla.redhat.com/show_bug.cgi?id=1943263
Zbigniew Jędrzejewski-Szmek d6a160
if [ $1 -eq 1 ] && ls /usr/lib/systemd/libsystemd-shared-24[0-6].so &>/dev/null; then
Zbigniew Jędrzejewski-Szmek d6a160
    echo "Skipping presets for systemd-networkd.service, seems we are upgrading from old systemd."
Zbigniew Jędrzejewski-Szmek d6a160
else
Zbigniew Jędrzejewski-Szmek d6a160
    %systemd_post systemd-networkd.service systemd-networkd-wait-online.service
Zbigniew Jędrzejewski-Szmek d6a160
fi
Zbigniew Jędrzejewski-Szmek b6a836
f455b2
%preun networkd
Zbigniew Jędrzejewski-Szmek b6a836
%systemd_preun systemd-networkd.service systemd-networkd-wait-online.service
f455b2
be0f56
%preun resolved
be0f56
if [ $1 -eq 0 ] ; then
be0f56
        systemctl disable --quiet \
be0f56
                systemd-resolved.service \
be0f56
                >/dev/null || :
Zbigniew Jędrzejewski-Szmek 7f4e19
        if [ -L /etc/resolv.conf ] && \
Zbigniew Jędrzejewski-Szmek 7f4e19
            realpath /etc/resolv.conf | grep ^/run/systemd/resolve/; then
Zbigniew Jędrzejewski-Szmek 7f4e19
                rm -f /etc/resolv.conf # no longer useful
27cc5e
                # if network manager is enabled, move to it instead
27cc5e
                [ -f /run/NetworkManager/resolv.conf ] && \
27cc5e
                systemctl -q is-enabled NetworkManager.service &>/dev/null && \
Zbigniew Jędrzejewski-Szmek 7f4e19
                    ln -fsv ../run/NetworkManager/resolv.conf /etc/resolv.conf
27cc5e
        fi
be0f56
fi
be0f56
be0f56
%post resolved
Zbigniew Jędrzejewski-Szmek b764a2
[ $1 -gt 1 ] && exit 0
Zbigniew Jędrzejewski-Szmek b764a2
be0f56
# Related to https://bugzilla.redhat.com/show_bug.cgi?id=1943263
Zbigniew Jędrzejewski-Szmek b764a2
if ls /usr/lib/systemd/libsystemd-shared-24[0-8].so &>/dev/null; then
be0f56
    echo "Skipping presets for systemd-resolved.service, seems we are upgrading from old systemd."
Zbigniew Jędrzejewski-Szmek b764a2
    exit 0
be0f56
fi
Zbigniew Jędrzejewski-Szmek b764a2
Zbigniew Jędrzejewski-Szmek b764a2
%systemd_post systemd-resolved.service
Zbigniew Jędrzejewski-Szmek b764a2
be0f56
# Create /etc/resolv.conf symlink.
be0f56
# We would also create it using tmpfiles, but let's do this here
be0f56
# too before NetworkManager gets a chance. (systemd-tmpfiles invocation above
be0f56
# does not do this, because it's marked with ! and we don't specify --boot.)
be0f56
# https://bugzilla.redhat.com/show_bug.cgi?id=1873856
be0f56
#
Zbigniew Jędrzejewski-Szmek 7f4e19
# *Create* the symlink if nothing is present yet.
Zbigniew Jędrzejewski-Szmek 7f4e19
# (https://bugzilla.redhat.com/show_bug.cgi?id=2032085)
Zbigniew Jędrzejewski-Szmek 7f4e19
#
Zbigniew Jędrzejewski-Szmek 7f4e19
# *Override* the symlink if systemd is running. Don't do it if systemd
Zbigniew Jędrzejewski-Szmek 7f4e19
# is not running, because that will immediately break DNS resolution,
Zbigniew Jędrzejewski-Szmek 7f4e19
# since systemd-resolved is also not running
Zbigniew Jędrzejewski-Szmek 7f4e19
# (https://bugzilla.redhat.com/show_bug.cgi?id=1891847).
be0f56
#
be0f56
# Also don't create the symlink to the stub when the stub is disabled (#1891847 again).
Zbigniew Jędrzejewski-Szmek 7f4e19
if systemctl -q is-enabled systemd-resolved.service &>/dev/null &&
Zbigniew Jędrzejewski-Szmek 7f4e19
   ! systemd-analyze cat-config systemd/resolved.conf 2>/dev/null |
Zbigniew Jędrzejewski-Szmek 7f4e19
        grep -iqE '^DNSStubListener\s*=\s*(no?|false|0|off)\s*$'; then
Zbigniew Jędrzejewski-Szmek 7f4e19
Zbigniew Jędrzejewski-Szmek 7f4e19
  if ! test -e /etc/resolv.conf; then
Zbigniew Jędrzejewski-Szmek 7f4e19
    ln -sv ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
Zbigniew Jędrzejewski-Szmek 7f4e19
  elif test -d /run/systemd/system/ &&
Zbigniew Jędrzejewski-Szmek 7f4e19
     ! mountpoint /etc/resolv.conf &>/dev/null; then
Zbigniew Jędrzejewski-Szmek 7f4e19
    ln -fsv ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
Zbigniew Jędrzejewski-Szmek 7f4e19
  fi
be0f56
fi
be0f56
Zbigniew Jędrzejewski-Szmek 994aac
%global _docdir_fmt %{name}
Zbigniew Jędrzejewski-Szmek 994aac
Zbigniew Jędrzejewski-Szmek 17a6f3
%files -f %{name}.lang -f .file-list-rest
Zbigniew Jędrzejewski-Szmek c90404
%doc %{_pkgdocdir}
Zbigniew Jędrzejewski-Szmek 620e0c
%exclude %{_pkgdocdir}/LICENSE*
Zbigniew Jędrzejewski-Szmek 620e0c
# Only the licenses texts for the licenses in License line are included.
Lennart Poettering 836567
%license LICENSE.GPL2 LICENSE.LGPL2.1
Zbigniew Jędrzejewski-Szmek 620e0c
%license LICENSES/MIT.txt
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/basic.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/bluetooth.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/default.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/getty.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/graphical.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/local-fs.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/machines.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/multi-user.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/network-online.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/printer.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/remote-fs.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sockets.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sysinit.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/system-update.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/timers.target.wants
Zbigniew Jędrzejewski-Szmek d1ad6b
%ghost %dir %attr(0700,-,-) /var/lib/portables
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /var/lib/rpm-state/systemd
Zbigniew Jędrzejewski-Szmek 17a6f3
Zbigniew Jędrzejewski-Szmek 17a6f3
%files libs -f .file-list-libs
Zbigniew Jędrzejewski-Szmek 994aac
%license LICENSE.LGPL2.1
Zbigniew Jędrzejewski-Szmek a547c7
Zbigniew Jędrzejewski-Szmek 17a6f3
%files pam -f .file-list-pam
Zbigniew Jędrzejewski-Szmek 17a6f3
Zbigniew Jędrzejewski-Szmek c9030f
%files rpm-macros -f .file-list-rpm-macros
Zbigniew Jędrzejewski-Szmek c9030f
be0f56
%files resolved -f .file-list-resolve
be0f56
Zbigniew Jędrzejewski-Szmek 17a6f3
%files devel -f .file-list-devel
Zbigniew Jędrzejewski-Szmek 17a6f3
Zbigniew Jędrzejewski-Szmek 17a6f3
%files udev -f .file-list-udev
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek 17a6f3
%files container -f .file-list-container
Zbigniew Jędrzejewski-Szmek d1ad6b
%ghost %dir %attr(0700,-,-) /var/lib/machines
Harald Hoyer 7f4276
Zbigniew Jędrzejewski-Szmek 17a6f3
%files journal-remote -f .file-list-remote
Michal Schmidt 54952b
f455b2
%files networkd -f .file-list-networkd
f455b2
834f04
%files oomd-defaults -f .file-list-oomd-defaults
834f04
Zbigniew Jędrzejewski-Szmek 17a6f3
%files tests -f .file-list-tests
Zbigniew Jędrzejewski-Szmek bb4127
b50e9d
%files standalone-tmpfiles -f .file-list-standalone-tmpfiles
b50e9d
b50e9d
%files standalone-sysusers -f .file-list-standalone-sysusers
b50e9d
Rahul Sundaram 7a392d
%changelog
Zbigniew Jędrzejewski-Szmek 206f30
* Tue Jan  4 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 250.1-1
Zbigniew Jędrzejewski-Szmek 206f30
- First stable version after v250: various bugfixes, in particular for
Zbigniew Jędrzejewski-Szmek 206f30
  sd-boot, systemd-networkd, and various build issues.
Zbigniew Jędrzejewski-Szmek 206f30
- Fixes #2036517, #2035608, #2036217.
Zbigniew Jędrzejewski-Szmek 206f30
Zbigniew Jędrzejewski-Szmek 60d0bb
* Thu Dec 30 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 250-3
Zbigniew Jędrzejewski-Szmek 60d0bb
- Disable bpf filters on arm64 (#2036145)
Zbigniew Jędrzejewski-Szmek 60d0bb
Zbigniew Jędrzejewski-Szmek 7993a9
* Sat Dec 25 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 250-2
Zbigniew Jędrzejewski-Szmek 7993a9
- Fix warning about systemd-boot-update.service not existing on
Zbigniew Jędrzejewski-Szmek 7993a9
  non-uefi architectures
Zbigniew Jędrzejewski-Szmek 7993a9
- Enable all bpf features (#2035608)
Zbigniew Jędrzejewski-Szmek 7993a9
Zbigniew Jędrzejewski-Szmek 2edf38
* Thu Dec 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 250-1
Zbigniew Jędrzejewski-Szmek 2edf38
- Version 250, only some very small changes since -rc3.
Zbigniew Jędrzejewski-Szmek 34a8fa
- Switch unit status name format to 'combined' (#2028169)
Zbigniew Jędrzejewski-Szmek 34a8fa
Zbigniew Jędrzejewski-Szmek b1af82
* Mon Dec 20 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 250~rc3-1
Zbigniew Jędrzejewski-Szmek b1af82
- Latest prerelease, see
Zbigniew Jędrzejewski-Szmek b1af82
  https://raw.githubusercontent.com/systemd/systemd/v250-rc3/NEWS for
Zbigniew Jędrzejewski-Szmek b1af82
  details.
Zbigniew Jędrzejewski-Szmek b1af82
- Fixes rhbz#2006761, rhbz#2027627, rhbz#1926323, rhbz#1919538.
Zbigniew Jędrzejewski-Szmek b1af82
Zbigniew Jędrzejewski-Szmek 711d92
* Sun Dec 12 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 250~rc1-4
Zbigniew Jędrzejewski-Szmek 711d92
- Move systemd-boot-update.service to -udev subpackage
Zbigniew Jędrzejewski-Szmek 711d92
  and add it the the installation scriptlets (#2031400)
Zbigniew Jędrzejewski-Szmek 184bb7
- Move libcryptsetup-token-systemd plugins to -udev (#2031873)
Zbigniew Jędrzejewski-Szmek 7f4e19
- Create /etc/resolv.conf symlink if nothing is present yet (#2032085)
Zbigniew Jędrzejewski-Szmek 711d92
Pavel Březina 0898a8
* Fri Dec 10 2021 Pavel Březina <pbrezina@redhat.com> - 250~rc1-3
Pavel Březina 0898a8
- Remove nsswitch.conf scriptlets (#2023743)
Pavel Březina 0898a8
Pavel Březina 2afe36
* Thu Dec  9 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 250~rc1-1
Pavel Březina 2afe36
- Version 250-rc1,
Pavel Březina 2afe36
  see https://raw.githubusercontent.com/systemd/systemd/v250-rc1/NEWS for
Pavel Březina 2afe36
  details.
Pavel Březina 2afe36
b7c95d
* Fri Nov 19 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 249.7-3
b7c95d
- Disable legacy iptables support
b7c95d
Zbigniew Jędrzejewski-Szmek 2d5432
* Mon Nov 15 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.7-2
Zbigniew Jędrzejewski-Szmek 2d5432
- Supress errors from update-helper when selinux is enabled (see #2023332)
Zbigniew Jędrzejewski-Szmek 2d5432
Zbigniew Jędrzejewski-Szmek 87e1ce
* Sun Nov 14 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.7-1
Zbigniew Jędrzejewski-Szmek 87e1ce
- Latest bugfix release (better erofs detection, sd-event memory
Zbigniew Jędrzejewski-Szmek 87e1ce
  corruption bugfix, logind, documentation)
Zbigniew Jędrzejewski-Szmek 87e1ce
- Really fix helper to restart user units with older systemd (#2020415)
Zbigniew Jędrzejewski-Szmek 87e1ce
Zbigniew Jędrzejewski-Szmek 87e1ce
* Sun Nov 14 2021 Petr Menšík <pemensik@redhat.com> - 249.7-1
Zbigniew Jędrzejewski-Szmek 87e1ce
- Switch /etc/resolv.conf over to NM when systemd-resolved is uninstalled
Zbigniew Jędrzejewski-Szmek 87e1ce
Zbigniew Jędrzejewski-Szmek 87e1ce
* Wed Nov 10 2021 Kir Kolyshkin <kolyshkin@gmail.com> - 249.7-1
Kir Kolyshkin 9309bd
- Fix scope activation from a user instance (#2022041)
Kir Kolyshkin 9309bd
Zbigniew Jędrzejewski-Szmek 89ea50
* Mon Nov  8 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.6-3
Zbigniew Jędrzejewski-Szmek 89ea50
- Fix helper to restart user units with older systemd (#2020415)
Zbigniew Jędrzejewski-Szmek 89ea50
Zbigniew Jędrzejewski-Szmek ebeb76
* Thu Nov  4 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.6-2
Zbigniew Jędrzejewski-Szmek ebeb76
- Latest bugfix release (networkd, coredumpctl, varlink, udev,
Zbigniew Jędrzejewski-Szmek ebeb76
  systemctl, systemd itself, better detection of Hyper-V and
Zbigniew Jędrzejewski-Szmek ebeb76
  Virtualbox virtualization, documentation updates)
Zbigniew Jędrzejewski-Szmek ebeb76
- Fix helper to restart user units
Zbigniew Jędrzejewski-Szmek ebeb76
Adam Williamson 6a6e2b
* Fri Oct 29 2021 Adam Williamson <awilliam@redhat.com> - 249.5-2
Adam Williamson 6a6e2b
- Backport PR #133 to fix boot
Adam Williamson 6a6e2b
Zbigniew Jędrzejewski-Szmek 837a32
* Tue Oct 12 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.5-1
Zbigniew Jędrzejewski-Szmek 837a32
- Latest bugfix release (various fixes in systemd-networkd,
Zbigniew Jędrzejewski-Szmek 87e1ce
  -timesyncd, -journald, -udev, homed, -resolved, -repart, -oomd,
Zbigniew Jędrzejewski-Szmek 87e1ce
  -coredump, systemd itself, seccomp filters, TPM2 handling,
Zbigniew Jędrzejewski-Szmek 837a32
  -documentation, sd-event, sd-journal, journalctl, and nss-systemd).
Zbigniew Jędrzejewski-Szmek 837a32
- Fixes #1976445.
Zbigniew Jędrzejewski-Szmek 837a32
Sahana Prasad 46a408
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com>
Sahana Prasad 46a408
- Rebuilt with OpenSSL 3.0.0
Sahana Prasad 46a408
Zbigniew Jędrzejewski-Szmek 7a99d8
* Tue Aug 24 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.4-1
Zbigniew Jędrzejewski-Szmek 7a99d8
- Latest bugfix release: various fixes for systemd-networkd,
Zbigniew Jędrzejewski-Szmek 7a99d8
  systemd-resolved, systemd, systemd-boot.
Zbigniew Jędrzejewski-Szmek 7a99d8
- Backport of macros to restart systemd user units (#1993244)
Zbigniew Jędrzejewski-Szmek 7a99d8
Zbigniew Jędrzejewski-Szmek b0031e
* Fri Aug  6 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.3-1
Zbigniew Jędrzejewski-Szmek b0031e
- Latest bugfix release: improved compatibility with latest glibc,
Zbigniew Jędrzejewski-Szmek b0031e
  various small documentation fixes, and fixes for systemd-networkd bridging,
Zbigniew Jędrzejewski-Szmek b0031e
  other minor fixes.
Zbigniew Jędrzejewski-Szmek b0031e
- systemctl set-property accepts glob patterns now (#1986258)
Zbigniew Jędrzejewski-Szmek b0031e
Zbigniew Jędrzejewski-Szmek 4d6b94
* Fri Jul 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.2-1
Zbigniew Jędrzejewski-Szmek 4d6b94
- Latest bugfix release (a minor hwdb regression bugfix, and correction
Zbigniew Jędrzejewski-Szmek 4d6b94
  to kernel commandline handling when reexecuting PID 1 in a container)
Zbigniew Jędrzejewski-Szmek 4d6b94
e78d9b
* Fri Jul 23 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 249.2-1
e78d9b
- Build with -Ddefault-dns-over-tls=opportunistic
Zbigniew Jędrzejewski-Szmek 4d6b94
  (https://fedoraproject.org/wiki/Changes/DNS_Over_TLS, #1889901)
e78d9b
Zbigniew Jędrzejewski-Szmek c61b9c
* Tue Jul 20 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249.1-1
Zbigniew Jędrzejewski-Szmek c61b9c
- Various minor documentation and correctness fixes.
Zbigniew Jędrzejewski-Szmek c61b9c
- CVE-2021-33910, #1984020: an unchecked stack allocation could be used to
Zbigniew Jędrzejewski-Szmek c61b9c
  crash systemd and cause the system to reboot by creating a very long
Zbigniew Jędrzejewski-Szmek c61b9c
  fuse mountpoint path.
Zbigniew Jędrzejewski-Szmek c61b9c
a0d61b
* Wed Jul  7 2021 Neal Gompa <ngompa13@gmail.com> - 249-2
a0d61b
- Use correct NEWS URLs for systemd 249 releases in changelog entries
a0d61b
Zbigniew Jędrzejewski-Szmek 6dd384
* Wed Jul  7 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249-1
Zbigniew Jędrzejewski-Szmek 6dd384
- Latest upstream release with minor bugfixes, see
a0d61b
  https://github.com/systemd/systemd/blob/v249/NEWS.
Zbigniew Jędrzejewski-Szmek 6dd384
- systemd-oomd cpu usage is reduced (#1944646)
Zbigniew Jędrzejewski-Szmek 6dd384
Zbigniew Jędrzejewski-Szmek d0f463
* Thu Jul  1 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249~rc3-1
Zbigniew Jędrzejewski-Szmek d0f463
- Latest upstream prerelease with various bugfixes, see
a0d61b
  https://github.com/systemd/systemd/blob/v249-rc3/NEWS.
Zbigniew Jędrzejewski-Szmek d0f463
Zbigniew Jędrzejewski-Szmek 379f15
* Fri Jun 25 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249~rc2-1
Zbigniew Jędrzejewski-Szmek 379f15
- Latest upstream prerelease with various bugfixes, see
a0d61b
  https://github.com/systemd/systemd/blob/v249-rc2/NEWS.
Zbigniew Jędrzejewski-Szmek 379f15
- Ignore FORCERENEW DHCP packets (TALOS-2020-1142, CVE-2020-13529, #1959398)
Zbigniew Jędrzejewski-Szmek 379f15
Adam Williamson 2383d1
* Thu Jun 17 2021 Adam Williamson <awilliam@redhat.com> - 249~rc1-2
Adam Williamson 2383d1
- Stop systemd providing systemd-resolved, now the subpackage exists (#1973462)
Adam Williamson 2383d1
Zbigniew Jędrzejewski-Szmek 33320d
* Wed Jun 16 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 249~rc1-1
Zbigniew Jędrzejewski-Szmek 33320d
- Latest upstream prerelease, see
Zbigniew Jędrzejewski-Szmek 379f15
  https://github.com/systemd/systemd/blob/v249-rc1/NEWS.
Zbigniew Jędrzejewski-Szmek 33320d
  Fixes #1963428.
Zbigniew Jędrzejewski-Szmek a49146
- Use systemd-sysusers to create users (#1965815)
be0f56
- Move systemd-resolved into systemd-resolved subpackage (#1923727)
be0f56
  [patch from Petr Menšík]
Zbigniew Jędrzejewski-Szmek 33320d
Zbigniew Jędrzejewski-Szmek 67ce43
* Sat May 15 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.3-1
Zbigniew Jędrzejewski-Szmek 67ce43
- A fix for resolved crashes (#1946386, #1960227, #1950241)
Zbigniew Jędrzejewski-Szmek 67ce43
- Some minor fixes for documentation, systemd-networkd, systemd-run, bootctl.
Zbigniew Jędrzejewski-Szmek 67ce43
Zbigniew Jędrzejewski-Szmek bc53b3
* Fri May  7 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.2-1
Zbigniew Jędrzejewski-Szmek bc53b3
- Pull in some more patches from upstream (#1944646, #1885090, #1941340)
Zbigniew Jędrzejewski-Szmek db26d9
- Adjust modes of some %%ghost files (#1956059)
Zbigniew Jędrzejewski-Szmek db26d9
Zbigniew Jędrzejewski-Szmek 42c305
* Thu May  6 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.1-1
Zbigniew Jędrzejewski-Szmek 42c305
- Latest stable version: a long list of minor correctness fixes all around
Zbigniew Jędrzejewski-Szmek bc53b3
  (#1955475, #911766, #1958167, #1952919)
Zbigniew Jędrzejewski-Szmek 141af4
- Enable tpm2-tss dependency (#1949505)
Zbigniew Jędrzejewski-Szmek 42c305
Adam Williamson 58e2c6
* Tue Apr 06 2021 Adam Williamson <awilliam@redhat.com> - 248-2
Adam Williamson 58e2c6
- Re-enable resolved caching, we hope all major bugs are resolved now
Adam Williamson 58e2c6
Zbigniew Jędrzejewski-Szmek f0032c
* Wed Mar 31 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248-1
Zbigniew Jędrzejewski-Szmek f0032c
- Latest upstream release, see
Zbigniew Jędrzejewski-Szmek f0032c
  https://github.com/systemd/systemd/blob/v248/NEWS.
Zbigniew Jędrzejewski-Szmek f0032c
- The changes since -rc4 are rather small, various fixes all over the place.
Zbigniew Jędrzejewski-Szmek f0032c
  A fix to how systemd-oomd selects a candidate to kill, and more debug logging
Zbigniew Jędrzejewski-Szmek f0032c
  to make this more transparent.
Zbigniew Jędrzejewski-Szmek f0032c
a62a7c
* Tue Mar 30 2021 Anita Zhang <the.anitazha@gmail.com> - 248~rc4-6
a62a7c
- Increase oomd user memory pressure limit to 50% (#1941170)
a62a7c
Zbigniew Jędrzejewski-Szmek d6a160
* Fri Mar 26 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-5
Zbigniew Jędrzejewski-Szmek d6a160
- Do not preset systemd-networkd.service and systemd-networkd-wait-online.service
Zbigniew Jędrzejewski-Szmek d6a160
  on upgrades from before systemd-networkd was split out (#1943263)
Zbigniew Jędrzejewski-Szmek 310b8e
- In nsswitch.conf, move nss-myhostname to the front, before nss-mdns4 (#1943199)
Zbigniew Jędrzejewski-Szmek d6a160
Zbigniew Jędrzejewski-Szmek 65248c
* Wed Mar 24 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-4
Zbigniew Jędrzejewski-Szmek 65248c
- Revert patch that seems to cause problems with dns resolution
Zbigniew Jędrzejewski-Szmek 65248c
  (see comments on https://bodhi.fedoraproject.org/updates/FEDORA-2021-1c1a870ceb)
Zbigniew Jędrzejewski-Szmek 65248c
Zbigniew Jędrzejewski-Szmek 6384ab
* Mon Mar 22 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-3
Zbigniew Jędrzejewski-Szmek 6384ab
- Fix hang when processing timers during DST switch in Europe/Dublin timezone (#1941335)
Zbigniew Jędrzejewski-Szmek 6384ab
- Fix returning combined IPv4/IPv6 responses from systemd-resolved cache (#1940715)
Zbigniew Jędrzejewski-Szmek 6384ab
  (But note that the disablement of caching added previously is
Zbigniew Jędrzejewski-Szmek 6384ab
  retained until we can do more testing.)
Zbigniew Jędrzejewski-Szmek 6384ab
- Minor fix to interface naming by udev
Zbigniew Jędrzejewski-Szmek 6384ab
- Fix for systemd-repart --size
Zbigniew Jędrzejewski-Szmek 6384ab
Adam Williamson 58e51a
* Fri Mar 19 2021 Adam Williamson <awilliam@redhat.com> - 248~rc4-2
Adam Williamson 58e51a
- Disable resolved cache via config snippet (#1940715)
Adam Williamson 58e51a
Yu Watanabe 45fafe
* Thu Mar 18 2021 Yu Watanabe <yuwatana@redhat.com> - 248~rc4-1
Yu Watanabe 45fafe
- Latest upstream prerelease, see
Yu Watanabe 45fafe
  https://github.com/systemd/systemd/blob/v248-rc4/NEWS.
Yu Watanabe 45fafe
- A bunch of documentation updates, and correctness fixes.
Yu Watanabe 45fafe
Adam Williamson 22e7d0
* Tue Mar 16 2021 Adam Williamson <awilliam@redhat.com> - 248~rc3-2
Adam Williamson 22e7d0
- Backport PR #19009 to fix CNAME redirect resolving some more (#1933433)
Adam Williamson 22e7d0
Zbigniew Jędrzejewski-Szmek 0a7c16
* Thu Mar 11 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc3-1
Zbigniew Jędrzejewski-Szmek 0a7c16
- Latest upstream prerelease, see
Zbigniew Jędrzejewski-Szmek 0a7c16
  https://github.com/systemd/systemd/blob/v248-rc3/NEWS.
Zbigniew Jędrzejewski-Szmek 0a7c16
- A bunch of documentation updates, correctness fixes, and systemd-networkd
Zbigniew Jędrzejewski-Szmek 0a7c16
  features.
Zbigniew Jędrzejewski-Szmek 0a7c16
- Resolves #1933137, #1935084, #1933873, #1931181, #1933335, #1935062, #1927148.
Zbigniew Jędrzejewski-Szmek 0a7c16
Zbigniew Jędrzejewski-Szmek 274df2
* Thu Mar 11 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc2-5
Zbigniew Jędrzejewski-Szmek 4b2af1
- Fix crash in pid1 during daemon-reexec (#1931034)
Zbigniew Jędrzejewski-Szmek 4b2af1
Adam Williamson e5f70d
* Fri Mar 05 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-3
Zbigniew Jędrzejewski-Szmek 4b2af1
- Fix stub resolver CNAME chain resolving (#1933433)
Adam Williamson e5f70d
Josh Boyer 13d134
* Mon Mar 01 2021 Josh Boyer <jwboyer@fedoraproject.org> - 248~rc2-2
Josh Boyer 13d134
- Don't set the fallback hostname to Fedora on non-Fedora OSes
Josh Boyer 13d134
Zbigniew Jędrzejewski-Szmek 4d3f7b
* Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc2-1
Zbigniew Jędrzejewski-Szmek 4d3f7b
- Latest upstream prelease, just a bunch of small fixes.
Zbigniew Jędrzejewski-Szmek 4d3f7b
- Fixes #1931957.
Zbigniew Jędrzejewski-Szmek 4d3f7b
Zbigniew Jędrzejewski-Szmek 729e28
* Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc1-2
Zbigniew Jędrzejewski-Szmek 729e28
- Rebuild with the newest scriptlets
Zbigniew Jędrzejewski-Szmek 729e28
Zbigniew Jędrzejewski-Szmek 1992c5
* Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc1-1
Zbigniew Jędrzejewski-Szmek 1992c5
- Latest upstream prerelease, see
Zbigniew Jędrzejewski-Szmek 1992c5
  https://github.com/systemd/systemd/blob/v248-rc1/NEWS.
Zbigniew Jędrzejewski-Szmek 1992c5
- Fixes #1614751 by only restarting services at the end of transcation.
Zbigniew Jędrzejewski-Szmek 1992c5
  Various packages need to be rebuilt to have the updated macros.
Zbigniew Jędrzejewski-Szmek 1992c5
- Fixes #1879028, though probably not completely.
Zbigniew Jędrzejewski-Szmek 1992c5
- Fixes #1925805, #1928235.
Zbigniew Jędrzejewski-Szmek 1992c5
Michel Alexandre Salim 2d2d8b
* Wed Feb 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 247.3-3
Michel Alexandre Salim 2d2d8b
- Increase oomd user memory pressure limit to 10% (#1929856)
Michel Alexandre Salim 2d2d8b
834f04
* Fri Feb  5 2021 Anita Zhang <the.anitazha@gmail.com> - 247.3-2
834f04
- Changes for https://fedoraproject.org/wiki/Changes/EnableSystemdOomd.
834f04
- Backports consist primarily of PR #18361, #18444, and #18401 (plus some
834f04
  additional ones to handle merge conflicts).
834f04
- Create systemd-oomd-defaults subpackage to install unit drop-ins that will
834f04
  configure systemd-oomd to monitor and act.
834f04
Zbigniew Jędrzejewski-Szmek 8a86f3
* Tue Feb  2 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.3-1
Zbigniew Jędrzejewski-Szmek 8a86f3
- Minor stable release
Zbigniew Jędrzejewski-Szmek 8a86f3
- Fixes #1895937, #1813219, #1903106.
Zbigniew Jędrzejewski-Szmek 8a86f3
Fedora Release Engineering 3f3c4b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org>
Fedora Release Engineering 3f3c4b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Fedora Release Engineering 3f3c4b
Zbigniew Jędrzejewski-Szmek 45c8a6
* Wed Jan 13 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.2-2
Zbigniew Jędrzejewski-Szmek 45c8a6
- Fix bfq patch again (#1813219)
Zbigniew Jędrzejewski-Szmek 45c8a6
Jonathan G. Underwood 5b6dfa
* Wed Dec 23 2020 Jonathan Underwood <jonathan.underwood@gmail.com> - 247.2-2
Jonathan G. Underwood 5b6dfa
- Add patch to enable crypttab to support disabling of luks read and
Jonathan G. Underwood 5b6dfa
  write workqueues (corresponding to
Jonathan G. Underwood 5b6dfa
  https://github.com/systemd/systemd/pull/18062/).
Jonathan G. Underwood 5b6dfa
Zbigniew Jędrzejewski-Szmek 3e123d
* Wed Dec 16 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.2-1
Zbigniew Jędrzejewski-Szmek 3e123d
- Minor stable release
Zbigniew Jędrzejewski-Szmek 3e123d
- Fixes #1908071.
Zbigniew Jędrzejewski-Szmek 3e123d
Zbigniew Jędrzejewski-Szmek 0a51c2
* Tue Dec  8 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.1-3
Zbigniew Jędrzejewski-Szmek 0a51c2
- Rebuild with fallback hostname change reverted.
Zbigniew Jędrzejewski-Szmek 0a51c2
Bastien Nocera a91e82
* Fri Dec 04 2020 Bastien Nocera <bnocera@redhat.com> - 247.1-2
Bastien Nocera a91e82
- Unset fallback-hostname as plenty of applications expected localhost
Bastien Nocera a91e82
  to mean "default hostname" without ever standardising it (#1892235)
Bastien Nocera a91e82
Zbigniew Jędrzejewski-Szmek 97a608
* Tue Dec  1 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.1-1
Zbigniew Jędrzejewski-Szmek 97a608
- Latest stable release
Zbigniew Jędrzejewski-Szmek 97a608
- Fixes #1902819.
Zbigniew Jędrzejewski-Szmek 97a608
- Files to configure networking with systemd-networkd in a VM or container are
Zbigniew Jędrzejewski-Szmek 97a608
  moved to systemd-networkd subpackage. (They were previously in the -container
Zbigniew Jędrzejewski-Szmek 97a608
  subpackage, which is for container/VM management.)
Zbigniew Jędrzejewski-Szmek 97a608
Zbigniew Jędrzejewski-Szmek 8bb6dc
* Thu Nov 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247-1
Zbigniew Jędrzejewski-Szmek 8bb6dc
- Update to the latest version
Zbigniew Jędrzejewski-Szmek 8bb6dc
- #1900878 should be fixed
Zbigniew Jędrzejewski-Szmek 8bb6dc
Zbigniew Jędrzejewski-Szmek f28a96
* Tue Oct 20 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247~rc2
Zbigniew Jędrzejewski-Szmek 550422
- New upstream pre-release. See
Zbigniew Jędrzejewski-Szmek 550422
  https://github.com/systemd/systemd/blob/v247-rc1/NEWS.
Zbigniew Jędrzejewski-Szmek 550422
  Many smaller and bigger improvements and features are introduced.
Zbigniew Jędrzejewski-Szmek 550422
  (#1885101, #1890632, #1879216)
Zbigniew Jędrzejewski-Szmek 550422
Zbigniew Jędrzejewski-Szmek 550422
  A backwards-incompatible change affects PCI network devices which
Zbigniew Jędrzejewski-Szmek 550422
  are connected through a bridge which is itself associated with a
Zbigniew Jędrzejewski-Szmek 550422
  slot. When more than one device was associated with the same slot,
Zbigniew Jędrzejewski-Szmek 550422
  one of the devices would pseudo-randomly get named after the slot.
Zbigniew Jędrzejewski-Szmek 550422
  That name is now not generated at all. This changed behaviour is
Zbigniew Jędrzejewski-Szmek 550422
  causes the net naming scheme to be changed to "v247". To restore
Zbigniew Jędrzejewski-Szmek 550422
  previous behaviour, specify net.naming-scheme=v245.
Zbigniew Jędrzejewski-Szmek 550422
Zbigniew Jędrzejewski-Szmek bca98c
  systemd-oomd is built, but should not be considered "production
Zbigniew Jędrzejewski-Szmek bca98c
  ready" at this point. Testing and bug reports are welcome.
Zbigniew Jędrzejewski-Szmek bca98c
Dusty Mabe 283a99
* Wed Sep 30 2020 Dusty Mabe <dusty@dustymabe.com> - 246.6-3
Dusty Mabe 283a99
- Try to make files in subpackages (especially the networkd subpackage)
Dusty Mabe 283a99
  more appropriate.
Dusty Mabe 283a99
b50e9d
* Thu Sep 24 2020 Filipe Brandenburger <filbranden@gmail.com> - 246.6-2
b50e9d
- Build a package with standalone binaries for non-systemd systems.
b50e9d
  For now, only systemd-sysusers is included.
b50e9d
f455b2
* Thu Sep 24 2020 Christian Glombek <lorbus@fedoraproject.org> - 246.6-2
f455b2
- Split out networkd sub-package and add to main package as recommended dependency
f455b2
Zbigniew Jędrzejewski-Szmek f74b95
* Sun Sep 20 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.6-1
Zbigniew Jędrzejewski-Szmek f74b95
- Update to latest stable release (various minor fixes: manager,
Zbigniew Jędrzejewski-Szmek f74b95
  networking, bootct, kernel-install, systemd-dissect, systemd-homed,
Zbigniew Jędrzejewski-Szmek f74b95
  fstab-generator, documentation) (#1876905)
Zbigniew Jędrzejewski-Szmek 043ff2
- Do not fail in test because of kernel bug (#1803070)
Zbigniew Jędrzejewski-Szmek f74b95
Zbigniew Jędrzejewski-Szmek 0345c8
* Sun Sep 13 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.5-1
Zbigniew Jędrzejewski-Szmek 0345c8
- Update to latest stable release (a bunch of small network-related
Zbigniew Jędrzejewski-Szmek 0345c8
  fixes in systemd-networkd and socket handling, documentation updates,
Zbigniew Jędrzejewski-Szmek 0345c8
  a bunch of fixes for error handling).
Zbigniew Jędrzejewski-Szmek 04b6e0
- Also remove existing file when creating /etc/resolv.conf symlink
Zbigniew Jędrzejewski-Szmek 04b6e0
  upon installation (#1873856 again)
Zbigniew Jędrzejewski-Szmek 0345c8
Zbigniew Jędrzejewski-Szmek d01d53
* Wed Sep  2 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.4-1
Zbigniew Jędrzejewski-Szmek 1ebf8d
- Update to latest stable version: a rework of how the unit cache mtime works
Zbigniew Jędrzejewski-Szmek 1ebf8d
  (hopefully #1872068, #1871327, #1867930), plus various fixes to
Zbigniew Jędrzejewski-Szmek 1ebf8d
  systemd-resolved, systemd-dissect, systemd-analyze, systemd-ask-password-agent,
Zbigniew Jędrzejewski-Szmek 1ebf8d
  systemd-networkd, systemd-homed, systemd-machine-id-setup, presets for
Zbigniew Jędrzejewski-Szmek 1ebf8d
  instantiated units, documentation and shell completions.
Zbigniew Jędrzejewski-Szmek d01d53
- Create /etc/resolv.conf symlink upon installation (#1873856)
Zbigniew Jędrzejewski-Szmek 5a70c0
- Move nss-mdns before nss-resolve in /etc/nsswitch.conf and disable
Zbigniew Jędrzejewski-Szmek 5a70c0
  mdns by default in systemd-resolved (#1867830)
Zbigniew Jędrzejewski-Szmek d01d53
Zbigniew Jędrzejewski-Szmek 98b911
* Wed Aug 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.3-1
Zbigniew Jędrzejewski-Szmek 98b911
- Update to bugfix version (some networkd fixes, minor documentation
Zbigniew Jędrzejewski-Szmek 98b911
  fixes, relax handling of various error conditions, other fixlets for
Zbigniew Jędrzejewski-Szmek 98b911
  bugs without bugzilla numbers).
Zbigniew Jędrzejewski-Szmek 98b911
Zbigniew Jędrzejewski-Szmek d5c124
* Mon Aug 17 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.2-1
Zbigniew Jędrzejewski-Szmek d5c124
- A few minor bugfixes
Zbigniew Jędrzejewski-Szmek d5c124
- Adjust seccomp filter for kernel 5.8 and glibc 2.32 (#1869030)
Zbigniew Jędrzejewski-Szmek d5c124
- Create /etc/resolv.conf symlink on upgrade (#1867865)
Zbigniew Jędrzejewski-Szmek d5c124
Zbigniew Jędrzejewski-Szmek c8f86d
* Fri Aug  7 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246.1-1
Zbigniew Jędrzejewski-Szmek c8f86d
- A few minor bugfixes
Zbigniew Jędrzejewski-Szmek c8f86d
- Remove /etc/resolv.conf on upgrades (if managed by NetworkManager), so
Zbigniew Jędrzejewski-Szmek c8f86d
  that systemd-resolved can take over the management of the symlink.
Zbigniew Jędrzejewski-Szmek c8f86d
Zbigniew Jędrzejewski-Szmek 7445a2
* Thu Jul 30 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246-1
Zbigniew Jędrzejewski-Szmek 30273d
- Update to released version. Only some minor bugfixes since the pre-release.
Zbigniew Jędrzejewski-Szmek 30273d
Zbigniew Jędrzejewski-Szmek 11b1c5
* Sun Jul 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc2-2
Zbigniew Jędrzejewski-Szmek 11b1c5
- Make /tmp be 50% of RAM again (#1856514)
Zbigniew Jędrzejewski-Szmek a5acce
- Re-run 'systemctl preset systemd-resolved' on upgrades.
Zbigniew Jędrzejewski-Szmek a5acce
  /etc/resolv.conf is not modified, by a hint is emitted if it is
Zbigniew Jędrzejewski-Szmek a5acce
  managed by NetworkManager.
Zbigniew Jędrzejewski-Szmek 11b1c5
Zbigniew Jędrzejewski-Szmek 5bf170
* Fri Jul 24 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc2-1
Zbigniew Jędrzejewski-Szmek 5bf170
- New pre-release with incremental fixes
Zbigniew Jędrzejewski-Szmek 5bf170
  (#1856037, #1858845, #1856122, #1857783)
Zbigniew Jędrzejewski-Szmek 0a6ab0
- Enable systemd-resolved (with DNSSEC disabled by default, and LLMNR
Zbigniew Jędrzejewski-Szmek 0a6ab0
  and mDNS support in resolve-only mode by default).
Zbigniew Jędrzejewski-Szmek 0a6ab0
  See https://fedoraproject.org/wiki/Changes/systemd-resolved.
Zbigniew Jędrzejewski-Szmek 0a6ab0
Zbigniew Jędrzejewski-Szmek 55abe5
* Thu Jul  9 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 246~rc1-1
Zbigniew Jędrzejewski-Szmek 55abe5
- New upstream release, see
Zbigniew Jędrzejewski-Szmek 55abe5
  https://raw.githubusercontent.com/systemd/systemd/v246-rc1/NEWS.
Zbigniew Jędrzejewski-Szmek 55abe5
Zbigniew Jędrzejewski-Szmek 55abe5
  This release includes many new unit settings, related inter alia to
Zbigniew Jędrzejewski-Szmek 55abe5
  cgroupsv2 freezer support and cpu affinity, encryption and verification.
Zbigniew Jędrzejewski-Szmek 55abe5
  systemd-networkd has a ton of new functionality and many other tools gained
Zbigniew Jędrzejewski-Szmek 55abe5
  smaller enhancements. systemd-homed gained FIDO2 support.
Zbigniew Jędrzejewski-Szmek 55abe5
Zbigniew Jędrzejewski-Szmek 55abe5
  Documentation has been significantly improved: sd-bus and sd-hwdb
Zbigniew Jędrzejewski-Szmek 55abe5
  libraries are now fully documented; man pages have been added for
Zbigniew Jędrzejewski-Szmek 55abe5
  the D-BUS APIs of systemd daemons and various new interfaces.
Zbigniew Jędrzejewski-Szmek 55abe5
Zbigniew Jędrzejewski-Szmek 9488c3
  Closes #1392925, #1790972, #1197886, #1525593.
Zbigniew Jędrzejewski-Szmek 9488c3
Bastien Nocera 6eb8bc
* Wed Jun 24 2020 Bastien Nocera <bnocera@redhat.com> - 245.6-3
Bastien Nocera 6eb8bc
- Set fallback-hostname to fedora so that unset hostnames are still
Bastien Nocera 6eb8bc
  recognisable (#1392925)
Bastien Nocera 6eb8bc
Zbigniew Jędrzejewski-Szmek ec562b
* Tue Jun  2 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.6-2
Zbigniew Jędrzejewski-Szmek ec562b
- Add self-obsoletes to fix upgrades from F31
Zbigniew Jędrzejewski-Szmek ec562b
Zbigniew Jędrzejewski-Szmek fb22f2
* Sun May 31 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.6-1
Zbigniew Jędrzejewski-Szmek 6dead1
- Update to latest stable version (some documentation updates, minor
Zbigniew Jędrzejewski-Szmek ec562b
  memory correctness issues) (#1815605, #1827467, #1842067)
Zbigniew Jędrzejewski-Szmek fb22f2
Björn Esser f98316
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 245.5-2
Björn Esser f98316
- Add explicit BuildRequires: acl
Björn Esser 282e08
- Bootstrapping for json-c SONAME bump
Björn Esser f98316
Zbigniew Jędrzejewski-Szmek b80d00
* Fri Apr 17 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.5-1
Zbigniew Jędrzejewski-Szmek b80d00
- Update to latest stable version (#1819313, #1815412, #1800875)
Zbigniew Jędrzejewski-Szmek b80d00
Björn Esser 63698f
* Thu Apr 16 2020 Björn Esser <besser82@fedoraproject.org> - 245.4-2
Björn Esser 63698f
- Add bootstrap option to break circular deps on cryptsetup
Björn Esser 63698f
Zbigniew Jędrzejewski-Szmek 91fd7a
* Wed Apr  1 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.4-1
Zbigniew Jędrzejewski-Szmek 91fd7a
- Update to latest stable version (#1814454)
Zbigniew Jędrzejewski-Szmek 91fd7a
Zbigniew Jędrzejewski-Szmek bb79fb
* Thu Mar 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.3-1
Zbigniew Jędrzejewski-Szmek bb79fb
- Update to latest stable version (no issue that got reported in bugzilla)
Zbigniew Jędrzejewski-Szmek bb79fb
Zbigniew Jędrzejewski-Szmek 7ceda1
* Wed Mar 18 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245.2-1
Zbigniew Jędrzejewski-Szmek 7ceda1
- Update to latest stable version (a few bug fixes for random things) (#1798776)
Zbigniew Jędrzejewski-Szmek 7ceda1
Zbigniew Jędrzejewski-Szmek 8f2e23
* Fri Mar  6 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245-1
Zbigniew Jędrzejewski-Szmek 8f2e23
- Update to latest version (#1807485)
Zbigniew Jędrzejewski-Szmek 8f2e23
Zbigniew Jędrzejewski-Szmek 8f2e23
* Wed Feb 26 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245~rc2-1
Zbigniew Jędrzejewski-Szmek 437cd5
- Modify the downstream udev rule to use bfq to only apply to disks (#1803500)
Zbigniew Jędrzejewski-Szmek 01e2d8
- "Upgrade" dependency on kbd package from Recommends to Requires (#1408878)
Zbigniew Jędrzejewski-Szmek aed571
- Move systemd-bless-boot.service and systemd-boot-system-token.service to
Zbigniew Jędrzejewski-Szmek aed571
  systemd-udev subpackage (#1807462)
Zbigniew Jędrzejewski-Szmek db1cfc
- Move a bunch of other services to systemd-udev:
Zbigniew Jędrzejewski-Szmek db1cfc
  systemd-pstore.service, all fsck-related functionality,
Zbigniew Jędrzejewski-Szmek db1cfc
  systemd-volatile-root.service, systemd-verity-setup.service, and a few
Zbigniew Jędrzejewski-Szmek db1cfc
  other related files.
Zbigniew Jędrzejewski-Szmek ab2423
- Fix daemon-reload rule to not kill non-systemd pid1 (#1803240)
Zbigniew Jędrzejewski-Szmek ab2423
- Fix namespace-related failure when starting systemd-homed (#1807465) and
Zbigniew Jędrzejewski-Szmek ab2423
  group lookup failure in nss_systemd (#1809147)
Zbigniew Jędrzejewski-Szmek ab2423
- Drop autogenerated BOOT_IMAGE= parameter from stored kernel command lines
Zbigniew Jędrzejewski-Szmek ab2423
  (#1716164)
Zbigniew Jędrzejewski-Szmek 111b3c
- Don't require /proc to be mounted for systemd-sysusers to work (#1807768)
Zbigniew Jędrzejewski-Szmek a8129e
5c5a95
* Fri Feb 21 2020 Filipe Brandenburger <filbranden@gmail.com> - 245~rc1-4
5c5a95
- Update daemon-reexec fallback to check whether the system is booted with
5c5a95
  systemd as PID 1 and check whether we're upgrading before using kill -TERM
5c5a95
  on PID 1 (#1803240)
5c5a95
Adam Williamson 3620ae
* Tue Feb 18 2020 Adam Williamson <awilliam@redhat.com> - 245~rc1-3
Adam Williamson 3620ae
- Revert 097537f0 to fix plymouth etc. running when they shouldn't (#1803293)
Adam Williamson 3620ae
Zbigniew Jędrzejewski-Szmek 9434e6
* Fri Feb  7 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245~rc1-2
Zbigniew Jędrzejewski-Szmek 61de05
- Add default 'disable *' preset for user units (#1792474, #1468501),
Zbigniew Jędrzejewski-Szmek ced923
  see https://fedoraproject.org/wiki/Changes/Systemd_presets_for_user_units.
Zbigniew Jędrzejewski-Szmek ced923
- Add macro to generate "compat" scriptlets based off sysusers.d format
Zbigniew Jędrzejewski-Szmek ced923
  and autogenerate user() and group() virtual provides (#1792462),
Zbigniew Jędrzejewski-Szmek ced923
  see https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format.
Zbigniew Jędrzejewski-Szmek 6aa6d7
- Revert patch to udev rules causing regression with usb hubs (#1800820).
Zbigniew Jędrzejewski-Szmek 9434e6
Zbigniew Jędrzejewski-Szmek 513853
* Wed Feb  5 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 245~rc1-1
Zbigniew Jędrzejewski-Szmek 513853
- New upstream release, see
Zbigniew Jędrzejewski-Szmek 513853
  https://raw.githubusercontent.com/systemd/systemd/v245-rc1/NEWS.
Zbigniew Jędrzejewski-Szmek 513853
Zbigniew Jędrzejewski-Szmek 513853
  This release includes completely new functionality: systemd-repart,
Zbigniew Jędrzejewski-Szmek 513853
  systemd-homed, user reconds in json, and multi-instantiable
Zbigniew Jędrzejewski-Szmek 513853
  journald, and a partial rework of internal communcation to use
Zbigniew Jędrzejewski-Szmek 513853
  varlink, and bunch of more incremental changes.
Zbigniew Jędrzejewski-Szmek 513853
Zbigniew Jędrzejewski-Szmek 513853
  The "predictable" interface name naming scheme is changed,
Zbigniew Jędrzejewski-Szmek 513853
  net.naming-scheme= can be used to undo the change. The change applies
Zbigniew Jędrzejewski-Szmek 513853
  to container interface names on the host.
Zbigniew Jędrzejewski-Szmek 513853
Zbigniew Jędrzejewski-Szmek d1a1f0
- Fixes #1774242, #1787089, #1798414/CVE-2020-1712.
Zbigniew Jędrzejewski-Szmek 513853
Fedora Release Engineering d9b945
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org>
Fedora Release Engineering d9b945
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Fedora Release Engineering d9b945
Zbigniew Jędrzejewski-Szmek 2ccb3a
* Sat Dec 21 2019  <zbyszek@nano-f31> - 244.1-2
Zbigniew Jędrzejewski-Szmek 2ccb3a
- Disable service watchdogs (for systemd units)
Zbigniew Jędrzejewski-Szmek 2ccb3a
Zbigniew Jędrzejewski-Szmek 51ab4b
* Sun Dec 15 2019  <zbyszek@nano-f31> - 244.1-1
Zbigniew Jędrzejewski-Szmek 51ab4b
- Update to latest stable batch (systemd-networkd fixups, better
Zbigniew Jędrzejewski-Szmek 51ab4b
  support for seccomp on s390x, minor cleanups to documentation).
Zbigniew Jędrzejewski-Szmek 4cd9bf
- Drop patch to revert addition of NoNewPrivileges to systemd units
Zbigniew Jędrzejewski-Szmek 51ab4b
Zbigniew Jędrzejewski-Szmek ed1ff6
* Fri Nov 29 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 244-1
Zbigniew Jędrzejewski-Szmek ed1ff6
- Update to latest version. Just minor bugs fixed since the pre-release.
Zbigniew Jędrzejewski-Szmek ed1ff6
Zbigniew Jędrzejewski-Szmek a74696
* Fri Nov 22 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 244~rc1-1
Zbigniew Jędrzejewski-Szmek a74696
- Update to latest pre-release version,
Zbigniew Jędrzejewski-Szmek a74696
  see https://github.com/systemd/systemd/blob/master/NEWS#L3.
Zbigniew Jędrzejewski-Szmek a74696
  Biggest items: cgroups v2 cpuset controller, fido_id builtin in udev,
Zbigniew Jędrzejewski-Szmek a74696
  systemd-networkd does not create a default route for link local addressing,
Zbigniew Jędrzejewski-Szmek a74696
  systemd-networkd supports dynamic reconfiguration and a bunch of new settings.
Zbigniew Jędrzejewski-Szmek a74696
  Network files support matching on WLAN SSID and BSSID.
Zbigniew Jędrzejewski-Szmek a74696
- Better error messages when preset/enable/disable are used with a glob (#1763488)
Zbigniew Jędrzejewski-Szmek 896487
- u2f-hidraw-policy package is obsoleted (#1753381)
Zbigniew Jędrzejewski-Szmek a74696
Zbigniew Jędrzejewski-Szmek da9dae
* Tue Nov 19 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243.4
Zbigniew Jędrzejewski-Szmek da9dae
- Latest bugfix release. Systemd-stable snapshots will now be numbered.
Zbigniew Jędrzejewski-Szmek da9dae
- Fix broken PrivateDevices filter on big-endian, s390x in particular (#1769148)
Zbigniew Jędrzejewski-Szmek da9dae
- systemd-modules-load.service should only warn, not fail, on error (#1254340)
Zbigniew Jędrzejewski-Szmek da9dae
- Fix incorrect certificate validation with DNS over TLS (#1771725, #1771726,
Zbigniew Jędrzejewski-Szmek da9dae
  CVE-2018-21029)
Zbigniew Jędrzejewski-Szmek da9dae
- Fix regression with crypttab keys with colons
Zbigniew Jędrzejewski-Szmek da9dae
- Various memleaks and minor memory access issues, warning adjustments
Zbigniew Jędrzejewski-Szmek da9dae
Adam Williamson ec1d7b
* Fri Oct 18 2019 Adam Williamson <awilliam@redhat.com> - 243-4.gitef67743
Adam Williamson ec1d7b
- Backport PR #13792 to fix nomodeset+BIOS CanGraphical bug (#1728240)
Adam Williamson ec1d7b
Zbigniew Jędrzejewski-Szmek a556e1
* Thu Oct 10 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-3.gitef67743
Zbigniew Jędrzejewski-Szmek a556e1
- Various minor documentation and error message cleanups
Zbigniew Jędrzejewski-Szmek a556e1
- Do not use cgroup v1 hierarchy in nspawn on groups v2 (#1756143)
Zbigniew Jędrzejewski-Szmek a556e1
Zbigniew Jędrzejewski-Szmek 7aa63f
* Sat Sep 21 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-2.gitfab6f01
Zbigniew Jędrzejewski-Szmek 7aa63f
- Backport a bunch of patches (memory access issues, improvements to error
Zbigniew Jędrzejewski-Szmek 7aa63f
  reporting and handling in networkd, some misleading man page contents #1751363)
Zbigniew Jędrzejewski-Szmek 7aa63f
- Fix permissions on static nodes (#1740664)
Zbigniew Jędrzejewski-Szmek 7aa63f
- Make systemd-networks follow the RFC for DHPCv6 and radv timeouts
Zbigniew Jędrzejewski-Szmek 7aa63f
- Fix one crash in systemd-resolved (#1703598)
Zbigniew Jędrzejewski-Szmek 7aa63f
- Make journal catalog creation reproducible (avoid unordered hashmap use)
Zbigniew Jędrzejewski-Szmek 7aa63f
- Mark the accelerometer in HP laptops as part of the laptop base
Zbigniew Jędrzejewski-Szmek 7aa63f
- Fix relabeling of directories with relabel-extra.d/
Zbigniew Jędrzejewski-Szmek 7aa63f
- Fix potential stuck noop jobs in pid1
Zbigniew Jędrzejewski-Szmek a76023
- Obsolete timedatex package (#1735584)
Zbigniew Jędrzejewski-Szmek 7aa63f
Zbigniew Jędrzejewski-Szmek 090a9d
* Tue Sep  3 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-1
Zbigniew Jędrzejewski-Szmek 090a9d
- Update to latest release
Zbigniew Jędrzejewski-Szmek 090a9d
- Emission of Session property-changed notifications from logind is fixed
Zbigniew Jędrzejewski-Szmek 090a9d
  (this was breaking the switching of sessions to and from gnome).
Zbigniew Jędrzejewski-Szmek 090a9d
- Security issue: unprivileged users were allowed to change DNS
Zbigniew Jędrzejewski-Szmek 090a9d
  servers configured in systemd-resolved. Now proper polkit authorization
Zbigniew Jędrzejewski-Szmek 090a9d
  is required.
Zbigniew Jędrzejewski-Szmek 090a9d
Adam Williamson 07b358
* Mon Aug 26 2019 Adam Williamson <awilliam@redhat.com> - 243~rc2-2
Adam Williamson 07b358
- Backport PR #13406 to solve PATH ordering issue (#1744059)
Adam Williamson 07b358
Zbigniew Jędrzejewski-Szmek d7b2d4
* Thu Aug 22 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243~rc2-1
Zbigniew Jędrzejewski-Szmek d7b2d4
- Update to latest pre-release. Fixes #1740113, #1717712.
Zbigniew Jędrzejewski-Szmek d7b2d4
- The default scheduler for disks is set to BFQ (1738828)
Zbigniew Jędrzejewski-Szmek d7b2d4
- The default cgroup hierarchy is set to unified (cgroups v2) (#1732114).
Zbigniew Jędrzejewski-Szmek 82d2fa
  Use systemd.unified-cgroup-hierarchy=0 on the kernel command line to revert.
Zbigniew Jędrzejewski-Szmek d7b2d4
  See https://fedoraproject.org/wiki/Changes/CGroupsV2.
Zbigniew Jędrzejewski-Szmek d7b2d4
Adam Williamson 07f0cd
* Wed Aug 07 2019 Adam Williamson <awilliam@redhat.com> - 243~rc1-2
Adam Williamson 07f0cd
- Backport PR #1737362 so we own /etc/systemd/system again (#1737362)
Adam Williamson 07f0cd
Zbigniew Jędrzejewski-Szmek f1413e
* Tue Jul 30 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243~rc1-1
Zbigniew Jędrzejewski-Szmek f1413e
- Update to latest version (#1715699, #1696373, #1711065, #1718192)
Zbigniew Jędrzejewski-Szmek f1413e
Fedora Release Engineering bf71ff
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org>
Fedora Release Engineering bf71ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Fedora Release Engineering bf71ff
Zbigniew Jędrzejewski-Szmek 884831
* Sat Jul 20 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242-6.git9d34e79
Zbigniew Jędrzejewski-Szmek 884831
- Ignore bad rdrand output on AMD CPUs (#1729268)
Zbigniew Jędrzejewski-Szmek 884831
- A bunch of backported patches from upstream: documentation, memory
Zbigniew Jędrzejewski-Szmek 884831
  access fixups, command output tweaks (#1708996)
Zbigniew Jędrzejewski-Szmek 884831
Björn Esser 1c4be1
* Tue Jun 25 2019 Björn Esser <besser82@fedoraproject.org>- 242-5.git7a6d834
Björn Esser 1c4be1
- Rebuilt (libqrencode.so.4)
Björn Esser 1c4be1
Miro Hrončok d15ab1
* Tue Jun 25 2019 Miro Hrončok <mhroncok@redhat.com>- 242-4.git7a6d834
Miro Hrončok d15ab1
- Rebuilt for iptables update (libip4tc.so.2)
Miro Hrončok d15ab1
Zbigniew Jędrzejewski-Szmek 6dff98
* Fri Apr 26 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242-3.git7a6d834
Zbigniew Jędrzejewski-Szmek 6dff98
- Add symbol to mark vtable format changes (anything using sd_add_object_vtable
Zbigniew Jędrzejewski-Szmek 6dff98
  or sd_add_fallback_vtable needs to be rebuilt)
Zbigniew Jędrzejewski-Szmek 6dff98
- Fix wireguard ListenPort handling in systemd-networkd
Zbigniew Jędrzejewski-Szmek 6dff98
- Fix hang in flush_accept (#1702358)
Zbigniew Jędrzejewski-Szmek 6dff98
- Fix handling of RUN keys in udevd
Zbigniew Jędrzejewski-Szmek 6dff98
- Some documentation and shell completion updates and minor fixes
Zbigniew Jędrzejewski-Szmek 6dff98
Adam Williamson a419fc
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 242-2
Adam Williamson a419fc
- Rebuild with Meson fix for #1699099
Adam Williamson a419fc
Adam Williamson a419fc
* Thu Apr 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242-1
Zbigniew Jędrzejewski-Szmek 4480ca
- Update to latest release
Zbigniew Jędrzejewski-Szmek 4480ca
- Make scriptlet failure non-fatal
Zbigniew Jędrzejewski-Szmek 4480ca
Zbigniew Jędrzejewski-Szmek c7ac97
* Tue Apr  9 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242~rc4-1
Zbigniew Jędrzejewski-Szmek c7ac97
- Update to latest prerelease
Zbigniew Jędrzejewski-Szmek c7ac97
Zbigniew Jędrzejewski-Szmek 77ab9b
* Thu Apr  4 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242~rc3-1
Zbigniew Jędrzejewski-Szmek 77ab9b
- Update to latest prerelease
Zbigniew Jędrzejewski-Szmek 77ab9b
Zbigniew Jędrzejewski-Szmek 2379dd
* Wed Apr  3 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 242~rc2-1
Zbigniew Jędrzejewski-Szmek 2379dd
- Update to the latest prerelease.
Zbigniew Jędrzejewski-Szmek 2379dd
- The bug reported on latest update that systemd-resolved and systemd-networkd are
Zbigniew Jędrzejewski-Szmek 2379dd
  re-enabled after upgrade is fixed.
Zbigniew Jędrzejewski-Szmek 2379dd
Zbigniew Jędrzejewski-Szmek b61052
* Fri Mar 29 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-4.gitcbf14c9
Zbigniew Jędrzejewski-Szmek b61052
- Backport various patches from the v241..v242 range:
Zbigniew Jędrzejewski-Szmek b61052
  kernel-install will not create the boot loader entry automatically (#1648907),
Zbigniew Jędrzejewski-Szmek b61052
  various bash completion improvements (#1183769),
Zbigniew Jędrzejewski-Szmek b61052
  memory leaks and such (#1685286).
Zbigniew Jędrzejewski-Szmek b61052
Zbigniew Jędrzejewski-Szmek 32a6a0
* Thu Mar 14 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-3.gitc1f8ff8
Zbigniew Jędrzejewski-Szmek 32a6a0
- Declare hyperv and framebuffer devices master-of-seat again (#1683197)
Zbigniew Jędrzejewski-Szmek 32a6a0
Zbigniew Jędrzejewski-Szmek cda068
* Wed Feb 20 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-2.gita09c170
Zbigniew Jędrzejewski-Szmek cda068
- Prevent buffer overread in systemd-udevd
Zbigniew Jędrzejewski-Szmek cda068
- Properly validate dbus paths received over dbus (#1678394, CVE-2019-6454)
Zbigniew Jędrzejewski-Szmek cda068
Zbigniew Jędrzejewski-Szmek 660962
* Sat Feb  9 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241~rc2-2
Zbigniew Jędrzejewski-Szmek 660962
- Turn LTO back on
Zbigniew Jędrzejewski-Szmek 660962
Zbigniew Jędrzejewski-Szmek 442c8d
* Tue Feb  5 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241~rc2-1
Zbigniew Jędrzejewski-Szmek 442c8d
- Update to latest release -rc2
Zbigniew Jędrzejewski-Szmek 442c8d
Fedora Release Engineering 8d4a09
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org>
Fedora Release Engineering 8d4a09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Fedora Release Engineering 8d4a09
Yu Watanabe ee8fc2
* Sun Jan 27 2019 Yu Watanabe <watanabe.yu@gmail.com> - 241~rc1-2
Yu Watanabe ee8fc2
- Backport a patch for kernel-install
Yu Watanabe ee8fc2
Zbigniew Jędrzejewski-Szmek 0eab21
* Sat Jan 26 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241~rc1-1
Zbigniew Jędrzejewski-Szmek 0eab21
- Update to latest release -rc1
Zbigniew Jędrzejewski-Szmek 0eab21
Zbigniew Jędrzejewski-Szmek a78781
* Tue Jan 15 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-6.gitf02b547
Zbigniew Jędrzejewski-Szmek a78781
- Add a work-around for #1663040
Zbigniew Jędrzejewski-Szmek a78781
Björn Esser 3eb990
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org>
Björn Esser 3eb990
- Rebuilt for libcrypt.so.2 (#1666033)
Björn Esser 3eb990
Zbigniew Jędrzejewski-Szmek 4557ee
* Fri Jan 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-4.gitf02b547
Zbigniew Jędrzejewski-Szmek 4557ee
- Add a work-around for selinux issue on live images (#1663040)
Zbigniew Jędrzejewski-Szmek 4557ee
Zbigniew Jędrzejewski-Szmek 0214da
* Fri Jan 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-3.gitf02b547
Zbigniew Jędrzejewski-Szmek 0214da
- systemd-journald and systemd-journal-remote reject entries which
Zbigniew Jędrzejewski-Szmek 0214da
  contain too many fields (CVE-2018-16865, #1664973) and set limits on the
Zbigniew Jędrzejewski-Szmek 0214da
  process' command line length (CVE-2018-16864, #1664972)
Zbigniew Jędrzejewski-Szmek 0214da
- $DBUS_SESSION_BUS_ADDRESS is again exported by pam_systemd (#1662857)
Zbigniew Jędrzejewski-Szmek 0214da
- A fix for systemd-udevd crash (#1662303)
Zbigniew Jędrzejewski-Szmek 0214da
Zbigniew Jędrzejewski-Szmek ea91d3
* Sat Dec 22 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-2
Zbigniew Jędrzejewski-Szmek ea91d3
- Add two more patches that revert recent udev changes
Zbigniew Jędrzejewski-Szmek ea91d3
Zbigniew Jędrzejewski-Szmek 47d443
* Fri Dec 21 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 240-1
Zbigniew Jędrzejewski-Szmek 47d443
- Update to latest release
Zbigniew Jędrzejewski-Szmek 47d443
  See https://github.com/systemd/systemd/blob/master/NEWS for the list of changes.
Zbigniew Jędrzejewski-Szmek 47d443
Zbigniew Jędrzejewski-Szmek 3a45cc
* Mon Dec 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-10.git9f3aed1
Zbigniew Jędrzejewski-Szmek 3a45cc
- Hibernation checks for resume= are rescinded (#1645870)
Zbigniew Jędrzejewski-Szmek 3a45cc
- Various patches:
Zbigniew Jędrzejewski-Szmek 3a45cc
  - memory issues in logind, networkd, journald (#1653068), sd-device, etc.
Zbigniew Jędrzejewski-Szmek 3a45cc
  - Adaptations for newer meson, lz4, kernel
Zbigniew Jędrzejewski-Szmek 3a45cc
  - Fixes for misleading bugs in documentation
Zbigniew Jędrzejewski-Szmek 3a45cc
- net.ipv4.conf.all.rp_filter is changed from 1 to 2
Zbigniew Jędrzejewski-Szmek 3a45cc
Zbigniew Jędrzejewski-Szmek 4ba081
* Thu Nov 29 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Zbigniew Jędrzejewski-Szmek 4ba081
- Adjust scriptlets to modify /etc/authselect/user-nsswitch.conf
Zbigniew Jędrzejewski-Szmek 4ba081
  (see https://github.com/pbrezina/authselect/issues/77)
Zbigniew Jędrzejewski-Szmek 4ba081
- Drop old scriptlets for nsswitch.conf modifications for nss-mymachines and nss-resolve
Zbigniew Jędrzejewski-Szmek 4ba081
Zbigniew Jędrzejewski-Szmek 3a45cc
* Sun Nov 18 2018 Alejandro Domínguez Muñoz <adomu@net-c.com>
Alejandro Domínguez Muñoz b2165d
- Remove link creation for rsyslog.service
Alejandro Domínguez Muñoz b2165d
Adam Williamson 8510ca
* Thu Nov  8 2018 Adam Williamson <awilliam@redhat.com> - 239-9.git9f3aed1
Zbigniew Jędrzejewski-Szmek be4317
- Go back to using systemctl preset-all in %%post (#1647172, #1118740)
Adam Williamson 8510ca
Adam Williamson 8510ca
* Mon Nov  5 2018 Adam Williamson <awilliam@redhat.com> - 239-8.git9f3aed1
Adam Williamson 71e781
- Requires(post) openssl-libs to fix live image build machine-id issue
Adam Williamson 71e781
  See: https://pagure.io/dusty/failed-composes/issue/960
Adam Williamson 71e781
Yu Watanabe d15bd1
* Mon Nov  5 2018 Yu Watanabe <watanabe.yu@gmail.com>
Yu Watanabe d15bd1
- Set proper attributes to private directories
Yu Watanabe d15bd1
Zbigniew Jędrzejewski-Szmek c9030f
* Fri Nov  2 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-7.git9f3aed1
Zbigniew Jędrzejewski-Szmek c9030f
- Split out the rpm macros into systemd-rpm-macros subpackage (#1645298)
Zbigniew Jędrzejewski-Szmek c9030f
Zbigniew Jędrzejewski-Szmek 6714fc
* Sun Oct 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-6.git9f3aed1
Zbigniew Jędrzejewski-Szmek 6714fc
- Fix a local vulnerability from a race condition in chown-recursive (CVE-2018-15687, #1639076)
Zbigniew Jędrzejewski-Szmek 6714fc
- Fix a local vulnerability from invalid handling of long lines in state deserialization (CVE-2018-15686, #1639071)
Zbigniew Jędrzejewski-Szmek 6714fc
- Fix a remote vulnerability in DHCPv6 in systemd-networkd (CVE-2018-15688, #1639067)
Zbigniew Jędrzejewski-Szmek 6714fc
- The DHCP server is started only when link is UP
Zbigniew Jędrzejewski-Szmek 6714fc
- DHCPv6 prefix delegation is improved
Zbigniew Jędrzejewski-Szmek 6714fc
- Downgrade logging of various messages and add loging in other places
Zbigniew Jędrzejewski-Szmek 6714fc
- Many many fixes in error handling and minor memory leaks and such
Zbigniew Jędrzejewski-Szmek 6714fc
- Fix typos and omissions in documentation
Zbigniew Jędrzejewski-Szmek 6714fc
- Typo in %%_environmnentdir rpm macro is fixed (with backwards compatiblity preserved)
Zbigniew Jędrzejewski-Szmek 6714fc
- Matching by MACAddress= in systemd-networkd is fixed
Zbigniew Jędrzejewski-Szmek 6714fc
- Creation of user runtime directories is improved, and the user
Zbigniew Jędrzejewski-Szmek 6714fc
  manager is only stopped after 10 s after the user logs out (#1642460 and other bugs)
Zbigniew Jędrzejewski-Szmek 6714fc
- systemd units systemd-timesyncd, systemd-resolved, systemd-networkd are switched back to use DynamicUser=0
Zbigniew Jędrzejewski-Szmek 6714fc
- Aliases are now resolved when loading modules from pid1. This is a (redundant) fix for a brief kernel regression.
Zbigniew Jędrzejewski-Szmek 6714fc
- "systemctl --wait start" exits immediately if no valid units are named
Zbigniew Jędrzejewski-Szmek 6714fc
- zram devices are not considered as candidates for hibernation
Zbigniew Jędrzejewski-Szmek 6714fc
- ECN is not requested for both in- and out-going connections (the sysctl overide for net.ipv4.tcp_ecn is removed)
Zbigniew Jędrzejewski-Szmek 6714fc
- Various smaller improvements to unit ordering and dependencies
Zbigniew Jędrzejewski-Szmek 6714fc
- generators are now called with the manager's environment
Zbigniew Jędrzejewski-Szmek 6714fc
- Handling of invalid (intentionally corrupt) dbus messages is improved, fixing potential local DOS avenues
Zbigniew Jędrzejewski-Szmek 6714fc
- The target of symlinks links in .wants/ and .requires/ is now ignored. This fixes an issue where
Zbigniew Jędrzejewski-Szmek 6714fc
  the unit file would sometimes be loaded from such a symlink, leading to non-deterministic unit contents.
Zbigniew Jędrzejewski-Szmek 6714fc
- Filtering of kernel threads is improved. This fixes an issues with newer kernels where hybrid kernel/user
Zbigniew Jędrzejewski-Szmek 6714fc
  threads are used by bpfilter.
Zbigniew Jędrzejewski-Szmek 6714fc
- "noresume" can be used on the kernel command line to force normal boot even if a hibernation images is present
Zbigniew Jędrzejewski-Szmek 6714fc
- Hibernation is not advertised if resume= is not present on the kernenl command line
Zbigniew Jędrzejewski-Szmek 6714fc
- Hibernation/Suspend/... modes can be disabled using AllowSuspend=,
Zbigniew Jędrzejewski-Szmek 6714fc
  AllowHibernation=, AllowSuspendThenHibernate=, AllowHybridSleep=
Zbigniew Jędrzejewski-Szmek 6714fc
- LOGO= and DOCUMENTATION_URL= are documented for the os-release file
Zbigniew Jędrzejewski-Szmek 6714fc
- The hashmap mempool is now only used internally in systemd, and is disabled for external users of the systemd libraries
Zbigniew Jędrzejewski-Szmek 6714fc
- Additional state is serialized/deserialized when logind is restarted, fixing the handling of user objects
Zbigniew Jędrzejewski-Szmek 6714fc
- Catalog entries for the journal are improved (#1639482)
Zbigniew Jędrzejewski-Szmek 6714fc
- If suspend fails, the post-suspend hooks are still called.
Zbigniew Jędrzejewski-Szmek 6714fc
- Various build issues on less-common architectures are fixed
Zbigniew Jędrzejewski-Szmek 6714fc
Jan Synacek 1f6dfb
* Wed Oct  3 2018 Jan Synáček <jsynacek@redhat.com> - 239-5
Jan Synacek 1f6dfb
- Fix meson using -Ddebug, which results in FTBFS
Jan Synacek d8d2ff
- Fix line_begins() to accept word matching full string (#1631840)
Jan Synacek 1f6dfb
Zbigniew Jędrzejewski-Szmek 184871
* Mon Sep 10 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-4
Zbigniew Jędrzejewski-Szmek 184871
- Move /etc/yum/protected.d/systemd.conf to /etc/dnf/ (#1626969)
Zbigniew Jędrzejewski-Szmek 184871
Zbigniew Jędrzejewski-Szmek e7883a
* Wed Jul 18 2018 Terje Rosten <terje.rosten@ntnu.no> - 239-3
Zbigniew Jędrzejewski-Szmek e7883a
- Ignore return value from systemd-binfmt in scriptlet (#1565425)
Zbigniew Jędrzejewski-Szmek e7883a
Filipe Brandenburger 05bb38
* Sun Jul 15 2018 Filipe Brandenburger <filbranden@gmail.com>
Filipe Brandenburger 05bb38
- Override systemd-user PAM config in install and not prep
Filipe Brandenburger 05bb38
Fedora Release Engineering ad150b
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org>
Fedora Release Engineering ad150b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Fedora Release Engineering ad150b
Zbigniew Jędrzejewski-Szmek a2b050
* Mon Jun 25 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Zbigniew Jędrzejewski-Szmek a2b050
- Rebuild for Python 3.7 again
Zbigniew Jędrzejewski-Szmek a2b050
Zbigniew Jędrzejewski-Szmek eb80e6
* Fri Jun 22 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-1
Zbigniew Jędrzejewski-Szmek eb80e6
- Update to latest version, mostly bug fixes and new functionality,
Zbigniew Jędrzejewski-Szmek eb80e6
  very little breaking changes. See
Zbigniew Jędrzejewski-Szmek eb80e6
  https://github.com/systemd/systemd/blob/v239/NEWS for details.
Zbigniew Jędrzejewski-Szmek eb80e6
Miro Hrončok c8d150
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com>
Miro Hrončok c8d150
- Rebuilt for Python 3.7
Miro Hrončok c8d150
Zbigniew Jędrzejewski-Szmek b59ff1
* Fri May 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-8.git0e0aa59
Zbigniew Jędrzejewski-Szmek b59ff1
- Backport a number of patches (documentation, hwdb updates)
Zbigniew Jędrzejewski-Szmek b59ff1
- Fixes for tmpfiles 'e' entries
Zbigniew Jędrzejewski-Szmek b59ff1
- systemd-networkd crashes
Zbigniew Jędrzejewski-Szmek b59ff1
- XEN virtualization detection on hyper-v
Zbigniew Jędrzejewski-Szmek b59ff1
- Avoid relabelling /sys/fs/cgroup if not needed (#1576240)
Zbigniew Jędrzejewski-Szmek b59ff1
Zbigniew Jędrzejewski-Szmek bb3fb8
* Wed Apr 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-7.fc28.1
Zbigniew Jędrzejewski-Szmek bb3fb8
- Allow fake Delegate= setting on slices (#1568594)
Zbigniew Jędrzejewski-Szmek bb3fb8
Zbigniew Jędrzejewski-Szmek 3c9433
* Wed Mar 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-7
Zbigniew Jędrzejewski-Szmek e8a954
- Move udev transfiletriggers to the right package, fix quoting
Zbigniew Jędrzejewski-Szmek 3c9433
Zbigniew Jędrzejewski-Szmek 3c9433
* Tue Mar 27 2018 Colin Walters <walters@verbum.org> - 238-6
Colin Walters 8e6b39
- Use shell for triggers; see https://github.com/systemd/systemd/pull/8550
Colin Walters 8e6b39
  This fixes compatibility with rpm-ostree.
Colin Walters 8e6b39
Zbigniew Jędrzejewski-Szmek f77041
* Tue Mar 20 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-5
Zbigniew Jędrzejewski-Szmek f77041
- Backport patch to revert inadvertent change of "predictable" interface name (#1558027)
Zbigniew Jędrzejewski-Szmek f77041
Zbigniew Jędrzejewski-Szmek 176a18
* Fri Mar 16 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-4
Zbigniew Jędrzejewski-Szmek 176a18
- Do not close dbus connection during dbus reload call (#1554578)
Zbigniew Jędrzejewski-Szmek 176a18
Zbigniew Jędrzejewski-Szmek d4d36e
* Wed Mar  7 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-3
Zbigniew Jędrzejewski-Szmek d4d36e
- Revert the patches for GRUB BootLoaderSpec support
Zbigniew Jędrzejewski-Szmek d4d36e
- Add patch for /etc/machine-id creation (#1552843)
Zbigniew Jędrzejewski-Szmek d4d36e
Zbigniew Jędrzejewski-Szmek d4d36e
* Tue Mar  6 2018 Yu Watanabe <watanabe.yu@gmail.com> - 238-2
Yu Watanabe 792370
- Fix transfiletrigger script (#1551793)
Yu Watanabe 792370
Zbigniew Jędrzejewski-Szmek 98ea23
* Mon Mar  5 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-1
Zbigniew Jędrzejewski-Szmek 98ea23
- Update to latest version
Zbigniew Jędrzejewski-Szmek 98ea23
- This fixes a hard-to-trigger potential vulnerability (CVE-2018-6954)
Zbigniew Jędrzejewski-Szmek 98ea23
- New transfiletriggers are installed for udev hwdb and rules, the journal
Zbigniew Jędrzejewski-Szmek 98ea23
  catalog, sysctl.d, binfmt.d, sysusers.d, tmpfiles.d.
Zbigniew Jędrzejewski-Szmek 98ea23
Yu Watanabe d10793
* Tue Feb 27 2018 Javier Martinez Canillas <javierm@redhat.com> - 237-7.git84c8da5
Javier Martinez Canillas fd0679
- Add patch to install kernel images for GRUB BootLoaderSpec support
Javier Martinez Canillas fd0679
Zbigniew Jędrzejewski-Szmek 885c28
* Sat Feb 24 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-6.git84c8da5
Zbigniew Jędrzejewski-Szmek 885c28
- Create /etc/systemd in %%post libs if necessary (#1548607)
Zbigniew Jędrzejewski-Szmek 885c28
Adam Williamson f5d69d
* Fri Feb 23 2018 Adam Williamson <awilliam@redhat.com> - 237-5.git84c8da5
Zbigniew Jędrzejewski-Szmek 885c28
- Use : not touch to create file in -libs %%post
Adam Williamson f5d69d
6f5e81
* Thu Feb 22 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 237-4.git84c8da5
Zbigniew Jędrzejewski-Szmek 885c28
- Add coreutils dep for systemd-libs %%post
a88494
- Add patch to typecast USB IDs to avoid compile failure
6f5e81
Zbigniew Jędrzejewski-Szmek 6eaf25
* Wed Feb 21 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-3.git84c8da5
Zbigniew Jędrzejewski-Szmek 388cd9
- Update some patches for test skipping that were updated upstream
Zbigniew Jędrzejewski-Szmek 388cd9
  before merging
Zbigniew Jędrzejewski-Szmek 388cd9
- Add /usr/lib/systemd/purge-nobody-user — a script to check if nobody is defined
Zbigniew Jędrzejewski-Szmek 388cd9
  correctly and possibly replace existing mappings
Zbigniew Jędrzejewski-Szmek 388cd9
Zbigniew Jędrzejewski-Szmek 8dc92a
* Tue Feb 20 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-2.gitdff4849
Zbigniew Jędrzejewski-Szmek 8dc92a
- Backport a bunch of patches, most notably for the journal and various
Zbigniew Jędrzejewski-Szmek 8dc92a
  memory issues. Some minor build fixes.
Zbigniew Jędrzejewski-Szmek 8dc92a
- Switch to new ldconfig macros that do nothing in F28+
Zbigniew Jędrzejewski-Szmek 8dc92a
- /etc/systemd/dont-synthesize-nobody is created in %%post if nfsnobody
Zbigniew Jędrzejewski-Szmek 8dc92a
  or nobody users are defined (#1537262)
Zbigniew Jędrzejewski-Szmek 8dc92a
Zbigniew Jędrzejewski-Szmek 8dc92a
* Fri Feb  9 2018 Zbigniew Jędrzejeweski-Szmek <zbyszek@in.waw.pl> - 237-1.git78bd769
Zbigniew Jędrzejewski-Szmek 7ffa92
- Update to first stable snapshot (various minor memory leaks and misaccesses,
Zbigniew Jędrzejewski-Szmek 7ffa92
  some documentation bugs, build fixes).
Zbigniew Jędrzejewski-Szmek 7ffa92
Zbigniew Jędrzejewski-Szmek e3edee
* Sun Jan 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-1
Zbigniew Jędrzejewski-Szmek e3edee
- Update to latest version
Zbigniew Jędrzejewski-Szmek e3edee
Björn Esser 3595fb
* Sun Jan 21 2018 Björn Esser <besser82@fedoraproject.org> - 236-4.git3e14c4c
Björn Esser 3595fb
- Add patch to include <crypt.h> if needed
Björn Esser 3595fb
Björn Esser af2992
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 236-3.git3e14c4c
Björn Esser af2992
- Rebuilt for switch to libxcrypt
Björn Esser af2992
Zbigniew Jędrzejewski-Szmek 38d7cf
* Thu Jan 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-2.git23e14c4
Zbigniew Jędrzejewski-Szmek 38d7cf
- Backport a bunch of bugfixes from upstream (#1531502, #1531381, #1526621
Zbigniew Jędrzejewski-Szmek 38d7cf
  various memory corruptions in systemd-networkd)
Zbigniew Jędrzejewski-Szmek 38d7cf
- /dev/kvm is marked as a static node which fixes permissions on s390x
Zbigniew Jędrzejewski-Szmek 38d7cf
  and ppc64 (#1532382)
Zbigniew Jędrzejewski-Szmek 38d7cf
Zbigniew Jędrzejewski-Szmek 1eeb98
* Fri Dec 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-1
Zbigniew Jędrzejewski-Szmek 1eeb98
- Update to latest version
Zbigniew Jędrzejewski-Szmek 1eeb98
Zbigniew Jędrzejewski-Szmek 17a6f3
* Mon Dec 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-5.git4a0e928
Zbigniew Jędrzejewski-Szmek 2125b9
- Update to latest git snapshot, do not build for realz
Zbigniew Jędrzejewski-Szmek 2125b9
- Switch to libidn2 again (#1449145)
Zbigniew Jędrzejewski-Szmek 17a6f3
Zbigniew Jędrzejewski-Szmek f00d23
* Tue Nov 07 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-4
Zbigniew Jędrzejewski-Szmek f00d23
- Rebuild for cryptsetup-2.0.0-0.2.fc28
Zbigniew Jędrzejewski-Szmek f00d23
Zbigniew Jędrzejewski-Szmek 35bb94
* Wed Oct 25 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-3
Zbigniew Jędrzejewski-Szmek 35bb94
- Backport a bunch of patches, including LP#172535
Zbigniew Jędrzejewski-Szmek 35bb94
Zbigniew Jędrzejewski-Szmek 35bb94
* Wed Oct 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-2
Zbigniew Jędrzejewski-Szmek ca246f
- Patches for cryptsetup _netdev
Zbigniew Jędrzejewski-Szmek ca246f
Zbigniew Jędrzejewski-Szmek 3cb114
* Fri Oct  6 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-1
Zbigniew Jędrzejewski-Szmek 3cb114
- Update to latest version
Zbigniew Jędrzejewski-Szmek 3cb114
Nathaniel McCallum ac49c7
* Tue Sep 26 2017 Nathaniel McCallum <npmccallum@redhat.com> - 234-8
Nathaniel McCallum ac49c7
- Backport /etc/crypttab _netdev feature from upstream
Nathaniel McCallum ac49c7
Michal Sekletar 1d5166
* Thu Sep 21 2017 Michal Sekletar <msekleta@redhat.com> - 234-7
Michal Sekletar 1d5166
- Make sure to remove all device units sharing the same sysfs path (#1475570)
Michal Sekletar 1d5166
Zbigniew Jędrzejewski-Szmek 8b20c7
* Mon Sep 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-6
Zbigniew Jędrzejewski-Szmek 8b20c7
- Bump xslt recursion limit for libxslt-1.30
Zbigniew Jędrzejewski-Szmek 8b20c7
Zbigniew Jędrzejewski-Szmek 27bd1b
* Mon Jul 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-5
Zbigniew Jędrzejewski-Szmek 27bd1b
- Backport more patches (#1476005, hopefully #1462378)
Zbigniew Jędrzejewski-Szmek 27bd1b
Fedora Release Engineering 8d4133
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org>
Fedora Release Engineering 8d4133
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Fedora Release Engineering 8d4133
Zbigniew Jędrzejewski-Szmek d044ab
* Mon Jul 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-3
Zbigniew Jędrzejewski-Szmek d044ab
- Fix x-systemd.timeout=0 in /etc/fstab (#1462378)
Zbigniew Jędrzejewski-Szmek d044ab
- Minor patches (memleaks, --help fixes, seccomp on arm64)
Zbigniew Jędrzejewski-Szmek d044ab
Zbigniew Jędrzejewski-Szmek 84e784
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-2
Zbigniew Jędrzejewski-Szmek 84e784
- Create kvm group (#1431876)
Zbigniew Jędrzejewski-Szmek 84e784
Zbigniew Jędrzejewski-Szmek 5bf449
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-1
Zbigniew Jędrzejewski-Szmek 5bf449
- Latest release
Zbigniew Jędrzejewski-Szmek 5bf449
Zbigniew Jędrzejewski-Szmek 83f115
* Sat Jul  1 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-7.git74d8f1c
Zbigniew Jędrzejewski-Szmek 83f115
- Update to snapshot
Zbigniew Jędrzejewski-Szmek 83f115
- Build with meson again
Zbigniew Jędrzejewski-Szmek 83f115
Zbigniew Jędrzejewski-Szmek 4bbfd1
* Tue Jun 27 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-6
Zbigniew Jędrzejewski-Szmek 4bbfd1
- Fix an out-of-bounds write in systemd-resolved (CVE-2017-9445)
Zbigniew Jędrzejewski-Szmek 4bbfd1
Zbigniew Jędrzejewski-Szmek 3fb4a1
* Fri Jun 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-5.gitec36d05
Zbigniew Jędrzejewski-Szmek 3fb4a1
- Update to snapshot version, build with meson
Zbigniew Jędrzejewski-Szmek 3fb4a1
Zbigniew Jędrzejewski-Szmek 4bbfd1
* Thu Jun 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-4
Zbigniew Jędrzejewski-Szmek f4a676
- Backport a bunch of small fixes (memleaks, wrong format strings,
Zbigniew Jędrzejewski-Szmek f4a676
  man page clarifications, shell completion)
Zbigniew Jędrzejewski-Szmek f4a676
- Fix systemd-resolved crash on crafted DNS packet (CVE-2017-9217, #1455493)
Zbigniew Jędrzejewski-Szmek f4a676
- Fix systemd-vconsole-setup.service error on systems with no VGA console (#1272686)
Zbigniew Jędrzejewski-Szmek 83f115
- Drop soft-static uid for systemd-journal-gateway
Zbigniew Jędrzejewski-Szmek 83f115
- Use ID from /etc/os-release as ntpvendor
Zbigniew Jędrzejewski-Szmek f4a676
Michal Sekletar f5f073
* Thu Mar 16 2017 Michal Sekletar <msekleta@redhat.com> - 233-3
Michal Sekletar f5f073
- Backport bugfixes from upstream
Michal Sekletar f5f073
- Don't return error when machinectl couldn't figure out container IP addresses (#1419501)
Michal Sekletar f5f073
Zbigniew Jędrzejewski-Szmek 2809df
* Thu Mar  2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-2
Zbigniew Jędrzejewski-Szmek 2809df
- Fix installation conflict with polkit
Zbigniew Jędrzejewski-Szmek 2809df
Zbigniew Jędrzejewski-Szmek bb4127
* Thu Mar  2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-1
Zbigniew Jędrzejewski-Szmek bb4127
- New upstream release (#1416201, #1405439, #1420753, many others)
Zbigniew Jędrzejewski-Szmek bb4127
- New systemd-tests subpackage with "installed tests"
Zbigniew Jędrzejewski-Szmek bb4127
Zbigniew Jędrzejewski-Szmek 487791
* Thu Feb 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-15
Zbigniew Jędrzejewski-Szmek 487791
- Add %%ghost %%dir entries for .wants dirs of our targets (#1422894)
Zbigniew Jędrzejewski-Szmek 487791
Zbigniew Jędrzejewski-Szmek 0f3499
* Tue Feb 14 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-14
Zbigniew Jędrzejewski-Szmek 0f3499
- Ignore the hwdb parser test
Zbigniew Jędrzejewski-Szmek 0f3499
Jan Synacek 78d35a
* Tue Feb 14 2017 Jan Synáček <jsynacek@redhat.com> - 232-14
Jan Synacek 78d35a
- machinectl fails when virtual machine is running (#1419501)
Jan Synacek 78d35a
Jan Synacek 78d35a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 232-13
Fedora Release Engineering 6c1e2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Fedora Release Engineering 6c1e2a
Zbigniew Jędrzejewski-Szmek 5d6eed
* Tue Jan 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-12
Zbigniew Jędrzejewski-Szmek 5d6eed
- Backport patch for initrd-switch-root.service getting killed (#1414904)
Zbigniew Jędrzejewski-Szmek 5d6eed
- Fix sd-journal-gatewayd -D, --trust, and COREDUMP_CONTAINER_CMDLINE
Zbigniew Jędrzejewski-Szmek 5d6eed
  extraction by sd-coredump.
Zbigniew Jędrzejewski-Szmek 5d6eed
Zbigniew Jędrzejewski-Szmek 03e93e
* Sun Jan 29 2017 zbyszek <zbyszek@in.waw.pl> - 232-11
Zbigniew Jędrzejewski-Szmek 03e93e
- Backport a number of patches (#1411299, #1413075, #1415745,
Zbigniew Jędrzejewski-Szmek 03e93e
                                ##1415358, #1416588, #1408884)
Zbigniew Jędrzejewski-Szmek 03e93e
- Fix various memleaks and unitialized variable access
Zbigniew Jędrzejewski-Szmek 03e93e
- Shell completion enhancements
Zbigniew Jędrzejewski-Szmek 639621
- Enable TPM logging by default (#1411156)
Zbigniew Jędrzejewski-Szmek 405c2c
- Update hwdb (#1270124)
Zbigniew Jędrzejewski-Szmek 03e93e
Adam Williamson 4c60d7
* Thu Jan 19 2017 Adam Williamson <awilliam@redhat.com> - 232-10
Adam Williamson 4c60d7
- Backport fix for boot failure in initrd-switch-root (#1414904)
Adam Williamson 4c60d7
Zbigniew Jędrzejewski-Szmek 74dc67
* Wed Jan 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-9
Zbigniew Jędrzejewski-Szmek 74dc67
- Add fake dependency on systemd-pam to systemd-devel to ensure systemd-pam
Zbigniew Jędrzejewski-Szmek 74dc67
  is available as multilib (#1414153)
Zbigniew Jędrzejewski-Szmek 74dc67
Jan Synacek eaf2f3
* Tue Jan 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-8
Jan Synacek eaf2f3
- Fix buildsystem to check for lz4 correctly (#1404406)
Jan Synacek eaf2f3
Zbigniew Jędrzejewski-Szmek b69d36
* Wed Jan 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-7
Zbigniew Jędrzejewski-Szmek ca3c77
- Various small tweaks to scriplets
Zbigniew Jędrzejewski-Szmek b69d36
Kevin Fenzi 04206f
* Sat Jan 07 2017 Kevin Fenzi <kevin@scrye.com> - 232-6
Zbigniew Jędrzejewski-Szmek ca3c77
- Fix scriptlets to never fail in libs post
Kevin Fenzi 04206f
Kevin Fenzi 1eb707
* Fri Jan 06 2017 Kevin Fenzi <kevin@scrye.com> - 232-5
Zbigniew Jędrzejewski-Szmek ca3c77
- Add patch from Michal Schmidt to avoid process substitution (#1392236)
Kevin Fenzi 1eb707
Zbigniew Jędrzejewski-Szmek 1ec648
* Sun Nov  6 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-4
Zbigniew Jędrzejewski-Szmek 1ec648
- Rebuild (#1392236)
Zbigniew Jędrzejewski-Szmek 1ec648
Zbigniew Jędrzejewski-Szmek c91b73
* Fri Nov  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-3
Zbigniew Jędrzejewski-Szmek c91b73
- Make /etc/dbus-1/system.d directory non-%%ghost
Zbigniew Jędrzejewski-Szmek c91b73
Zbigniew Jędrzejewski-Szmek d81bdc
* Fri Nov  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-2
Zbigniew Jędrzejewski-Szmek d81bdc
- Fix kernel-install (#1391829)
Zbigniew Jędrzejewski-Szmek e134e6
- Restore previous systemd-user PAM config (#1391836)
Zbigniew Jędrzejewski-Szmek e134e6
- Move journal-upload.conf.5 from systemd main to journal-remote subpackage (#1391833)
Zbigniew Jędrzejewski-Szmek e134e6
- Fix permissions on /var/lib/systemd/journal-upload (#1262665)
Zbigniew Jędrzejewski-Szmek d81bdc
Zbigniew Jędrzejewski-Szmek 1478fa
* Thu Nov  3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-1
Zbigniew Jędrzejewski-Szmek 62b1bf
- Update to latest version (#998615, #1181922, #1374371, #1390704, #1384150, #1287161)
Zbigniew Jędrzejewski-Szmek a64739
- Add %%{_isa} to Provides on arch-full packages (#1387912)
Zbigniew Jędrzejewski-Szmek 62b1bf
- Create systemd-coredump user in %%pre (#1309574)
Zbigniew Jędrzejewski-Szmek 12da22
- Replace grubby patch with a short-circuiting install.d "plugin"
Zbigniew Jędrzejewski-Szmek da1538
- Enable nss-systemd in the passwd, group lines in nsswith.conf
Zbigniew Jędrzejewski-Szmek da1538
- Add [!UNAVAIL=return] fallback after nss-resolve in hosts line in nsswith.conf
Zbigniew Jędrzejewski-Szmek 62b1bf
- Move systemd-nspawn man pages to the right subpackage (#1391703)
Zbigniew Jędrzejewski-Szmek 1478fa
Jan Synacek 14572d
* Tue Oct 18 2016 Jan Synáček <jsynacek@redhat.com> - 231-11
Jan Synacek 14572d
- SPC - Cannot restart host operating from container (#1384523)
Jan Synacek 14572d
Zbigniew Jędrzejewski-Szmek 4e1286
* Sun Oct  9 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-10
Zbigniew Jędrzejewski-Szmek 4e1286
- Do not recreate /var/log/journal on upgrades (#1383066)
Zbigniew Jędrzejewski-Szmek 7ae71c
- Move nss-myhostname provides to systemd-libs (#1383271)
Zbigniew Jędrzejewski-Szmek 4e1286
Zbigniew Jędrzejewski-Szmek 64282b
* Fri Oct  7 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-9
Zbigniew Jędrzejewski-Szmek 64282b
- Fix systemctl set-default (#1374371)
Zbigniew Jędrzejewski-Szmek 65fed7
- Prevent systemd-udev-trigger.service from restarting (follow-up for #1378974)
Zbigniew Jędrzejewski-Szmek 64282b
Zbigniew Jędrzejewski-Szmek 839cce
* Tue Oct  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-8
Zbigniew Jędrzejewski-Szmek 839cce
- Apply fix for #1378974
Zbigniew Jędrzejewski-Szmek 839cce
Zbigniew Jędrzejewski-Szmek a2242c
* Mon Oct  3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-7
Zbigniew Jędrzejewski-Szmek a2242c
- Apply patches properly
Zbigniew Jędrzejewski-Szmek a2242c
Zbigniew Jędrzejewski-Szmek 3a5d9b
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-6
Zbigniew Jędrzejewski-Szmek 3a5d9b
- Better fix for (#1380286)
Zbigniew Jędrzejewski-Szmek 3a5d9b
Zbigniew Jędrzejewski-Szmek 20fa84
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-5
Zbigniew Jędrzejewski-Szmek 20fa84
- Denial-of-service bug against pid1 (#1380286)
Zbigniew Jędrzejewski-Szmek 20fa84
Zbigniew Jędrzejewski-Szmek 696e2f
* Thu Aug 25 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-4
Zbigniew Jędrzejewski-Szmek 696e2f
- Fix preset-all (#1363858)
Zbigniew Jędrzejewski-Szmek 696e2f
- Fix issue with daemon-reload messing up graphics (#1367766)
Zbigniew Jędrzejewski-Szmek 696e2f
- A few other bugfixes
Zbigniew Jędrzejewski-Szmek 696e2f
Adam Williamson c418e7
* Wed Aug 03 2016 Adam Williamson <awilliam@redhat.com> - 231-3
Adam Williamson c418e7
- Revert preset-all change, it broke stuff (#1363858)
Adam Williamson c418e7
Zbigniew Jędrzejewski-Szmek 140d00
* Wed Jul 27 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-2
Zbigniew Jędrzejewski-Szmek 140d00
- Call preset-all on initial installation (#1118740)
Zbigniew Jędrzejewski-Szmek 140d00
- Fix botched Recommends for libxkbcommon
Zbigniew Jędrzejewski-Szmek 140d00
Zbigniew Jędrzejewski-Szmek 6153dd
* Tue Jul 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-1
Zbigniew Jędrzejewski-Szmek 6153dd
- Update to latest version
Zbigniew Jędrzejewski-Szmek 6153dd
Zbigniew Jędrzejewski-Szmek abad21
* Wed Jun  8 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 230-3
Zbigniew Jędrzejewski-Szmek abad21
- Update to latest git snapshot (fixes for systemctl set-default,
Zbigniew Jędrzejewski-Szmek abad21
  polkit lingering policy, reversal of the framebuffer rules,
Zbigniew Jędrzejewski-Szmek abad21
  unaligned access fixes, fix for StartupBlockIOWeight-over-dbus).
Zbigniew Jędrzejewski-Szmek abad21
  Those changes are interspersed with other changes and new features
Zbigniew Jędrzejewski-Szmek abad21
  (mostly in lldp, networkd, and nspawn). Some of those new features
Zbigniew Jędrzejewski-Szmek abad21
  might not work, but I think that existing functionality should not
Zbigniew Jędrzejewski-Szmek abad21
  be broken, so it seems worthwile to update to the snapshot.
Zbigniew Jędrzejewski-Szmek abad21
Zbigniew Jędrzejewski-Szmek b3d8d3
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-2
Zbigniew Jędrzejewski-Szmek b3d8d3
- Remove systemd-compat-libs on upgrade
Zbigniew Jędrzejewski-Szmek b3d8d3
Zbigniew Jędrzejewski-Szmek b3d8d3
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-1
Zbigniew Jędrzejewski-Szmek 8f6ec2
- New version
Zbigniew Jędrzejewski-Szmek 8f6ec2
- Drop compat-libs
Zbigniew Jędrzejewski-Szmek 8f6ec2
- Require libxkbcommon explictly, since the automatic dependency will
Zbigniew Jędrzejewski-Szmek 8f6ec2
  not be generated anymore
Zbigniew Jędrzejewski-Szmek 8f6ec2
Zbigniew Jędrzejewski-Szmek 8efe61
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 229-15
Zbigniew Jędrzejewski-Szmek 8efe61
- Remove duplicated entries in -container %%files (#1330395)
Zbigniew Jędrzejewski-Szmek 8efe61
Zbigniew Jędrzejewski-Szmek b7ec95
* Fri Apr 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-14
Zbigniew Jędrzejewski-Szmek b7ec95
- Move installation of udev services to udev subpackage (#1329023)
Zbigniew Jędrzejewski-Szmek b7ec95
Zbigniew Jędrzejewski-Szmek b7ec95
* Mon Apr 18 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-13
Zbigniew Jędrzejewski-Szmek 28e2d4
- Split out systemd-pam subpackage (#1327402)
Zbigniew Jędrzejewski-Szmek 28e2d4
Harald Hoyer f7a77f
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-12
Harald Hoyer f7a77f
- move more binaries and services from the main package to subpackages
Harald Hoyer f7a77f
Harald Hoyer 7f4276
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-11
Harald Hoyer 7f4276
- move more binaries and services from the main package to subpackages
Harald Hoyer 7f4276
Harald Hoyer cf1399
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-10
Harald Hoyer cf1399
- move device dependant stuff to the udev subpackage
Harald Hoyer cf1399
Zbigniew Jędrzejewski-Szmek 37de5d
* Tue Mar 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-9
Zbigniew Jędrzejewski-Szmek 37de5d
- Add myhostname to /etc/nsswitch.conf (#1318303)
Zbigniew Jędrzejewski-Szmek 37de5d
Harald Hoyer afdf3e
* Mon Mar 21 2016 Harald Hoyer <harald@redhat.com> - 229-8
Harald Hoyer afdf3e
- fixed kernel-install for copying files for grubby
Harald Hoyer afdf3e
Resolves: rhbz#1299019
Harald Hoyer afdf3e
Zbigniew Jędrzejewski-Szmek 37de5d
* Thu Mar 17 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-7
Zbigniew Jędrzejewski-Szmek b9a1e3
- Moar patches (#1316964, #1317928)
Zbigniew Jędrzejewski-Szmek b7ec95
- Move vconsole-setup and tmpfiles-setup-dev bits to systemd-udev
Zbigniew Jędrzejewski-Szmek b9a1e3
- Protect systemd-udev from deinstallation
Zbigniew Jędrzejewski-Szmek b9a1e3
Zbigniew Jędrzejewski-Szmek 37de5d
* Fri Mar 11 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-6
Zbigniew Jędrzejewski-Szmek 642812
- Create /etc/resolv.conf symlink from systemd-resolved (#1313085)
Zbigniew Jędrzejewski-Szmek 642812
Zbigniew Jędrzejewski-Szmek 37de5d
* Fri Mar  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-5
Zbigniew Jędrzejewski-Szmek 34bfce
- Split out systemd-container subpackage (#1163412)
Zbigniew Jędrzejewski-Szmek c16b57
- Split out system-udev subpackage
Zbigniew Jędrzejewski-Szmek 2b6823
- Add various bugfix patches, incl. a tentative fix for #1308771
Zbigniew Jędrzejewski-Szmek 34bfce
Peter Robinson 624d2b
* Tue Mar  1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 229-4
Peter Robinson 624d2b
- Power64 and s390(x) now have libseccomp support
Peter Robinson 624d2b
- aarch64 has gnu-efi
Peter Robinson 624d2b
Jan Synacek 92af61
* Tue Feb 23 2016 Jan Synáček <jsynacek@redhat.com> - 229-3
Jan Synacek 92af61
- Fix build failures on ppc64 (#1310800)
Jan Synacek 92af61
Dennis Gilmore 18259f
* Tue Feb 16 2016 Dennis Gilmore <dennis@ausil.us> - 229-2
Dennis Gilmore 18259f
- revert: fixed kernel-install for copying files for grubby
Dennis Gilmore 18259f
Resolves: rhbz#1299019
Dennis Gilmore 18259f
- this causes the dtb files to not get installed at all and the fdtdir
Dennis Gilmore 18259f
- line in extlinux.conf to not get updated correctly
Dennis Gilmore 18259f
Michal Sekletar 5a1e61
* Thu Feb 11 2016 Michal Sekletar <msekleta@redhat.com> - 229-1
Michal Sekletar 5a1e61
- New upstream release
Michal Sekletar 5a1e61
Harald Hoyer 0a417f
* Thu Feb 11 2016 Harald Hoyer <harald@redhat.com> - 228-10.gite35a787
Harald Hoyer 0a417f
- fixed kernel-install for copying files for grubby
Harald Hoyer 0a417f
Resolves: rhbz#1299019
Harald Hoyer 0a417f
Fedora Release Engineering 4df4d1
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 228-9.gite35a787
Fedora Release Engineering 4df4d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Fedora Release Engineering 4df4d1
Peter Robinson e53f79
* Wed Jan 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 228-8.gite35a787
Peter Robinson e53f79
- Rebuild for binutils on aarch64 fix
Peter Robinson e53f79
Dan Horák f08e79
* Fri Jan 08 2016 Dan Horák <dan[at]danny.cz> - 228-7.gite35a787
Dan Horák f08e79
- apply the conflict with fedora-release only in Fedora
Dan Horák f08e79
Jan Synacek 2ec3b0
* Thu Dec 10 2015 Jan Synáček <jsynacek@redhat.com> - 228-6.gite35a787
Jan Synacek 2ec3b0
- Fix rawhide build failures on ppc64 (#1286249)
Jan Synacek 2ec3b0
Zbigniew Jędrzejewski-Szmek d8151d
* Sun Nov 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-6.gite35a787
Zbigniew Jędrzejewski-Szmek d8151d
- Create /etc/systemd/network (#1286397)
Zbigniew Jędrzejewski-Szmek d8151d
Zbigniew Jędrzejewski-Szmek 38d93e
* Thu Nov 26 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-5.gite35a787
Zbigniew Jędrzejewski-Szmek 38d93e
- Do not install nss modules by default
Zbigniew Jędrzejewski-Szmek 38d93e
Zbigniew Jędrzejewski-Szmek 1279f7
* Tue Nov 24 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-4.gite35a787
Zbigniew Jędrzejewski-Szmek 1279f7
- Update to latest upstream git: there is a bunch of fixes
Zbigniew Jędrzejewski-Szmek 1279f7
  (nss-mymachines overflow bug, networkd fixes, more completions are
Zbigniew Jędrzejewski-Szmek 1279f7
  properly installed), mixed with some new resolved features.
Zbigniew Jędrzejewski-Szmek 1279f7
- Rework file triggers so that they always run before daemons are restarted
Zbigniew Jędrzejewski-Szmek 1279f7
Zbigniew Jędrzejewski-Szmek fc6511
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-3
Zbigniew Jędrzejewski-Szmek fc6511
- Enable rpm file triggers for daemon-reload
Zbigniew Jędrzejewski-Szmek fc6511
Zbigniew Jędrzejewski-Szmek 5767bd
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-2
Zbigniew Jędrzejewski-Szmek 5767bd
- Fix version number in obsoleted package name (#1283452)
Zbigniew Jędrzejewski-Szmek 5767bd
Kay Sievers 32b81f
* Wed Nov 18 2015 Kay Sievers <kay@redhat.com> - 228-1
Kay Sievers 32b81f
- New upstream release
Kay Sievers 32b81f
Zbigniew Jędrzejewski-Szmek b321c5
* Thu Nov 12 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-7
Zbigniew Jędrzejewski-Szmek b321c5
- Rename journal-gateway subpackage to journal-remote
Zbigniew Jędrzejewski-Szmek a884a6
- Ignore the access mode on /var/log/journal (#1048424)
Zbigniew Jędrzejewski-Szmek 49f71b
- Do not assume fstab is present (#1281606)
Zbigniew Jędrzejewski-Szmek b321c5
Peter Robinson 2532db
* Wed Nov 11 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 227-6
Peter Robinson 2532db
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
Peter Robinson 2532db
Lukas Nykryn 684a3b
* Tue Nov 10 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 227-5
Lukas Nykryn 684a3b
- Rebuild for libmicrohttpd soname bump
Lukas Nykryn 684a3b
Robert Kuska 984ca0
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 227-4
Robert Kuska 984ca0
- Rebuilt for Python3.5 rebuild
Robert Kuska 984ca0
Zbigniew Jędrzejewski-Szmek 35c1f6
* Wed Nov  4 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-3
Zbigniew Jędrzejewski-Szmek 35c1f6
- Fix syntax in kernel-install (#1277264)
Zbigniew Jędrzejewski-Szmek 35c1f6
Michal Schmidt 339d9a
* Tue Nov 03 2015 Michal Schmidt <mschmidt@redhat.com> - 227-2
Michal Schmidt 339d9a
- Rebuild for libmicrohttpd soname bump.
Michal Schmidt 339d9a
Kay Sievers 456eac
* Wed Oct  7 2015 Kay Sievers <kay@redhat.com> - 227-1
Kay Sievers 456eac
- New upstream release
Kay Sievers 456eac
Jan Synacek 5cdbe4
* Fri Sep 18 2015 Jan Synáček <jsynacek@redhat.com> - 226-3
Jan Synacek 5cdbe4
- user systemd-journal-upload should be in systemd-journal group (#1262743)
Jan Synacek 5cdbe4
Kay Sievers 4463a3
* Fri Sep 18 2015 Kay Sievers <kay@redhat.com> - 226-2
Kay Sievers 4463a3
- Add selinux to  system-user PAM config
Kay Sievers 4463a3
Kay Sievers 41553e
* Tue Sep  8 2015 Kay Sievers <kay@redhat.com> - 226-1
Kay Sievers 41553e
- New upstream release
Kay Sievers 41553e
Kay Sievers 6c1029
* Thu Aug 27 2015 Kay Sievers <kay@redhat.com> - 225-1
Kay Sievers 6c1029
- New upstream release
Kay Sievers 6c1029
Kay Sievers a5c858
* Fri Jul 31 2015 Kay Sievers <kay@redhat.com> - 224-1
Kay Sievers a5c858
- New upstream release
Kay Sievers a5c858
Kay Sievers 5bd459
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-2
Kay Sievers 5bd459
- update to git snapshot
Kay Sievers 5bd459
Kay Sievers 741490
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-1
Kay Sievers 741490
- New upstream release
Kay Sievers 741490
Zbigniew Jędrzejewski-Szmek 952794
* Thu Jul  9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 222-2
Zbigniew Jędrzejewski-Szmek 952794
- Remove python subpackages (python-systemd in now standalone)
Zbigniew Jędrzejewski-Szmek 952794
Kay Sievers f7ff95
* Tue Jul  7 2015 Kay Sievers <kay@redhat.com> - 222-1
Kay Sievers f7ff95
- New upstream release
Kay Sievers f7ff95
Zbigniew Jędrzejewski-Szmek 036292
* Mon Jul  6 2015 Kay Sievers <kay@redhat.com> - 221-5.git619b80a
Kay Sievers 516775
- update to git snapshot
Kay Sievers 516775
Zbigniew Jędrzejewski-Szmek 52a919
* Mon Jul  6 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 221-4.git604f02a
Zbigniew Jędrzejewski-Szmek 52a919
- Add example file with yama config (#1234951)
Zbigniew Jędrzejewski-Szmek 52a919
Zbigniew Jędrzejewski-Szmek 527912
* Sun Jul 5 2015 Kay Sievers <kay@redhat.com> - 221-3.git604f02a
Kay Sievers 790f46
- update to git snapshot
Kay Sievers 790f46
Kay Sievers ee6fc8
* Mon Jun 22 2015 Kay Sievers <kay@redhat.com> - 221-2
Kay Sievers ee6fc8
- build systemd-boot EFI tools
Kay Sievers ee6fc8
Lennart Poettering e40887
* Fri Jun 19 2015 Lennart Poettering <lpoetter@redhat.com> - 221-1
Lennart Poettering e40887
- New upstream release
Lennart Poettering e40887
- Undoes botched translation check, should be reinstated later?
Lennart Poettering e40887
Dennis Gilmore e3594d
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 220-10
Dennis Gilmore e3594d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore e3594d
Peter Robinson be68e4
* Thu Jun 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-9
Peter Robinson be68e4
- The gold linker is now fixed on aarch64
Peter Robinson be68e4
Zbigniew Jędrzejewski-Szmek e2168b
* Tue Jun  9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-8
Zbigniew Jędrzejewski-Szmek 436654
- Remove gudev which is now provided as separate package (libgudev)
Zbigniew Jędrzejewski-Szmek 436654
- Fix for spurious selinux denials (#1224211)
Zbigniew Jędrzejewski-Szmek 436654
- Udev change events (#1225905)
Zbigniew Jędrzejewski-Szmek 436654
- Patches for some potential crashes
Zbigniew Jędrzejewski-Szmek 436654
- ProtectSystem=yes does not touch /home
Zbigniew Jędrzejewski-Szmek 436654
- Man page fixes, hwdb updates, shell completion updates
Zbigniew Jędrzejewski-Szmek 436654
- Restored persistent device symlinks for bcache, xen block devices
Zbigniew Jędrzejewski-Szmek 436654
- Tag all DRM cards as master-of-seat
Zbigniew Jędrzejewski-Szmek e2168b
Harald Hoyer 6cfa04
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-7
Harald Hoyer 6cfa04
- fix udev block device watch
Harald Hoyer 6cfa04
Harald Hoyer 4dc6b4
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-6
Harald Hoyer 4dc6b4
- add support for network disk encryption
Harald Hoyer 4dc6b4
Peter Robinson 01fba4
* Sun Jun  7 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-5
Peter Robinson 01fba4
- Disable gold on aarch64 until it's fixed (tracked in rhbz #1225156)
Peter Robinson 01fba4
Zbigniew Jędrzejewski-Szmek 9e71ab
* Sat May 30 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-4
Zbigniew Jędrzejewski-Szmek 9e71ab
- systemd-devel should require systemd-libs, not the main package (#1226301)
Zbigniew Jędrzejewski-Szmek 7a75a5
- Check for botched translations (#1226566)
Zbigniew Jędrzejewski-Szmek 7a75a5
- Make /etc/udev/hwdb.d part of the rpm (#1226379)
Zbigniew Jędrzejewski-Szmek 9e71ab
d9b91f
* Thu May 28 2015 Richard W.M. Jones <rjones@redhat.com> - 220-3
d9b91f
- Add patch to fix udev --daemon not cleaning child processes
d9b91f
  (upstream commit 86c3bece38bcf5).
d9b91f
78ba63
* Wed May 27 2015 Richard W.M. Jones <rjones@redhat.com> - 220-2
78ba63
- Add patch to fix udev --daemon crash (upstream commit 040e689654ef08).
78ba63
Lennart Poettering 836567
* Thu May 21 2015 Lennart Poettering <lpoetter@redhat.com> - 220-1
Lennart Poettering 836567
- New upstream release
Lennart Poettering 836567
- Drop /etc/mtab hack, as that's apparently fixed in mock now (#1116158)
Zbigniew Jędrzejewski-Szmek 184871
- Remove ghosting for /etc/systemd/system/runlevel*.target, these
Zbigniew Jędrzejewski-Szmek 184871
  targets are not configurable anymore in systemd upstream
Lennart Poettering 836567
- Drop work-around for #1002806, since this is solved upstream now
Lennart Poettering 836567
Dennis Gilmore 911dec
* Wed May 20 2015 Dennis Gilmore <dennis@ausil.us> - 219-15
Dennis Gilmore 911dec
- fix up the conflicts version for fedora-release
Dennis Gilmore 911dec
Zbigniew Jędrzejewski-Szmek 0a8e7e
* Wed May 20 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-14
Zbigniew Jędrzejewski-Szmek 0a8e7e
- Remove presets (#1221340)
Zbigniew Jędrzejewski-Szmek a48f80
- Fix (potential) crash and memory leak in timedated, locking failure
Zbigniew Jędrzejewski-Szmek a48f80
  in systemd-nspawn, crash in resolved.
Zbigniew Jędrzejewski-Szmek a48f80
- journalctl --list-boots should be faster
Zbigniew Jędrzejewski-Szmek a48f80
- zsh completions are improved
Zbigniew Jędrzejewski-Szmek a48f80
- various ommissions in docs are corrected (#1147651)
Zbigniew Jędrzejewski-Szmek a48f80
- VARIANT and VARIANT_ID fields in os-release are documented
Zbigniew Jędrzejewski-Szmek a48f80
- systemd-fsck-root.service is generated in the initramfs (#1201979, #1107818)
Zbigniew Jędrzejewski-Szmek a48f80
- systemd-tmpfiles should behave better on read-only file systems (#1207083)
Zbigniew Jędrzejewski-Szmek 0a8e7e
Zbigniew Jędrzejewski-Szmek ef7b48
* Wed Apr 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-13
Zbigniew Jędrzejewski-Szmek ef7b48
- Patches for some outstanding annoyances
Zbigniew Jędrzejewski-Szmek ef7b48
- Small keyboard hwdb updates
Zbigniew Jędrzejewski-Szmek ef7b48
Zbigniew Jędrzejewski-Szmek 0ab588
* Wed Apr  8 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-12
Zbigniew Jędrzejewski-Szmek 0ab588
- Tighten requirements between subpackages (#1207381).
Zbigniew Jędrzejewski-Szmek 0ab588
Zbigniew Jędrzejewski-Szmek c4099e
* Sun Mar 22 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-11
Zbigniew Jędrzejewski-Szmek c4099e
- Move all parts systemd-journal-{remote,upload} to
Zbigniew Jędrzejewski-Szmek c4099e
  systemd-journal-gatewayd subpackage (#1193143).
Zbigniew Jędrzejewski-Szmek ffc19a
- Create /var/lib/systemd/journal-upload directory (#1193145).
Zbigniew Jędrzejewski-Szmek 77e6ed
- Cut out lots of stupid messages at debug level which were obscuring more
Zbigniew Jędrzejewski-Szmek 77e6ed
  important stuff.
Zbigniew Jędrzejewski-Szmek 77e6ed
- Apply "tentative" state for devices only when they are added, not removed.
Zbigniew Jędrzejewski-Szmek 77e6ed
- Ignore invalid swap pri= settings (#1204336)
Zbigniew Jędrzejewski-Szmek 77e6ed
- Fix SELinux check for timedated operations to enable/disable ntp (#1014315)
Zbigniew Jędrzejewski-Szmek 77e6ed
- Fix comparing of filesystem paths (#1184016)
Zbigniew Jędrzejewski-Szmek c4099e
Zbigniew Jędrzejewski-Szmek 399a2a
* Sat Mar 14 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-10
Zbigniew Jędrzejewski-Szmek 399a2a
- Fixes for bugs 1186018, 1195294, 1185604, 1196452.
Zbigniew Jędrzejewski-Szmek 399a2a
- Hardware database update.
Zbigniew Jędrzejewski-Szmek 399a2a
- Documentation fixes.
Zbigniew Jędrzejewski-Szmek 399a2a
- A fix for journalctl performance regression.
Zbigniew Jędrzejewski-Szmek 399a2a
- Fix detection of inability to open files in journalctl.
Zbigniew Jędrzejewski-Szmek 399a2a
- Detect SuperH architecture properly.
Zbigniew Jędrzejewski-Szmek 399a2a
- The first of duplicate lines in tmpfiles wins again.
Zbigniew Jędrzejewski-Szmek 399a2a
- Do vconsole setup after loading vconsole driver, not fbcon.
Zbigniew Jędrzejewski-Szmek 399a2a
- Fix problem where some units were restarted during systemd reexec.
Zbigniew Jędrzejewski-Szmek 399a2a
- Fix race in udevadm settle tripping up NetworkManager.
Zbigniew Jędrzejewski-Szmek 399a2a
- Downgrade various log messages.
Zbigniew Jędrzejewski-Szmek 399a2a
- Fix issue where journal-remote would process some messages with a delay.
Zbigniew Jędrzejewski-Szmek 399a2a
- GPT /srv partition autodiscovery is fixed.
Zbigniew Jędrzejewski-Szmek 41d7c0
- Reconfigure old Finnish keymaps in post (#1151958)
Zbigniew Jędrzejewski-Szmek 399a2a
Jan Synacek b4d5d4
* Tue Mar 10 2015 Jan Synáček <jsynacek@redhat.com> - 219-9
Jan Synacek b4d5d4
- Buttons on Lenovo X6* tablets broken (#1198939)
Jan Synacek b4d5d4
Zbigniew Jędrzejewski-Szmek e4a83a
* Tue Mar  3 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-8
Zbigniew Jędrzejewski-Szmek e4a83a
- Reworked device handling (#1195761)
Zbigniew Jędrzejewski-Szmek b081c5
- ACL handling fixes (with a script in %%post)
Zbigniew Jędrzejewski-Szmek e4a83a
- Various log messages downgraded (#1184712)
Zbigniew Jędrzejewski-Szmek 9c0d1d
- Allow PIE on s390 again (#1197721)
Zbigniew Jędrzejewski-Szmek e4a83a
Michal Schmidt ade619
* Wed Feb 25 2015 Michal Schmidt <mschmidt@redhat.com> - 219-7
Michal Schmidt ade619
- arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)
Michal Schmidt ade619
Colin Walters b1d608
* Tue Feb 24 2015 Colin Walters <walters@redhat.com> - 219-6
Colin Walters b1d608
- Revert patch that breaks Atomic/OSTree (#1195761)
Colin Walters b1d608
Michal Schmidt 5427ee
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-5
Michal Schmidt 5427ee
- Undo the resolv.conf workaround, Aim for a proper fix in Rawhide.
Michal Schmidt 5427ee
Michal Schmidt 0cb630
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-4
Michal Schmidt 0cb630
- Revive fedora-disable-resolv.conf-symlink.patch to unbreak composes.
Michal Schmidt 0cb630
Michal Schmidt 6e198e
* Wed Feb 18 2015 Michal Schmidt <mschmidt@redhat.com> - 219-3
Michal Schmidt 6e198e
- arm: disabling gold did not help; disable lto instead (#1193212)
Michal Schmidt 6e198e
Peter Jones 2c67f7
* Tue Feb 17 2015 Peter Jones <pjones@redhat.com> - 219-2
Peter Jones 2c67f7
- Update 90-default.present for dbxtool.
Peter Jones 2c67f7
Lennart Poettering 064fee
* Mon Feb 16 2015 Lennart Poettering <lpoetter@redhat.com> - 219-1
Lennart Poettering 064fee
- New upstream release
Lennart Poettering 064fee
- This removes the sysctl/bridge hack, a different solution needs to be found for this (see #634736)
Lennart Poettering 064fee
- This removes the /etc/resolv.conf hack, anaconda needs to fix their handling of /etc/resolv.conf as symlink
Zbigniew Jędrzejewski-Szmek a97e12
- This enables "%%check"
Lennart Poettering 78bc69
- disable gold on arm, as that is broken (see #1193212)
Lennart Poettering 064fee
Peter Robinson b4bdea
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 218-6
Peter Robinson b4bdea
- aarch64 now has seccomp support
Peter Robinson b4bdea
Michal Schmidt c3cf2a
* Thu Feb 05 2015 Michal Schmidt <mschmidt@redhat.com> - 218-5
Michal Schmidt c3cf2a
- Don't overwrite systemd.macros with unrelated Source file.
Michal Schmidt c3cf2a
Jan Synacek 55323e
* Thu Feb  5 2015 Jan Synáček <jsynacek@redhat.com> - 218-4
Jan Synacek 55323e
- Add a touchpad hwdb (#1189319)
Jan Synacek 55323e
Zbigniew Jędrzejewski-Szmek 572497
* Thu Jan 15 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-4
Zbigniew Jędrzejewski-Szmek 572497
- Enable xkbcommon dependency to allow checking of keymaps
Zbigniew Jędrzejewski-Szmek 6cf221
- Fix permissions of /var/log/journal (#1048424)
Zbigniew Jędrzejewski-Szmek 92e27a
- Enable timedatex in presets (#1187072)
Zbigniew Jędrzejewski-Szmek f2ebf1
- Disable rpcbind in presets (#1099595)
Zbigniew Jędrzejewski-Szmek 572497
Jan Synacek f524b4
* Wed Jan  7 2015 Jan Synáček <jsynacek@redhat.com> - 218-3
Jan Synacek f524b4
- RFE: journal: automatically rotate the file if it is unlinked (#1171719)
Jan Synacek f524b4
Zbigniew Jędrzejewski-Szmek b53cf7
* Mon Jan 05 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-3
Zbigniew Jędrzejewski-Szmek b53cf7
- Add firewall description files (#1176626)
Zbigniew Jędrzejewski-Szmek b53cf7
Jan Synacek 5606d8
* Thu Dec 18 2014 Jan Synáček <jsynacek@redhat.com> - 218-2
Jan Synacek 5606d8
- systemd-nspawn doesn't work on s390/s390x (#1175394)
Jan Synacek 5606d8
Lennart Poettering 239db0
* Wed Dec 10 2014 Lennart Poettering <lpoetter@redhat.com> - 218-1
Lennart Poettering 239db0
- New upstream release
Lennart Poettering 239db0
- Enable "nss-mymachines" in /etc/nsswitch.conf
Lennart Poettering 239db0
Zbigniew Jędrzejewski-Szmek ea1976
* Thu Nov 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 217-4
Zbigniew Jędrzejewski-Szmek ea1976
- Change libgudev1 to only require systemd-libs (#727499), there's
Zbigniew Jędrzejewski-Szmek ea1976
  no need to require full systemd stack.
Zbigniew Jędrzejewski-Szmek ea1976
- Fixes for bugs #1159448, #1152220, #1158035.
Zbigniew Jędrzejewski-Szmek ea1976
- Bash completions updates to allow propose more units for start/restart,
Zbigniew Jędrzejewski-Szmek ea1976
  and completions for set-default,get-default.
Zbigniew Jędrzejewski-Szmek ea1976
- Again allow systemctl enable of instances.
Zbigniew Jędrzejewski-Szmek ea1976
- Hardware database update and fixes.
Zbigniew Jędrzejewski-Szmek ea1976
- Udev crash on invalid options and kernel commandline timeout parsing are fixed.
Zbigniew Jędrzejewski-Szmek ea1976
- Add "embedded" chassis type.
Zbigniew Jędrzejewski-Szmek ea1976
- Sync before 'reboot -f'.
Zbigniew Jędrzejewski-Szmek ea1976
- Fix restarting of timer units.
Zbigniew Jędrzejewski-Szmek ea1976
Michal Schmidt ba201c
* Wed Nov 05 2014 Michal Schmidt <mschmidt@redhat.com> - 217-3
Michal Schmidt ba201c
- Fix hanging journal flush (#1159641)
Michal Schmidt ba201c
Michal Schmidt 32324f
* Fri Oct 31 2014 Michal Schmidt <mschmidt@redhat.com> - 217-2
Michal Schmidt 32324f
- Fix ordering cycles involving systemd-journal-flush.service and
Michal Schmidt 32324f
  remote-fs.target (#1159117)
Michal Schmidt 32324f
Lennart Poettering cc4dc4
* Tue Oct 28 2014 Lennart Poettering <lpoetter@redhat.com> - 217-1
Lennart Poettering cc4dc4
- New upstream release
Lennart Poettering cc4dc4
Zbigniew Jędrzejewski-Szmek 2607f0
* Fri Oct 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-12
Zbigniew Jędrzejewski-Szmek 2607f0
- Drop PackageKit.service from presets (#1154126)
Zbigniew Jędrzejewski-Szmek 2607f0
Zbigniew Jędrzejewski-Szmek f5ff7e
* Mon Oct 13 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-11
Zbigniew Jędrzejewski-Szmek f5ff7e
- Conflict with old versions of initscripts (#1152183)
Zbigniew Jędrzejewski-Szmek f5ff7e
- Remove obsolete Finnish keymap (#1151958)
Zbigniew Jędrzejewski-Szmek f5ff7e
Zbigniew Jędrzejewski-Szmek f1004d
* Fri Oct 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-10
Zbigniew Jędrzejewski-Szmek f1004d
- Fix a problem with voluntary daemon exits and some other bugs
Zbigniew Jędrzejewski-Szmek f1004d
  (#1150477, #1095962, #1150289)
Zbigniew Jędrzejewski-Szmek f1004d
Zbigniew Jędrzejewski-Szmek 62fe94
* Fri Oct 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-9
Zbigniew Jędrzejewski-Szmek 62fe94
- Update to latest git, but without the readahead removal patch
Zbigniew Jędrzejewski-Szmek f1004d
  (#1114786, #634736)
Zbigniew Jędrzejewski-Szmek 62fe94
Kay Sievers 5cdc00
* Wed Oct 01 2014 Kay Sievers <kay@redhat.com> - 216-8
Kay Sievers 5cdc00
- revert "don't reset selinux context during CHANGE events"
Kay Sievers 5cdc00
Lukas Nykryn 9a5afe
* Wed Oct 01 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 216-7
Lukas Nykryn 9a5afe
- add temporary workaround for #1147910
Lukas Nykryn 9a5afe
- don't reset selinux context during CHANGE events
Lukas Nykryn 9a5afe
Michal Schmidt d962ba
* Wed Sep 10 2014 Michal Schmidt <mschmidt@redhat.com> - 216-6
Michal Schmidt d962ba
- Update timesyncd with patches to avoid hitting NTP pool too often.
Michal Schmidt d962ba
Michal Schmidt ed4e5b
* Tue Sep 09 2014 Michal Schmidt <mschmidt@redhat.com> - 216-5
Michal Schmidt ed4e5b
- Use common CONFIGURE_OPTS for build2 and build3.
Michal Schmidt ed4e5b
- Configure timesyncd with NTP servers from Fedora/RHEL vendor zone.
Michal Schmidt ed4e5b
Zbigniew Jędrzejewski-Szmek 039253
* Wed Sep 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-4
Zbigniew Jędrzejewski-Szmek 039253
- Move config files for sd-j-remote/upload to sd-journal-gateway subpackage (#1136580)
Zbigniew Jędrzejewski-Szmek 039253
Peter Robinson 522fba
* Thu Aug 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 216-3
Peter Robinson 522fba
- Drop no LTO build option for aarch64/s390 now it's fixed in binutils (RHBZ 1091611)
Peter Robinson 522fba
Colin Walters 4dd25f
* Thu Aug 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-2
Colin Walters 4dd25f
- Re-add patch to disable resolve.conf symlink (#1043119)
Colin Walters 4dd25f
Lennart Poettering 92a80a
* Wed Aug 20 2014 Lennart Poettering <lpoetter@redhat.com> - 216-1
Lennart Poettering 92a80a
- New upstream release
Lennart Poettering 92a80a
Peter Robinson 6a2a58
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 215-12
Peter Robinson 6a2a58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Peter Robinson 6a2a58
Dan Horák a7ae5e
* Wed Aug 13 2014 Dan Horák <dan[at]danny.cz> 215-11
Dan Horák a7ae5e
- disable LTO also on s390(x)
Dan Horák a7ae5e
Harald Hoyer 4eb55a
* Sat Aug 09 2014 Harald Hoyer <harald@redhat.com> 215-10
Harald Hoyer 4eb55a
- fixed PPC64LE
Harald Hoyer 4eb55a
Tom Callaway 07abe5
* Wed Aug  6 2014 Tom Callaway <spot@fedoraproject.org> - 215-9
Tom Callaway 07abe5
- fix license handling
Tom Callaway 07abe5
Zbigniew Jędrzejewski-Szmek d80456
* Wed Jul 30 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-8
Zbigniew Jędrzejewski-Szmek d80456
- Create systemd-journal-remote and systemd-journal-upload users (#1118907)
Zbigniew Jędrzejewski-Szmek d80456
Zbigniew Jędrzejewski-Szmek a547c7
* Thu Jul 24 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-7
Zbigniew Jędrzejewski-Szmek a547c7
- Split out systemd-compat-libs subpackage
Zbigniew Jędrzejewski-Szmek a547c7
Kalev Lember 5ea76b
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 215-6
Kalev Lember 5ea76b
- Rebuilt for gobject-introspection 1.41.4
Kalev Lember 5ea76b
Zbigniew Jędrzejewski-Szmek dc60e8
* Mon Jul 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-5
Zbigniew Jędrzejewski-Szmek dc60e8
- Fix SELinux context of /etc/passwd-, /etc/group-, /etc/.updated (#1121806)
Zbigniew Jędrzejewski-Szmek dc60e8
- Add missing BR so gnutls and elfutils are used
Zbigniew Jędrzejewski-Szmek dc60e8
Zbigniew Jędrzejewski-Szmek 43ff24
* Sat Jul 19 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-4
Zbigniew Jędrzejewski-Szmek 43ff24
- Various man page updates
Zbigniew Jędrzejewski-Szmek 43ff24
- Static device node logic is conditionalized on CAP_SYS_MODULES instead of CAP_MKNOD
Zbigniew Jędrzejewski-Szmek 43ff24
  for better behaviour in containers
Zbigniew Jędrzejewski-Szmek 43ff24
- Some small networkd link handling fixes
Zbigniew Jędrzejewski-Szmek 43ff24
- vconsole-setup runs setfont before loadkeys (https://bugs.freedesktop.org/show_bug.cgi?id=80685)
Zbigniew Jędrzejewski-Szmek 43ff24
- New systemd-escape tool
Zbigniew Jędrzejewski-Szmek 43ff24
- XZ compression settings are tweaked to greatly improve journald performance
Zbigniew Jędrzejewski-Szmek 43ff24
- "watch" is accepted as chassis type
Zbigniew Jędrzejewski-Szmek 43ff24
- Various sysusers fixes, most importantly correct selinux labels
Zbigniew Jędrzejewski-Szmek 43ff24
- systemd-timesyncd bug fix (https://bugs.freedesktop.org/show_bug.cgi?id=80932)
Zbigniew Jędrzejewski-Szmek 43ff24
- Shell completion improvements
Zbigniew Jędrzejewski-Szmek 43ff24
- New udev tag ID_SOFTWARE_RADIO can be used to instruct logind to allow user access
Zbigniew Jędrzejewski-Szmek 43ff24
- XEN and s390 virtualization is properly detected
Zbigniew Jędrzejewski-Szmek 43ff24
Colin Walters a1b71b
* Mon Jul 07 2014 Colin Walters <walters@redhat.com> - 215-3
Colin Walters a1b71b
- Add patch to disable resolve.conf symlink (#1043119)
Colin Walters a1b71b
Zbigniew Jędrzejewski-Szmek 43ff24
* Sun Jul 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-2
Zbigniew Jędrzejewski-Szmek 8403be
- Move systemd-journal-remote to systemd-journal-gateway package (#1114688)
Zbigniew Jędrzejewski-Szmek 8403be
- Disable /etc/mtab handling temporarily (#1116158)
Zbigniew Jędrzejewski-Szmek 8403be
Zbigniew Jędrzejewski-Szmek 8403be
* Thu Jul 03 2014 Lennart Poettering <lpoetter@redhat.com> - 215-1
Lennart Poettering 129881
- New upstream release
Lennart Poettering 129881
- Enable coredump logic (which abrt would normally override)
Lennart Poettering 129881
Peter Robinson cf472b
* Sun Jun 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 214-5
Peter Robinson cf472b
- On aarch64 disable LTO as it still has issues on that arch
Peter Robinson cf472b
Zbigniew Jędrzejewski-Szmek e4fbe4
* Thu Jun 26 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-4
Zbigniew Jędrzejewski-Szmek e4fbe4
- Bugfixes (#996133, #1112908)
Zbigniew Jędrzejewski-Szmek e4fbe4
Zbigniew Jędrzejewski-Szmek 3a2e60
* Mon Jun 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-3
Zbigniew Jędrzejewski-Szmek 3a2e60
- Actually create input group (#1054549)
Zbigniew Jędrzejewski-Szmek 3a2e60
Zbigniew Jędrzejewski-Szmek ff5256
* Sun Jun 22 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-2
Zbigniew Jędrzejewski-Szmek 7823b3
- Do not restart systemd-logind on upgrades (#1110697)
Zbigniew Jędrzejewski-Szmek 5509c0
- Add some patches (#1081429, #1054549, #1108568, #928962)
Zbigniew Jędrzejewski-Szmek 7823b3
Lennart Poettering 19bf97
* Wed Jun 11 2014 Lennart Poettering <lpoetter@redhat.com> - 214-1
Lennart Poettering 19bf97
- New upstream release
Lennart Poettering 19bf97
- Get rid of "floppy" group, since udev uses "disk" now
Lennart Poettering 19bf97
- Reenable LTO
Lennart Poettering 19bf97
Dennis Gilmore 2ccc8c
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 213-4
Dennis Gilmore 2ccc8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore 2ccc8c
Kay Sievers 15a7f7
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-3
Kay Sievers 15a7f7
- fix systemd-timesync user creation
Kay Sievers 15a7f7
Michal Sekletar b3df29
* Wed May 28 2014 Michal Sekletar <msekleta@redhat.com> - 213-2
Michal Sekletar b3df29
- Create temporary files after installation (#1101983)
Michal Sekletar aa972e
- Add sysstat-collect.timer, sysstat-summary.timer to preset policy (#1101621)
Michal Sekletar b3df29
Kay Sievers 66bb74
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-1
Kay Sievers 66bb74
- New upstream release
Kay Sievers 66bb74
Kalev Lember 4b836b
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 212-6
Kalev Lember 4b836b
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
Kalev Lember 4b836b
Adam Williamson bfd040
* Fri May 23 2014 Adam Williamson <awilliam@redhat.com> - 212-5
Adam Williamson bfd040
- revert change from 212-4, causes boot fail on single CPU boxes (RHBZ 1095891)
Adam Williamson bfd040
Kay Sievers dadefa
* Wed May 07 2014 Kay Sievers <kay@redhat.com> - 212-4
Kay Sievers dadefa
- add netns udev workaround
Kay Sievers dadefa
Michal Sekletar 5fb0bf
* Wed May 07 2014 Michal Sekletar <msekleta@redhat.com> - 212-3
Michal Sekletar 5fb0bf
- enable uuidd.socket by default (#1095353)
Michal Sekletar 5fb0bf
Peter Robinson 3498ca
* Sat Apr 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 212-2
Peter Robinson 3498ca
- Disable building with -flto for the moment due to gcc 4.9 issues (RHBZ 1091611)
Peter Robinson 3498ca
Lennart Poettering 0bbe49
* Tue Mar 25 2014 Lennart Poettering <lpoetter@redhat.com> - 212-1
Lennart Poettering 0bbe49
- New upstream release
Lennart Poettering 0bbe49
Peter Robinson 10d184
* Mon Mar 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> 211-2
Peter Robinson 10d184
- Explicitly define which upstream platforms support libseccomp
Peter Robinson 10d184
Lennart Poettering 13fd1e
* Tue Mar 11 2014 Lennart Poettering <lpoetter@redhat.com> - 211-1
Lennart Poettering 13fd1e
- New upstream release
Lennart Poettering 13fd1e
Zbigniew Jędrzejewski-Szmek dd42fc
* Mon Mar 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-8
Zbigniew Jędrzejewski-Szmek dd42fc
- Fix logind unpriviledged reboot issue and a few other minor fixes
Zbigniew Jędrzejewski-Szmek dd42fc
- Limit generator execution time
Zbigniew Jędrzejewski-Szmek dd42fc
- Recognize buttonless joystick types
Zbigniew Jędrzejewski-Szmek dd42fc
Karsten Hopp 8048dc
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-7
Karsten Hopp 8048dc
- ppc64le needs link warnings disabled, too
Karsten Hopp 8048dc
Karsten Hopp 8d6e85
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-6
Karsten Hopp 8d6e85
- move ifarch ppc64le to correct place (libseccomp req)
Karsten Hopp 8d6e85
Zbigniew Jędrzejewski-Szmek 96237b
* Fri Mar 07 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-5
Zbigniew Jędrzejewski-Szmek 96237b
- Bugfixes: #1047568, #1047039, #1071128, #1073402
Zbigniew Jędrzejewski-Szmek 96237b
- Bash completions for more systemd tools
Zbigniew Jędrzejewski-Szmek 96237b
- Bluetooth database update
Zbigniew Jędrzejewski-Szmek 96237b
- Manpage fixes
Zbigniew Jędrzejewski-Szmek 96237b
Zbigniew Jędrzejewski-Szmek caa1c7
* Thu Mar 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-4
Zbigniew Jędrzejewski-Szmek caa1c7
- Apply work-around for ppc64le too (#1073647).
Zbigniew Jędrzejewski-Szmek caa1c7
Zbigniew Jędrzejewski-Szmek 47c564
* Sat Mar 01 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
Zbigniew Jędrzejewski-Szmek 47c564
- Backport a few patches, add completion for systemd-nspawn.
Zbigniew Jędrzejewski-Szmek 47c564
Zbigniew Jędrzejewski-Szmek 703bc6
* Fri Feb 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
Zbigniew Jędrzejewski-Szmek 703bc6
- Apply work-arounds for ppc/ppc64 for bugs 1071278 and 1071284
Zbigniew Jędrzejewski-Szmek 703bc6
Lennart Poettering 215b31
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-2
Lennart Poettering 215b31
- Check more services against preset list and enable by default
Lennart Poettering 215b31
Lennart Poettering a065ab
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-1
Lennart Poettering a065ab
- new upstream release
Lennart Poettering a065ab
Zbigniew Jędrzejewski-Szmek a199a3
* Sun Feb 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 209-2.gitf01de96
Zbigniew Jędrzejewski-Szmek a199a3
- Enable dnssec-triggerd.service by default (#1060754)
Zbigniew Jędrzejewski-Szmek a199a3
Kay Sievers f1b732
* Sun Feb 23 2014 Kay Sievers <kay@redhat.com> - 209-2.gitf01de96
Kay Sievers f1b732
- git snapshot to sort out ARM build issues
Kay Sievers f1b732
Adam Williamson f04430
* Thu Feb 20 2014 Lennart Poettering <lpoetter@redhat.com> - 209-1
Adam Williamson f04430
- new upstream release
Adam Williamson f04430
Zbigniew Jędrzejewski-Szmek 2f45a5
* Tue Feb 18 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-15
Zbigniew Jędrzejewski-Szmek 2f45a5
- Make gpsd lazily activated (#1066421)
Zbigniew Jędrzejewski-Szmek 2f45a5
Zbigniew Jędrzejewski-Szmek ee30f0
* Mon Feb 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-14
Zbigniew Jędrzejewski-Szmek ee30f0
- Back out patch which causes user manager to be destroyed when unneeded
Zbigniew Jędrzejewski-Szmek ee30f0
  and spams logs (#1053315)
Zbigniew Jędrzejewski-Szmek ee30f0
Zbigniew Jędrzejewski-Szmek 400288
* Sun Feb 16 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-13
Zbigniew Jędrzejewski-Szmek ca73a2
- A different fix for #1023820 taken from Mageia
Zbigniew Jędrzejewski-Szmek ca73a2
- Backported fix for #997031
Zbigniew Jędrzejewski-Szmek ca73a2
- Hardward database updates, man pages improvements, a few small memory
Zbigniew Jędrzejewski-Szmek ca73a2
  leaks, utf-8 correctness and completion fixes
Zbigniew Jędrzejewski-Szmek ca73a2
- Support for key-slot option in crypttab
Zbigniew Jędrzejewski-Szmek ca73a2
Ville Skyttä d302ec
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 208-12
Ville Skyttä d302ec
- Own the %%{_prefix}/lib/kernel(/*) and %%{_datadir}/zsh(/*) dirs.
Ville Skyttä d302ec
Zbigniew Jędrzejewski-Szmek 126222
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-11
Zbigniew Jędrzejewski-Szmek 126222
- Backport a few fixes, relevant documentation updates, and HWDB changes
Zbigniew Jędrzejewski-Szmek 126222
  (#1051797, #1051768, #1047335, #1047304, #1047186, #1045849, #1043304,
Zbigniew Jędrzejewski-Szmek 126222
   #1043212, #1039351, #1031325, #1023820, #1017509, #953077)
Zbigniew Jędrzejewski-Szmek 126222
- Flip journalctl to --full by default (#984758)
Zbigniew Jędrzejewski-Szmek 126222
Zbigniew Jędrzejewski-Szmek 98947a
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-9
Zbigniew Jędrzejewski-Szmek 98947a
- Apply two patches for #1026860
Zbigniew Jędrzejewski-Szmek 98947a
Zbigniew Jędrzejewski-Szmek af76cc
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-8
Zbigniew Jędrzejewski-Szmek af76cc
- Bump release to stay ahead of f20
Zbigniew Jędrzejewski-Szmek af76cc
Zbigniew Jędrzejewski-Szmek d66047
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-7
Zbigniew Jędrzejewski-Szmek d66047
- Backport patches (#1023041, #1036845, #1006386?)
Zbigniew Jędrzejewski-Szmek d66047
- HWDB update
Zbigniew Jędrzejewski-Szmek d66047
- Some small new features: nspawn --drop-capability=, running PID 1 under
Zbigniew Jędrzejewski-Szmek d66047
  valgrind, "yearly" and "annually" in calendar specifications
Zbigniew Jędrzejewski-Szmek d66047
- Some small documentation and logging updates
Zbigniew Jędrzejewski-Szmek d66047
Zbigniew Jędrzejewski-Szmek 7d7fbf
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-6
Zbigniew Jędrzejewski-Szmek af76cc
- Bump release to stay ahead of f20
Zbigniew Jędrzejewski-Szmek 7d7fbf
Zbigniew Jędrzejewski-Szmek 930e1b
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-5
Zbigniew Jędrzejewski-Szmek 930e1b
- Use unit name in PrivateTmp= directories (#957439)
Zbigniew Jędrzejewski-Szmek 930e1b
- Update manual pages, completion scripts, and hardware database
Zbigniew Jędrzejewski-Szmek 930e1b
- Configurable Timeouts/Restarts default values
Zbigniew Jędrzejewski-Szmek 930e1b
- Support printing of timestamps on the console
Zbigniew Jędrzejewski-Szmek 930e1b
- Fix some corner cases in detecting when writing to the console is safe
Zbigniew Jędrzejewski-Szmek 930e1b
- Python API: convert keyword values to string, fix sd_is_booted() wrapper
Zbigniew Jędrzejewski-Szmek 930e1b
- Do not tread missing /sbin/fsck.btrfs as an error (#1015467)
Zbigniew Jędrzejewski-Szmek 930e1b
- Allow masking of fsck units
Zbigniew Jędrzejewski-Szmek 930e1b
- Advertise hibernation to swap files
Zbigniew Jędrzejewski-Szmek 930e1b
- Fix SO_REUSEPORT settings
Zbigniew Jędrzejewski-Szmek 930e1b
- Prefer converted xkb keymaps to legacy keymaps (#981805, #1026872)
Zbigniew Jędrzejewski-Szmek 930e1b
- Make use of newer kmod
Zbigniew Jędrzejewski-Szmek 930e1b
- Assorted bugfixes: #1017161, #967521, #988883, #1027478, #821723, #1014303
Zbigniew Jędrzejewski-Szmek 930e1b
Zbigniew Jędrzejewski-Szmek ba5f2d
* Tue Oct 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-4
Zbigniew Jędrzejewski-Szmek ba5f2d
- Add temporary fix for #1002806
Zbigniew Jędrzejewski-Szmek ba5f2d
Zbigniew Jędrzejewski-Szmek ba5f2d
* Mon Oct 21 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-3
Zbigniew Jędrzejewski-Szmek 794d16
- Backport a bunch of fixes and hwdb updates
Zbigniew Jędrzejewski-Szmek 794d16
Zbigniew Jędrzejewski-Szmek ba5f2d
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-2
Lennart Poettering 7c8c43
- Move old random seed and backlight files into the right place
Lennart Poettering 7c8c43
Zbigniew Jędrzejewski-Szmek ba5f2d
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-1
Lennart Poettering fc3de1
- New upstream release
Lennart Poettering fc3de1
Zbigniew Jędrzejewski-Szmek e26a2d
* Thu Sep 26 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-5
Zbigniew Jędrzejewski-Szmek e26a2d
- Do not create /var/var/... dirs
Zbigniew Jędrzejewski-Szmek e26a2d
Zbigniew Jędrzejewski-Szmek 8e6c34
* Wed Sep 18 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-4
Zbigniew Jędrzejewski-Szmek 8e6c34
- Fix policykit authentication
Lennart Poettering fc3de1
- Resolves: rhbz#1006680
Zbigniew Jędrzejewski-Szmek 8e6c34
Harald Hoyer 800881
* Tue Sep 17 2013 Harald Hoyer <harald@redhat.com> 207-3
Harald Hoyer 800881
- fixed login
Lennart Poettering fc3de1
- Resolves: rhbz#1005233
Harald Hoyer 800881
Harald Hoyer d4ee25
* Mon Sep 16 2013 Harald Hoyer <harald@redhat.com> 207-2
Harald Hoyer d4ee25
- add some upstream fixes for 207
Harald Hoyer d4ee25
- fixed swap activation
Lennart Poettering fc3de1
- Resolves: rhbz#1008604
Harald Hoyer d4ee25
Lennart Poettering 3afeac
* Fri Sep 13 2013 Lennart Poettering <lpoetter@redhat.com> - 207-1
Lennart Poettering 3afeac
- New upstream release
Lennart Poettering 3afeac
Harald Hoyer db3a9f
* Fri Sep 06 2013 Harald Hoyer <harald@redhat.com> 206-11
Harald Hoyer db3a9f
- support "debug" kernel command line parameter
Harald Hoyer db3a9f
- journald: fix fd leak in journal_file_empty
Harald Hoyer db3a9f
- journald: fix vacuuming of archived journals
Harald Hoyer db3a9f
- libudev: enumerate - do not try to match against an empty subsystem
Harald Hoyer db3a9f
- cgtop: fixup the online help
Harald Hoyer db3a9f
- libudev: fix memleak when enumerating childs
Harald Hoyer db3a9f
Harald Hoyer fe20ad
* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 206-10
Harald Hoyer fe20ad
- Do not require grubby, lorax now takes care of grubby
Harald Hoyer fe20ad
- cherry-picked a lot of patches from upstream
Harald Hoyer fe20ad
Dennis Gilmore 9c6da2
* Tue Aug 27 2013 Dennis Gilmore <dennis@ausil.us> - 206-9
Dennis Gilmore 9c6da2
- Require grubby, Fedora installs require grubby,
Dennis Gilmore 9c6da2
- kernel-install took over from new-kernel-pkg
Dennis Gilmore 9c6da2
- without the Requires we are unable to compose Fedora
Dennis Gilmore 9c6da2
- everyone else says that since kernel-install took over
Dennis Gilmore 9c6da2
- it is responsible for ensuring that grubby is in place
Dennis Gilmore 9c6da2
- this is really what we want for Fedora
Dennis Gilmore 9c6da2
Kay Sievers a5129a
* Tue Aug 27 2013 Kay Sievers <kay@redhat.com> - 206-8
Kay Sievers a5129a
- Revert "Require grubby its needed by kernel-install"
Kay Sievers a5129a
Kay Sievers a5129a
* Mon Aug 26 2013 Dennis Gilmore <dennis@ausil.us> 206-7
Kay Sievers a5129a
- Require grubby its needed by kernel-install
Kay Sievers a5129a
Harald Hoyer c3aabf
* Thu Aug 22 2013 Harald Hoyer <harald@redhat.com> 206-6
Harald Hoyer c3aabf
- kernel-install now understands kernel flavors like PAE
Harald Hoyer c3aabf
Rex Dieter d9cb69
* Tue Aug 20 2013 Rex Dieter <rdieter@fedoraproject.org> - 206-5
Rex Dieter d9cb69
- add sddm.service to preset file (#998978)
Rex Dieter d9cb69
Rex Dieter b46f6b
* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 206-4
Zbigniew Jędrzejewski-Szmek 6fc19e
- Filter out provides for private python modules.
Zbigniew Jędrzejewski-Szmek cd8ce4
- Add requires on kmod >= 14 (#990994).
Zbigniew Jędrzejewski-Szmek 6fc19e
Zbigniew Jędrzejewski-Szmek b75a17
* Sun Aug 11 2013 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 206-3
Zbigniew Jędrzejewski-Szmek b75a17
- New systemd-python3 package (#976427).
Zbigniew Jędrzejewski-Szmek a42323
- Add ownership of a few directories that we create (#894202).
Zbigniew Jędrzejewski-Szmek b75a17
Dennis Gilmore 2d07fa
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 206-2
Dennis Gilmore 2d07fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore 2d07fa
Kay Sievers 2cfc56
* Tue Jul 23 2013 Kay Sievers <kay@redhat.com> - 206-1
Kay Sievers 2cfc56
- New upstream release
Kay Sievers 2cfc56
  Resolves (#984152)
Kay Sievers 2cfc56
Lennart Poettering 9d287f
* Wed Jul  3 2013 Lennart Poettering <lpoetter@redhat.com> - 205-1
Lennart Poettering 9d287f
- New upstream release
Lennart Poettering 9d287f
Michal Schmidt 54952b
* Wed Jun 26 2013 Michal Schmidt <mschmidt@redhat.com> 204-10
Michal Schmidt 54952b
- Split systemd-journal-gateway subpackage (#908081).
Michal Schmidt 54952b
Michal Schmidt da2af8
* Mon Jun 24 2013 Michal Schmidt <mschmidt@redhat.com> 204-9
Michal Schmidt da2af8
- Rename nm_dispatcher to NetworkManager-dispatcher in default preset (#977433)
Michal Schmidt da2af8
Harald Hoyer 670c70
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-8
Harald Hoyer 670c70
- fix, which helps to sucessfully browse journals with
Harald Hoyer 670c70
  duplicated seqnums
Harald Hoyer 670c70
Harald Hoyer f9af88
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-7
Harald Hoyer f9af88
- fix duplicate message ID bug
Harald Hoyer f9af88
Resolves: rhbz#974132
Harald Hoyer f9af88
Harald Hoyer 2cfbb4
* Thu Jun 06 2013 Harald Hoyer <harald@redhat.com> 204-6
Harald Hoyer 2cfbb4
- introduce 99-default-disable.preset
Harald Hoyer 2cfbb4
Lennart Poettering c905fb
* Thu Jun  6 2013 Lennart Poettering <lpoetter@redhat.com> - 204-5
Lennart Poettering c905fb
- Rename 90-display-manager.preset to 85-display-manager.preset so that it actually takes precedence over 90-default.preset's "disable *" line (#903690)
Lennart Poettering c905fb
Harald Hoyer 4b90fc
* Tue May 28 2013 Harald Hoyer <harald@redhat.com> 204-4
Harald Hoyer 4b90fc
- Fix kernel-install (#965897)
Harald Hoyer 4b90fc
Kay Sievers 7372ce
* Wed May 22 2013 Kay Sievers <kay@redhat.com> - 204-3
Kay Sievers 7372ce
- Fix kernel-install (#965897)
Kay Sievers 7372ce
Michal Schmidt 285fb0
* Thu May  9 2013 Lennart Poettering <lpoetter@redhat.com> - 204-2
Lennart Poettering 65ca4a
- New upstream release
Michal Schmidt 285fb0
- disable isdn by default (#959793)
Lennart Poettering 65ca4a
Harald Hoyer fad8ba
* Tue May 07 2013 Harald Hoyer <harald@redhat.com> 203-2
Harald Hoyer fad8ba
- forward port kernel-install-grubby.patch
Harald Hoyer fad8ba
Lennart Poettering 0a9dd9
* Tue May  7 2013 Lennart Poettering <lpoetter@redhat.com> - 203-1
Lennart Poettering 0a9dd9
- New upstream release
Lennart Poettering 0a9dd9
Harald Hoyer 5f4d81
* Wed Apr 24 2013 Harald Hoyer <harald@redhat.com> 202-3
Harald Hoyer 5f4d81
- fix ENOENT for getaddrinfo
Lennart Poettering 65ca4a
- Resolves: rhbz#954012 rhbz#956035
Harald Hoyer 5f4d81
- crypt-setup-generator: correctly check return of strdup
Harald Hoyer 5f4d81
- logind-dbus: initialize result variable
Harald Hoyer 5f4d81
- prevent library underlinking
Harald Hoyer 5f4d81
Harald Hoyer a72a35
* Fri Apr 19 2013 Harald Hoyer <harald@redhat.com> 202-2
Harald Hoyer a72a35
- nspawn create empty /etc/resolv.conf if necessary
Harald Hoyer a72a35
- python wrapper: add sd_journal_add_conjunction()
Harald Hoyer a72a35
- fix s390 booting
Lennart Poettering 65ca4a
- Resolves: rhbz#953217
Harald Hoyer a72a35
Lennart Poettering 14f69d
* Thu Apr 18 2013 Lennart Poettering <lpoetter@redhat.com> - 202-1
Lennart Poettering 14f69d
- New upstream release
Lennart Poettering 14f69d
Michal Schmidt 77289e
* Tue Apr 09 2013 Michal Schmidt <mschmidt@redhat.com> - 201-2
Michal Schmidt 77289e
- Automatically discover whether to run autoreconf and add autotools and git
Michal Schmidt 77289e
  BuildRequires based on the presence of patches to be applied.
Michal Schmidt 77289e
- Use find -delete.
Michal Schmidt 77289e
Lennart Poettering 667198
* Mon Apr  8 2013 Lennart Poettering <lpoetter@redhat.com> - 201-1
Lennart Poettering 667198
- New upstream release
Lennart Poettering 667198
Lennart Poettering c860c5
* Mon Apr  8 2013 Lennart Poettering <lpoetter@redhat.com> - 200-4
Lennart Poettering c860c5
- Update preset file
Lennart Poettering c860c5
Lennart Poettering db16e8
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-3
Lennart Poettering db16e8
- Remove NetworkManager-wait-online.service from presets file again, it should default to off
Lennart Poettering db16e8
Lennart Poettering ea9b43
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-2
Lennart Poettering ea9b43
- New upstream release
Lennart Poettering ea9b43
Lennart Poettering ea6e55
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-2
Lennart Poettering ea6e55
- Add NetworkManager-wait-online.service to the presets file
Lennart Poettering ea6e55
Lennart Poettering 8f03aa
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-1
Lennart Poettering 8f03aa
- New upstream release
Lennart Poettering 8f03aa
Michal Schmidt c7b4b0
* Mon Mar 18 2013 Michal Schmidt <mschmidt@redhat.com> 198-7
Michal Schmidt c7b4b0
- Drop /usr/s?bin/ prefixes.
Michal Schmidt c7b4b0
Harald Hoyer 288209
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-6
Harald Hoyer 288209
- run autogen to pickup all changes
Harald Hoyer 288209
Harald Hoyer 1a6f5e
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-5
Harald Hoyer 1a6f5e
- do not mount anything, when not running as pid 1
Harald Hoyer 1a6f5e
- add initrd.target for systemd in the initrd
Harald Hoyer 1a6f5e
Harald Hoyer 2e2e24
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 198-4
Harald Hoyer 2e2e24
- fix switch-root and local-fs.target problem
Harald Hoyer 2e2e24
- patch kernel-install to use grubby, if available
Harald Hoyer 2e2e24
Harald Hoyer b59c3f
* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 198-3
Harald Hoyer b59c3f
- add Conflict with dracut < 026 because of the new switch-root isolate
Harald Hoyer b59c3f
Lennart Poettering 6e7a93
* Thu Mar  7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-2
Lennart Poettering 6e7a93
- Create required users
Lennart Poettering 6e7a93
Lennart Poettering 545717
* Thu Mar 7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-1
Lennart Poettering 545717
- New release
Lennart Poettering 545717
- Enable journal persistancy by default
Lennart Poettering 545717
Peter Robinson 841507
* Sun Feb 10 2013 Peter Robinson <pbrobinson@fedoraproject.org> 197-3
Peter Robinson 841507
- Bump for ARM
Peter Robinson 841507
Michal Schmidt 869a1a
* Fri Jan 18 2013 Michal Schmidt <mschmidt@redhat.com> - 197-2
Michal Schmidt 869a1a
- Added qemu-guest-agent.service to presets (Lennart, #885406).
Michal Schmidt 869a1a
- Add missing pygobject3-base to systemd-analyze deps (Lennart).
Michal Schmidt 869a1a
- Do not require hwdata, it is all in the hwdb now (Kay).
Michal Schmidt 869a1a
- Drop dependency on dbus-python.
Michal Schmidt 869a1a
Michal Schmidt 869a1a
* Tue Jan  8 2013 Lennart Poettering <lpoetter@redhat.com> - 197-1
Lennart Poettering 3a1413
- New upstream release
Lennart Poettering 3a1413
Michal Schmidt e1cdbd
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-4
Michal Schmidt e1cdbd
- Enable rngd.service by default (#857765).
Michal Schmidt e1cdbd
Michal Schmidt f5ad37
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-3
Michal Schmidt f5ad37
- Disable hardening on s390(x) because PIE is broken there and produces
Michal Schmidt f5ad37
  text relocations with __thread (#868839).
Michal Schmidt f5ad37
Michal Schmidt 90beab
* Wed Dec 05 2012 Michal Schmidt <mschmidt@redhat.com> - 196-2
Michal Schmidt 90beab
- added spice-vdagentd.service to presets (Lennart, #876237)
Michal Schmidt 90beab
- BR cryptsetup-devel instead of the legacy cryptsetup-luks-devel provide name
Michal Schmidt 90beab
  (requested by Milan Brož).
Michal Schmidt 90beab
- verbose make to see the actual build flags
Michal Schmidt 90beab
Lennart Poettering e7e809
* Wed Nov 21 2012 Lennart Poettering <lpoetter@redhat.com> - 196-1
Lennart Poettering e7e809
- New upstream release
Lennart Poettering e7e809
Lennart Poettering 46f254
* Tue Nov 20 2012 Lennart Poettering <lpoetter@redhat.com> - 195-8
Lennart Poettering 46f254
- https://bugzilla.redhat.com/show_bug.cgi?id=873459
Lennart Poettering 46f254
- https://bugzilla.redhat.com/show_bug.cgi?id=878093
Lennart Poettering 46f254
Michal Schmidt 59081b
* Thu Nov 15 2012 Michal Schmidt <mschmidt@redhat.com> - 195-7
Michal Schmidt 59081b
- Revert udev killing cgroup patch for F18 Beta.
Michal Schmidt 59081b
- https://bugzilla.redhat.com/show_bug.cgi?id=873576
Michal Schmidt 59081b
Michal Schmidt b42e57
* Fri Nov 09 2012 Michal Schmidt <mschmidt@redhat.com> - 195-6
Michal Schmidt b42e57
- Fix cyclical dep between systemd and systemd-libs.
Michal Schmidt b42e57
- Avoid broken build of test-journal-syslog.
Michal Schmidt b42e57
- https://bugzilla.redhat.com/show_bug.cgi?id=873387
Michal Schmidt b42e57
- https://bugzilla.redhat.com/show_bug.cgi?id=872638
Michal Schmidt b42e57
Kay Sievers 5464d2
* Thu Oct 25 2012 Kay Sievers <kay@redhat.com> - 195-5
Kay Sievers 5464d2
- require 'sed', limit HOSTNAME= match
Kay Sievers 5464d2
Michal Schmidt 3c3608
* Wed Oct 24 2012 Michal Schmidt <mschmidt@redhat.com> - 195-4
Michal Schmidt 3c3608
- add dmraid-activation.service to the default preset
Michal Schmidt 3c3608
- add yum protected.d fragment
Michal Schmidt 3c3608
- https://bugzilla.redhat.com/show_bug.cgi?id=869619
Michal Schmidt 3c3608
- https://bugzilla.redhat.com/show_bug.cgi?id=869717
Michal Schmidt 3c3608
Kay Sievers 0969ad
* Wed Oct 24 2012 Kay Sievers <kay@redhat.com> - 195-3
Kay Sievers 0969ad
- Migrate /etc/sysconfig/ i18n, keyboard, network files/variables to
Kay Sievers 0969ad
  systemd native files
Kay Sievers 0969ad
Lennart Poettering af43dc
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-2
Lennart Poettering af43dc
- Provide syslog because the journal is fine as a syslog implementation
Lennart Poettering af43dc
Lennart Poettering 6695e8
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-1
Lennart Poettering 6695e8
- New upstream release
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=831665
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=847720
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=858693
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=863481
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=864629
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=864672
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=864674
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=865128
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=866346
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=867407
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=868603
Lennart Poettering 6695e8
Michal Schmidt f5caa7
* Wed Oct 10 2012 Michal Schmidt <mschmidt@redhat.com> - 194-2
Michal Schmidt f5caa7
- Add scriptlets for migration away from systemd-timedated-ntp.target
Michal Schmidt f5caa7
Lennart Poettering 76d4ed
* Wed Oct  3 2012 Lennart Poettering <lpoetter@redhat.com> - 194-1
Lennart Poettering 76d4ed
- New upstream release
Lennart Poettering 76d4ed
- https://bugzilla.redhat.com/show_bug.cgi?id=859614
Lennart Poettering 76d4ed
- https://bugzilla.redhat.com/show_bug.cgi?id=859655
Lennart Poettering 76d4ed
Lennart Poettering 09c908
* Fri Sep 28 2012 Lennart Poettering <lpoetter@redhat.com> - 193-1
Lennart Poettering 09c908
- New upstream release
Lennart Poettering 09c908
Lennart Poettering 132b84
* Tue Sep 25 2012 Lennart Poettering <lpoetter@redhat.com> - 192-1
Lennart Poettering 132b84
- New upstream release
Lennart Poettering 132b84
Lennart Poettering 1439d1
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-2
Lennart Poettering 1439d1
- Fix journal mmap header prototype definition to fix compilation on 32bit
Lennart Poettering 1439d1
Lennart Poettering 865baa
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-1
Lennart Poettering 865baa
- New upstream release
Lennart Poettering 865baa
- Enable all display managers by default, as discussed with Adam Williamson
Lennart Poettering 865baa
Lennart Poettering 7b4894
* Thu Sep 20 2012 Lennart Poettering <lpoetter@redhat.com> - 190-1
Lennart Poettering 7b4894
- New upstream release
Lennart Poettering 7b4894
- Take possession of /etc/localtime, and remove /etc/sysconfig/clock
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858780
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858787
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858771
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858754
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858746
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858266
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858224
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=857670
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=856975
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=855863
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=851970
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=851275
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=851131
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=847472
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=847207
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=846483
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=846085
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=845973
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=845194
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=845028
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=844630
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=839736
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=835848
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=831740
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=823485
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=821813
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=807886
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=802198
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=767795
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=767561
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=752774
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=732874
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858735
Lennart Poettering 7b4894
Lennart Poettering 391f9f
* Thu Sep 13 2012 Lennart Poettering <lpoetter@redhat.com> - 189-4
Lennart Poettering 391f9f
- Don't pull in pkg-config as dep
Lennart Poettering 391f9f
- https://bugzilla.redhat.com/show_bug.cgi?id=852828
Lennart Poettering 391f9f
Lennart Poettering 301de5
* Wed Sep 12 2012 Lennart Poettering <lpoetter@redhat.com> - 189-3
Lennart Poettering 301de5
- Update preset policy
Lennart Poettering 301de5
- 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
Lennart Poettering 301de5
Lennart Poettering b1c19b
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-2
Lennart Poettering b1c19b
- Update preset policy
Lennart Poettering b1c19b
- https://bugzilla.redhat.com/show_bug.cgi?id=850814
Lennart Poettering b1c19b
Lennart Poettering b1c19b
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-1
Lennart Poettering 38a7fb
- New upstream release
Lennart Poettering 38a7fb
Lennart Poettering 7b4894
* Thu Aug 16 2012 Ray Strode <rstrode@redhat.com> 188-4
Lennart Poettering 7b4894
- more scriptlet fixes
Zbigniew Jędrzejewski-Szmek 1d42f5
  (move dm migration logic to %%posttrans so the service
Lennart Poettering 7b4894
   files it's looking for are available at the time
Lennart Poettering 7b4894
   the logic is run)
Lennart Poettering 7b4894
Lennart Poettering c7ab70
* Sat Aug 11 2012 Lennart Poettering <lpoetter@redhat.com> - 188-3
Lennart Poettering c7ab70
- Remount file systems MS_PRIVATE before switching roots
Lennart Poettering c7ab70
- https://bugzilla.redhat.com/show_bug.cgi?id=847418
Lennart Poettering c7ab70
Rex Dieter 1b22d7
* Wed Aug 08 2012 Rex Dieter <rdieter@fedoraproject.org> - 188-2
Rex Dieter 1b22d7
- fix scriptlets
Rex Dieter 1b22d7
Lennart Poettering 66cf07
* Wed Aug  8 2012 Lennart Poettering <lpoetter@redhat.com> - 188-1
Lennart Poettering 66cf07
- New upstream release
Lennart Poettering 114c78
- Enable gdm and avahi by default via the preset file
Lennart Poettering b79f2e
- Convert /etc/sysconfig/desktop to display-manager.service symlink
Lennart Poettering 66cf07
- Enable hardened build
Lennart Poettering cb95f8
Kay Sievers 27bf94
* Mon Jul 30 2012 Kay Sievers <kay@redhat.com> - 187-3
Kay Sievers 27bf94
- Obsolete: system-setup-keyboard
Kay Sievers 27bf94
Kalev Lember b96fc0
* Wed Jul 25 2012 Kalev Lember <kalevlember@gmail.com> - 187-2
Kalev Lember b96fc0
- Run ldconfig for the new -libs subpackage
Kalev Lember b96fc0
Lennart Poettering c75692
* Thu Jul 19 2012 Lennart Poettering <lpoetter@redhat.com> - 187-1
Lennart Poettering c75692
- New upstream release
Lennart Poettering c75692
Harald Hoyer 8b88ca
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 186-2
Harald Hoyer 8b88ca
- fixed dracut conflict version
Harald Hoyer 8b88ca
Lennart Poettering 4481fb
* Tue Jul  3 2012 Lennart Poettering <lpoetter@redhat.com> - 186-1
Lennart Poettering 4481fb
- New upstream release
Lennart Poettering 4481fb
Nils Philippsen 581717
* Fri Jun 22 2012 Nils Philippsen <nils@redhat.com> - 185-7.gite7aee75
Nils Philippsen 581717
- add obsoletes/conflicts so multilib systemd -> systemd-libs updates work
Nils Philippsen 581717
Michal Schmidt b0cc7b
* Thu Jun 14 2012 Michal Schmidt <mschmidt@redhat.com> - 185-6.gite7aee75
Michal Schmidt b0cc7b
- Update to current git
Michal Schmidt b0cc7b
Kay Sievers 9e13f3
* Wed Jun 06 2012 Kay Sievers - 185-5.gita2368a3
Kay Sievers 9e13f3
- disable plymouth in configure, to drop the .wants/ symlinks
Kay Sievers 9e13f3
Michal Schmidt 998394
* Wed Jun 06 2012 Michal Schmidt <mschmidt@redhat.com> - 185-4.gita2368a3
Michal Schmidt 998394
- Update to current git snapshot
Michal Schmidt 998394
  - Add systemd-readahead-analyze
Michal Schmidt 998394
  - Drop upstream patch
Michal Schmidt 998394
- Split systemd-libs
Michal Schmidt 998394
- Drop duplicate doc files
Michal Schmidt 998394
- Fixed License headers of subpackages
Michal Schmidt 998394
Michal Schmidt 998394
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> - 185-3
Ray Strode 1b8a7f
- Drop plymouth files
Ray Strode 1b8a7f
- Conflict with old plymouth
Ray Strode 1b8a7f
Kay Sievers 6979d2
* Tue Jun 05 2012 Kay Sievers - 185-2
Kay Sievers 6979d2
- selinux udev labeling fix
Kay Sievers 6979d2
- conflict with older dracut versions for new udev file names
Kay Sievers 6979d2
Kay Sievers 5a4479
* Mon Jun 04 2012 Kay Sievers - 185-1
Kay Sievers 5a4479
- New upstream release
Kay Sievers 5a4479
  - udev selinux labeling fixes
Kay Sievers 5a4479
  - new man pages
Kay Sievers 5a4479
  - systemctl help <unit name>
Kay Sievers 5a4479
Lennart Poettering eb5388
* Thu May 31 2012 Lennart Poettering <lpoetter@redhat.com> - 184-1
Lennart Poettering eb5388
- New upstream release
Lennart Poettering eb5388
Kay Sievers 973c8d
* Thu May 24 2012 Kay Sievers <kay@redhat.com> - 183-1
Kay Sievers 973c8d
- New upstream release including udev merge.
Kay Sievers 973c8d
Michal Schmidt 3d6d89
* Wed Mar 28 2012 Michal Schmidt <mschmidt@redhat.com> - 44-4
Michal Schmidt 3d6d89
- Add triggers from Bill Nottingham to correct the damage done by
Michal Schmidt 3d6d89
  the obsoleted systemd-units's preun scriptlet (#807457).
Michal Schmidt 3d6d89
Dennis Gilmore e6be2e
* Mon Mar 26 2012 Dennis Gilmore <dennis@ausil.us> - 44-3
Dennis Gilmore e6be2e
- apply patch from upstream so we can build systemd on arm and ppc
Dennis Gilmore e6be2e
- and likely the rest of the secondary arches
Dennis Gilmore e6be2e
Michal Schmidt 7de90b
* Tue Mar 20 2012 Michal Schmidt <mschmidt@redhat.com> - 44-2
Michal Schmidt 7de90b
- Don't build the gtk parts anymore. They're moving into systemd-ui.
Michal Schmidt 7de90b
- Remove a dead patch file.
Michal Schmidt 7de90b
Lennart Poettering 87c59b
* Fri Mar 16 2012 Lennart Poettering <lpoetter@redhat.com> - 44-1
Lennart Poettering 87c59b
- New upstream release
Lennart Poettering 87c59b
- Closes #798760, #784921, #783134, #768523, #781735
Lennart Poettering 87c59b
Dennis Gilmore 751bc7
* Mon Feb 27 2012 Dennis Gilmore <dennis@ausil.us> - 43-2
Dennis Gilmore 751bc7
- don't conflict with fedora-release systemd never actually provided
Dennis Gilmore 751bc7
- /etc/os-release so there is no actual conflict
Dennis Gilmore 751bc7
Lennart Poettering 7cc503
* Wed Feb 15 2012 Lennart Poettering <lpoetter@redhat.com> - 43-1
Lennart Poettering 7cc503
- New upstream release
Lennart Poettering 7cc503
- Closes #789758, #790260, #790522
Lennart Poettering 7cc503
Lennart Poettering 54fb1a
* Sat Feb 11 2012 Lennart Poettering <lpoetter@redhat.com> - 42-1
Lennart Poettering 54fb1a
- New upstream release
Lennart Poettering 54fb1a
- Save a bit of entropy during system installation (#789407)
Lennart Poettering 54fb1a
- Don't own /etc/os-release anymore, leave that to fedora-release
Lennart Poettering 54fb1a
Adam Williamson 3d15ef
* Thu Feb  9 2012 Adam Williamson <awilliam@redhat.com> - 41-2
Adam Williamson 3d15ef
- rebuild for fixed binutils
Adam Williamson 3d15ef
Lennart Poettering 3c0bb5
* Thu Feb  9 2012 Lennart Poettering <lpoetter@redhat.com> - 41-1
Lennart Poettering 3c0bb5
- New upstream release
Lennart Poettering 3c0bb5
Lennart Poettering 669e84
* Tue Feb  7 2012 Lennart Poettering <lpoetter@redhat.com> - 40-1
Lennart Poettering 669e84
- New upstream release
Lennart Poettering 669e84
Kay Sievers 8ec8f4
* Thu Jan 26 2012 Kay Sievers <kay@redhat.com> - 39-3
Kay Sievers 8ec8f4
- provide /sbin/shutdown
Kay Sievers 8ec8f4
Harald Hoyer 5c0f42
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 39-2
Harald Hoyer 5c0f42
- increment release
Harald Hoyer 5c0f42
Harald Hoyer 8af0a3
* Wed Jan 25 2012 Kay Sievers <kay@redhat.com> - 39-1.1
Kay Sievers 3b11fb
- install everything in /usr
Kay Sievers 3b11fb
  https://fedoraproject.org/wiki/Features/UsrMove
Kay Sievers 3b11fb
Lennart Poettering 03e2e2
* Wed Jan 25 2012 Lennart Poettering <lpoetter@redhat.com> - 39-1
Lennart Poettering 03e2e2
- New upstream release
Lennart Poettering 03e2e2
Michal Schmidt 8b9f61
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-6.git9fa2f41
Michal Schmidt 8b9f61
- Update to a current git snapshot.
Michal Schmidt 8b9f61
- Resolves: #781657
Michal Schmidt 8b9f61
Michal Schmidt cff4d6
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-5
Michal Schmidt cff4d6
- Build against libgee06. Reenable gtk tools.
Michal Schmidt cff4d6
- Delete unused patches.
Michal Schmidt cff4d6
- Add easy building of git snapshots.
Michal Schmidt cff4d6
- Remove legacy spec file elements.
Michal Schmidt cff4d6
- Don't mention implicit BuildRequires.
Michal Schmidt cff4d6
- Configure with --disable-static.
Michal Schmidt cff4d6
- Merge -units into the main package.
Michal Schmidt cff4d6
- Move section 3 manpages to -devel.
Michal Schmidt cff4d6
- Fix unowned directory.
Michal Schmidt cff4d6
- Run ldconfig in scriptlets.
Michal Schmidt cff4d6
- Split systemd-analyze to a subpackage.
Michal Schmidt cff4d6
Dan Horák 125ea3
* Sat Jan 21 2012 Dan Horák <dan[at]danny.cz> - 38-4
Dan Horák 125ea3
- fix build on big-endians
Dan Horák 125ea3
Lennart Poettering fe60ea
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-3
Lennart Poettering fe60ea
- Disable building of gtk tools for now
Lennart Poettering fe60ea
Lennart Poettering 29f5e6
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-2
Lennart Poettering 29f5e6
- Fix a few (build) dependencies
Lennart Poettering 29f5e6
Lennart Poettering 7bb7b2
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-1
Lennart Poettering 7bb7b2
- New upstream release
Lennart Poettering 7bb7b2
Michal Schmidt ce9f78
* Tue Nov 15 2011 Michal Schmidt <mschmidt@redhat.com> - 37-4
Michal Schmidt ce9f78
- Run authconfig if /etc/pam.d/system-auth is not a symlink.
Michal Schmidt ce9f78
- Resolves: #753160
Michal Schmidt ce9f78
Michal Schmidt 57a225
* Wed Nov 02 2011 Michal Schmidt <mschmidt@redhat.com> - 37-3
Michal Schmidt 57a225
- Fix remote-fs-pre.target and its ordering.
Michal Schmidt 57a225
- Resolves: #749940
Michal Schmidt 57a225
Michal Schmidt bbee01
* Wed Oct 19 2011 Michal Schmidt <mschmidt@redhat.com> - 37-2
Michal Schmidt bbee01
- A couple of fixes from upstream:
Michal Schmidt bbee01
- Fix a regression in bash-completion reported in Bodhi.
Michal Schmidt bbee01
- Fix a crash in isolating.
Michal Schmidt bbee01
- Resolves: #717325
Michal Schmidt bbee01
Lennart Poettering 3a932a
* Tue Oct 11 2011 Lennart Poettering <lpoetter@redhat.com> - 37-1
Lennart Poettering 3a932a
- New upstream release
Lennart Poettering 3a932a
- Resolves: #744726, #718464, #713567, #713707, #736756
Lennart Poettering 3a932a
Michal Schmidt 25c1c5
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-5
Michal Schmidt 25c1c5
- Undo the workaround. Kay says it does not belong in systemd.
Michal Schmidt 25c1c5
- Unresolves: #741655
Michal Schmidt 25c1c5
Michal Schmidt 0afbbc
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-4
Michal Schmidt 0afbbc
- Workaround for the crypto-on-lvm-on-crypto disk layout
Michal Schmidt 0afbbc
- Resolves: #741655
Michal Schmidt 0afbbc
Michal Schmidt a762e5
* Sun Sep 25 2011 Michal Schmidt <mschmidt@redhat.com> - 36-3
Michal Schmidt a762e5
- Revert an upstream patch that caused ordering cycles
Michal Schmidt a762e5
- Resolves: #741078
Michal Schmidt a762e5
Lennart Poettering cf8032
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-2
Lennart Poettering cf8032
- Add /etc/timezone to ghosted files
Lennart Poettering cf8032
Lennart Poettering a02390
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-1
Lennart Poettering a02390
- New upstream release
Lennart Poettering a02390
- Resolves: #735013, #736360, #737047, #737509, #710487, #713384
Lennart Poettering a02390
Lennart Poettering fdfe15
* Thu Sep  1 2011 Lennart Poettering <lpoetter@redhat.com> - 35-1
Lennart Poettering fdfe15
- New upstream release
Lennart Poettering 556ae5
- Update post scripts
Lennart Poettering fdfe15
- Resolves: #726683, #713384, #698198, #722803, #727315, #729997, #733706, #734611
Lennart Poettering 556ae5
Lennart Poettering 90285f
* Thu Aug 25 2011 Lennart Poettering <lpoetter@redhat.com> - 34-1
Lennart Poettering 90285f
- New upstream release
Lennart Poettering 90285f
Harald Hoyer c0cb88
* Fri Aug 19 2011 Harald Hoyer <harald@redhat.com> 33-2
Harald Hoyer c0cb88
- fix ABRT on service file reloading
Lennart Poettering 556ae5
- Resolves: rhbz#732020
Harald Hoyer c0cb88
Lennart Poettering 56d8c3
* Wed Aug  3 2011 Lennart Poettering <lpoetter@redhat.com> - 33-1
Lennart Poettering 56d8c3
- New upstream release
Lennart Poettering 56d8c3
Lennart Poettering 4d0353
* Fri Jul 29 2011 Lennart Poettering <lpoetter@redhat.com> - 32-1
Lennart Poettering 4d0353
- New upstream release
Lennart Poettering 4d0353
Lennart Poettering b05890
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-2
Lennart Poettering b05890
- Fix access mode of modprobe file, restart logind after upgrade
Lennart Poettering b05890
Lennart Poettering 9652b0
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-1
Lennart Poettering 9652b0
- New upstream release
Lennart Poettering 9652b0
Lennart Poettering 5c28c3
* Wed Jul 13 2011 Lennart Poettering <lpoetter@redhat.com> - 30-1
Lennart Poettering 5c28c3
- New upstream release
Lennart Poettering 5c28c3
Lennart Poettering a8456a
* Thu Jun 16 2011 Lennart Poettering <lpoetter@redhat.com> - 29-1
Lennart Poettering a8456a
- New upstream release
Lennart Poettering a8456a
Michal Schmidt 62bfbd
* Mon Jun 13 2011 Michal Schmidt <mschmidt@redhat.com> - 28-4
Michal Schmidt 62bfbd
- Apply patches from current upstream.
Michal Schmidt 62bfbd
- Fixes memory size detection on 32-bit with >4GB RAM (BZ712341)
Michal Schmidt 62bfbd
Michal Schmidt 62bfbd
* Wed Jun 08 2011 Michal Schmidt <mschmidt@redhat.com> - 28-3
Michal Schmidt 90b062
- Apply patches from current upstream
Michal Schmidt 90b062
- https://bugzilla.redhat.com/show_bug.cgi?id=709909
Michal Schmidt 90b062
- https://bugzilla.redhat.com/show_bug.cgi?id=710839
Michal Schmidt 90b062
- https://bugzilla.redhat.com/show_bug.cgi?id=711015
Michal Schmidt 90b062
Lennart Poettering 12ec69
* Sat May 28 2011 Lennart Poettering <lpoetter@redhat.com> - 28-2
Lennart Poettering 12ec69
- Pull in nss-myhostname
Lennart Poettering 12ec69
Lennart Poettering 35d1c5
* Thu May 26 2011 Lennart Poettering <lpoetter@redhat.com> - 28-1
Lennart Poettering 35d1c5
- New upstream release
Lennart Poettering 35d1c5
Lennart Poettering 7e98ac
* Wed May 25 2011 Lennart Poettering <lpoetter@redhat.com> - 26-2
Lennart Poettering 7e98ac
- Bugfix release
Lennart Poettering 7e98ac
- https://bugzilla.redhat.com/show_bug.cgi?id=707507
Lennart Poettering 7e98ac
- https://bugzilla.redhat.com/show_bug.cgi?id=707483
Lennart Poettering 7e98ac
- https://bugzilla.redhat.com/show_bug.cgi?id=705427
Lennart Poettering 7e98ac
- https://bugzilla.redhat.com/show_bug.cgi?id=707577
Lennart Poettering 7e98ac
Lennart Poettering 101ad3
* Sat Apr 30 2011 Lennart Poettering <lpoetter@redhat.com> - 26-1
Lennart Poettering 101ad3
- New upstream release
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=699394
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=698198
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=698674
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=699114
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=699128
Lennart Poettering 101ad3
Lennart Poettering 82a114
* Thu Apr 21 2011 Lennart Poettering <lpoetter@redhat.com> - 25-1
Lennart Poettering 82a114
- New upstream release
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=694788
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=694321
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=690253
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=688661
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=682662
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=678555
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=628004
Lennart Poettering 82a114
Lennart Poettering 564695
* Wed Apr  6 2011 Lennart Poettering <lpoetter@redhat.com> - 24-1
Lennart Poettering 564695
- New upstream release
Lennart Poettering 564695
- https://bugzilla.redhat.com/show_bug.cgi?id=694079
Lennart Poettering 564695
- https://bugzilla.redhat.com/show_bug.cgi?id=693289
Lennart Poettering 564695
- https://bugzilla.redhat.com/show_bug.cgi?id=693274
Lennart Poettering 564695
- https://bugzilla.redhat.com/show_bug.cgi?id=693161
Lennart Poettering 564695
Lennart Poettering 639e1e
* Tue Apr  5 2011 Lennart Poettering <lpoetter@redhat.com> - 23-1
Lennart Poettering 639e1e
- New upstream release
Lennart Poettering 639e1e
- Include systemd-sysv-convert
Lennart Poettering 639e1e
Lennart Poettering 7ec857
* Fri Apr  1 2011 Lennart Poettering <lpoetter@redhat.com> - 22-1
Lennart Poettering 7ec857
- New upstream release
Lennart Poettering 7ec857
Lennart Poettering 27739b
* Wed Mar 30 2011 Lennart Poettering <lpoetter@redhat.com> - 21-2
Lennart Poettering 27739b
- The quota services are now pulled in by mount points, hence no need to enable them explicitly
Lennart Poettering 27739b
Lennart Poettering b49211
* Tue Mar 29 2011 Lennart Poettering <lpoetter@redhat.com> - 21-1
Lennart Poettering b49211
- New upstream release
Lennart Poettering b49211
Matthias Clasen 61aff0
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 20-2
Matthias Clasen 61aff0
- Apply upstream patch to not send untranslated messages to plymouth
Matthias Clasen 61aff0
Lennart Poettering 3a18c6
* Tue Mar  8 2011 Lennart Poettering <lpoetter@redhat.com> - 20-1
Lennart Poettering 3a18c6
- New upstream release
Lennart Poettering 3a18c6
Lennart Poettering 342c43
* Tue Mar  1 2011 Lennart Poettering <lpoetter@redhat.com> - 19-1
Lennart Poettering 342c43
- New upstream release
Lennart Poettering 342c43
Lennart Poettering 9f855a
* Wed Feb 16 2011 Lennart Poettering <lpoetter@redhat.com> - 18-1
Lennart Poettering 9f855a
- New upstream release
Lennart Poettering 9f855a
Bill Nottingham 542ef5
* Mon Feb 14 2011 Bill Nottingham <notting@redhat.com> - 17-6
Bill Nottingham 542ef5
- bump upstart obsoletes (#676815)
Bill Nottingham 542ef5
Tom "spot" Callaway 2b7ec6
* Wed Feb  9 2011 Tom Callaway <spot@fedoraproject.org> - 17-5
Tom "spot" Callaway 2b7ec6
- add macros.systemd file for %%{_unitdir}
Tom "spot" Callaway 2b7ec6
Dennis Gilmore c1c282
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17-4
Dennis Gilmore c1c282
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore c1c282
Lennart Poettering 1e8ec7
* Wed Feb  9 2011 Lennart Poettering <lpoetter@redhat.com> - 17-3
Lennart Poettering 1e8ec7
- Fix popen() of systemctl, #674916
Lennart Poettering 1e8ec7
Bill Nottingham 572592
* Mon Feb  7 2011 Bill Nottingham <notting@redhat.com> - 17-2
Bill Nottingham 572592
- add epoch to readahead obsolete
Bill Nottingham 572592
Lennart Poettering 1edfd7
* Sat Jan 22 2011 Lennart Poettering <lpoetter@redhat.com> - 17-1
Lennart Poettering 1edfd7
- New upstream release
Lennart Poettering 1edfd7
Lennart Poettering 12769a
* Tue Jan 18 2011 Lennart Poettering <lpoetter@redhat.com> - 16-2
Lennart Poettering 12769a
- Drop console.conf again, since it is not shipped in pamtmp.conf
Lennart Poettering 12769a
Lennart Poettering d4d722
* Sat Jan  8 2011 Lennart Poettering <lpoetter@redhat.com> - 16-1
Lennart Poettering d4d722
- New upstream release
Lennart Poettering d4d722
Lennart Poettering 2aa128
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 15-1
Lennart Poettering 2aa128
- New upstream release
Lennart Poettering 2aa128
Lennart Poettering d9a109
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 14-1
Lennart Poettering d9a109
- Upstream update
Lennart Poettering d9a109
- Enable hwclock-load by default
Lennart Poettering d9a109
- Obsolete readahead
Lennart Poettering d9a109
- Enable /var/run and /var/lock on tmpfs
Lennart Poettering d9a109
Lennart Poettering a425e1
* Fri Nov 19 2010 Lennart Poettering <lpoetter@redhat.com> - 13-1
Lennart Poettering a425e1
- new upstream release
Lennart Poettering a425e1
Bill Nottingham 619f0c
* Wed Nov 17 2010 Bill Nottingham <notting@redhat.com> 12-3
Bill Nottingham 619f0c
- Fix clash
Bill Nottingham 619f0c
Lennart Poettering cedca8
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-2
Lennart Poettering cedca8
- Don't clash with initscripts for now, so that we don't break the builders
Lennart Poettering cedca8
Lennart Poettering 52a550
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-1
Lennart Poettering 52a550
- New upstream release
Lennart Poettering 52a550
Matthias Clasen 32dccb
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> - 11-2
Matthias Clasen 32dccb
- Rebuild with newer vala, libnotify
Matthias Clasen 32dccb
Lennart Poettering 3f1bed
* Thu Oct  7 2010 Lennart Poettering <lpoetter@redhat.com> - 11-1
Lennart Poettering 3f1bed
- New upstream release
Lennart Poettering 3f1bed
Lennart Poettering 3f1bed
* Wed Sep 29 2010 Jesse Keating <jkeating@redhat.com> - 10-6
Jesse Keating 0cc7cd
- Rebuilt for gcc bug 634757
Jesse Keating 0cc7cd
Bill Nottingham c116e3
* Thu Sep 23 2010 Bill Nottingham <notting@redhat.com> - 10-5
Bill Nottingham c116e3
- merge -sysvinit into main package
Bill Nottingham c116e3
Bill Nottingham 60138e
* Mon Sep 20 2010 Bill Nottingham <notting@redhat.com> - 10-4
Bill Nottingham 60138e
- obsolete upstart-sysvinit too
Bill Nottingham 60138e
Bill Nottingham ac0a7d
* Fri Sep 17 2010 Bill Nottingham <notting@redhat.com> - 10-3
Bill Nottingham ac0a7d
- Drop upstart requires
Bill Nottingham ac0a7d
Lennart Poettering 1c5eea
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-2
Lennart Poettering 1c5eea
- Enable audit
Lennart Poettering 1c5eea
- https://bugzilla.redhat.com/show_bug.cgi?id=633771
Lennart Poettering 1c5eea
Lennart Poettering d44ba8
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-1
Lennart Poettering d44ba8
- New upstream release
Lennart Poettering d44ba8
- https://bugzilla.redhat.com/show_bug.cgi?id=630401
Lennart Poettering d44ba8
- https://bugzilla.redhat.com/show_bug.cgi?id=630225
Lennart Poettering d44ba8
- https://bugzilla.redhat.com/show_bug.cgi?id=626966
Lennart Poettering d44ba8
- https://bugzilla.redhat.com/show_bug.cgi?id=623456
Lennart Poettering d44ba8
Bill Nottingham 81e89e
* Fri Sep  3 2010 Bill Nottingham <notting@redhat.com> - 9-3
Bill Nottingham 81e89e
- move fedora-specific units to initscripts; require newer version thereof
Bill Nottingham 81e89e
Lennart Poettering 172ed5
* Fri Sep  3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-2
Lennart Poettering 172ed5
- Add missing tarball
Lennart Poettering 172ed5
Lennart Poettering 85e3ce
* Fri Sep  3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-1
Lennart Poettering 85e3ce
- New upstream version
Lennart Poettering 85e3ce
- Closes 501720, 614619, 621290, 626443, 626477, 627014, 627785, 628913
Lennart Poettering 85e3ce
Lennart Poettering 01d495
* Fri Aug 27 2010 Lennart Poettering <lpoetter@redhat.com> - 8-3
Lennart Poettering 01d495
- Reexecute after installation, take ownership of /var/run/user
Lennart Poettering 01d495
- https://bugzilla.redhat.com/show_bug.cgi?id=627457
Lennart Poettering 01d495
- https://bugzilla.redhat.com/show_bug.cgi?id=627634
Lennart Poettering 01d495
Lennart Poettering d007df
* Thu Aug 26 2010 Lennart Poettering <lpoetter@redhat.com> - 8-2
Lennart Poettering d007df
- Properly create default.target link
Lennart Poettering d007df
Lennart Poettering 6f4060
* Wed Aug 25 2010 Lennart Poettering <lpoetter@redhat.com> - 8-1
Lennart Poettering 6f4060
- New upstream release
Lennart Poettering 6f4060
Lennart Poettering d6c21f
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-3
Lennart Poettering d6c21f
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623561
Lennart Poettering d6c21f
Lennart Poettering d6c21f
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-2
Lennart Poettering f8a159
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623430
Lennart Poettering f8a159
Lennart Poettering 923ee9
* Tue Aug 10 2010 Lennart Poettering <lpoetter@redhat.com> - 7-1
Lennart Poettering 923ee9
- New upstream release
Lennart Poettering 923ee9
Lennart Poettering 87df68
* Fri Aug  6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-2
Lennart Poettering 87df68
- properly hide output on package installation
Lennart Poettering 87df68
- pull in coreutils during package installtion
Lennart Poettering 87df68
Lennart Poettering 33acec
* Fri Aug  6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-1
Lennart Poettering 33acec
- New upstream release
Lennart Poettering 33acec
- Fixes #621200
Lennart Poettering 33acec
Lennart Poettering 561d1f
* Wed Aug  4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-2
Lennart Poettering 561d1f
- Add tarball
Lennart Poettering 561d1f
Lennart Poettering f58b3d
* Wed Aug  4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-1
Lennart Poettering f58b3d
- Prepare release 5
Lennart Poettering f58b3d
Bill Nottingham 3fb2ea
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 4-4
Bill Nottingham 3fb2ea
- Add 'sysvinit-userspace' provide to -sysvinit package to fix upgrade/install (#618537)
Bill Nottingham 3fb2ea
Lennart Poettering 7f4dce
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-3
Lennart Poettering 7f4dce
- Add libselinux to build dependencies
Lennart Poettering 7f4dce
Lennart Poettering 2f1a57
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-2
Lennart Poettering 2f1a57
- Use the right tarball
Lennart Poettering 2f1a57
Lennart Poettering 25a5a1
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-1
Lennart Poettering 25a5a1
- New upstream release, and make default
Lennart Poettering 25a5a1
Lennart Poettering d6c21f
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-3
Lennart Poettering d348ae
- Used wrong tarball
Lennart Poettering d348ae
Lennart Poettering d6c21f
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-2
Lennart Poettering 85eb5f
- Own /cgroup jointly with libcgroup, since we don't dpend on it anymore
Lennart Poettering 85eb5f
Lennart Poettering b93a36
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-1
Lennart Poettering b93a36
- New upstream release
Lennart Poettering b93a36
Lennart Poettering 5a28ec
* Fri Jul 9 2010 Lennart Poettering <lpoetter@redhat.com> - 2-0
Lennart Poettering 5a28ec
- New upstream release
Lennart Poettering 5a28ec
Lennart Poettering fdaca2
* Wed Jul 7 2010 Lennart Poettering <lpoetter@redhat.com> - 1-0
Lennart Poettering fdaca2
- First upstream release
Lennart Poettering fdaca2
Lennart Poettering caa30f
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.7.20100629git4176e5
Lennart Poettering 4372ad
- New snapshot
Lennart Poettering 4372ad
- Split off -units package where other packages can depend on without pulling in the whole of systemd
Lennart Poettering 4372ad
Lennart Poettering 1a8865
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.6.20100622gita3723b
Lennart Poettering 1a8865
- Add missing libtool dependency.
Lennart Poettering 1a8865
Lennart Poettering 1e979b
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.5.20100622gita3723b
Lennart Poettering 4372ad
- Update snapshot
Lennart Poettering 1e979b
Lennart Poettering 1e979b
* Mon Jun 14 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.4.20100614git393024
Rahul Sundaram ab31d0
- Pull the latest snapshot that fixes a segfault. Resolves rhbz#603231
Rahul Sundaram ab31d0
Harald Hoyer a72a35
* Fri Jun 11 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.3.20100610git2f198e
Rahul Sundaram 7a392d
- More minor fixes as per review
Rahul Sundaram 7a392d
Rahul Sundaram 7a392d
* Thu Jun 10 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.2.20100610git2f198e
Rahul Sundaram 7a392d
- Spec improvements from David Hollis
Rahul Sundaram 7a392d
Rahul Sundaram 7a392d
* Wed Jun 09 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.1.20090609git2f198e
Rahul Sundaram 7a392d
- Address review comments
Rahul Sundaram ab31d0
Rahul Sundaram 7a392d
* Tue Jun 01 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.0.git2010-06-02
Rahul Sundaram 7a392d
- Initial spec (adopted from Kay Sievers)