teknoraver / rpms / systemd

Forked from rpms/systemd a month ago
Clone

Blame SPECS/systemd.spec

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