Zbigniew Jędrzejewski-Szmek 7ffa92
%global gitcommit 04a361e18f1574098d33dbdb2e030f4a44de59ee
Zbigniew Jędrzejewski-Szmek edb4e0
%{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})}
Lennart Poettering 5db028
Lennart Poettering 391f9f
# We ship a .pc file but don't want to have a dep on pkg-config. We
Lennart Poettering 391f9f
# strip the automatically generated dep here and instead co-own the
Lennart Poettering 391f9f
# directory.
Lennart Poettering 391f9f
%global __requires_exclude pkg-config
Lennart Poettering 391f9f
Zbigniew Jędrzejewski-Szmek c9f04d
%global pkgdir %{_prefix}/lib/systemd
Zbigniew Jędrzejewski-Szmek c9f04d
%global system_unit_dir %{pkgdir}/system
Zbigniew Jędrzejewski-Szmek bb4127
%global user_unit_dir %{pkgdir}/user
Zbigniew Jędrzejewski-Szmek c9f04d
Lennart Poettering cc49ef
Name:           systemd
Lennart Poettering cc49ef
Url:            http://www.freedesktop.org/wiki/Software/systemd
Zbigniew Jędrzejewski-Szmek e3edee
Version:        237
Zbigniew Jędrzejewski-Szmek e3edee
Release:        1%{?gitcommit:.git%{gitcommitshort}}%{?dist}
Michal Schmidt 720afe
# For a breakdown of the licensing, see README
Michal Schmidt 720afe
License:        LGPLv2+ and MIT and GPLv2+
Zbigniew Jędrzejewski-Szmek 1478fa
Summary:        System and Service Manager
Michal Schmidt 77289e
Kay Sievers 5bd459
# download tarballs with "spectool -g systemd.spec"
Michal Schmidt 77289e
%if %{defined gitcommit}
Zbigniew Jędrzejewski-Szmek 38d7cf
Source0:        https://github.com/systemd/systemd-stable/archive/%{?gitcommit}.tar.gz#/%{name}-%{gitcommitshort}.tar.gz
Michal Schmidt 77289e
%else
Zbigniew Jędrzejewski-Szmek 3dfe82
Source0:        https://github.com/systemd/systemd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Michal Schmidt 77289e
%endif
Zbigniew Jędrzejewski-Szmek edb4e0
# This file must be available before %%prep.
Zbigniew Jędrzejewski-Szmek 8b4408
# It is generated during systemd build and can be found in src/core/.
Zbigniew Jędrzejewski-Szmek 8b4408
Source1:        triggers.systemd
Zbigniew Jędrzejewski-Szmek 17a6f3
Source2:        split-files.py
Zbigniew Jędrzejewski-Szmek 0a8e7e
Michal Schmidt 77289e
# Prevent accidental removal of the systemd package
Zbigniew Jędrzejewski-Szmek 6d5bee
Source4:        yum-protect-systemd.conf
Kay Sievers 4463a3
Zbigniew Jędrzejewski-Szmek 6d5bee
Source5:        inittab
Zbigniew Jędrzejewski-Szmek 801ccd
Source6:        sysctl.conf.README
Zbigniew Jędrzejewski-Szmek b53cf7
Source7:        systemd-journal-remote.xml
Zbigniew Jędrzejewski-Szmek b53cf7
Source8:        systemd-journal-gatewayd.xml
Zbigniew Jędrzejewski-Szmek 90aeee
Source9:        20-yama-ptrace.conf
Zbigniew Jędrzejewski-Szmek 65fed7
Source10:       systemd-udev-trigger-no-reload.conf
Zbigniew Jędrzejewski-Szmek 12da22
Source11:       20-grubby.install
Zbigniew Jędrzejewski-Szmek e134e6
Source12:       https://raw.githubusercontent.com/systemd/systemd/1000522a60ceade446773c67031b47a566d4a70d/src/login/systemd-user.m4
Michal Schmidt 77289e
Zbigniew Jędrzejewski-Szmek 1d06cb
%if 0
Zbigniew Jędrzejewski-Szmek 35bb94
GIT_DIR=../../src/systemd/.git git format-patch-ab --no-signature -M -N v235..v235-stable
Zbigniew Jędrzejewski-Szmek 1d06cb
i=1; for j in 00*patch; do printf "Patch%04d:      %s\n" $i $j; i=$((i+1));done|xclip
Zbigniew Jędrzejewski-Szmek 1d06cb
GIT_DIR=../../src/systemd/.git git diffab -M v233..master@{2017-06-15} -- hwdb/[67]* hwdb/parse_hwdb.py > hwdb.patch
Zbigniew Jędrzejewski-Szmek 1d06cb
%endif
Zbigniew Jędrzejewski-Szmek bb4127
Zbigniew Jędrzejewski-Szmek 1eeb98
Patch0998:      0998-resolved-create-etc-resolv.conf-symlink-at-runtime.patch
Zbigniew Jędrzejewski-Szmek ebd481
Michal Schmidt 77289e
%global num_patches %{lua: c=0; for i,p in ipairs(patches) do c=c+1; end; print(c);}
Michal Schmidt 77289e
Zbigniew Jędrzejewski-Szmek a88eae
%ifarch %{ix86} x86_64 aarch64
Zbigniew Jędrzejewski-Szmek a88eae
%global have_gnu_efi 1
Zbigniew Jędrzejewski-Szmek a88eae
%endif
Zbigniew Jędrzejewski-Szmek a88eae
Zbigniew Jędrzejewski-Szmek f314ba
BuildRequires:  gcc
Zbigniew Jędrzejewski-Szmek f314ba
BuildRequires:  gcc-c++
Lennart Poettering cc49ef
BuildRequires:  libcap-devel
Lennart Poettering 9254d8
BuildRequires:  libmount-devel
Lennart Poettering cc49ef
BuildRequires:  pam-devel
Lennart Poettering 7f4dce
BuildRequires:  libselinux-devel
Lennart Poettering 1c5eea
BuildRequires:  audit-libs-devel
Michal Schmidt 90beab
BuildRequires:  cryptsetup-devel
Michal Schmidt 7de90b
BuildRequires:  dbus-devel
Lennart Poettering 5c28c3
BuildRequires:  libacl-devel
Kay Sievers 9ac884
BuildRequires:  gobject-introspection-devel
Kay Sievers 9ac884
BuildRequires:  libblkid-devel
Lennart Poettering 29f5e6
BuildRequires:  xz-devel
Zbigniew Jędrzejewski-Szmek ee5379
BuildRequires:  xz
Zbigniew Jędrzejewski-Szmek 56be25
BuildRequires:  lz4-devel
Zbigniew Jędrzejewski-Szmek ee5379
BuildRequires:  lz4
Zbigniew Jędrzejewski-Szmek 56be25
BuildRequires:  bzip2-devel
Yu Watanabe dc44a1
BuildRequires:  libidn2-devel
Lennart Poettering 92a80a
BuildRequires:  libcurl-devel
Kay Sievers 9ac884
BuildRequires:  kmod-devel
Zbigniew Jędrzejewski-Szmek cfcb35
BuildRequires:  elfutils-devel
Lennart Poettering 38a7fb
BuildRequires:  libgcrypt-devel
Zbigniew Jędrzejewski-Szmek 83f115
BuildRequires:  libgpg-error-devel
Zbigniew Jędrzejewski-Szmek cfcb35
BuildRequires:  gnutls-devel
Lennart Poettering 38a7fb
BuildRequires:  qrencode-devel
Lennart Poettering 09c908
BuildRequires:  libmicrohttpd-devel
Zbigniew Jędrzejewski-Szmek 572497
BuildRequires:  libxkbcommon-devel
Lennart Poettering 258b2a
BuildRequires:  iptables-devel
Lennart Poettering 38a7fb
BuildRequires:  libxslt
Lennart Poettering 38a7fb
BuildRequires:  docbook-style-xsl
Lennart Poettering 38a7fb
BuildRequires:  pkgconfig
Lennart Poettering 38a7fb
BuildRequires:  gperf
Kay Sievers b2cc25
BuildRequires:  gawk
Zbigniew Jędrzejewski-Szmek 25282c
BuildRequires:  tree
Zbigniew Jędrzejewski-Szmek 35ec3a
BuildRequires:  python3-devel
Lennart Poettering 4f13e0
BuildRequires:  python3-lxml
Zbigniew Jędrzejewski-Szmek b53cf7
BuildRequires:  firewalld-filesystem
Zbigniew Jędrzejewski-Szmek a88eae
%if 0%{?have_gnu_efi}
Kay Sievers ee6fc8
BuildRequires:  gnu-efi gnu-efi-devel
Kay Sievers ee6fc8
%endif
Lennart Poettering b73335
BuildRequires:  libseccomp-devel
Michal Schmidt 77289e
%if %{num_patches}
Michal Schmidt 77289e
BuildRequires:  git
Michal Schmidt 77289e
%endif
Yu Watanabe a8ba7b
BuildRequires:  meson >= 0.43
Zbigniew Jędrzejewski-Szmek 83f115
BuildRequires:  gettext
Zbigniew Jędrzejewski-Szmek 28e2d4
Michal Schmidt 176680
Requires(post): coreutils
Kay Sievers 5464d2
Requires(post): sed
Lennart Poettering 545717
Requires(post): acl
Zbigniew Jędrzejewski-Szmek 41d7c0
Requires(post): grep
Lennart Poettering f55ccc
Requires(pre):  coreutils
Lennart Poettering add3e7
Requires(pre):  /usr/bin/getent
Lennart Poettering add3e7
Requires(pre):  /usr/sbin/groupadd
Zbigniew Jędrzejewski-Szmek 324bf5
Requires:       dbus >= 1.9.18
Zbigniew Jędrzejewski-Szmek 28e2d4
Requires:       %{name}-pam = %{version}-%{release}
Michal Schmidt b42e57
Requires:       %{name}-libs = %{version}-%{release}
Harald Hoyer 60a0b6
Recommends:     diffutils
Harald Hoyer 5c1c8b
Requires:       util-linux
Zbigniew Jędrzejewski-Szmek 140d00
Recommends:     libxkbcommon%{?_isa}
Kay Sievers 3b11fb
Provides:       /bin/systemctl
Kay Sievers 8ec8f4
Provides:       /sbin/shutdown
Kay Sievers 9ac884
Provides:       syslog
Michal Schmidt 176680
Provides:       systemd-units = %{version}-%{release}
Kay Sievers 27bf94
Obsoletes:      system-setup-keyboard < 0.9
Kay Sievers 27bf94
Provides:       system-setup-keyboard = 0.9
Kay Sievers 5ccbe7
# systemd-sysv-convert was removed in f20: https://fedorahosted.org/fpc/ticket/308
Kay Sievers 5ccbe7
Obsoletes:      systemd-sysv < 206
Zbigniew Jędrzejewski-Szmek 8f85f1
# self-obsoletes so that dnf will install new subpackages on upgrade (#1260394)
Zbigniew Jędrzejewski-Szmek 8f85f1
Obsoletes:      %{name} < 229-5
Kay Sievers 5ccbe7
Provides:       systemd-sysv = 206
Zbigniew Jędrzejewski-Szmek f5ff7e
Conflicts:      initscripts < 9.56.1
Dan Horák f08e79
%if 0%{?fedora}
Dennis Gilmore 911dec
Conflicts:      fedora-release < 23-0.12
Dan Horák f08e79
%endif
Lennart Poettering cc49ef
Lennart Poettering cc49ef
%description
Zbigniew Jędrzejewski-Szmek 645d1b
systemd is a system and service manager that runs as PID 1 and starts
Zbigniew Jędrzejewski-Szmek 645d1b
the rest of the system. It provides aggressive parallelization
Lennart Poettering cc49ef
capabilities, uses socket and D-Bus activation for starting services,
Lennart Poettering cc49ef
offers on-demand starting of daemons, keeps track of processes using
Zbigniew Jędrzejewski-Szmek 645d1b
Linux control groups, maintains mount and automount points, and
Zbigniew Jędrzejewski-Szmek 645d1b
implements an elaborate transactional dependency-based service control
Zbigniew Jędrzejewski-Szmek 645d1b
logic. systemd supports SysV and LSB init scripts and works as a
Zbigniew Jędrzejewski-Szmek 645d1b
replacement for sysvinit. Other parts of this package are a logging daemon,
Zbigniew Jędrzejewski-Szmek 645d1b
utilities to control basic system configuration like the hostname,
Zbigniew Jędrzejewski-Szmek 645d1b
date, locale, maintain a list of logged-in users and running
Zbigniew Jędrzejewski-Szmek 645d1b
containers and virtual machines, system accounts, runtime directories
Zbigniew Jędrzejewski-Szmek 645d1b
and settings, and daemons to manage simple network configuration,
Zbigniew Jędrzejewski-Szmek 645d1b
network time synchronization, log forwarding, and name resolution.
Lennart Poettering cc49ef
Michal Schmidt 998394
%package libs
Michal Schmidt 998394
Summary:        systemd libraries
Michal Schmidt 998394
License:        LGPLv2+ and MIT
Kay Sievers de8b13
Obsoletes:      libudev < 183
Nils Philippsen 581717
Obsoletes:      systemd < 185-4
Nils Philippsen 581717
Conflicts:      systemd < 185-4
Zbigniew Jędrzejewski-Szmek b3d8d3
Obsoletes:      systemd-compat-libs < 230
Zbigniew Jędrzejewski-Szmek 7ae71c
Obsoletes:      nss-myhostname < 0.4
Zbigniew Jędrzejewski-Szmek 7ae71c
Provides:       nss-myhostname = 0.4
Zbigniew Jędrzejewski-Szmek a64739
Provides:       nss-myhostname%{_isa} = 0.4
Zbigniew Jędrzejewski-Szmek e4286e
Requires(post): sed
Zbigniew Jędrzejewski-Szmek e4286e
Requires(post): grep
Michal Schmidt 998394
Michal Schmidt 998394
%description libs
Zbigniew Jędrzejewski-Szmek 28e2d4
Libraries for systemd and udev.
Zbigniew Jędrzejewski-Szmek 28e2d4
Zbigniew Jędrzejewski-Szmek 28e2d4
%package pam
Zbigniew Jędrzejewski-Szmek 28e2d4
Summary:        systemd PAM module
Zbigniew Jędrzejewski-Szmek 28e2d4
Requires:       %{name} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek 28e2d4
Zbigniew Jędrzejewski-Szmek 28e2d4
%description pam
Zbigniew Jędrzejewski-Szmek 28e2d4
Systemd PAM module registers the session with systemd-logind.
Michal Schmidt 998394
Lennart Poettering 9652b0
%package devel
Lennart Poettering 9652b0
Summary:        Development headers for systemd
Michal Schmidt 998394
License:        LGPLv2+ and MIT
Zbigniew Jędrzejewski-Szmek 9e71ab
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
Kay Sievers 6979d2
Provides:       libudev-devel = %{version}
Zbigniew Jędrzejewski-Szmek a64739
Provides:       libudev-devel%{_isa} = %{version}
Kay Sievers 973c8d
Obsoletes:      libudev-devel < 183
Zbigniew Jędrzejewski-Szmek 74dc67
# Fake dependency to make sure systemd-pam is pulled into multilib (#1414153)
Zbigniew Jędrzejewski-Szmek 74dc67
Requires:       %{name}-pam = %{version}-%{release}
Lennart Poettering 9652b0
Lennart Poettering 9652b0
%description devel
Zbigniew Jędrzejewski-Szmek acdc55
Development headers and auxiliary files for developing applications linking
Zbigniew Jędrzejewski-Szmek acdc55
to libudev or libsystemd.
Lennart Poettering 9652b0
Zbigniew Jędrzejewski-Szmek c16b57
%package udev
Zbigniew Jędrzejewski-Szmek c16b57
Summary: Rule-based device node and kernel event manager
Zbigniew Jędrzejewski-Szmek c16b57
Requires:       %{name}%{?_isa} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek c16b57
Requires(post):   systemd
Zbigniew Jędrzejewski-Szmek c16b57
Requires(preun):  systemd
Zbigniew Jędrzejewski-Szmek c16b57
Requires(postun): systemd
Zbigniew Jędrzejewski-Szmek b7ec95
Requires(post): grep
Zbigniew Jędrzejewski-Szmek c7c436
Requires:       kmod >= 18-4
Zbigniew Jędrzejewski-Szmek c16b57
# obsolete parent package so that dnf will install new subpackage on upgrade (#1260394)
Zbigniew Jędrzejewski-Szmek c16b57
Obsoletes:      %{name} < 229-5
Zbigniew Jędrzejewski-Szmek c16b57
Provides:       udev = %{version}
Zbigniew Jędrzejewski-Szmek a64739
Provides:       udev%{_isa} = %{version}
Zbigniew Jędrzejewski-Szmek c16b57
Obsoletes:      udev < 183
Zbigniew Jędrzejewski-Szmek ef73cc
# https://bugzilla.redhat.com/show_bug.cgi?id=1377733#c9
Zbigniew Jędrzejewski-Szmek ef73cc
Recommends:     systemd-bootchart
Zbigniew Jędrzejewski-Szmek 4ebba8
# https://bugzilla.redhat.com/show_bug.cgi?id=1408878
Zbigniew Jędrzejewski-Szmek 4ebba8
Recommends:     kbd
Zbigniew Jędrzejewski-Szmek c16b57
License:        LGPLv2+
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek c16b57
%description udev
Zbigniew Jędrzejewski-Szmek c16b57
This package contains systemd-udev and the rules and hardware database
Zbigniew Jędrzejewski-Szmek c16b57
needed to manage device nodes. This package is necessary on physical
Zbigniew Jędrzejewski-Szmek c16b57
machines and in virtual machines, but not in containers.
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek 34bfce
%package container
Zbigniew Jędrzejewski-Szmek 34bfce
# Name is the same as in Debian
Zbigniew Jędrzejewski-Szmek 34bfce
Summary: Tools for containers and VMs
Zbigniew Jędrzejewski-Szmek 34bfce
Requires:       %{name}%{?_isa} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek 34bfce
Requires(post):   systemd
Zbigniew Jędrzejewski-Szmek 34bfce
Requires(preun):  systemd
Zbigniew Jędrzejewski-Szmek 34bfce
Requires(postun): systemd
Zbigniew Jędrzejewski-Szmek c16b57
# obsolete parent package so that dnf will install new subpackage on upgrade (#1260394)
Zbigniew Jędrzejewski-Szmek 34bfce
Obsoletes:      %{name} < 229-5
Zbigniew Jędrzejewski-Szmek 34bfce
License:        LGPLv2+
Zbigniew Jędrzejewski-Szmek 34bfce
Zbigniew Jędrzejewski-Szmek 34bfce
%description container
Zbigniew Jędrzejewski-Szmek 34bfce
Systemd tools to spawn and manage containers and virtual machines.
Zbigniew Jędrzejewski-Szmek 34bfce
Zbigniew Jędrzejewski-Szmek 34bfce
This package contains systemd-nspawn, machinectl, systemd-machined,
Zbigniew Jędrzejewski-Szmek 34bfce
and systemd-importd.
Zbigniew Jędrzejewski-Szmek 34bfce
Zbigniew Jędrzejewski-Szmek b321c5
%package journal-remote
Zbigniew Jędrzejewski-Szmek b321c5
# Name is the same as in Debian
Zbigniew Jędrzejewski-Szmek b321c5
Summary:        Tools to send journal events over the network
Zbigniew Jędrzejewski-Szmek 0ab588
Requires:       %{name}%{?_isa} = %{version}-%{release}
Michal Schmidt 54952b
License:        LGPLv2+
Michal Schmidt 54952b
Requires(pre):    /usr/bin/getent
Michal Schmidt 54952b
Requires(post):   systemd
Michal Schmidt 54952b
Requires(preun):  systemd
Michal Schmidt 54952b
Requires(postun): systemd
Zbigniew Jędrzejewski-Szmek b53cf7
Requires:       firewalld-filesystem
Zbigniew Jędrzejewski-Szmek b321c5
Provides:       %{name}-journal-gateway = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek a64739
Provides:       %{name}-journal-gateway%{_isa} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek 5767bd
Obsoletes:      %{name}-journal-gateway < 227-7
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek b321c5
%description journal-remote
Zbigniew Jędrzejewski-Szmek b321c5
Programs to forward journal entries over the network, using encrypted HTTP,
Zbigniew Jędrzejewski-Szmek b321c5
and to write journal files from serialized journal contents.
Zbigniew Jędrzejewski-Szmek b321c5
Zbigniew Jędrzejewski-Szmek b321c5
This package contains systemd-journal-gatewayd,
Zbigniew Jędrzejewski-Szmek b321c5
systemd-journal-remote, and systemd-journal-upload.
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek bb4127
%package tests
Zbigniew Jędrzejewski-Szmek bb4127
Summary:       Internal unit tests for systemd
Zbigniew Jędrzejewski-Szmek bb4127
Requires:      %{name}%{?_isa} = %{version}-%{release}
Zbigniew Jędrzejewski-Szmek bb4127
License:       LGPLv2+
Zbigniew Jędrzejewski-Szmek bb4127
Zbigniew Jędrzejewski-Szmek bb4127
%description tests
Zbigniew Jędrzejewski-Szmek bb4127
"Installed tests" that are usually run as part of the build system.
Zbigniew Jędrzejewski-Szmek bb4127
They can be useful to test systemd internals.
Zbigniew Jędrzejewski-Szmek bb4127
Lennart Poettering cc49ef
%prep
Zbigniew Jędrzejewski-Szmek 7ffa92
%setup -q %{?gitcommit:-n %{name}-stable-%{gitcommit}}
Rahul Sundaram 7a392d
Michal Schmidt 77289e
%if %{num_patches}
Harald Hoyer 2e2e24
    git init
Harald Hoyer 2e2e24
    git config user.email "systemd-maint@redhat.com"
Harald Hoyer 2e2e24
    git config user.name "Fedora systemd team"
Harald Hoyer 2e2e24
    git add .
Harald Hoyer 2e2e24
    git commit -a -q -m "%{version} baseline."
Harald Hoyer 2e2e24
Harald Hoyer 2e2e24
    # Apply all the patches.
Zbigniew Jędrzejewski-Szmek 1ed18e
    git am %{patches}
Zbigniew Jędrzejewski-Szmek 703bc6
%endif
Harald Hoyer 2e2e24
Zbigniew Jędrzejewski-Szmek e134e6
# Restore systemd-user pam config from before "removal of Fedora-specific bits"
Zbigniew Jędrzejewski-Szmek e134e6
cp -p %{SOURCE12} src/login/
Zbigniew Jędrzejewski-Szmek e134e6
Lennart Poettering cc49ef
%build
c0f6af
%define ntpvendor %(source /etc/os-release; echo ${ID})
Michal Schmidt 10e6a8
%{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}
Michal Schmidt 10e6a8
Michal Schmidt c8f466
CONFIGURE_OPTS=(
Zbigniew Jędrzejewski-Szmek 83f115
        -Dsysvinit-path=/etc/rc.d/init.d
Zbigniew Jędrzejewski-Szmek 83f115
        -Drc-local=/etc/rc.d/rc.local
Zbigniew Jędrzejewski-Szmek 83f115
        -Dntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org'
Zbigniew Jędrzejewski-Szmek f3e3e4
        -Ddev-kvm-mode=0666
Zbigniew Jędrzejewski-Szmek 83f115
        -Dkmod=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dxkbcommon=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dblkid=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dseccomp=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dima=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dselinux=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dapparmor=false
Zbigniew Jędrzejewski-Szmek 83f115
        -Dpolkit=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dxz=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dzlib=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dbzip2=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dlz4=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dpam=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dacl=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dsmack=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dgcrypt=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Daudit=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Delfutils=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dlibcryptsetup=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Delfutils=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dqrencode=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dgnutls=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dmicrohttpd=true
Yu Watanabe dc44a1
        -Dlibidn2=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dlibiptc=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dlibcurl=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Defi=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dgnu-efi=%{?have_gnu_efi:true}%{?!have_gnu_efi:false}
Zbigniew Jędrzejewski-Szmek 83f115
        -Dtpm=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dhwdb=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Dsysusers=true
Zbigniew Jędrzejewski-Szmek 83f115
        -Ddefault-kill-user-processes=false
Zbigniew Jędrzejewski-Szmek 83f115
        -Dtests=unsafe
Zbigniew Jędrzejewski-Szmek 83f115
        -Dinstall-tests=true
Yu Watanabe a8ba7b
        -Dtty-gid=5
Yu Watanabe a8ba7b
        -Dusers-gid=100
Yu Watanabe a8ba7b
        -Dnobody-user=nfsnobody
Yu Watanabe a8ba7b
        -Dnobody-group=nfsnobody
Zbigniew Jędrzejewski-Szmek 83f115
        -Db_lto=true
Michal Schmidt c8f466
)
Michal Schmidt c8f466
Zbigniew Jędrzejewski-Szmek 83f115
%meson "${CONFIGURE_OPTS[@]}"
Zbigniew Jędrzejewski-Szmek 83f115
%meson_build
Lennart Poettering cc49ef
Lennart Poettering cc49ef
%install
Zbigniew Jędrzejewski-Szmek 83f115
%meson_install
Zbigniew Jędrzejewski-Szmek 6153dd
Lennart Poettering b79f2e
# udev links
Michal Schmidt c7b4b0
mkdir -p %{buildroot}/%{_sbindir}
Michal Schmidt c7b4b0
ln -sf ../bin/udevadm %{buildroot}%{_sbindir}/udevadm
Lennart Poettering 25a5a1
Lennart Poettering 25a5a1
# Create SysV compatibility symlinks. systemctl/systemd are smart
Lennart Poettering 25a5a1
# enough to detect in which way they are called.
Michal Schmidt c7b4b0
ln -s ../lib/systemd/systemd %{buildroot}%{_sbindir}/init
Michal Schmidt c7b4b0
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/reboot
Michal Schmidt c7b4b0
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/halt
Michal Schmidt c7b4b0
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/poweroff
Michal Schmidt c7b4b0
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/shutdown
Michal Schmidt c7b4b0
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/telinit
Michal Schmidt c7b4b0
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/runlevel
Lennart Poettering b79f2e
Zbigniew Jędrzejewski-Szmek 6d5bee
# Compatiblity and documentation files
Zbigniew Jędrzejewski-Szmek 6d5bee
touch %{buildroot}/etc/crypttab
Zbigniew Jędrzejewski-Szmek 6d5bee
chmod 600 %{buildroot}/etc/crypttab
Zbigniew Jędrzejewski-Szmek 6d5bee
Zbigniew Jędrzejewski-Szmek 83f115
# /etc/initab
Zbigniew Jędrzejewski-Szmek 51f362
install -Dm0644 -t %{buildroot}/etc/ %{SOURCE5}
Zbigniew Jędrzejewski-Szmek 6d5bee
Zbigniew Jędrzejewski-Szmek 83f115
# /etc/sysctl.conf compat
Zbigniew Jędrzejewski-Szmek c90404
install -Dm0644 %{SOURCE6} %{buildroot}/etc/sysctl.conf
Zbigniew Jędrzejewski-Szmek 801ccd
ln -s ../sysctl.conf %{buildroot}/etc/sysctl.d/99-sysctl.conf
Zbigniew Jędrzejewski-Szmek 801ccd
Lennart Poettering 25a5a1
# We create all wants links manually at installation time to make sure
Kay Sievers b2cc25
# they are not owned and hence overriden by rpm after the user deleted
Lennart Poettering 25a5a1
# them.
Michal Schmidt c7b4b0
rm -r %{buildroot}%{_sysconfdir}/systemd/system/*.target.wants
Lennart Poettering 25a5a1
Lennart Poettering d44ba8
# Make sure these directories are properly owned
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{system_unit_dir}/basic.target.wants
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{system_unit_dir}/default.target.wants
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{system_unit_dir}/dbus.target.wants
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{system_unit_dir}/syslog.target.wants
Zbigniew Jędrzejewski-Szmek c90404
mkdir -p %{buildroot}%{_localstatedir}/run
Zbigniew Jędrzejewski-Szmek c90404
mkdir -p %{buildroot}%{_localstatedir}/log
Zbigniew Jędrzejewski-Szmek b1a5d7
touch %{buildroot}%{_localstatedir}/run/utmp
Zbigniew Jędrzejewski-Szmek b1a5d7
touch %{buildroot}%{_localstatedir}/log/{w,b}tmp
Zbigniew Jędrzejewski-Szmek b1a5d7
Lennart Poettering 54fb1a
# Make sure the user generators dir exists too
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{pkgdir}/system-generators
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{pkgdir}/user-generators
Lennart Poettering 54fb1a
Lennart Poettering 82a114
# Create new-style configuration files so that we can ghost-own them
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/hostname
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/vconsole.conf
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/locale.conf
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/machine-id
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/machine-info
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/localtime
Michal Schmidt c7b4b0
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
Lennart Poettering 82a114
Lennart Poettering 4481fb
# Make sure the shutdown/sleep drop-in dirs exist
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{pkgdir}/system-shutdown/
Zbigniew Jędrzejewski-Szmek c9f04d
mkdir -p %{buildroot}%{pkgdir}/system-sleep/
Lennart Poettering 4481fb
Lennart Poettering 545717
# Make sure directories in /var exist
Michal Schmidt c7b4b0
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/coredump
Michal Schmidt c7b4b0
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/catalog
Lennart Poettering 129881
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/backlight
Lennart Poettering 129881
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/rfkill
Zbigniew Jędrzejewski-Szmek b54bf1
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/linger
Yu Watanabe 9653e1
mkdir -p %{buildroot}%{_localstatedir}/lib/private
Yu Watanabe 9653e1
mkdir -p %{buildroot}%{_localstatedir}/log/private
Yu Watanabe 9653e1
mkdir -p %{buildroot}%{_localstatedir}/cache/private
Yu Watanabe 9653e1
mkdir -p %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload
Yu Watanabe 9653e1
mkdir -p %{buildroot}%{_localstatedir}/lib/private/systemd/timesync
Yu Watanabe 9653e1
ln -s ../private/systemd/journal-upload %{buildroot}%{_localstatedir}/lib/systemd/journal-upload
Yu Watanabe 9653e1
ln -s ../private/systemd/timesync %{buildroot}%{_localstatedir}/lib/systemd/timesync
Michal Schmidt c7b4b0
mkdir -p %{buildroot}%{_localstatedir}/log/journal
Michal Schmidt c7b4b0
touch %{buildroot}%{_localstatedir}/lib/systemd/catalog/database
Michal Schmidt c7b4b0
touch %{buildroot}%{_sysconfdir}/udev/hwdb.bin
Lennart Poettering b73335
touch %{buildroot}%{_localstatedir}/lib/systemd/random-seed
Yu Watanabe 9653e1
touch %{buildroot}%{_localstatedir}/lib/private/systemd/timesync/clock
Yu Watanabe 9653e1
touch %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload/state
Lennart Poettering 545717
Michal Schmidt 3c3608
# Install yum protection fragment
Zbigniew Jędrzejewski-Szmek c90404
install -Dm0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/yum/protected.d/systemd.conf
Michal Schmidt 3c3608
Zbigniew Jędrzejewski-Szmek 51f362
install -Dm0644 -t %{buildroot}/usr/lib/firewalld/services/ %{SOURCE7} %{SOURCE8}
Zbigniew Jędrzejewski-Szmek b53cf7
Zbigniew Jędrzejewski-Szmek 90aeee
# Install additional docs
Zbigniew Jędrzejewski-Szmek 90aeee
# https://bugzilla.redhat.com/show_bug.cgi?id=1234951
Zbigniew Jędrzejewski-Szmek 51f362
install -Dm0644 -t %{buildroot}%{_pkgdocdir}/ %{SOURCE9}
Zbigniew Jędrzejewski-Szmek 90aeee
Zbigniew Jędrzejewski-Szmek 65fed7
# https://bugzilla.redhat.com/show_bug.cgi?id=1378974
Zbigniew Jędrzejewski-Szmek 65fed7
install -Dm0644 -t %{buildroot}%{system_unit_dir}/systemd-udev-trigger.service.d/ %{SOURCE10}
Zbigniew Jędrzejewski-Szmek 65fed7
Zbigniew Jędrzejewski-Szmek 12da22
install -Dm0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE11}
Zbigniew Jędrzejewski-Szmek 12da22
Zbigniew Jędrzejewski-Szmek b2ba74
%find_lang %{name}
Zbigniew Jędrzejewski-Szmek b2ba74
Zbigniew Jędrzejewski-Szmek 17a6f3
# Split files in build root into rpms. See split-files.py for the
Zbigniew Jędrzejewski-Szmek 17a6f3
# rules towards the end, anything which is an exception needs a line
Zbigniew Jędrzejewski-Szmek 17a6f3
# here.
Zbigniew Jędrzejewski-Szmek 17a6f3
python3 %{SOURCE2} %buildroot <
Yu Watanabe 9653e1
%ghost %config(noreplace) /etc/crypttab
Yu Watanabe 9653e1
%ghost /etc/udev/hwdb.bin
Zbigniew Jędrzejewski-Szmek 17a6f3
/etc/inittab
Yu Watanabe 9653e1
%ghost %config(noreplace) /etc/vconsole.conf
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/X11/xorg.conf.d/00-keyboard.conf
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %attr(0664,root,utmp) /var/run/utmp
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %attr(0664,root,utmp) /var/log/wtmp
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %attr(0600,root,utmp) /var/log/btmp
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/hostname
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/localtime
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/locale.conf
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/machine-id
Zbigniew Jędrzejewski-Szmek 17a6f3
%ghost %config(noreplace) /etc/machine-info
Yu Watanabe 9653e1
%ghost %dir /var/cache/private
Yu Watanabe 9653e1
%ghost %dir /var/lib/private
Yu Watanabe 9653e1
%ghost %dir /var/lib/private/systemd
Yu Watanabe 9653e1
%ghost %dir /var/lib/private/systemd/journal-upload
Yu Watanabe 9653e1
%ghost /var/lib/private/systemd/journal-upload/state
Yu Watanabe 9653e1
%ghost %dir /var/lib/private/systemd/timesync
Yu Watanabe 9653e1
%ghost /var/lib/private/systemd/timesync/clock
Yu Watanabe 9653e1
%ghost %dir /var/lib/systemd/backlight
Yu Watanabe 9653e1
%ghost /var/lib/systemd/catalog/database
Yu Watanabe 9653e1
%ghost %dir /var/lib/systemd/coredump
Yu Watanabe 9653e1
%ghost /var/lib/systemd/journal-upload
Yu Watanabe 9653e1
%ghost %dir /var/lib/systemd/linger
Yu Watanabe 9653e1
%ghost /var/lib/systemd/random-seed
Yu Watanabe 9653e1
%ghost %dir /var/lib/systemd/rfkill
Yu Watanabe 9653e1
%ghost /var/lib/systemd/timesync
Yu Watanabe 9653e1
%ghost %dir /var/log/journal
Yu Watanabe 9653e1
%ghost %dir /var/log/journal/remote
Yu Watanabe 9653e1
%ghost %dir /var/log/private
Zbigniew Jędrzejewski-Szmek 17a6f3
EOF
Zbigniew Jędrzejewski-Szmek 17a6f3
Lennart Poettering 064fee
%check
Zbigniew Jędrzejewski-Szmek 83f115
%meson_test
Zbigniew Jędrzejewski-Szmek 551967
Zbigniew Jędrzejewski-Szmek fc6511
#############################################################################################
Zbigniew Jędrzejewski-Szmek fc6511
Zbigniew Jędrzejewski-Szmek 8b4408
%include %{SOURCE1}
Zbigniew Jędrzejewski-Szmek fc6511
Kay Sievers 973c8d
%pre
Zbigniew Jędrzejewski-Szmek b810fa
getent group cdrom &>/dev/null || groupadd -r -g 11 cdrom &>/dev/null || :
Zbigniew Jędrzejewski-Szmek b810fa
getent group utmp &>/dev/null || groupadd -r -g 22 utmp &>/dev/null || :
Zbigniew Jędrzejewski-Szmek b810fa
getent group tape &>/dev/null || groupadd -r -g 33 tape &>/dev/null || :
Zbigniew Jędrzejewski-Szmek b810fa
getent group dialout &>/dev/null || groupadd -r -g 18 dialout &>/dev/null || :
Zbigniew Jędrzejewski-Szmek b810fa
getent group input &>/dev/null || groupadd -r input &>/dev/null || :
Zbigniew Jędrzejewski-Szmek 84e784
getent group kvm &>/dev/null || groupadd -r -g 36 kvm &>/dev/null || :
Yu Watanabe db8b8f
getent group render &>/dev/null || groupadd -r render &>/dev/null || :
Zbigniew Jędrzejewski-Szmek b810fa
getent group systemd-journal &>/dev/null || groupadd -r -g 190 systemd-journal 2>&1 || :
Zbigniew Jędrzejewski-Szmek e42bd8
Zbigniew Jędrzejewski-Szmek b810fa
getent group systemd-coredump &>/dev/null || groupadd -r systemd-coredump 2>&1 || :
Zbigniew Jędrzejewski-Szmek b810fa
getent passwd systemd-coredump &>/dev/null || useradd -r -l -g systemd-coredump -d / -s /sbin/nologin -c "systemd Core Dumper" systemd-coredump &>/dev/null || :
Zbigniew Jędrzejewski-Szmek e42bd8
Zbigniew Jędrzejewski-Szmek b810fa
getent group systemd-network &>/dev/null || groupadd -r -g 192 systemd-network 2>&1 || :
Zbigniew Jędrzejewski-Szmek b810fa
getent passwd systemd-network &>/dev/null || useradd -r -u 192 -l -g systemd-network -d / -s /sbin/nologin -c "systemd Network Management" systemd-network &>/dev/null || :
Zbigniew Jędrzejewski-Szmek e42bd8
Zbigniew Jędrzejewski-Szmek b810fa
getent group systemd-resolve &>/dev/null || groupadd -r -g 193 systemd-resolve 2>&1 || :
Zbigniew Jędrzejewski-Szmek b810fa
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 || :
Harald Hoyer c7e51b
Lennart Poettering 01d495
%post
Zbigniew Jędrzejewski-Szmek b810fa
systemd-machine-id-setup &>/dev/null || :
Zbigniew Jędrzejewski-Szmek b810fa
systemctl daemon-reexec &>/dev/null || :
Zbigniew Jędrzejewski-Szmek b810fa
journalctl --update-catalog &>/dev/null || :
Zbigniew Jędrzejewski-Szmek b810fa
systemd-tmpfiles --create &>/dev/null || :
Lennart Poettering 342c43
Zbigniew Jędrzejewski-Szmek 4e1286
if [ $1 -eq 1 ] ; then
Zbigniew Jędrzejewski-Szmek 4e1286
     # create /var/log/journal only on initial installation
Zbigniew Jędrzejewski-Szmek 4e1286
     mkdir -p %{_localstatedir}/log/journal
Zbigniew Jędrzejewski-Szmek 4e1286
fi
Zbigniew Jędrzejewski-Szmek 4e1286
Lennart Poettering 7c8c43
# Make sure new journal files will be owned by the "systemd-journal" group
Zbigniew Jędrzejewski-Szmek b810fa
chgrp systemd-journal /run/log/journal/ /run/log/journal/`cat /etc/machine-id 2>/dev/null` /var/log/journal/ /var/log/journal/`cat /etc/machine-id 2>/dev/null` &>/dev/null || :
Zbigniew Jędrzejewski-Szmek b810fa
chmod g+s /run/log/journal/ /run/log/journal/`cat /etc/machine-id 2>/dev/null` /var/log/journal/ /var/log/journal/`cat /etc/machine-id 2>/dev/null` &>/dev/null || :
Lennart Poettering fc3de1
Lennart Poettering 0bbe49
# Apply ACL to the journal directory
Zbigniew Jędrzejewski-Szmek b810fa
setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ &>/dev/null || :
Lennart Poettering 0bbe49
Lennart Poettering 7bb7b2
# Stop-gap until rsyslog.rpm does this on its own. (This is supposed
Lennart Poettering 7bb7b2
# to fail when the link already exists)
Zbigniew Jędrzejewski-Szmek b810fa
ln -s /usr/lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service &>/dev/null || :
Lennart Poettering 7bb7b2
Zbigniew Jędrzejewski-Szmek 547d1d
# Remove spurious /etc/fstab entries from very old installations
Zbigniew Jędrzejewski-Szmek 41d7c0
# https://bugzilla.redhat.com/show_bug.cgi?id=1009023
Zbigniew Jędrzejewski-Szmek 49f71b
if [ -e /etc/fstab ]; then
Zbigniew Jędrzejewski-Szmek 49f71b
   grep -v -E -q '^(devpts|tmpfs|sysfs|proc)' /etc/fstab || \
Zbigniew Jędrzejewski-Szmek 49f71b
         sed -i.rpm.bak -r '/^devpts\s+\/dev\/pts\s+devpts\s+defaults\s+/d; /^tmpfs\s+\/dev\/shm\s+tmpfs\s+defaults\s+/d; /^sysfs\s+\/sys\s+sysfs\s+defaults\s+/d; /^proc\s+\/proc\s+proc\s+defaults\s+/d' /etc/fstab || :
Zbigniew Jędrzejewski-Szmek 49f71b
fi
Zbigniew Jędrzejewski-Szmek 41d7c0
Adam Williamson 287353
# Services we install by default, and which are controlled by presets.
Lennart Poettering 25a5a1
if [ $1 -eq 1 ] ; then
Zbigniew Jędrzejewski-Szmek 9286ec
        systemctl preset --quiet \
Adam Williamson 287353
                remote-fs.target \
Adam Williamson 287353
                getty@.service \
Adam Williamson 287353
                serial-getty@.service \
Adam Williamson 287353
                console-getty.service \
Adam Williamson 287353
                debug-shell.service \
Adam Williamson 287353
                systemd-networkd.service \
Adam Williamson 287353
                systemd-networkd-wait-online.service \
Adam Williamson 287353
                systemd-resolved.service \
Zbigniew Jędrzejewski-Szmek 9286ec
                >/dev/null || :
Lennart Poettering 3a1413
fi
Lennart Poettering 3a1413
Lennart Poettering dfe64b
# remove obsolete systemd-readahead file
Zbigniew Jędrzejewski-Szmek b810fa
rm -f /.readahead &>/dev/null || :
Lennart Poettering dfe64b
Michal Schmidt 176680
%preun
Lennart Poettering 25a5a1
if [ $1 -eq 0 ] ; then
Zbigniew Jędrzejewski-Szmek 9286ec
        systemctl disable --quiet \
Lennart Poettering 52a550
                remote-fs.target \
Lennart Poettering 129881
                getty@.service \
Lennart Poettering 129881
                serial-getty@.service \
Lennart Poettering 215b31
                console-getty.service \
Lennart Poettering 215b31
                debug-shell.service \
Lennart Poettering 129881
                systemd-readahead-replay.service \
Lennart Poettering 129881
                systemd-readahead-collect.service \
Lennart Poettering 129881
                systemd-networkd.service \
Lennart Poettering 129881
                systemd-networkd-wait-online.service \
Lennart Poettering 129881
                systemd-resolved.service \
Zbigniew Jędrzejewski-Szmek 9286ec
                >/dev/null || :
Lennart Poettering 25a5a1
Zbigniew Jędrzejewski-Szmek b810fa
        rm -f /etc/systemd/system/default.target &>/dev/null || :
Zbigniew Jędrzejewski-Szmek 7ae71c
fi
Zbigniew Jędrzejewski-Szmek 7ae71c
Zbigniew Jędrzejewski-Szmek 7ae71c
%post libs
Zbigniew Jędrzejewski-Szmek 7ae71c
/sbin/ldconfig
Zbigniew Jędrzejewski-Szmek 7ae71c
Zbigniew Jędrzejewski-Szmek 7ae71c
if [ -f /etc/nsswitch.conf ] ; then
Zbigniew Jędrzejewski-Szmek da1538
        # sed-fu to add myhostanme to hosts line
Zbigniew Jędrzejewski-Szmek 7ae71c
        grep -v -E -q '^hosts:.* myhostname' /etc/nsswitch.conf &&
Zbigniew Jędrzejewski-Szmek 7ae71c
        sed -i.bak -e '
Zbigniew Jędrzejewski-Szmek 7ae71c
                /^hosts:/ !b
Zbigniew Jędrzejewski-Szmek 7ae71c
                /\<myhostname\>/ b
Zbigniew Jędrzejewski-Szmek 7ae71c
                s/[[:blank:]]*$/ myhostname/
Zbigniew Jędrzejewski-Szmek b810fa
                ' /etc/nsswitch.conf &>/dev/null || :
Lennart Poettering 3a1413
Zbigniew Jędrzejewski-Szmek da1538
        # remove mymachines from passwd and group lines of /etc/nsswitch.conf
Zbigniew Jędrzejewski-Szmek da1538
        # https://bugzilla.redhat.com/show_bug.cgi?id=1284325
Zbigniew Jędrzejewski-Szmek da1538
        # https://meetbot.fedoraproject.org/fedora-meeting/2015-11-25/fesco.2015-11-25-18.00.html
Zbigniew Jędrzejewski-Szmek da1538
        # To avoid the removal, e.g. add a space at the end of the line.
Zbigniew Jędrzejewski-Szmek 7ae71c
        grep -E -q '^(passwd|group):.* mymachines$' /etc/nsswitch.conf &&
Zbigniew Jędrzejewski-Szmek 7ae71c
        sed -i.bak -r -e '
Zbigniew Jędrzejewski-Szmek 7ae71c
                s/^(passwd:.*) mymachines$/\1/;
Zbigniew Jędrzejewski-Szmek 7ae71c
                s/^(group:.*) mymachines$/\1/;
Zbigniew Jędrzejewski-Szmek b810fa
                ' /etc/nsswitch.conf &>/dev/null || :
Zbigniew Jędrzejewski-Szmek da1538
Zbigniew Jędrzejewski-Szmek da1538
        # Add [!UNAVAIL=return] after resolve
Zbigniew Jędrzejewski-Szmek da1538
        grep -E -q '^hosts:.*resolve[[:space:]]*($|[[:alpha:]])' /etc/nsswitch.conf &&
Zbigniew Jędrzejewski-Szmek da1538
        sed -i.bak -e '
Zbigniew Jędrzejewski-Szmek da1538
                /^hosts:/ { s/resolve/& [!UNAVAIL=return]/}
Zbigniew Jędrzejewski-Szmek b810fa
                ' /etc/nsswitch.conf &>/dev/null || :
Zbigniew Jędrzejewski-Szmek da1538
Zbigniew Jędrzejewski-Szmek da1538
        # Add nss-systemd to passwd and group
Zbigniew Jędrzejewski-Szmek da1538
        grep -E -q '^(passwd|group):.* systemd' /etc/nsswitch.conf ||
Zbigniew Jędrzejewski-Szmek da1538
        sed -i.bak -r -e '
Zbigniew Jędrzejewski-Szmek da1538
                s/^(passwd|group):(.*)/\1: \2 systemd/
Zbigniew Jędrzejewski-Szmek b810fa
                ' /etc/nsswitch.conf &>/dev/null || :
Lennart Poettering 25a5a1
fi
Lennart Poettering 25a5a1
Rex Dieter 1b22d7
%postun libs -p /sbin/ldconfig
Kalev Lember b96fc0
Zbigniew Jędrzejewski-Szmek b7ec95
%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket systemd-timesyncd.service
Zbigniew Jędrzejewski-Szmek b7ec95
Zbigniew Jędrzejewski-Szmek c16b57
%post udev
Zbigniew Jędrzejewski-Szmek b7ec95
# Move old stuff around in /var/lib
Zbigniew Jędrzejewski-Szmek b7ec95
mv %{_localstatedir}/lib/random-seed %{_localstatedir}/lib/systemd/random-seed &>/dev/null
Zbigniew Jędrzejewski-Szmek b7ec95
mv %{_localstatedir}/lib/backlight %{_localstatedir}/lib/systemd/backlight &>/dev/null
Zbigniew Jędrzejewski-Szmek b7ec95
Zbigniew Jędrzejewski-Szmek b810fa
udevadm hwdb --update &>/dev/null
Zbigniew Jędrzejewski-Szmek b7ec95
%systemd_post %udev_services
Zbigniew Jędrzejewski-Szmek b7ec95
/usr/lib/systemd/systemd-random-seed save 2>&1
Zbigniew Jędrzejewski-Szmek b7ec95
Zbigniew Jędrzejewski-Szmek b7ec95
# Replace obsolete keymaps
Zbigniew Jędrzejewski-Szmek b7ec95
# https://bugzilla.redhat.com/show_bug.cgi?id=1151958
Zbigniew Jędrzejewski-Szmek b7ec95
grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
Zbigniew Jędrzejewski-Szmek fb4de3
    sed -i.rpm.bak -r 's/^KEYMAP="?fi-latin[19]"?/KEYMAP="fi"/' /etc/vconsole.conf || :
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek c16b57
%preun udev
Zbigniew Jędrzejewski-Szmek b7ec95
%systemd_preun %udev_services
Yu Watanabe f59138
if [ $1 -eq 1 ] ; then
Yu Watanabe f59138
    if [ -f %{_localstatedir}/lib/systemd/clock ] ; then
Yu Watanabe f59138
        mkdir -p %{_localstatedir}/lib/private/systemd/timesync
Yu Watanabe f59138
        mv %{_localstatedir}/lib/systemd/clock %{_localstatedir}/lib/private/systemd/timesync/.
Yu Watanabe f59138
    fi
Yu Watanabe f59138
fi
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek c16b57
%postun udev
Zbigniew Jędrzejewski-Szmek 839cce
# Only restart systemd-udev, to run the upgraded dameon.
Zbigniew Jędrzejewski-Szmek 839cce
# Others are either oneshot services, or sockets, and restarting them causes issues (#1378974)
Zbigniew Jędrzejewski-Szmek 839cce
%systemd_postun_with_restart systemd-udevd.service
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek b321c5
%pre journal-remote
Zbigniew Jędrzejewski-Szmek b810fa
getent group systemd-journal-remote &>/dev/null || groupadd -r systemd-journal-remote 2>&1 || :
Zbigniew Jędrzejewski-Szmek b810fa
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 || :
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek b321c5
%post journal-remote
Michal Schmidt 54952b
%systemd_post systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
Zbigniew Jędrzejewski-Szmek d80456
%systemd_post systemd-journal-remote.socket systemd-journal-remote.service
Zbigniew Jędrzejewski-Szmek d80456
%systemd_post systemd-journal-upload.service
Zbigniew Jędrzejewski-Szmek b53cf7
%firewalld_reload
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek b321c5
%preun journal-remote
Michal Schmidt 54952b
%systemd_preun systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
Zbigniew Jędrzejewski-Szmek d80456
%systemd_preun systemd-journal-remote.socket systemd-journal-remote.service
Zbigniew Jędrzejewski-Szmek d80456
%systemd_preun systemd-journal-upload.service
Yu Watanabe f59138
if [ $1 -eq 1 ] ; then
Yu Watanabe f59138
    if [ -f %{_localstatedir}/lib/systemd/journal-upload/state -a ! -L %{_localstatedir}/lib/systemd/journal-upload ] ; then
Yu Watanabe f59138
        mkdir -p %{_localstatedir}/lib/private/systemd/journal-upload
Yu Watanabe f59138
        mv %{_localstatedir}/lib/systemd/journal-upload/state %{_localstatedir}/lib/private/systemd/journal-upload/.
Yu Watanabe e0aa12
        rmdir %{_localstatedir}/lib/systemd/journal-upload || :
Yu Watanabe f59138
    fi
Yu Watanabe f59138
fi
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek b321c5
%postun journal-remote
Michal Schmidt 54952b
%systemd_postun_with_restart systemd-journal-gatewayd.service
Zbigniew Jędrzejewski-Szmek d80456
%systemd_postun_with_restart systemd-journal-remote.service
Zbigniew Jędrzejewski-Szmek d80456
%systemd_postun_with_restart systemd-journal-upload.service
Zbigniew Jędrzejewski-Szmek b53cf7
%firewalld_reload
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek 994aac
%global _docdir_fmt %{name}
Zbigniew Jędrzejewski-Szmek 994aac
Zbigniew Jędrzejewski-Szmek 17a6f3
%files -f %{name}.lang -f .file-list-rest
Zbigniew Jędrzejewski-Szmek c90404
%doc %{_pkgdocdir}
Zbigniew Jędrzejewski-Szmek c90404
%exclude %{_pkgdocdir}/LICENSE.*
Lennart Poettering 836567
%license LICENSE.GPL2 LICENSE.LGPL2.1
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/basic.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/bluetooth.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/default.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/getty.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/graphical.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/local-fs.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/machines.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/multi-user.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/network-online.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/printer.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/remote-fs.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sockets.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sysinit.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/system-update.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /etc/systemd/system/timers.target.wants
Zbigniew Jędrzejewski-Szmek d13ecf
%ghost %dir %attr(0755,-,-) /var/lib/rpm-state/systemd
Zbigniew Jędrzejewski-Szmek 17a6f3
Zbigniew Jędrzejewski-Szmek 17a6f3
%files libs -f .file-list-libs
Zbigniew Jędrzejewski-Szmek 994aac
%license LICENSE.LGPL2.1
Zbigniew Jędrzejewski-Szmek a547c7
Zbigniew Jędrzejewski-Szmek 17a6f3
%files pam -f .file-list-pam
Zbigniew Jędrzejewski-Szmek 17a6f3
Zbigniew Jędrzejewski-Szmek 17a6f3
%files devel -f .file-list-devel
Zbigniew Jędrzejewski-Szmek 17a6f3
Zbigniew Jędrzejewski-Szmek 17a6f3
%files udev -f .file-list-udev
Zbigniew Jędrzejewski-Szmek c16b57
Zbigniew Jędrzejewski-Szmek 17a6f3
%files container -f .file-list-container
Harald Hoyer 7f4276
Zbigniew Jędrzejewski-Szmek 17a6f3
%files journal-remote -f .file-list-remote
Michal Schmidt 54952b
Zbigniew Jędrzejewski-Szmek 17a6f3
%files tests -f .file-list-tests
Zbigniew Jędrzejewski-Szmek bb4127
Rahul Sundaram 7a392d
%changelog
Zbigniew Jędrzejewski-Szmek 7ffa92
* Fri Feb  9 2018 zbyszek <zbyszek@in.waw.pl> - 237-1.git04a361e
Zbigniew Jędrzejewski-Szmek 7ffa92
- Update to first stable snapshot (various minor memory leaks and misaccesses,
Zbigniew Jędrzejewski-Szmek 7ffa92
  some documentation bugs, build fixes).
Zbigniew Jędrzejewski-Szmek 7ffa92
Zbigniew Jędrzejewski-Szmek e3edee
* Sun Jan 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-1
Zbigniew Jędrzejewski-Szmek e3edee
- Update to latest version
Zbigniew Jędrzejewski-Szmek e3edee
Björn Esser 3595fb
* Sun Jan 21 2018 Björn Esser <besser82@fedoraproject.org> - 236-4.git3e14c4c
Björn Esser 3595fb
- Add patch to include <crypt.h> if needed
Björn Esser 3595fb
Björn Esser af2992
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 236-3.git3e14c4c
Björn Esser af2992
- Rebuilt for switch to libxcrypt
Björn Esser af2992
Zbigniew Jędrzejewski-Szmek 38d7cf
* Thu Jan 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-2.git23e14c4
Zbigniew Jędrzejewski-Szmek 38d7cf
- Backport a bunch of bugfixes from upstream (#1531502, #1531381, #1526621
Zbigniew Jędrzejewski-Szmek 38d7cf
  various memory corruptions in systemd-networkd)
Zbigniew Jędrzejewski-Szmek 38d7cf
- /dev/kvm is marked as a static node which fixes permissions on s390x
Zbigniew Jędrzejewski-Szmek 38d7cf
  and ppc64 (#1532382)
Zbigniew Jędrzejewski-Szmek 38d7cf
Zbigniew Jędrzejewski-Szmek 1eeb98
* Fri Dec 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-1
Zbigniew Jędrzejewski-Szmek 1eeb98
- Update to latest version
Zbigniew Jędrzejewski-Szmek 1eeb98
Zbigniew Jędrzejewski-Szmek 17a6f3
* Mon Dec 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-5.git4a0e928
Zbigniew Jędrzejewski-Szmek 2125b9
- Update to latest git snapshot, do not build for realz
Zbigniew Jędrzejewski-Szmek 2125b9
- Switch to libidn2 again (#1449145)
Zbigniew Jędrzejewski-Szmek 17a6f3
Zbigniew Jędrzejewski-Szmek f00d23
* Tue Nov 07 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-4
Zbigniew Jędrzejewski-Szmek f00d23
- Rebuild for cryptsetup-2.0.0-0.2.fc28
Zbigniew Jędrzejewski-Szmek f00d23
Zbigniew Jędrzejewski-Szmek 35bb94
* Wed Oct 25 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-3
Zbigniew Jędrzejewski-Szmek 35bb94
- Backport a bunch of patches, including LP#172535
Zbigniew Jędrzejewski-Szmek 35bb94
Zbigniew Jędrzejewski-Szmek 35bb94
* Wed Oct 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-2
Zbigniew Jędrzejewski-Szmek ca246f
- Patches for cryptsetup _netdev
Zbigniew Jędrzejewski-Szmek ca246f
Zbigniew Jędrzejewski-Szmek 3cb114
* Fri Oct  6 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-1
Zbigniew Jędrzejewski-Szmek 3cb114
- Update to latest version
Zbigniew Jędrzejewski-Szmek 3cb114
Nathaniel McCallum ac49c7
* Tue Sep 26 2017 Nathaniel McCallum <npmccallum@redhat.com> - 234-8
Nathaniel McCallum ac49c7
- Backport /etc/crypttab _netdev feature from upstream
Nathaniel McCallum ac49c7
Michal Sekletar 1d5166
* Thu Sep 21 2017 Michal Sekletar <msekleta@redhat.com> - 234-7
Michal Sekletar 1d5166
- Make sure to remove all device units sharing the same sysfs path (#1475570)
Michal Sekletar 1d5166
Zbigniew Jędrzejewski-Szmek 8b20c7
* Mon Sep 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-6
Zbigniew Jędrzejewski-Szmek 8b20c7
- Bump xslt recursion limit for libxslt-1.30
Zbigniew Jędrzejewski-Szmek 8b20c7
Zbigniew Jędrzejewski-Szmek 27bd1b
* Mon Jul 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-5
Zbigniew Jędrzejewski-Szmek 27bd1b
- Backport more patches (#1476005, hopefully #1462378)
Zbigniew Jędrzejewski-Szmek 27bd1b
Fedora Release Engineering 8d4133
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org>
Fedora Release Engineering 8d4133
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Fedora Release Engineering 8d4133
Zbigniew Jędrzejewski-Szmek d044ab
* Mon Jul 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-3
Zbigniew Jędrzejewski-Szmek d044ab
- Fix x-systemd.timeout=0 in /etc/fstab (#1462378)
Zbigniew Jędrzejewski-Szmek d044ab
- Minor patches (memleaks, --help fixes, seccomp on arm64)
Zbigniew Jędrzejewski-Szmek d044ab
Zbigniew Jędrzejewski-Szmek 84e784
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-2
Zbigniew Jędrzejewski-Szmek 84e784
- Create kvm group (#1431876)
Zbigniew Jędrzejewski-Szmek 84e784
Zbigniew Jędrzejewski-Szmek 5bf449
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-1
Zbigniew Jędrzejewski-Szmek 5bf449
- Latest release
Zbigniew Jędrzejewski-Szmek 5bf449
Zbigniew Jędrzejewski-Szmek 83f115
* Sat Jul  1 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-7.git74d8f1c
Zbigniew Jędrzejewski-Szmek 83f115
- Update to snapshot
Zbigniew Jędrzejewski-Szmek 83f115
- Build with meson again
Zbigniew Jędrzejewski-Szmek 83f115
Zbigniew Jędrzejewski-Szmek 4bbfd1
* Tue Jun 27 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-6
Zbigniew Jędrzejewski-Szmek 4bbfd1
- Fix an out-of-bounds write in systemd-resolved (CVE-2017-9445)
Zbigniew Jędrzejewski-Szmek 4bbfd1
Zbigniew Jędrzejewski-Szmek 3fb4a1
* Fri Jun 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-5.gitec36d05
Zbigniew Jędrzejewski-Szmek 3fb4a1
- Update to snapshot version, build with meson
Zbigniew Jędrzejewski-Szmek 3fb4a1
Zbigniew Jędrzejewski-Szmek 4bbfd1
* Thu Jun 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-4
Zbigniew Jędrzejewski-Szmek f4a676
- Backport a bunch of small fixes (memleaks, wrong format strings,
Zbigniew Jędrzejewski-Szmek f4a676
  man page clarifications, shell completion)
Zbigniew Jędrzejewski-Szmek f4a676
- Fix systemd-resolved crash on crafted DNS packet (CVE-2017-9217, #1455493)
Zbigniew Jędrzejewski-Szmek f4a676
- Fix systemd-vconsole-setup.service error on systems with no VGA console (#1272686)
Zbigniew Jędrzejewski-Szmek 83f115
- Drop soft-static uid for systemd-journal-gateway
Zbigniew Jędrzejewski-Szmek 83f115
- Use ID from /etc/os-release as ntpvendor
Zbigniew Jędrzejewski-Szmek f4a676
Michal Sekletar f5f073
* Thu Mar 16 2017 Michal Sekletar <msekleta@redhat.com> - 233-3
Michal Sekletar f5f073
- Backport bugfixes from upstream
Michal Sekletar f5f073
- Don't return error when machinectl couldn't figure out container IP addresses (#1419501)
Michal Sekletar f5f073
Zbigniew Jędrzejewski-Szmek 2809df
* Thu Mar  2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-2
Zbigniew Jędrzejewski-Szmek 2809df
- Fix installation conflict with polkit
Zbigniew Jędrzejewski-Szmek 2809df
Zbigniew Jędrzejewski-Szmek bb4127
* Thu Mar  2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-1
Zbigniew Jędrzejewski-Szmek bb4127
- New upstream release (#1416201, #1405439, #1420753, many others)
Zbigniew Jędrzejewski-Szmek bb4127
- New systemd-tests subpackage with "installed tests"
Zbigniew Jędrzejewski-Szmek bb4127
Zbigniew Jędrzejewski-Szmek 487791
* Thu Feb 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-15
Zbigniew Jędrzejewski-Szmek 487791
- Add %%ghost %%dir entries for .wants dirs of our targets (#1422894)
Zbigniew Jędrzejewski-Szmek 487791
Zbigniew Jędrzejewski-Szmek 0f3499
* Tue Feb 14 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-14
Zbigniew Jędrzejewski-Szmek 0f3499
- Ignore the hwdb parser test
Zbigniew Jędrzejewski-Szmek 0f3499
Jan Synacek 78d35a
* Tue Feb 14 2017 Jan Synáček <jsynacek@redhat.com> - 232-14
Jan Synacek 78d35a
- machinectl fails when virtual machine is running (#1419501)
Jan Synacek 78d35a
Jan Synacek 78d35a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 232-13
Fedora Release Engineering 6c1e2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Fedora Release Engineering 6c1e2a
Zbigniew Jędrzejewski-Szmek 5d6eed
* Tue Jan 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-12
Zbigniew Jędrzejewski-Szmek 5d6eed
- Backport patch for initrd-switch-root.service getting killed (#1414904)
Zbigniew Jędrzejewski-Szmek 5d6eed
- Fix sd-journal-gatewayd -D, --trust, and COREDUMP_CONTAINER_CMDLINE
Zbigniew Jędrzejewski-Szmek 5d6eed
  extraction by sd-coredump.
Zbigniew Jędrzejewski-Szmek 5d6eed
Zbigniew Jędrzejewski-Szmek 03e93e
* Sun Jan 29 2017 zbyszek <zbyszek@in.waw.pl> - 232-11
Zbigniew Jędrzejewski-Szmek 03e93e
- Backport a number of patches (#1411299, #1413075, #1415745,
Zbigniew Jędrzejewski-Szmek 03e93e
                                ##1415358, #1416588, #1408884)
Zbigniew Jędrzejewski-Szmek 03e93e
- Fix various memleaks and unitialized variable access
Zbigniew Jędrzejewski-Szmek 03e93e
- Shell completion enhancements
Zbigniew Jędrzejewski-Szmek 639621
- Enable TPM logging by default (#1411156)
Zbigniew Jędrzejewski-Szmek 405c2c
- Update hwdb (#1270124)
Zbigniew Jędrzejewski-Szmek 03e93e
Adam Williamson 4c60d7
* Thu Jan 19 2017 Adam Williamson <awilliam@redhat.com> - 232-10
Adam Williamson 4c60d7
- Backport fix for boot failure in initrd-switch-root (#1414904)
Adam Williamson 4c60d7
Zbigniew Jędrzejewski-Szmek 74dc67
* Wed Jan 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-9
Zbigniew Jędrzejewski-Szmek 74dc67
- Add fake dependency on systemd-pam to systemd-devel to ensure systemd-pam
Zbigniew Jędrzejewski-Szmek 74dc67
  is available as multilib (#1414153)
Zbigniew Jędrzejewski-Szmek 74dc67
Jan Synacek eaf2f3
* Tue Jan 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-8
Jan Synacek eaf2f3
- Fix buildsystem to check for lz4 correctly (#1404406)
Jan Synacek eaf2f3
Zbigniew Jędrzejewski-Szmek b69d36
* Wed Jan 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-7
Zbigniew Jędrzejewski-Szmek ca3c77
- Various small tweaks to scriplets
Zbigniew Jędrzejewski-Szmek b69d36
Kevin Fenzi 04206f
* Sat Jan 07 2017 Kevin Fenzi <kevin@scrye.com> - 232-6
Zbigniew Jędrzejewski-Szmek ca3c77
- Fix scriptlets to never fail in libs post
Kevin Fenzi 04206f
Kevin Fenzi 1eb707
* Fri Jan 06 2017 Kevin Fenzi <kevin@scrye.com> - 232-5
Zbigniew Jędrzejewski-Szmek ca3c77
- Add patch from Michal Schmidt to avoid process substitution (#1392236)
Kevin Fenzi 1eb707
Zbigniew Jędrzejewski-Szmek 1ec648
* Sun Nov  6 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-4
Zbigniew Jędrzejewski-Szmek 1ec648
- Rebuild (#1392236)
Zbigniew Jędrzejewski-Szmek 1ec648
Zbigniew Jędrzejewski-Szmek c91b73
* Fri Nov  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-3
Zbigniew Jędrzejewski-Szmek c91b73
- Make /etc/dbus-1/system.d directory non-%%ghost
Zbigniew Jędrzejewski-Szmek c91b73
Zbigniew Jędrzejewski-Szmek d81bdc
* Fri Nov  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-2
Zbigniew Jędrzejewski-Szmek d81bdc
- Fix kernel-install (#1391829)
Zbigniew Jędrzejewski-Szmek e134e6
- Restore previous systemd-user PAM config (#1391836)
Zbigniew Jędrzejewski-Szmek e134e6
- Move journal-upload.conf.5 from systemd main to journal-remote subpackage (#1391833)
Zbigniew Jędrzejewski-Szmek e134e6
- Fix permissions on /var/lib/systemd/journal-upload (#1262665)
Zbigniew Jędrzejewski-Szmek d81bdc
Zbigniew Jędrzejewski-Szmek 1478fa
* Thu Nov  3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-1
Zbigniew Jędrzejewski-Szmek 62b1bf
- Update to latest version (#998615, #1181922, #1374371, #1390704, #1384150, #1287161)
Zbigniew Jędrzejewski-Szmek a64739
- Add %%{_isa} to Provides on arch-full packages (#1387912)
Zbigniew Jędrzejewski-Szmek 62b1bf
- Create systemd-coredump user in %%pre (#1309574)
Zbigniew Jędrzejewski-Szmek 12da22
- Replace grubby patch with a short-circuiting install.d "plugin"
Zbigniew Jędrzejewski-Szmek da1538
- Enable nss-systemd in the passwd, group lines in nsswith.conf
Zbigniew Jędrzejewski-Szmek da1538
- Add [!UNAVAIL=return] fallback after nss-resolve in hosts line in nsswith.conf
Zbigniew Jędrzejewski-Szmek 62b1bf
- Move systemd-nspawn man pages to the right subpackage (#1391703)
Zbigniew Jędrzejewski-Szmek 1478fa
Jan Synacek 14572d
* Tue Oct 18 2016 Jan Synáček <jsynacek@redhat.com> - 231-11
Jan Synacek 14572d
- SPC - Cannot restart host operating from container (#1384523)
Jan Synacek 14572d
Zbigniew Jędrzejewski-Szmek 4e1286
* Sun Oct  9 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-10
Zbigniew Jędrzejewski-Szmek 4e1286
- Do not recreate /var/log/journal on upgrades (#1383066)
Zbigniew Jędrzejewski-Szmek 7ae71c
- Move nss-myhostname provides to systemd-libs (#1383271)
Zbigniew Jędrzejewski-Szmek 4e1286
Zbigniew Jędrzejewski-Szmek 64282b
* Fri Oct  7 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-9
Zbigniew Jędrzejewski-Szmek 64282b
- Fix systemctl set-default (#1374371)
Zbigniew Jędrzejewski-Szmek 65fed7
- Prevent systemd-udev-trigger.service from restarting (follow-up for #1378974)
Zbigniew Jędrzejewski-Szmek 64282b
Zbigniew Jędrzejewski-Szmek 839cce
* Tue Oct  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-8
Zbigniew Jędrzejewski-Szmek 839cce
- Apply fix for #1378974
Zbigniew Jędrzejewski-Szmek 839cce
Zbigniew Jędrzejewski-Szmek a2242c
* Mon Oct  3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-7
Zbigniew Jędrzejewski-Szmek a2242c
- Apply patches properly
Zbigniew Jędrzejewski-Szmek a2242c
Zbigniew Jędrzejewski-Szmek 3a5d9b
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-6
Zbigniew Jędrzejewski-Szmek 3a5d9b
- Better fix for (#1380286)
Zbigniew Jędrzejewski-Szmek 3a5d9b
Zbigniew Jędrzejewski-Szmek 20fa84
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-5
Zbigniew Jędrzejewski-Szmek 20fa84
- Denial-of-service bug against pid1 (#1380286)
Zbigniew Jędrzejewski-Szmek 20fa84
Zbigniew Jędrzejewski-Szmek 696e2f
* Thu Aug 25 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-4
Zbigniew Jędrzejewski-Szmek 696e2f
- Fix preset-all (#1363858)
Zbigniew Jędrzejewski-Szmek 696e2f
- Fix issue with daemon-reload messing up graphics (#1367766)
Zbigniew Jędrzejewski-Szmek 696e2f
- A few other bugfixes
Zbigniew Jędrzejewski-Szmek 696e2f
Adam Williamson c418e7
* Wed Aug 03 2016 Adam Williamson <awilliam@redhat.com> - 231-3
Adam Williamson c418e7
- Revert preset-all change, it broke stuff (#1363858)
Adam Williamson c418e7
Zbigniew Jędrzejewski-Szmek 140d00
* Wed Jul 27 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-2
Zbigniew Jędrzejewski-Szmek 140d00
- Call preset-all on initial installation (#1118740)
Zbigniew Jędrzejewski-Szmek 140d00
- Fix botched Recommends for libxkbcommon
Zbigniew Jędrzejewski-Szmek 140d00
Zbigniew Jędrzejewski-Szmek 6153dd
* Tue Jul 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-1
Zbigniew Jędrzejewski-Szmek 6153dd
- Update to latest version
Zbigniew Jędrzejewski-Szmek 6153dd
Zbigniew Jędrzejewski-Szmek abad21
* Wed Jun  8 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 230-3
Zbigniew Jędrzejewski-Szmek abad21
- Update to latest git snapshot (fixes for systemctl set-default,
Zbigniew Jędrzejewski-Szmek abad21
  polkit lingering policy, reversal of the framebuffer rules,
Zbigniew Jędrzejewski-Szmek abad21
  unaligned access fixes, fix for StartupBlockIOWeight-over-dbus).
Zbigniew Jędrzejewski-Szmek abad21
  Those changes are interspersed with other changes and new features
Zbigniew Jędrzejewski-Szmek abad21
  (mostly in lldp, networkd, and nspawn). Some of those new features
Zbigniew Jędrzejewski-Szmek abad21
  might not work, but I think that existing functionality should not
Zbigniew Jędrzejewski-Szmek abad21
  be broken, so it seems worthwile to update to the snapshot.
Zbigniew Jędrzejewski-Szmek abad21
Zbigniew Jędrzejewski-Szmek b3d8d3
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-2
Zbigniew Jędrzejewski-Szmek b3d8d3
- Remove systemd-compat-libs on upgrade
Zbigniew Jędrzejewski-Szmek b3d8d3
Zbigniew Jędrzejewski-Szmek b3d8d3
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-1
Zbigniew Jędrzejewski-Szmek 8f6ec2
- New version
Zbigniew Jędrzejewski-Szmek 8f6ec2
- Drop compat-libs
Zbigniew Jędrzejewski-Szmek 8f6ec2
- Require libxkbcommon explictly, since the automatic dependency will
Zbigniew Jędrzejewski-Szmek 8f6ec2
  not be generated anymore
Zbigniew Jędrzejewski-Szmek 8f6ec2
Zbigniew Jędrzejewski-Szmek 8efe61
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 229-15
Zbigniew Jędrzejewski-Szmek 8efe61
- Remove duplicated entries in -container %%files (#1330395)
Zbigniew Jędrzejewski-Szmek 8efe61
Zbigniew Jędrzejewski-Szmek b7ec95
* Fri Apr 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-14
Zbigniew Jędrzejewski-Szmek b7ec95
- Move installation of udev services to udev subpackage (#1329023)
Zbigniew Jędrzejewski-Szmek b7ec95
Zbigniew Jędrzejewski-Szmek b7ec95
* Mon Apr 18 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-13
Zbigniew Jędrzejewski-Szmek 28e2d4
- Split out systemd-pam subpackage (#1327402)
Zbigniew Jędrzejewski-Szmek 28e2d4
Harald Hoyer f7a77f
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-12
Harald Hoyer f7a77f
- move more binaries and services from the main package to subpackages
Harald Hoyer f7a77f
Harald Hoyer 7f4276
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-11
Harald Hoyer 7f4276
- move more binaries and services from the main package to subpackages
Harald Hoyer 7f4276
Harald Hoyer cf1399
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-10
Harald Hoyer cf1399
- move device dependant stuff to the udev subpackage
Harald Hoyer cf1399
Zbigniew Jędrzejewski-Szmek 37de5d
* Tue Mar 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-9
Zbigniew Jędrzejewski-Szmek 37de5d
- Add myhostname to /etc/nsswitch.conf (#1318303)
Zbigniew Jędrzejewski-Szmek 37de5d
Harald Hoyer afdf3e
* Mon Mar 21 2016 Harald Hoyer <harald@redhat.com> - 229-8
Harald Hoyer afdf3e
- fixed kernel-install for copying files for grubby
Harald Hoyer afdf3e
Resolves: rhbz#1299019
Harald Hoyer afdf3e
Zbigniew Jędrzejewski-Szmek 37de5d
* Thu Mar 17 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-7
Zbigniew Jędrzejewski-Szmek b9a1e3
- Moar patches (#1316964, #1317928)
Zbigniew Jędrzejewski-Szmek b7ec95
- Move vconsole-setup and tmpfiles-setup-dev bits to systemd-udev
Zbigniew Jędrzejewski-Szmek b9a1e3
- Protect systemd-udev from deinstallation
Zbigniew Jędrzejewski-Szmek b9a1e3
Zbigniew Jędrzejewski-Szmek 37de5d
* Fri Mar 11 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-6
Zbigniew Jędrzejewski-Szmek 642812
- Create /etc/resolv.conf symlink from systemd-resolved (#1313085)
Zbigniew Jędrzejewski-Szmek 642812
Zbigniew Jędrzejewski-Szmek 37de5d
* Fri Mar  4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-5
Zbigniew Jędrzejewski-Szmek 34bfce
- Split out systemd-container subpackage (#1163412)
Zbigniew Jędrzejewski-Szmek c16b57
- Split out system-udev subpackage
Zbigniew Jędrzejewski-Szmek 2b6823
- Add various bugfix patches, incl. a tentative fix for #1308771
Zbigniew Jędrzejewski-Szmek 34bfce
Peter Robinson 624d2b
* Tue Mar  1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 229-4
Peter Robinson 624d2b
- Power64 and s390(x) now have libseccomp support
Peter Robinson 624d2b
- aarch64 has gnu-efi
Peter Robinson 624d2b
Jan Synacek 92af61
* Tue Feb 23 2016 Jan Synáček <jsynacek@redhat.com> - 229-3
Jan Synacek 92af61
- Fix build failures on ppc64 (#1310800)
Jan Synacek 92af61
Dennis Gilmore 18259f
* Tue Feb 16 2016 Dennis Gilmore <dennis@ausil.us> - 229-2
Dennis Gilmore 18259f
- revert: fixed kernel-install for copying files for grubby
Dennis Gilmore 18259f
Resolves: rhbz#1299019
Dennis Gilmore 18259f
- this causes the dtb files to not get installed at all and the fdtdir
Dennis Gilmore 18259f
- line in extlinux.conf to not get updated correctly
Dennis Gilmore 18259f
Michal Sekletar 5a1e61
* Thu Feb 11 2016 Michal Sekletar <msekleta@redhat.com> - 229-1
Michal Sekletar 5a1e61
- New upstream release
Michal Sekletar 5a1e61
Harald Hoyer 0a417f
* Thu Feb 11 2016 Harald Hoyer <harald@redhat.com> - 228-10.gite35a787
Harald Hoyer 0a417f
- fixed kernel-install for copying files for grubby
Harald Hoyer 0a417f
Resolves: rhbz#1299019
Harald Hoyer 0a417f
Fedora Release Engineering 4df4d1
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 228-9.gite35a787
Fedora Release Engineering 4df4d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Fedora Release Engineering 4df4d1
Peter Robinson e53f79
* Wed Jan 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 228-8.gite35a787
Peter Robinson e53f79
- Rebuild for binutils on aarch64 fix
Peter Robinson e53f79
Dan Horák f08e79
* Fri Jan 08 2016 Dan Horák <dan[at]danny.cz> - 228-7.gite35a787
Dan Horák f08e79
- apply the conflict with fedora-release only in Fedora
Dan Horák f08e79
Jan Synacek 2ec3b0
* Thu Dec 10 2015 Jan Synáček <jsynacek@redhat.com> - 228-6.gite35a787
Jan Synacek 2ec3b0
- Fix rawhide build failures on ppc64 (#1286249)
Jan Synacek 2ec3b0
Zbigniew Jędrzejewski-Szmek d8151d
* Sun Nov 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-6.gite35a787
Zbigniew Jędrzejewski-Szmek d8151d
- Create /etc/systemd/network (#1286397)
Zbigniew Jędrzejewski-Szmek d8151d
Zbigniew Jędrzejewski-Szmek 38d93e
* Thu Nov 26 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-5.gite35a787
Zbigniew Jędrzejewski-Szmek 38d93e
- Do not install nss modules by default
Zbigniew Jędrzejewski-Szmek 38d93e
Zbigniew Jędrzejewski-Szmek 1279f7
* Tue Nov 24 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-4.gite35a787
Zbigniew Jędrzejewski-Szmek 1279f7
- Update to latest upstream git: there is a bunch of fixes
Zbigniew Jędrzejewski-Szmek 1279f7
  (nss-mymachines overflow bug, networkd fixes, more completions are
Zbigniew Jędrzejewski-Szmek 1279f7
  properly installed), mixed with some new resolved features.
Zbigniew Jędrzejewski-Szmek 1279f7
- Rework file triggers so that they always run before daemons are restarted
Zbigniew Jędrzejewski-Szmek 1279f7
Zbigniew Jędrzejewski-Szmek fc6511
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-3
Zbigniew Jędrzejewski-Szmek fc6511
- Enable rpm file triggers for daemon-reload
Zbigniew Jędrzejewski-Szmek fc6511
Zbigniew Jędrzejewski-Szmek 5767bd
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-2
Zbigniew Jędrzejewski-Szmek 5767bd
- Fix version number in obsoleted package name (#1283452)
Zbigniew Jędrzejewski-Szmek 5767bd
Kay Sievers 32b81f
* Wed Nov 18 2015 Kay Sievers <kay@redhat.com> - 228-1
Kay Sievers 32b81f
- New upstream release
Kay Sievers 32b81f
Zbigniew Jędrzejewski-Szmek b321c5
* Thu Nov 12 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-7
Zbigniew Jędrzejewski-Szmek b321c5
- Rename journal-gateway subpackage to journal-remote
Zbigniew Jędrzejewski-Szmek a884a6
- Ignore the access mode on /var/log/journal (#1048424)
Zbigniew Jędrzejewski-Szmek 49f71b
- Do not assume fstab is present (#1281606)
Zbigniew Jędrzejewski-Szmek b321c5
Peter Robinson 2532db
* Wed Nov 11 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 227-6
Peter Robinson 2532db
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
Peter Robinson 2532db
Lukas Nykryn 684a3b
* Tue Nov 10 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 227-5
Lukas Nykryn 684a3b
- Rebuild for libmicrohttpd soname bump
Lukas Nykryn 684a3b
Robert Kuska 984ca0
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 227-4
Robert Kuska 984ca0
- Rebuilt for Python3.5 rebuild
Robert Kuska 984ca0
Zbigniew Jędrzejewski-Szmek 35c1f6
* Wed Nov  4 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-3
Zbigniew Jędrzejewski-Szmek 35c1f6
- Fix syntax in kernel-install (#1277264)
Zbigniew Jędrzejewski-Szmek 35c1f6
Michal Schmidt 339d9a
* Tue Nov 03 2015 Michal Schmidt <mschmidt@redhat.com> - 227-2
Michal Schmidt 339d9a
- Rebuild for libmicrohttpd soname bump.
Michal Schmidt 339d9a
Kay Sievers 456eac
* Wed Oct  7 2015 Kay Sievers <kay@redhat.com> - 227-1
Kay Sievers 456eac
- New upstream release
Kay Sievers 456eac
Jan Synacek 5cdbe4
* Fri Sep 18 2015 Jan Synáček <jsynacek@redhat.com> - 226-3
Jan Synacek 5cdbe4
- user systemd-journal-upload should be in systemd-journal group (#1262743)
Jan Synacek 5cdbe4
Kay Sievers 4463a3
* Fri Sep 18 2015 Kay Sievers <kay@redhat.com> - 226-2
Kay Sievers 4463a3
- Add selinux to  system-user PAM config
Kay Sievers 4463a3
Kay Sievers 41553e
* Tue Sep  8 2015 Kay Sievers <kay@redhat.com> - 226-1
Kay Sievers 41553e
- New upstream release
Kay Sievers 41553e
Kay Sievers 6c1029
* Thu Aug 27 2015 Kay Sievers <kay@redhat.com> - 225-1
Kay Sievers 6c1029
- New upstream release
Kay Sievers 6c1029
Kay Sievers a5c858
* Fri Jul 31 2015 Kay Sievers <kay@redhat.com> - 224-1
Kay Sievers a5c858
- New upstream release
Kay Sievers a5c858
Kay Sievers 5bd459
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-2
Kay Sievers 5bd459
- update to git snapshot
Kay Sievers 5bd459
Kay Sievers 741490
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-1
Kay Sievers 741490
- New upstream release
Kay Sievers 741490
Zbigniew Jędrzejewski-Szmek 952794
* Thu Jul  9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 222-2
Zbigniew Jędrzejewski-Szmek 952794
- Remove python subpackages (python-systemd in now standalone)
Zbigniew Jędrzejewski-Szmek 952794
Kay Sievers f7ff95
* Tue Jul  7 2015 Kay Sievers <kay@redhat.com> - 222-1
Kay Sievers f7ff95
- New upstream release
Kay Sievers f7ff95
Zbigniew Jędrzejewski-Szmek 036292
* Mon Jul  6 2015 Kay Sievers <kay@redhat.com> - 221-5.git619b80a
Kay Sievers 516775
- update to git snapshot
Kay Sievers 516775
Zbigniew Jędrzejewski-Szmek 52a919
* Mon Jul  6 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 221-4.git604f02a
Zbigniew Jędrzejewski-Szmek 52a919
- Add example file with yama config (#1234951)
Zbigniew Jędrzejewski-Szmek 52a919
Zbigniew Jędrzejewski-Szmek 527912
* Sun Jul 5 2015 Kay Sievers <kay@redhat.com> - 221-3.git604f02a
Kay Sievers 790f46
- update to git snapshot
Kay Sievers 790f46
Kay Sievers ee6fc8
* Mon Jun 22 2015 Kay Sievers <kay@redhat.com> - 221-2
Kay Sievers ee6fc8
- build systemd-boot EFI tools
Kay Sievers ee6fc8
Lennart Poettering e40887
* Fri Jun 19 2015 Lennart Poettering <lpoetter@redhat.com> - 221-1
Lennart Poettering e40887
- New upstream release
Lennart Poettering e40887
- Undoes botched translation check, should be reinstated later?
Lennart Poettering e40887
Dennis Gilmore e3594d
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 220-10
Dennis Gilmore e3594d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore e3594d
Peter Robinson be68e4
* Thu Jun 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-9
Peter Robinson be68e4
- The gold linker is now fixed on aarch64
Peter Robinson be68e4
Zbigniew Jędrzejewski-Szmek e2168b
* Tue Jun  9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-8
Zbigniew Jędrzejewski-Szmek 436654
- Remove gudev which is now provided as separate package (libgudev)
Zbigniew Jędrzejewski-Szmek 436654
- Fix for spurious selinux denials (#1224211)
Zbigniew Jędrzejewski-Szmek 436654
- Udev change events (#1225905)
Zbigniew Jędrzejewski-Szmek 436654
- Patches for some potential crashes
Zbigniew Jędrzejewski-Szmek 436654
- ProtectSystem=yes does not touch /home
Zbigniew Jędrzejewski-Szmek 436654
- Man page fixes, hwdb updates, shell completion updates
Zbigniew Jędrzejewski-Szmek 436654
- Restored persistent device symlinks for bcache, xen block devices
Zbigniew Jędrzejewski-Szmek 436654
- Tag all DRM cards as master-of-seat
Zbigniew Jędrzejewski-Szmek e2168b
Harald Hoyer 6cfa04
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-7
Harald Hoyer 6cfa04
- fix udev block device watch
Harald Hoyer 6cfa04
Harald Hoyer 4dc6b4
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-6
Harald Hoyer 4dc6b4
- add support for network disk encryption
Harald Hoyer 4dc6b4
Peter Robinson 01fba4
* Sun Jun  7 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-5
Peter Robinson 01fba4
- Disable gold on aarch64 until it's fixed (tracked in rhbz #1225156)
Peter Robinson 01fba4
Zbigniew Jędrzejewski-Szmek 9e71ab
* Sat May 30 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-4
Zbigniew Jędrzejewski-Szmek 9e71ab
- systemd-devel should require systemd-libs, not the main package (#1226301)
Zbigniew Jędrzejewski-Szmek 7a75a5
- Check for botched translations (#1226566)
Zbigniew Jędrzejewski-Szmek 7a75a5
- Make /etc/udev/hwdb.d part of the rpm (#1226379)
Zbigniew Jędrzejewski-Szmek 9e71ab
d9b91f
* Thu May 28 2015 Richard W.M. Jones <rjones@redhat.com> - 220-3
d9b91f
- Add patch to fix udev --daemon not cleaning child processes
d9b91f
  (upstream commit 86c3bece38bcf5).
d9b91f
78ba63
* Wed May 27 2015 Richard W.M. Jones <rjones@redhat.com> - 220-2
78ba63
- Add patch to fix udev --daemon crash (upstream commit 040e689654ef08).
78ba63
Lennart Poettering 836567
* Thu May 21 2015 Lennart Poettering <lpoetter@redhat.com> - 220-1
Lennart Poettering 836567
- New upstream release
Lennart Poettering 836567
- Drop /etc/mtab hack, as that's apparently fixed in mock now (#1116158)
Zbigniew Jędrzejewski-Szmek a97e12
- Remove ghosting for %%{_sysconfdir}/systemd/system/runlevel*.target, these targets are not configurable anymore in systemd upstream
Lennart Poettering 836567
- Drop work-around for #1002806, since this is solved upstream now
Lennart Poettering 836567
Dennis Gilmore 911dec
* Wed May 20 2015 Dennis Gilmore <dennis@ausil.us> - 219-15
Dennis Gilmore 911dec
- fix up the conflicts version for fedora-release
Dennis Gilmore 911dec
Zbigniew Jędrzejewski-Szmek 0a8e7e
* Wed May 20 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-14
Zbigniew Jędrzejewski-Szmek 0a8e7e
- Remove presets (#1221340)
Zbigniew Jędrzejewski-Szmek a48f80
- Fix (potential) crash and memory leak in timedated, locking failure
Zbigniew Jędrzejewski-Szmek a48f80
  in systemd-nspawn, crash in resolved.
Zbigniew Jędrzejewski-Szmek a48f80
- journalctl --list-boots should be faster
Zbigniew Jędrzejewski-Szmek a48f80
- zsh completions are improved
Zbigniew Jędrzejewski-Szmek a48f80
- various ommissions in docs are corrected (#1147651)
Zbigniew Jędrzejewski-Szmek a48f80
- VARIANT and VARIANT_ID fields in os-release are documented
Zbigniew Jędrzejewski-Szmek a48f80
- systemd-fsck-root.service is generated in the initramfs (#1201979, #1107818)
Zbigniew Jędrzejewski-Szmek a48f80
- systemd-tmpfiles should behave better on read-only file systems (#1207083)
Zbigniew Jędrzejewski-Szmek 0a8e7e
Zbigniew Jędrzejewski-Szmek ef7b48
* Wed Apr 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-13
Zbigniew Jędrzejewski-Szmek ef7b48
- Patches for some outstanding annoyances
Zbigniew Jędrzejewski-Szmek ef7b48
- Small keyboard hwdb updates
Zbigniew Jędrzejewski-Szmek ef7b48
Zbigniew Jędrzejewski-Szmek 0ab588
* Wed Apr  8 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-12
Zbigniew Jędrzejewski-Szmek 0ab588
- Tighten requirements between subpackages (#1207381).
Zbigniew Jędrzejewski-Szmek 0ab588
Zbigniew Jędrzejewski-Szmek c4099e
* Sun Mar 22 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-11
Zbigniew Jędrzejewski-Szmek c4099e
- Move all parts systemd-journal-{remote,upload} to
Zbigniew Jędrzejewski-Szmek c4099e
  systemd-journal-gatewayd subpackage (#1193143).
Zbigniew Jędrzejewski-Szmek ffc19a
- Create /var/lib/systemd/journal-upload directory (#1193145).
Zbigniew Jędrzejewski-Szmek 77e6ed
- Cut out lots of stupid messages at debug level which were obscuring more
Zbigniew Jędrzejewski-Szmek 77e6ed
  important stuff.
Zbigniew Jędrzejewski-Szmek 77e6ed
- Apply "tentative" state for devices only when they are added, not removed.
Zbigniew Jędrzejewski-Szmek 77e6ed
- Ignore invalid swap pri= settings (#1204336)
Zbigniew Jędrzejewski-Szmek 77e6ed
- Fix SELinux check for timedated operations to enable/disable ntp (#1014315)
Zbigniew Jędrzejewski-Szmek 77e6ed
- Fix comparing of filesystem paths (#1184016)
Zbigniew Jędrzejewski-Szmek c4099e
Zbigniew Jędrzejewski-Szmek 399a2a
* Sat Mar 14 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-10
Zbigniew Jędrzejewski-Szmek 399a2a
- Fixes for bugs 1186018, 1195294, 1185604, 1196452.
Zbigniew Jędrzejewski-Szmek 399a2a
- Hardware database update.
Zbigniew Jędrzejewski-Szmek 399a2a
- Documentation fixes.
Zbigniew Jędrzejewski-Szmek 399a2a
- A fix for journalctl performance regression.
Zbigniew Jędrzejewski-Szmek 399a2a
- Fix detection of inability to open files in journalctl.
Zbigniew Jędrzejewski-Szmek 399a2a
- Detect SuperH architecture properly.
Zbigniew Jędrzejewski-Szmek 399a2a
- The first of duplicate lines in tmpfiles wins again.
Zbigniew Jędrzejewski-Szmek 399a2a
- Do vconsole setup after loading vconsole driver, not fbcon.
Zbigniew Jędrzejewski-Szmek 399a2a
- Fix problem where some units were restarted during systemd reexec.
Zbigniew Jędrzejewski-Szmek 399a2a
- Fix race in udevadm settle tripping up NetworkManager.
Zbigniew Jędrzejewski-Szmek 399a2a
- Downgrade various log messages.
Zbigniew Jędrzejewski-Szmek 399a2a
- Fix issue where journal-remote would process some messages with a delay.
Zbigniew Jędrzejewski-Szmek 399a2a
- GPT /srv partition autodiscovery is fixed.
Zbigniew Jędrzejewski-Szmek 41d7c0
- Reconfigure old Finnish keymaps in post (#1151958)
Zbigniew Jędrzejewski-Szmek 399a2a
Jan Synacek b4d5d4
* Tue Mar 10 2015 Jan Synáček <jsynacek@redhat.com> - 219-9
Jan Synacek b4d5d4
- Buttons on Lenovo X6* tablets broken (#1198939)
Jan Synacek b4d5d4
Zbigniew Jędrzejewski-Szmek e4a83a
* Tue Mar  3 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-8
Zbigniew Jędrzejewski-Szmek e4a83a
- Reworked device handling (#1195761)
Zbigniew Jędrzejewski-Szmek b081c5
- ACL handling fixes (with a script in %%post)
Zbigniew Jędrzejewski-Szmek e4a83a
- Various log messages downgraded (#1184712)
Zbigniew Jędrzejewski-Szmek 9c0d1d
- Allow PIE on s390 again (#1197721)
Zbigniew Jędrzejewski-Szmek e4a83a
Michal Schmidt ade619
* Wed Feb 25 2015 Michal Schmidt <mschmidt@redhat.com> - 219-7
Michal Schmidt ade619
- arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)
Michal Schmidt ade619
Colin Walters b1d608
* Tue Feb 24 2015 Colin Walters <walters@redhat.com> - 219-6
Colin Walters b1d608
- Revert patch that breaks Atomic/OSTree (#1195761)
Colin Walters b1d608
Michal Schmidt 5427ee
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-5
Michal Schmidt 5427ee
- Undo the resolv.conf workaround, Aim for a proper fix in Rawhide.
Michal Schmidt 5427ee
Michal Schmidt 0cb630
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-4
Michal Schmidt 0cb630
- Revive fedora-disable-resolv.conf-symlink.patch to unbreak composes.
Michal Schmidt 0cb630
Michal Schmidt 6e198e
* Wed Feb 18 2015 Michal Schmidt <mschmidt@redhat.com> - 219-3
Michal Schmidt 6e198e
- arm: disabling gold did not help; disable lto instead (#1193212)
Michal Schmidt 6e198e
Peter Jones 2c67f7
* Tue Feb 17 2015 Peter Jones <pjones@redhat.com> - 219-2
Peter Jones 2c67f7
- Update 90-default.present for dbxtool.
Peter Jones 2c67f7
Lennart Poettering 064fee
* Mon Feb 16 2015 Lennart Poettering <lpoetter@redhat.com> - 219-1
Lennart Poettering 064fee
- New upstream release
Lennart Poettering 064fee
- This removes the sysctl/bridge hack, a different solution needs to be found for this (see #634736)
Lennart Poettering 064fee
- This removes the /etc/resolv.conf hack, anaconda needs to fix their handling of /etc/resolv.conf as symlink
Zbigniew Jędrzejewski-Szmek a97e12
- This enables "%%check"
Lennart Poettering 78bc69
- disable gold on arm, as that is broken (see #1193212)
Lennart Poettering 064fee
Peter Robinson b4bdea
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 218-6
Peter Robinson b4bdea
- aarch64 now has seccomp support
Peter Robinson b4bdea
Michal Schmidt c3cf2a
* Thu Feb 05 2015 Michal Schmidt <mschmidt@redhat.com> - 218-5
Michal Schmidt c3cf2a
- Don't overwrite systemd.macros with unrelated Source file.
Michal Schmidt c3cf2a
Jan Synacek 55323e
* Thu Feb  5 2015 Jan Synáček <jsynacek@redhat.com> - 218-4
Jan Synacek 55323e
- Add a touchpad hwdb (#1189319)
Jan Synacek 55323e
Zbigniew Jędrzejewski-Szmek 572497
* Thu Jan 15 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-4
Zbigniew Jędrzejewski-Szmek 572497
- Enable xkbcommon dependency to allow checking of keymaps
Zbigniew Jędrzejewski-Szmek 6cf221
- Fix permissions of /var/log/journal (#1048424)
Zbigniew Jędrzejewski-Szmek 92e27a
- Enable timedatex in presets (#1187072)
Zbigniew Jędrzejewski-Szmek f2ebf1
- Disable rpcbind in presets (#1099595)
Zbigniew Jędrzejewski-Szmek 572497
Jan Synacek f524b4
* Wed Jan  7 2015 Jan Synáček <jsynacek@redhat.com> - 218-3
Jan Synacek f524b4
- RFE: journal: automatically rotate the file if it is unlinked (#1171719)
Jan Synacek f524b4
Zbigniew Jędrzejewski-Szmek b53cf7
* Mon Jan 05 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-3
Zbigniew Jędrzejewski-Szmek b53cf7
- Add firewall description files (#1176626)
Zbigniew Jędrzejewski-Szmek b53cf7
Jan Synacek 5606d8
* Thu Dec 18 2014 Jan Synáček <jsynacek@redhat.com> - 218-2
Jan Synacek 5606d8
- systemd-nspawn doesn't work on s390/s390x (#1175394)
Jan Synacek 5606d8
Lennart Poettering 239db0
* Wed Dec 10 2014 Lennart Poettering <lpoetter@redhat.com> - 218-1
Lennart Poettering 239db0
- New upstream release
Lennart Poettering 239db0
- Enable "nss-mymachines" in /etc/nsswitch.conf
Lennart Poettering 239db0
Zbigniew Jędrzejewski-Szmek ea1976
* Thu Nov 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 217-4
Zbigniew Jędrzejewski-Szmek ea1976
- Change libgudev1 to only require systemd-libs (#727499), there's
Zbigniew Jędrzejewski-Szmek ea1976
  no need to require full systemd stack.
Zbigniew Jędrzejewski-Szmek ea1976
- Fixes for bugs #1159448, #1152220, #1158035.
Zbigniew Jędrzejewski-Szmek ea1976
- Bash completions updates to allow propose more units for start/restart,
Zbigniew Jędrzejewski-Szmek ea1976
  and completions for set-default,get-default.
Zbigniew Jędrzejewski-Szmek ea1976
- Again allow systemctl enable of instances.
Zbigniew Jędrzejewski-Szmek ea1976
- Hardware database update and fixes.
Zbigniew Jędrzejewski-Szmek ea1976
- Udev crash on invalid options and kernel commandline timeout parsing are fixed.
Zbigniew Jędrzejewski-Szmek ea1976
- Add "embedded" chassis type.
Zbigniew Jędrzejewski-Szmek ea1976
- Sync before 'reboot -f'.
Zbigniew Jędrzejewski-Szmek ea1976
- Fix restarting of timer units.
Zbigniew Jędrzejewski-Szmek ea1976
Michal Schmidt ba201c
* Wed Nov 05 2014 Michal Schmidt <mschmidt@redhat.com> - 217-3
Michal Schmidt ba201c
- Fix hanging journal flush (#1159641)
Michal Schmidt ba201c
Michal Schmidt 32324f
* Fri Oct 31 2014 Michal Schmidt <mschmidt@redhat.com> - 217-2
Michal Schmidt 32324f
- Fix ordering cycles involving systemd-journal-flush.service and
Michal Schmidt 32324f
  remote-fs.target (#1159117)
Michal Schmidt 32324f
Lennart Poettering cc4dc4
* Tue Oct 28 2014 Lennart Poettering <lpoetter@redhat.com> - 217-1
Lennart Poettering cc4dc4
- New upstream release
Lennart Poettering cc4dc4
Zbigniew Jędrzejewski-Szmek 2607f0
* Fri Oct 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-12
Zbigniew Jędrzejewski-Szmek 2607f0
- Drop PackageKit.service from presets (#1154126)
Zbigniew Jędrzejewski-Szmek 2607f0
Zbigniew Jędrzejewski-Szmek f5ff7e
* Mon Oct 13 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-11
Zbigniew Jędrzejewski-Szmek f5ff7e
- Conflict with old versions of initscripts (#1152183)
Zbigniew Jędrzejewski-Szmek f5ff7e
- Remove obsolete Finnish keymap (#1151958)
Zbigniew Jędrzejewski-Szmek f5ff7e
Zbigniew Jędrzejewski-Szmek f1004d
* Fri Oct 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-10
Zbigniew Jędrzejewski-Szmek f1004d
- Fix a problem with voluntary daemon exits and some other bugs
Zbigniew Jędrzejewski-Szmek f1004d
  (#1150477, #1095962, #1150289)
Zbigniew Jędrzejewski-Szmek f1004d
Zbigniew Jędrzejewski-Szmek 62fe94
* Fri Oct 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-9
Zbigniew Jędrzejewski-Szmek 62fe94
- Update to latest git, but without the readahead removal patch
Zbigniew Jędrzejewski-Szmek f1004d
  (#1114786, #634736)
Zbigniew Jędrzejewski-Szmek 62fe94
Kay Sievers 5cdc00
* Wed Oct 01 2014 Kay Sievers <kay@redhat.com> - 216-8
Kay Sievers 5cdc00
- revert "don't reset selinux context during CHANGE events"
Kay Sievers 5cdc00
Lukas Nykryn 9a5afe
* Wed Oct 01 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 216-7
Lukas Nykryn 9a5afe
- add temporary workaround for #1147910
Lukas Nykryn 9a5afe
- don't reset selinux context during CHANGE events
Lukas Nykryn 9a5afe
Michal Schmidt d962ba
* Wed Sep 10 2014 Michal Schmidt <mschmidt@redhat.com> - 216-6
Michal Schmidt d962ba
- Update timesyncd with patches to avoid hitting NTP pool too often.
Michal Schmidt d962ba
Michal Schmidt ed4e5b
* Tue Sep 09 2014 Michal Schmidt <mschmidt@redhat.com> - 216-5
Michal Schmidt ed4e5b
- Use common CONFIGURE_OPTS for build2 and build3.
Michal Schmidt ed4e5b
- Configure timesyncd with NTP servers from Fedora/RHEL vendor zone.
Michal Schmidt ed4e5b
Zbigniew Jędrzejewski-Szmek 039253
* Wed Sep 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-4
Zbigniew Jędrzejewski-Szmek 039253
- Move config files for sd-j-remote/upload to sd-journal-gateway subpackage (#1136580)
Zbigniew Jędrzejewski-Szmek 039253
Peter Robinson 522fba
* Thu Aug 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 216-3
Peter Robinson 522fba
- Drop no LTO build option for aarch64/s390 now it's fixed in binutils (RHBZ 1091611)
Peter Robinson 522fba
Colin Walters 4dd25f
* Thu Aug 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-2
Colin Walters 4dd25f
- Re-add patch to disable resolve.conf symlink (#1043119)
Colin Walters 4dd25f
Lennart Poettering 92a80a
* Wed Aug 20 2014 Lennart Poettering <lpoetter@redhat.com> - 216-1
Lennart Poettering 92a80a
- New upstream release
Lennart Poettering 92a80a
Peter Robinson 6a2a58
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 215-12
Peter Robinson 6a2a58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Peter Robinson 6a2a58
Dan Horák a7ae5e
* Wed Aug 13 2014 Dan Horák <dan[at]danny.cz> 215-11
Dan Horák a7ae5e
- disable LTO also on s390(x)
Dan Horák a7ae5e
Harald Hoyer 4eb55a
* Sat Aug 09 2014 Harald Hoyer <harald@redhat.com> 215-10
Harald Hoyer 4eb55a
- fixed PPC64LE
Harald Hoyer 4eb55a
Tom Callaway 07abe5
* Wed Aug  6 2014 Tom Callaway <spot@fedoraproject.org> - 215-9
Tom Callaway 07abe5
- fix license handling
Tom Callaway 07abe5
Zbigniew Jędrzejewski-Szmek d80456
* Wed Jul 30 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-8
Zbigniew Jędrzejewski-Szmek d80456
- Create systemd-journal-remote and systemd-journal-upload users (#1118907)
Zbigniew Jędrzejewski-Szmek d80456
Zbigniew Jędrzejewski-Szmek a547c7
* Thu Jul 24 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-7
Zbigniew Jędrzejewski-Szmek a547c7
- Split out systemd-compat-libs subpackage
Zbigniew Jędrzejewski-Szmek a547c7
Kalev Lember 5ea76b
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 215-6
Kalev Lember 5ea76b
- Rebuilt for gobject-introspection 1.41.4
Kalev Lember 5ea76b
Zbigniew Jędrzejewski-Szmek dc60e8
* Mon Jul 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-5
Zbigniew Jędrzejewski-Szmek dc60e8
- Fix SELinux context of /etc/passwd-, /etc/group-, /etc/.updated (#1121806)
Zbigniew Jędrzejewski-Szmek dc60e8
- Add missing BR so gnutls and elfutils are used
Zbigniew Jędrzejewski-Szmek dc60e8
Zbigniew Jędrzejewski-Szmek 43ff24
* Sat Jul 19 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-4
Zbigniew Jędrzejewski-Szmek 43ff24
- Various man page updates
Zbigniew Jędrzejewski-Szmek 43ff24
- Static device node logic is conditionalized on CAP_SYS_MODULES instead of CAP_MKNOD
Zbigniew Jędrzejewski-Szmek 43ff24
  for better behaviour in containers
Zbigniew Jędrzejewski-Szmek 43ff24
- Some small networkd link handling fixes
Zbigniew Jędrzejewski-Szmek 43ff24
- vconsole-setup runs setfont before loadkeys (https://bugs.freedesktop.org/show_bug.cgi?id=80685)
Zbigniew Jędrzejewski-Szmek 43ff24
- New systemd-escape tool
Zbigniew Jędrzejewski-Szmek 43ff24
- XZ compression settings are tweaked to greatly improve journald performance
Zbigniew Jędrzejewski-Szmek 43ff24
- "watch" is accepted as chassis type
Zbigniew Jędrzejewski-Szmek 43ff24
- Various sysusers fixes, most importantly correct selinux labels
Zbigniew Jędrzejewski-Szmek 43ff24
- systemd-timesyncd bug fix (https://bugs.freedesktop.org/show_bug.cgi?id=80932)
Zbigniew Jędrzejewski-Szmek 43ff24
- Shell completion improvements
Zbigniew Jędrzejewski-Szmek 43ff24
- New udev tag ID_SOFTWARE_RADIO can be used to instruct logind to allow user access
Zbigniew Jędrzejewski-Szmek 43ff24
- XEN and s390 virtualization is properly detected
Zbigniew Jędrzejewski-Szmek 43ff24
Colin Walters a1b71b
* Mon Jul 07 2014 Colin Walters <walters@redhat.com> - 215-3
Colin Walters a1b71b
- Add patch to disable resolve.conf symlink (#1043119)
Colin Walters a1b71b
Zbigniew Jędrzejewski-Szmek 43ff24
* Sun Jul 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-2
Zbigniew Jędrzejewski-Szmek 8403be
- Move systemd-journal-remote to systemd-journal-gateway package (#1114688)
Zbigniew Jędrzejewski-Szmek 8403be
- Disable /etc/mtab handling temporarily (#1116158)
Zbigniew Jędrzejewski-Szmek 8403be
Zbigniew Jędrzejewski-Szmek 8403be
* Thu Jul 03 2014 Lennart Poettering <lpoetter@redhat.com> - 215-1
Lennart Poettering 129881
- New upstream release
Lennart Poettering 129881
- Enable coredump logic (which abrt would normally override)
Lennart Poettering 129881
Peter Robinson cf472b
* Sun Jun 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 214-5
Peter Robinson cf472b
- On aarch64 disable LTO as it still has issues on that arch
Peter Robinson cf472b
Zbigniew Jędrzejewski-Szmek e4fbe4
* Thu Jun 26 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-4
Zbigniew Jędrzejewski-Szmek e4fbe4
- Bugfixes (#996133, #1112908)
Zbigniew Jędrzejewski-Szmek e4fbe4
Zbigniew Jędrzejewski-Szmek 3a2e60
* Mon Jun 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-3
Zbigniew Jędrzejewski-Szmek 3a2e60
- Actually create input group (#1054549)
Zbigniew Jędrzejewski-Szmek 3a2e60
Zbigniew Jędrzejewski-Szmek ff5256
* Sun Jun 22 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-2
Zbigniew Jędrzejewski-Szmek 7823b3
- Do not restart systemd-logind on upgrades (#1110697)
Zbigniew Jędrzejewski-Szmek 5509c0
- Add some patches (#1081429, #1054549, #1108568, #928962)
Zbigniew Jędrzejewski-Szmek 7823b3
Lennart Poettering 19bf97
* Wed Jun 11 2014 Lennart Poettering <lpoetter@redhat.com> - 214-1
Lennart Poettering 19bf97
- New upstream release
Lennart Poettering 19bf97
- Get rid of "floppy" group, since udev uses "disk" now
Lennart Poettering 19bf97
- Reenable LTO
Lennart Poettering 19bf97
Dennis Gilmore 2ccc8c
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 213-4
Dennis Gilmore 2ccc8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore 2ccc8c
Kay Sievers 15a7f7
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-3
Kay Sievers 15a7f7
- fix systemd-timesync user creation
Kay Sievers 15a7f7
Michal Sekletar b3df29
* Wed May 28 2014 Michal Sekletar <msekleta@redhat.com> - 213-2
Michal Sekletar b3df29
- Create temporary files after installation (#1101983)
Michal Sekletar aa972e
- Add sysstat-collect.timer, sysstat-summary.timer to preset policy (#1101621)
Michal Sekletar b3df29
Kay Sievers 66bb74
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-1
Kay Sievers 66bb74
- New upstream release
Kay Sievers 66bb74
Kalev Lember 4b836b
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 212-6
Kalev Lember 4b836b
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
Kalev Lember 4b836b
Adam Williamson bfd040
* Fri May 23 2014 Adam Williamson <awilliam@redhat.com> - 212-5
Adam Williamson bfd040
- revert change from 212-4, causes boot fail on single CPU boxes (RHBZ 1095891)
Adam Williamson bfd040
Kay Sievers dadefa
* Wed May 07 2014 Kay Sievers <kay@redhat.com> - 212-4
Kay Sievers dadefa
- add netns udev workaround
Kay Sievers dadefa
Michal Sekletar 5fb0bf
* Wed May 07 2014 Michal Sekletar <msekleta@redhat.com> - 212-3
Michal Sekletar 5fb0bf
- enable uuidd.socket by default (#1095353)
Michal Sekletar 5fb0bf
Peter Robinson 3498ca
* Sat Apr 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 212-2
Peter Robinson 3498ca
- Disable building with -flto for the moment due to gcc 4.9 issues (RHBZ 1091611)
Peter Robinson 3498ca
Lennart Poettering 0bbe49
* Tue Mar 25 2014 Lennart Poettering <lpoetter@redhat.com> - 212-1
Lennart Poettering 0bbe49
- New upstream release
Lennart Poettering 0bbe49
Peter Robinson 10d184
* Mon Mar 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> 211-2
Peter Robinson 10d184
- Explicitly define which upstream platforms support libseccomp
Peter Robinson 10d184
Lennart Poettering 13fd1e
* Tue Mar 11 2014 Lennart Poettering <lpoetter@redhat.com> - 211-1
Lennart Poettering 13fd1e
- New upstream release
Lennart Poettering 13fd1e
Zbigniew Jędrzejewski-Szmek dd42fc
* Mon Mar 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-8
Zbigniew Jędrzejewski-Szmek dd42fc
- Fix logind unpriviledged reboot issue and a few other minor fixes
Zbigniew Jędrzejewski-Szmek dd42fc
- Limit generator execution time
Zbigniew Jędrzejewski-Szmek dd42fc
- Recognize buttonless joystick types
Zbigniew Jędrzejewski-Szmek dd42fc
Karsten Hopp 8048dc
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-7
Karsten Hopp 8048dc
- ppc64le needs link warnings disabled, too
Karsten Hopp 8048dc
Karsten Hopp 8d6e85
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-6
Karsten Hopp 8d6e85
- move ifarch ppc64le to correct place (libseccomp req)
Karsten Hopp 8d6e85
Zbigniew Jędrzejewski-Szmek 96237b
* Fri Mar 07 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-5
Zbigniew Jędrzejewski-Szmek 96237b
- Bugfixes: #1047568, #1047039, #1071128, #1073402
Zbigniew Jędrzejewski-Szmek 96237b
- Bash completions for more systemd tools
Zbigniew Jędrzejewski-Szmek 96237b
- Bluetooth database update
Zbigniew Jędrzejewski-Szmek 96237b
- Manpage fixes
Zbigniew Jędrzejewski-Szmek 96237b
Zbigniew Jędrzejewski-Szmek caa1c7
* Thu Mar 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-4
Zbigniew Jędrzejewski-Szmek caa1c7
- Apply work-around for ppc64le too (#1073647).
Zbigniew Jędrzejewski-Szmek caa1c7
Zbigniew Jędrzejewski-Szmek 47c564
* Sat Mar 01 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
Zbigniew Jędrzejewski-Szmek 47c564
- Backport a few patches, add completion for systemd-nspawn.
Zbigniew Jędrzejewski-Szmek 47c564
Zbigniew Jędrzejewski-Szmek 703bc6
* Fri Feb 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
Zbigniew Jędrzejewski-Szmek 703bc6
- Apply work-arounds for ppc/ppc64 for bugs 1071278 and 1071284
Zbigniew Jędrzejewski-Szmek 703bc6
Lennart Poettering 215b31
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-2
Lennart Poettering 215b31
- Check more services against preset list and enable by default
Lennart Poettering 215b31
Lennart Poettering a065ab
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-1
Lennart Poettering a065ab
- new upstream release
Lennart Poettering a065ab
Zbigniew Jędrzejewski-Szmek a199a3
* Sun Feb 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 209-2.gitf01de96
Zbigniew Jędrzejewski-Szmek a199a3
- Enable dnssec-triggerd.service by default (#1060754)
Zbigniew Jędrzejewski-Szmek a199a3
Kay Sievers f1b732
* Sun Feb 23 2014 Kay Sievers <kay@redhat.com> - 209-2.gitf01de96
Kay Sievers f1b732
- git snapshot to sort out ARM build issues
Kay Sievers f1b732
Adam Williamson f04430
* Thu Feb 20 2014 Lennart Poettering <lpoetter@redhat.com> - 209-1
Adam Williamson f04430
- new upstream release
Adam Williamson f04430
Zbigniew Jędrzejewski-Szmek 2f45a5
* Tue Feb 18 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-15
Zbigniew Jędrzejewski-Szmek 2f45a5
- Make gpsd lazily activated (#1066421)
Zbigniew Jędrzejewski-Szmek 2f45a5
Zbigniew Jędrzejewski-Szmek ee30f0
* Mon Feb 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-14
Zbigniew Jędrzejewski-Szmek ee30f0
- Back out patch which causes user manager to be destroyed when unneeded
Zbigniew Jędrzejewski-Szmek ee30f0
  and spams logs (#1053315)
Zbigniew Jędrzejewski-Szmek ee30f0
Zbigniew Jędrzejewski-Szmek 400288
* Sun Feb 16 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-13
Zbigniew Jędrzejewski-Szmek ca73a2
- A different fix for #1023820 taken from Mageia
Zbigniew Jędrzejewski-Szmek ca73a2
- Backported fix for #997031
Zbigniew Jędrzejewski-Szmek ca73a2
- Hardward database updates, man pages improvements, a few small memory
Zbigniew Jędrzejewski-Szmek ca73a2
  leaks, utf-8 correctness and completion fixes
Zbigniew Jędrzejewski-Szmek ca73a2
- Support for key-slot option in crypttab
Zbigniew Jędrzejewski-Szmek ca73a2
Ville Skyttä d302ec
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 208-12
Ville Skyttä d302ec
- Own the %%{_prefix}/lib/kernel(/*) and %%{_datadir}/zsh(/*) dirs.
Ville Skyttä d302ec
Zbigniew Jędrzejewski-Szmek 126222
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-11
Zbigniew Jędrzejewski-Szmek 126222
- Backport a few fixes, relevant documentation updates, and HWDB changes
Zbigniew Jędrzejewski-Szmek 126222
  (#1051797, #1051768, #1047335, #1047304, #1047186, #1045849, #1043304,
Zbigniew Jędrzejewski-Szmek 126222
   #1043212, #1039351, #1031325, #1023820, #1017509, #953077)
Zbigniew Jędrzejewski-Szmek 126222
- Flip journalctl to --full by default (#984758)
Zbigniew Jędrzejewski-Szmek 126222
Zbigniew Jędrzejewski-Szmek 98947a
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-9
Zbigniew Jędrzejewski-Szmek 98947a
- Apply two patches for #1026860
Zbigniew Jędrzejewski-Szmek 98947a
Zbigniew Jędrzejewski-Szmek af76cc
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-8
Zbigniew Jędrzejewski-Szmek af76cc
- Bump release to stay ahead of f20
Zbigniew Jędrzejewski-Szmek af76cc
Zbigniew Jędrzejewski-Szmek d66047
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-7
Zbigniew Jędrzejewski-Szmek d66047
- Backport patches (#1023041, #1036845, #1006386?)
Zbigniew Jędrzejewski-Szmek d66047
- HWDB update
Zbigniew Jędrzejewski-Szmek d66047
- Some small new features: nspawn --drop-capability=, running PID 1 under
Zbigniew Jędrzejewski-Szmek d66047
  valgrind, "yearly" and "annually" in calendar specifications
Zbigniew Jędrzejewski-Szmek d66047
- Some small documentation and logging updates
Zbigniew Jędrzejewski-Szmek d66047
Zbigniew Jędrzejewski-Szmek 7d7fbf
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-6
Zbigniew Jędrzejewski-Szmek af76cc
- Bump release to stay ahead of f20
Zbigniew Jędrzejewski-Szmek 7d7fbf
Zbigniew Jędrzejewski-Szmek 930e1b
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-5
Zbigniew Jędrzejewski-Szmek 930e1b
- Use unit name in PrivateTmp= directories (#957439)
Zbigniew Jędrzejewski-Szmek 930e1b
- Update manual pages, completion scripts, and hardware database
Zbigniew Jędrzejewski-Szmek 930e1b
- Configurable Timeouts/Restarts default values
Zbigniew Jędrzejewski-Szmek 930e1b
- Support printing of timestamps on the console
Zbigniew Jędrzejewski-Szmek 930e1b
- Fix some corner cases in detecting when writing to the console is safe
Zbigniew Jędrzejewski-Szmek 930e1b
- Python API: convert keyword values to string, fix sd_is_booted() wrapper
Zbigniew Jędrzejewski-Szmek 930e1b
- Do not tread missing /sbin/fsck.btrfs as an error (#1015467)
Zbigniew Jędrzejewski-Szmek 930e1b
- Allow masking of fsck units
Zbigniew Jędrzejewski-Szmek 930e1b
- Advertise hibernation to swap files
Zbigniew Jędrzejewski-Szmek 930e1b
- Fix SO_REUSEPORT settings
Zbigniew Jędrzejewski-Szmek 930e1b
- Prefer converted xkb keymaps to legacy keymaps (#981805, #1026872)
Zbigniew Jędrzejewski-Szmek 930e1b
- Make use of newer kmod
Zbigniew Jędrzejewski-Szmek 930e1b
- Assorted bugfixes: #1017161, #967521, #988883, #1027478, #821723, #1014303
Zbigniew Jędrzejewski-Szmek 930e1b
Zbigniew Jędrzejewski-Szmek ba5f2d
* Tue Oct 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-4
Zbigniew Jędrzejewski-Szmek ba5f2d
- Add temporary fix for #1002806
Zbigniew Jędrzejewski-Szmek ba5f2d
Zbigniew Jędrzejewski-Szmek ba5f2d
* Mon Oct 21 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-3
Zbigniew Jędrzejewski-Szmek 794d16
- Backport a bunch of fixes and hwdb updates
Zbigniew Jędrzejewski-Szmek 794d16
Zbigniew Jędrzejewski-Szmek ba5f2d
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-2
Lennart Poettering 7c8c43
- Move old random seed and backlight files into the right place
Lennart Poettering 7c8c43
Zbigniew Jędrzejewski-Szmek ba5f2d
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-1
Lennart Poettering fc3de1
- New upstream release
Lennart Poettering fc3de1
Zbigniew Jędrzejewski-Szmek e26a2d
* Thu Sep 26 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-5
Zbigniew Jędrzejewski-Szmek e26a2d
- Do not create /var/var/... dirs
Zbigniew Jędrzejewski-Szmek e26a2d
Zbigniew Jędrzejewski-Szmek 8e6c34
* Wed Sep 18 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-4
Zbigniew Jędrzejewski-Szmek 8e6c34
- Fix policykit authentication
Lennart Poettering fc3de1
- Resolves: rhbz#1006680
Zbigniew Jędrzejewski-Szmek 8e6c34
Harald Hoyer 800881
* Tue Sep 17 2013 Harald Hoyer <harald@redhat.com> 207-3
Harald Hoyer 800881
- fixed login
Lennart Poettering fc3de1
- Resolves: rhbz#1005233
Harald Hoyer 800881
Harald Hoyer d4ee25
* Mon Sep 16 2013 Harald Hoyer <harald@redhat.com> 207-2
Harald Hoyer d4ee25
- add some upstream fixes for 207
Harald Hoyer d4ee25
- fixed swap activation
Lennart Poettering fc3de1
- Resolves: rhbz#1008604
Harald Hoyer d4ee25
Lennart Poettering 3afeac
* Fri Sep 13 2013 Lennart Poettering <lpoetter@redhat.com> - 207-1
Lennart Poettering 3afeac
- New upstream release
Lennart Poettering 3afeac
Harald Hoyer db3a9f
* Fri Sep 06 2013 Harald Hoyer <harald@redhat.com> 206-11
Harald Hoyer db3a9f
- support "debug" kernel command line parameter
Harald Hoyer db3a9f
- journald: fix fd leak in journal_file_empty
Harald Hoyer db3a9f
- journald: fix vacuuming of archived journals
Harald Hoyer db3a9f
- libudev: enumerate - do not try to match against an empty subsystem
Harald Hoyer db3a9f
- cgtop: fixup the online help
Harald Hoyer db3a9f
- libudev: fix memleak when enumerating childs
Harald Hoyer db3a9f
Harald Hoyer fe20ad
* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 206-10
Harald Hoyer fe20ad
- Do not require grubby, lorax now takes care of grubby
Harald Hoyer fe20ad
- cherry-picked a lot of patches from upstream
Harald Hoyer fe20ad
Dennis Gilmore 9c6da2
* Tue Aug 27 2013 Dennis Gilmore <dennis@ausil.us> - 206-9
Dennis Gilmore 9c6da2
- Require grubby, Fedora installs require grubby,
Dennis Gilmore 9c6da2
- kernel-install took over from new-kernel-pkg
Dennis Gilmore 9c6da2
- without the Requires we are unable to compose Fedora
Dennis Gilmore 9c6da2
- everyone else says that since kernel-install took over
Dennis Gilmore 9c6da2
- it is responsible for ensuring that grubby is in place
Dennis Gilmore 9c6da2
- this is really what we want for Fedora
Dennis Gilmore 9c6da2
Kay Sievers a5129a
* Tue Aug 27 2013 Kay Sievers <kay@redhat.com> - 206-8
Kay Sievers a5129a
- Revert "Require grubby its needed by kernel-install"
Kay Sievers a5129a
Kay Sievers a5129a
* Mon Aug 26 2013 Dennis Gilmore <dennis@ausil.us> 206-7
Kay Sievers a5129a
- Require grubby its needed by kernel-install
Kay Sievers a5129a
Harald Hoyer c3aabf
* Thu Aug 22 2013 Harald Hoyer <harald@redhat.com> 206-6
Harald Hoyer c3aabf
- kernel-install now understands kernel flavors like PAE
Harald Hoyer c3aabf
Rex Dieter d9cb69
* Tue Aug 20 2013 Rex Dieter <rdieter@fedoraproject.org> - 206-5
Rex Dieter d9cb69
- add sddm.service to preset file (#998978)
Rex Dieter d9cb69
Rex Dieter b46f6b
* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 206-4
Zbigniew Jędrzejewski-Szmek 6fc19e
- Filter out provides for private python modules.
Zbigniew Jędrzejewski-Szmek cd8ce4
- Add requires on kmod >= 14 (#990994).
Zbigniew Jędrzejewski-Szmek 6fc19e
Zbigniew Jędrzejewski-Szmek b75a17
* Sun Aug 11 2013 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 206-3
Zbigniew Jędrzejewski-Szmek b75a17
- New systemd-python3 package (#976427).
Zbigniew Jędrzejewski-Szmek a42323
- Add ownership of a few directories that we create (#894202).
Zbigniew Jędrzejewski-Szmek b75a17
Dennis Gilmore 2d07fa
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 206-2
Dennis Gilmore 2d07fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore 2d07fa
Kay Sievers 2cfc56
* Tue Jul 23 2013 Kay Sievers <kay@redhat.com> - 206-1
Kay Sievers 2cfc56
- New upstream release
Kay Sievers 2cfc56
  Resolves (#984152)
Kay Sievers 2cfc56
Lennart Poettering 9d287f
* Wed Jul  3 2013 Lennart Poettering <lpoetter@redhat.com> - 205-1
Lennart Poettering 9d287f
- New upstream release
Lennart Poettering 9d287f
Michal Schmidt 54952b
* Wed Jun 26 2013 Michal Schmidt <mschmidt@redhat.com> 204-10
Michal Schmidt 54952b
- Split systemd-journal-gateway subpackage (#908081).
Michal Schmidt 54952b
Michal Schmidt da2af8
* Mon Jun 24 2013 Michal Schmidt <mschmidt@redhat.com> 204-9
Michal Schmidt da2af8
- Rename nm_dispatcher to NetworkManager-dispatcher in default preset (#977433)
Michal Schmidt da2af8
Harald Hoyer 670c70
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-8
Harald Hoyer 670c70
- fix, which helps to sucessfully browse journals with
Harald Hoyer 670c70
  duplicated seqnums
Harald Hoyer 670c70
Harald Hoyer f9af88
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-7
Harald Hoyer f9af88
- fix duplicate message ID bug
Harald Hoyer f9af88
Resolves: rhbz#974132
Harald Hoyer f9af88
Harald Hoyer 2cfbb4
* Thu Jun 06 2013 Harald Hoyer <harald@redhat.com> 204-6
Harald Hoyer 2cfbb4
- introduce 99-default-disable.preset
Harald Hoyer 2cfbb4
Lennart Poettering c905fb
* Thu Jun  6 2013 Lennart Poettering <lpoetter@redhat.com> - 204-5
Lennart Poettering c905fb
- Rename 90-display-manager.preset to 85-display-manager.preset so that it actually takes precedence over 90-default.preset's "disable *" line (#903690)
Lennart Poettering c905fb
Harald Hoyer 4b90fc
* Tue May 28 2013 Harald Hoyer <harald@redhat.com> 204-4
Harald Hoyer 4b90fc
- Fix kernel-install (#965897)
Harald Hoyer 4b90fc
Kay Sievers 7372ce
* Wed May 22 2013 Kay Sievers <kay@redhat.com> - 204-3
Kay Sievers 7372ce
- Fix kernel-install (#965897)
Kay Sievers 7372ce
Michal Schmidt 285fb0
* Thu May  9 2013 Lennart Poettering <lpoetter@redhat.com> - 204-2
Lennart Poettering 65ca4a
- New upstream release
Michal Schmidt 285fb0
- disable isdn by default (#959793)
Lennart Poettering 65ca4a
Harald Hoyer fad8ba
* Tue May 07 2013 Harald Hoyer <harald@redhat.com> 203-2
Harald Hoyer fad8ba
- forward port kernel-install-grubby.patch
Harald Hoyer fad8ba
Lennart Poettering 0a9dd9
* Tue May  7 2013 Lennart Poettering <lpoetter@redhat.com> - 203-1
Lennart Poettering 0a9dd9
- New upstream release
Lennart Poettering 0a9dd9
Harald Hoyer 5f4d81
* Wed Apr 24 2013 Harald Hoyer <harald@redhat.com> 202-3
Harald Hoyer 5f4d81
- fix ENOENT for getaddrinfo
Lennart Poettering 65ca4a
- Resolves: rhbz#954012 rhbz#956035
Harald Hoyer 5f4d81
- crypt-setup-generator: correctly check return of strdup
Harald Hoyer 5f4d81
- logind-dbus: initialize result variable
Harald Hoyer 5f4d81
- prevent library underlinking
Harald Hoyer 5f4d81
Harald Hoyer a72a35
* Fri Apr 19 2013 Harald Hoyer <harald@redhat.com> 202-2
Harald Hoyer a72a35
- nspawn create empty /etc/resolv.conf if necessary
Harald Hoyer a72a35
- python wrapper: add sd_journal_add_conjunction()
Harald Hoyer a72a35
- fix s390 booting
Lennart Poettering 65ca4a
- Resolves: rhbz#953217
Harald Hoyer a72a35
Lennart Poettering 14f69d
* Thu Apr 18 2013 Lennart Poettering <lpoetter@redhat.com> - 202-1
Lennart Poettering 14f69d
- New upstream release
Lennart Poettering 14f69d
Michal Schmidt 77289e
* Tue Apr 09 2013 Michal Schmidt <mschmidt@redhat.com> - 201-2
Michal Schmidt 77289e
- Automatically discover whether to run autoreconf and add autotools and git
Michal Schmidt 77289e
  BuildRequires based on the presence of patches to be applied.
Michal Schmidt 77289e
- Use find -delete.
Michal Schmidt 77289e
Lennart Poettering 667198
* Mon Apr  8 2013 Lennart Poettering <lpoetter@redhat.com> - 201-1
Lennart Poettering 667198
- New upstream release
Lennart Poettering 667198
Lennart Poettering c860c5
* Mon Apr  8 2013 Lennart Poettering <lpoetter@redhat.com> - 200-4
Lennart Poettering c860c5
- Update preset file
Lennart Poettering c860c5
Lennart Poettering db16e8
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-3
Lennart Poettering db16e8
- Remove NetworkManager-wait-online.service from presets file again, it should default to off
Lennart Poettering db16e8
Lennart Poettering ea9b43
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-2
Lennart Poettering ea9b43
- New upstream release
Lennart Poettering ea9b43
Lennart Poettering ea6e55
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-2
Lennart Poettering ea6e55
- Add NetworkManager-wait-online.service to the presets file
Lennart Poettering ea6e55
Lennart Poettering 8f03aa
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-1
Lennart Poettering 8f03aa
- New upstream release
Lennart Poettering 8f03aa
Michal Schmidt c7b4b0
* Mon Mar 18 2013 Michal Schmidt <mschmidt@redhat.com> 198-7
Michal Schmidt c7b4b0
- Drop /usr/s?bin/ prefixes.
Michal Schmidt c7b4b0
Harald Hoyer 288209
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-6
Harald Hoyer 288209
- run autogen to pickup all changes
Harald Hoyer 288209
Harald Hoyer 1a6f5e
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-5
Harald Hoyer 1a6f5e
- do not mount anything, when not running as pid 1
Harald Hoyer 1a6f5e
- add initrd.target for systemd in the initrd
Harald Hoyer 1a6f5e
Harald Hoyer 2e2e24
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 198-4
Harald Hoyer 2e2e24
- fix switch-root and local-fs.target problem
Harald Hoyer 2e2e24
- patch kernel-install to use grubby, if available
Harald Hoyer 2e2e24
Harald Hoyer b59c3f
* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 198-3
Harald Hoyer b59c3f
- add Conflict with dracut < 026 because of the new switch-root isolate
Harald Hoyer b59c3f
Lennart Poettering 6e7a93
* Thu Mar  7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-2
Lennart Poettering 6e7a93
- Create required users
Lennart Poettering 6e7a93
Lennart Poettering 545717
* Thu Mar 7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-1
Lennart Poettering 545717
- New release
Lennart Poettering 545717
- Enable journal persistancy by default
Lennart Poettering 545717
Peter Robinson 841507
* Sun Feb 10 2013 Peter Robinson <pbrobinson@fedoraproject.org> 197-3
Peter Robinson 841507
- Bump for ARM
Peter Robinson 841507
Michal Schmidt 869a1a
* Fri Jan 18 2013 Michal Schmidt <mschmidt@redhat.com> - 197-2
Michal Schmidt 869a1a
- Added qemu-guest-agent.service to presets (Lennart, #885406).
Michal Schmidt 869a1a
- Add missing pygobject3-base to systemd-analyze deps (Lennart).
Michal Schmidt 869a1a
- Do not require hwdata, it is all in the hwdb now (Kay).
Michal Schmidt 869a1a
- Drop dependency on dbus-python.
Michal Schmidt 869a1a
Michal Schmidt 869a1a
* Tue Jan  8 2013 Lennart Poettering <lpoetter@redhat.com> - 197-1
Lennart Poettering 3a1413
- New upstream release
Lennart Poettering 3a1413
Michal Schmidt e1cdbd
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-4
Michal Schmidt e1cdbd
- Enable rngd.service by default (#857765).
Michal Schmidt e1cdbd
Michal Schmidt f5ad37
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-3
Michal Schmidt f5ad37
- Disable hardening on s390(x) because PIE is broken there and produces
Michal Schmidt f5ad37
  text relocations with __thread (#868839).
Michal Schmidt f5ad37
Michal Schmidt 90beab
* Wed Dec 05 2012 Michal Schmidt <mschmidt@redhat.com> - 196-2
Michal Schmidt 90beab
- added spice-vdagentd.service to presets (Lennart, #876237)
Michal Schmidt 90beab
- BR cryptsetup-devel instead of the legacy cryptsetup-luks-devel provide name
Michal Schmidt 90beab
  (requested by Milan Brož).
Michal Schmidt 90beab
- verbose make to see the actual build flags
Michal Schmidt 90beab
Lennart Poettering e7e809
* Wed Nov 21 2012 Lennart Poettering <lpoetter@redhat.com> - 196-1
Lennart Poettering e7e809
- New upstream release
Lennart Poettering e7e809
Lennart Poettering 46f254
* Tue Nov 20 2012 Lennart Poettering <lpoetter@redhat.com> - 195-8
Lennart Poettering 46f254
- https://bugzilla.redhat.com/show_bug.cgi?id=873459
Lennart Poettering 46f254
- https://bugzilla.redhat.com/show_bug.cgi?id=878093
Lennart Poettering 46f254
Michal Schmidt 59081b
* Thu Nov 15 2012 Michal Schmidt <mschmidt@redhat.com> - 195-7
Michal Schmidt 59081b
- Revert udev killing cgroup patch for F18 Beta.
Michal Schmidt 59081b
- https://bugzilla.redhat.com/show_bug.cgi?id=873576
Michal Schmidt 59081b
Michal Schmidt b42e57
* Fri Nov 09 2012 Michal Schmidt <mschmidt@redhat.com> - 195-6
Michal Schmidt b42e57
- Fix cyclical dep between systemd and systemd-libs.
Michal Schmidt b42e57
- Avoid broken build of test-journal-syslog.
Michal Schmidt b42e57
- https://bugzilla.redhat.com/show_bug.cgi?id=873387
Michal Schmidt b42e57
- https://bugzilla.redhat.com/show_bug.cgi?id=872638
Michal Schmidt b42e57
Kay Sievers 5464d2
* Thu Oct 25 2012 Kay Sievers <kay@redhat.com> - 195-5
Kay Sievers 5464d2
- require 'sed', limit HOSTNAME= match
Kay Sievers 5464d2
Michal Schmidt 3c3608
* Wed Oct 24 2012 Michal Schmidt <mschmidt@redhat.com> - 195-4
Michal Schmidt 3c3608
- add dmraid-activation.service to the default preset
Michal Schmidt 3c3608
- add yum protected.d fragment
Michal Schmidt 3c3608
- https://bugzilla.redhat.com/show_bug.cgi?id=869619
Michal Schmidt 3c3608
- https://bugzilla.redhat.com/show_bug.cgi?id=869717
Michal Schmidt 3c3608
Kay Sievers 0969ad
* Wed Oct 24 2012 Kay Sievers <kay@redhat.com> - 195-3
Kay Sievers 0969ad
- Migrate /etc/sysconfig/ i18n, keyboard, network files/variables to
Kay Sievers 0969ad
  systemd native files
Kay Sievers 0969ad
Lennart Poettering af43dc
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-2
Lennart Poettering af43dc
- Provide syslog because the journal is fine as a syslog implementation
Lennart Poettering af43dc
Lennart Poettering 6695e8
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-1
Lennart Poettering 6695e8
- New upstream release
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=831665
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=847720
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=858693
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=863481
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=864629
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=864672
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=864674
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=865128
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=866346
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=867407
Lennart Poettering 6695e8
- https://bugzilla.redhat.com/show_bug.cgi?id=868603
Lennart Poettering 6695e8
Michal Schmidt f5caa7
* Wed Oct 10 2012 Michal Schmidt <mschmidt@redhat.com> - 194-2
Michal Schmidt f5caa7
- Add scriptlets for migration away from systemd-timedated-ntp.target
Michal Schmidt f5caa7
Lennart Poettering 76d4ed
* Wed Oct  3 2012 Lennart Poettering <lpoetter@redhat.com> - 194-1
Lennart Poettering 76d4ed
- New upstream release
Lennart Poettering 76d4ed
- https://bugzilla.redhat.com/show_bug.cgi?id=859614
Lennart Poettering 76d4ed
- https://bugzilla.redhat.com/show_bug.cgi?id=859655
Lennart Poettering 76d4ed
Lennart Poettering 09c908
* Fri Sep 28 2012 Lennart Poettering <lpoetter@redhat.com> - 193-1
Lennart Poettering 09c908
- New upstream release
Lennart Poettering 09c908
Lennart Poettering 132b84
* Tue Sep 25 2012 Lennart Poettering <lpoetter@redhat.com> - 192-1
Lennart Poettering 132b84
- New upstream release
Lennart Poettering 132b84
Lennart Poettering 1439d1
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-2
Lennart Poettering 1439d1
- Fix journal mmap header prototype definition to fix compilation on 32bit
Lennart Poettering 1439d1
Lennart Poettering 865baa
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-1
Lennart Poettering 865baa
- New upstream release
Lennart Poettering 865baa
- Enable all display managers by default, as discussed with Adam Williamson
Lennart Poettering 865baa
Lennart Poettering 7b4894
* Thu Sep 20 2012 Lennart Poettering <lpoetter@redhat.com> - 190-1
Lennart Poettering 7b4894
- New upstream release
Lennart Poettering 7b4894
- Take possession of /etc/localtime, and remove /etc/sysconfig/clock
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858780
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858787
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858771
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858754
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858746
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858266
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858224
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=857670
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=856975
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=855863
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=851970
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=851275
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=851131
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=847472
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=847207
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=846483
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=846085
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=845973
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=845194
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=845028
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=844630
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=839736
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=835848
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=831740
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=823485
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=821813
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=807886
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=802198
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=767795
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=767561
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=752774
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=732874
Lennart Poettering 7b4894
- https://bugzilla.redhat.com/show_bug.cgi?id=858735
Lennart Poettering 7b4894
Lennart Poettering 391f9f
* Thu Sep 13 2012 Lennart Poettering <lpoetter@redhat.com> - 189-4
Lennart Poettering 391f9f
- Don't pull in pkg-config as dep
Lennart Poettering 391f9f
- https://bugzilla.redhat.com/show_bug.cgi?id=852828
Lennart Poettering 391f9f
Lennart Poettering 301de5
* Wed Sep 12 2012 Lennart Poettering <lpoetter@redhat.com> - 189-3
Lennart Poettering 301de5
- Update preset policy
Lennart Poettering 301de5
- Rename preset policy file from 99-default.preset to 90-default.preset so that people can order their own stuff after the Fedora default policy if they wish
Lennart Poettering 301de5
Lennart Poettering b1c19b
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-2
Lennart Poettering b1c19b
- Update preset policy
Lennart Poettering b1c19b
- https://bugzilla.redhat.com/show_bug.cgi?id=850814
Lennart Poettering b1c19b
Lennart Poettering b1c19b
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-1
Lennart Poettering 38a7fb
- New upstream release
Lennart Poettering 38a7fb
Lennart Poettering 7b4894
* Thu Aug 16 2012 Ray Strode <rstrode@redhat.com> 188-4
Lennart Poettering 7b4894
- more scriptlet fixes
Zbigniew Jędrzejewski-Szmek 1d42f5
  (move dm migration logic to %%posttrans so the service
Lennart Poettering 7b4894
   files it's looking for are available at the time
Lennart Poettering 7b4894
   the logic is run)
Lennart Poettering 7b4894
Lennart Poettering c7ab70
* Sat Aug 11 2012 Lennart Poettering <lpoetter@redhat.com> - 188-3
Lennart Poettering c7ab70
- Remount file systems MS_PRIVATE before switching roots
Lennart Poettering c7ab70
- https://bugzilla.redhat.com/show_bug.cgi?id=847418
Lennart Poettering c7ab70
Rex Dieter 1b22d7
* Wed Aug 08 2012 Rex Dieter <rdieter@fedoraproject.org> - 188-2
Rex Dieter 1b22d7
- fix scriptlets
Rex Dieter 1b22d7
Lennart Poettering 66cf07
* Wed Aug  8 2012 Lennart Poettering <lpoetter@redhat.com> - 188-1
Lennart Poettering 66cf07
- New upstream release
Lennart Poettering 114c78
- Enable gdm and avahi by default via the preset file
Lennart Poettering b79f2e
- Convert /etc/sysconfig/desktop to display-manager.service symlink
Lennart Poettering 66cf07
- Enable hardened build
Lennart Poettering cb95f8
Kay Sievers 27bf94
* Mon Jul 30 2012 Kay Sievers <kay@redhat.com> - 187-3
Kay Sievers 27bf94
- Obsolete: system-setup-keyboard
Kay Sievers 27bf94
Kalev Lember b96fc0
* Wed Jul 25 2012 Kalev Lember <kalevlember@gmail.com> - 187-2
Kalev Lember b96fc0
- Run ldconfig for the new -libs subpackage
Kalev Lember b96fc0
Lennart Poettering c75692
* Thu Jul 19 2012 Lennart Poettering <lpoetter@redhat.com> - 187-1
Lennart Poettering c75692
- New upstream release
Lennart Poettering c75692
Harald Hoyer 8b88ca
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 186-2
Harald Hoyer 8b88ca
- fixed dracut conflict version
Harald Hoyer 8b88ca
Lennart Poettering 4481fb
* Tue Jul  3 2012 Lennart Poettering <lpoetter@redhat.com> - 186-1
Lennart Poettering 4481fb
- New upstream release
Lennart Poettering 4481fb
Nils Philippsen 581717
* Fri Jun 22 2012 Nils Philippsen <nils@redhat.com> - 185-7.gite7aee75
Nils Philippsen 581717
- add obsoletes/conflicts so multilib systemd -> systemd-libs updates work
Nils Philippsen 581717
Michal Schmidt b0cc7b
* Thu Jun 14 2012 Michal Schmidt <mschmidt@redhat.com> - 185-6.gite7aee75
Michal Schmidt b0cc7b
- Update to current git
Michal Schmidt b0cc7b
Kay Sievers 9e13f3
* Wed Jun 06 2012 Kay Sievers - 185-5.gita2368a3
Kay Sievers 9e13f3
- disable plymouth in configure, to drop the .wants/ symlinks
Kay Sievers 9e13f3
Michal Schmidt 998394
* Wed Jun 06 2012 Michal Schmidt <mschmidt@redhat.com> - 185-4.gita2368a3
Michal Schmidt 998394
- Update to current git snapshot
Michal Schmidt 998394
  - Add systemd-readahead-analyze
Michal Schmidt 998394
  - Drop upstream patch
Michal Schmidt 998394
- Split systemd-libs
Michal Schmidt 998394
- Drop duplicate doc files
Michal Schmidt 998394
- Fixed License headers of subpackages
Michal Schmidt 998394
Michal Schmidt 998394
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> - 185-3
Ray Strode 1b8a7f
- Drop plymouth files
Ray Strode 1b8a7f
- Conflict with old plymouth
Ray Strode 1b8a7f
Kay Sievers 6979d2
* Tue Jun 05 2012 Kay Sievers - 185-2
Kay Sievers 6979d2
- selinux udev labeling fix
Kay Sievers 6979d2
- conflict with older dracut versions for new udev file names
Kay Sievers 6979d2
Kay Sievers 5a4479
* Mon Jun 04 2012 Kay Sievers - 185-1
Kay Sievers 5a4479
- New upstream release
Kay Sievers 5a4479
  - udev selinux labeling fixes
Kay Sievers 5a4479
  - new man pages
Kay Sievers 5a4479
  - systemctl help <unit name>
Kay Sievers 5a4479
Lennart Poettering eb5388
* Thu May 31 2012 Lennart Poettering <lpoetter@redhat.com> - 184-1
Lennart Poettering eb5388
- New upstream release
Lennart Poettering eb5388
Kay Sievers 973c8d
* Thu May 24 2012 Kay Sievers <kay@redhat.com> - 183-1
Kay Sievers 973c8d
- New upstream release including udev merge.
Kay Sievers 973c8d
Michal Schmidt 3d6d89
* Wed Mar 28 2012 Michal Schmidt <mschmidt@redhat.com> - 44-4
Michal Schmidt 3d6d89
- Add triggers from Bill Nottingham to correct the damage done by
Michal Schmidt 3d6d89
  the obsoleted systemd-units's preun scriptlet (#807457).
Michal Schmidt 3d6d89
Dennis Gilmore e6be2e
* Mon Mar 26 2012 Dennis Gilmore <dennis@ausil.us> - 44-3
Dennis Gilmore e6be2e
- apply patch from upstream so we can build systemd on arm and ppc
Dennis Gilmore e6be2e
- and likely the rest of the secondary arches
Dennis Gilmore e6be2e
Michal Schmidt 7de90b
* Tue Mar 20 2012 Michal Schmidt <mschmidt@redhat.com> - 44-2
Michal Schmidt 7de90b
- Don't build the gtk parts anymore. They're moving into systemd-ui.
Michal Schmidt 7de90b
- Remove a dead patch file.
Michal Schmidt 7de90b
Lennart Poettering 87c59b
* Fri Mar 16 2012 Lennart Poettering <lpoetter@redhat.com> - 44-1
Lennart Poettering 87c59b
- New upstream release
Lennart Poettering 87c59b
- Closes #798760, #784921, #783134, #768523, #781735
Lennart Poettering 87c59b
Dennis Gilmore 751bc7
* Mon Feb 27 2012 Dennis Gilmore <dennis@ausil.us> - 43-2
Dennis Gilmore 751bc7
- don't conflict with fedora-release systemd never actually provided
Dennis Gilmore 751bc7
- /etc/os-release so there is no actual conflict
Dennis Gilmore 751bc7
Lennart Poettering 7cc503
* Wed Feb 15 2012 Lennart Poettering <lpoetter@redhat.com> - 43-1
Lennart Poettering 7cc503
- New upstream release
Lennart Poettering 7cc503
- Closes #789758, #790260, #790522
Lennart Poettering 7cc503
Lennart Poettering 54fb1a
* Sat Feb 11 2012 Lennart Poettering <lpoetter@redhat.com> - 42-1
Lennart Poettering 54fb1a
- New upstream release
Lennart Poettering 54fb1a
- Save a bit of entropy during system installation (#789407)
Lennart Poettering 54fb1a
- Don't own /etc/os-release anymore, leave that to fedora-release
Lennart Poettering 54fb1a
Adam Williamson 3d15ef
* Thu Feb  9 2012 Adam Williamson <awilliam@redhat.com> - 41-2
Adam Williamson 3d15ef
- rebuild for fixed binutils
Adam Williamson 3d15ef
Lennart Poettering 3c0bb5
* Thu Feb  9 2012 Lennart Poettering <lpoetter@redhat.com> - 41-1
Lennart Poettering 3c0bb5
- New upstream release
Lennart Poettering 3c0bb5
Lennart Poettering 669e84
* Tue Feb  7 2012 Lennart Poettering <lpoetter@redhat.com> - 40-1
Lennart Poettering 669e84
- New upstream release
Lennart Poettering 669e84
Kay Sievers 8ec8f4
* Thu Jan 26 2012 Kay Sievers <kay@redhat.com> - 39-3
Kay Sievers 8ec8f4
- provide /sbin/shutdown
Kay Sievers 8ec8f4
Harald Hoyer 5c0f42
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 39-2
Harald Hoyer 5c0f42
- increment release
Harald Hoyer 5c0f42
Harald Hoyer 8af0a3
* Wed Jan 25 2012 Kay Sievers <kay@redhat.com> - 39-1.1
Kay Sievers 3b11fb
- install everything in /usr
Kay Sievers 3b11fb
  https://fedoraproject.org/wiki/Features/UsrMove
Kay Sievers 3b11fb
Lennart Poettering 03e2e2
* Wed Jan 25 2012 Lennart Poettering <lpoetter@redhat.com> - 39-1
Lennart Poettering 03e2e2
- New upstream release
Lennart Poettering 03e2e2
Michal Schmidt 8b9f61
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-6.git9fa2f41
Michal Schmidt 8b9f61
- Update to a current git snapshot.
Michal Schmidt 8b9f61
- Resolves: #781657
Michal Schmidt 8b9f61
Michal Schmidt cff4d6
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-5
Michal Schmidt cff4d6
- Build against libgee06. Reenable gtk tools.
Michal Schmidt cff4d6
- Delete unused patches.
Michal Schmidt cff4d6
- Add easy building of git snapshots.
Michal Schmidt cff4d6
- Remove legacy spec file elements.
Michal Schmidt cff4d6
- Don't mention implicit BuildRequires.
Michal Schmidt cff4d6
- Configure with --disable-static.
Michal Schmidt cff4d6
- Merge -units into the main package.
Michal Schmidt cff4d6
- Move section 3 manpages to -devel.
Michal Schmidt cff4d6
- Fix unowned directory.
Michal Schmidt cff4d6
- Run ldconfig in scriptlets.
Michal Schmidt cff4d6
- Split systemd-analyze to a subpackage.
Michal Schmidt cff4d6
Dan Horák 125ea3
* Sat Jan 21 2012 Dan Horák <dan[at]danny.cz> - 38-4
Dan Horák 125ea3
- fix build on big-endians
Dan Horák 125ea3
Lennart Poettering fe60ea
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-3
Lennart Poettering fe60ea
- Disable building of gtk tools for now
Lennart Poettering fe60ea
Lennart Poettering 29f5e6
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-2
Lennart Poettering 29f5e6
- Fix a few (build) dependencies
Lennart Poettering 29f5e6
Lennart Poettering 7bb7b2
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-1
Lennart Poettering 7bb7b2
- New upstream release
Lennart Poettering 7bb7b2
Michal Schmidt ce9f78
* Tue Nov 15 2011 Michal Schmidt <mschmidt@redhat.com> - 37-4
Michal Schmidt ce9f78
- Run authconfig if /etc/pam.d/system-auth is not a symlink.
Michal Schmidt ce9f78
- Resolves: #753160
Michal Schmidt ce9f78
Michal Schmidt 57a225
* Wed Nov 02 2011 Michal Schmidt <mschmidt@redhat.com> - 37-3
Michal Schmidt 57a225
- Fix remote-fs-pre.target and its ordering.
Michal Schmidt 57a225
- Resolves: #749940
Michal Schmidt 57a225
Michal Schmidt bbee01
* Wed Oct 19 2011 Michal Schmidt <mschmidt@redhat.com> - 37-2
Michal Schmidt bbee01
- A couple of fixes from upstream:
Michal Schmidt bbee01
- Fix a regression in bash-completion reported in Bodhi.
Michal Schmidt bbee01
- Fix a crash in isolating.
Michal Schmidt bbee01
- Resolves: #717325
Michal Schmidt bbee01
Lennart Poettering 3a932a
* Tue Oct 11 2011 Lennart Poettering <lpoetter@redhat.com> - 37-1
Lennart Poettering 3a932a
- New upstream release
Lennart Poettering 3a932a
- Resolves: #744726, #718464, #713567, #713707, #736756
Lennart Poettering 3a932a
Michal Schmidt 25c1c5
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-5
Michal Schmidt 25c1c5
- Undo the workaround. Kay says it does not belong in systemd.
Michal Schmidt 25c1c5
- Unresolves: #741655
Michal Schmidt 25c1c5
Michal Schmidt 0afbbc
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-4
Michal Schmidt 0afbbc
- Workaround for the crypto-on-lvm-on-crypto disk layout
Michal Schmidt 0afbbc
- Resolves: #741655
Michal Schmidt 0afbbc
Michal Schmidt a762e5
* Sun Sep 25 2011 Michal Schmidt <mschmidt@redhat.com> - 36-3
Michal Schmidt a762e5
- Revert an upstream patch that caused ordering cycles
Michal Schmidt a762e5
- Resolves: #741078
Michal Schmidt a762e5
Lennart Poettering cf8032
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-2
Lennart Poettering cf8032
- Add /etc/timezone to ghosted files
Lennart Poettering cf8032
Lennart Poettering a02390
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-1
Lennart Poettering a02390
- New upstream release
Lennart Poettering a02390
- Resolves: #735013, #736360, #737047, #737509, #710487, #713384
Lennart Poettering a02390
Lennart Poettering fdfe15
* Thu Sep  1 2011 Lennart Poettering <lpoetter@redhat.com> - 35-1
Lennart Poettering fdfe15
- New upstream release
Lennart Poettering 556ae5
- Update post scripts
Lennart Poettering fdfe15
- Resolves: #726683, #713384, #698198, #722803, #727315, #729997, #733706, #734611
Lennart Poettering 556ae5
Lennart Poettering 90285f
* Thu Aug 25 2011 Lennart Poettering <lpoetter@redhat.com> - 34-1
Lennart Poettering 90285f
- New upstream release
Lennart Poettering 90285f
Harald Hoyer c0cb88
* Fri Aug 19 2011 Harald Hoyer <harald@redhat.com> 33-2
Harald Hoyer c0cb88
- fix ABRT on service file reloading
Lennart Poettering 556ae5
- Resolves: rhbz#732020
Harald Hoyer c0cb88
Lennart Poettering 56d8c3
* Wed Aug  3 2011 Lennart Poettering <lpoetter@redhat.com> - 33-1
Lennart Poettering 56d8c3
- New upstream release
Lennart Poettering 56d8c3
Lennart Poettering 4d0353
* Fri Jul 29 2011 Lennart Poettering <lpoetter@redhat.com> - 32-1
Lennart Poettering 4d0353
- New upstream release
Lennart Poettering 4d0353
Lennart Poettering b05890
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-2
Lennart Poettering b05890
- Fix access mode of modprobe file, restart logind after upgrade
Lennart Poettering b05890
Lennart Poettering 9652b0
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-1
Lennart Poettering 9652b0
- New upstream release
Lennart Poettering 9652b0
Lennart Poettering 5c28c3
* Wed Jul 13 2011 Lennart Poettering <lpoetter@redhat.com> - 30-1
Lennart Poettering 5c28c3
- New upstream release
Lennart Poettering 5c28c3
Lennart Poettering a8456a
* Thu Jun 16 2011 Lennart Poettering <lpoetter@redhat.com> - 29-1
Lennart Poettering a8456a
- New upstream release
Lennart Poettering a8456a
Michal Schmidt 62bfbd
* Mon Jun 13 2011 Michal Schmidt <mschmidt@redhat.com> - 28-4
Michal Schmidt 62bfbd
- Apply patches from current upstream.
Michal Schmidt 62bfbd
- Fixes memory size detection on 32-bit with >4GB RAM (BZ712341)
Michal Schmidt 62bfbd
Michal Schmidt 62bfbd
* Wed Jun 08 2011 Michal Schmidt <mschmidt@redhat.com> - 28-3
Michal Schmidt 90b062
- Apply patches from current upstream
Michal Schmidt 90b062
- https://bugzilla.redhat.com/show_bug.cgi?id=709909
Michal Schmidt 90b062
- https://bugzilla.redhat.com/show_bug.cgi?id=710839
Michal Schmidt 90b062
- https://bugzilla.redhat.com/show_bug.cgi?id=711015
Michal Schmidt 90b062
Lennart Poettering 12ec69
* Sat May 28 2011 Lennart Poettering <lpoetter@redhat.com> - 28-2
Lennart Poettering 12ec69
- Pull in nss-myhostname
Lennart Poettering 12ec69
Lennart Poettering 35d1c5
* Thu May 26 2011 Lennart Poettering <lpoetter@redhat.com> - 28-1
Lennart Poettering 35d1c5
- New upstream release
Lennart Poettering 35d1c5
Lennart Poettering 7e98ac
* Wed May 25 2011 Lennart Poettering <lpoetter@redhat.com> - 26-2
Lennart Poettering 7e98ac
- Bugfix release
Lennart Poettering 7e98ac
- https://bugzilla.redhat.com/show_bug.cgi?id=707507
Lennart Poettering 7e98ac
- https://bugzilla.redhat.com/show_bug.cgi?id=707483
Lennart Poettering 7e98ac
- https://bugzilla.redhat.com/show_bug.cgi?id=705427
Lennart Poettering 7e98ac
- https://bugzilla.redhat.com/show_bug.cgi?id=707577
Lennart Poettering 7e98ac
Lennart Poettering 101ad3
* Sat Apr 30 2011 Lennart Poettering <lpoetter@redhat.com> - 26-1
Lennart Poettering 101ad3
- New upstream release
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=699394
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=698198
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=698674
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=699114
Lennart Poettering 101ad3
- https://bugzilla.redhat.com/show_bug.cgi?id=699128
Lennart Poettering 101ad3
Lennart Poettering 82a114
* Thu Apr 21 2011 Lennart Poettering <lpoetter@redhat.com> - 25-1
Lennart Poettering 82a114
- New upstream release
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=694788
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=694321
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=690253
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=688661
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=682662
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=678555
Lennart Poettering 82a114
- https://bugzilla.redhat.com/show_bug.cgi?id=628004
Lennart Poettering 82a114
Lennart Poettering 564695
* Wed Apr  6 2011 Lennart Poettering <lpoetter@redhat.com> - 24-1
Lennart Poettering 564695
- New upstream release
Lennart Poettering 564695
- https://bugzilla.redhat.com/show_bug.cgi?id=694079
Lennart Poettering 564695
- https://bugzilla.redhat.com/show_bug.cgi?id=693289
Lennart Poettering 564695
- https://bugzilla.redhat.com/show_bug.cgi?id=693274
Lennart Poettering 564695
- https://bugzilla.redhat.com/show_bug.cgi?id=693161
Lennart Poettering 564695
Lennart Poettering 639e1e
* Tue Apr  5 2011 Lennart Poettering <lpoetter@redhat.com> - 23-1
Lennart Poettering 639e1e
- New upstream release
Lennart Poettering 639e1e
- Include systemd-sysv-convert
Lennart Poettering 639e1e
Lennart Poettering 7ec857
* Fri Apr  1 2011 Lennart Poettering <lpoetter@redhat.com> - 22-1
Lennart Poettering 7ec857
- New upstream release
Lennart Poettering 7ec857
Lennart Poettering 27739b
* Wed Mar 30 2011 Lennart Poettering <lpoetter@redhat.com> - 21-2
Lennart Poettering 27739b
- The quota services are now pulled in by mount points, hence no need to enable them explicitly
Lennart Poettering 27739b
Lennart Poettering b49211
* Tue Mar 29 2011 Lennart Poettering <lpoetter@redhat.com> - 21-1
Lennart Poettering b49211
- New upstream release
Lennart Poettering b49211
Matthias Clasen 61aff0
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 20-2
Matthias Clasen 61aff0
- Apply upstream patch to not send untranslated messages to plymouth
Matthias Clasen 61aff0
Lennart Poettering 3a18c6
* Tue Mar  8 2011 Lennart Poettering <lpoetter@redhat.com> - 20-1
Lennart Poettering 3a18c6
- New upstream release
Lennart Poettering 3a18c6
Lennart Poettering 342c43
* Tue Mar  1 2011 Lennart Poettering <lpoetter@redhat.com> - 19-1
Lennart Poettering 342c43
- New upstream release
Lennart Poettering 342c43
Lennart Poettering 9f855a
* Wed Feb 16 2011 Lennart Poettering <lpoetter@redhat.com> - 18-1
Lennart Poettering 9f855a
- New upstream release
Lennart Poettering 9f855a
Bill Nottingham 542ef5
* Mon Feb 14 2011 Bill Nottingham <notting@redhat.com> - 17-6
Bill Nottingham 542ef5
- bump upstart obsoletes (#676815)
Bill Nottingham 542ef5
Tom "spot" Callaway 2b7ec6
* Wed Feb  9 2011 Tom Callaway <spot@fedoraproject.org> - 17-5
Tom "spot" Callaway 2b7ec6
- add macros.systemd file for %%{_unitdir}
Tom "spot" Callaway 2b7ec6
Dennis Gilmore c1c282
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17-4
Dennis Gilmore c1c282
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore c1c282
Lennart Poettering 1e8ec7
* Wed Feb  9 2011 Lennart Poettering <lpoetter@redhat.com> - 17-3
Lennart Poettering 1e8ec7
- Fix popen() of systemctl, #674916
Lennart Poettering 1e8ec7
Bill Nottingham 572592
* Mon Feb  7 2011 Bill Nottingham <notting@redhat.com> - 17-2
Bill Nottingham 572592
- add epoch to readahead obsolete
Bill Nottingham 572592
Lennart Poettering 1edfd7
* Sat Jan 22 2011 Lennart Poettering <lpoetter@redhat.com> - 17-1
Lennart Poettering 1edfd7
- New upstream release
Lennart Poettering 1edfd7
Lennart Poettering 12769a
* Tue Jan 18 2011 Lennart Poettering <lpoetter@redhat.com> - 16-2
Lennart Poettering 12769a
- Drop console.conf again, since it is not shipped in pamtmp.conf
Lennart Poettering 12769a
Lennart Poettering d4d722
* Sat Jan  8 2011 Lennart Poettering <lpoetter@redhat.com> - 16-1
Lennart Poettering d4d722
- New upstream release
Lennart Poettering d4d722
Lennart Poettering 2aa128
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 15-1
Lennart Poettering 2aa128
- New upstream release
Lennart Poettering 2aa128
Lennart Poettering d9a109
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 14-1
Lennart Poettering d9a109
- Upstream update
Lennart Poettering d9a109
- Enable hwclock-load by default
Lennart Poettering d9a109
- Obsolete readahead
Lennart Poettering d9a109
- Enable /var/run and /var/lock on tmpfs
Lennart Poettering d9a109
Lennart Poettering a425e1
* Fri Nov 19 2010 Lennart Poettering <lpoetter@redhat.com> - 13-1
Lennart Poettering a425e1
- new upstream release
Lennart Poettering a425e1
Bill Nottingham 619f0c
* Wed Nov 17 2010 Bill Nottingham <notting@redhat.com> 12-3
Bill Nottingham 619f0c
- Fix clash
Bill Nottingham 619f0c
Lennart Poettering cedca8
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-2
Lennart Poettering cedca8
- Don't clash with initscripts for now, so that we don't break the builders
Lennart Poettering cedca8
Lennart Poettering 52a550
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-1
Lennart Poettering 52a550
- New upstream release
Lennart Poettering 52a550
Matthias Clasen 32dccb
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> - 11-2
Matthias Clasen 32dccb
- Rebuild with newer vala, libnotify
Matthias Clasen 32dccb
Lennart Poettering 3f1bed
* Thu Oct  7 2010 Lennart Poettering <lpoetter@redhat.com> - 11-1
Lennart Poettering 3f1bed
- New upstream release
Lennart Poettering 3f1bed
Lennart Poettering 3f1bed
* Wed Sep 29 2010 Jesse Keating <jkeating@redhat.com> - 10-6
Jesse Keating 0cc7cd
- Rebuilt for gcc bug 634757
Jesse Keating 0cc7cd
Bill Nottingham c116e3
* Thu Sep 23 2010 Bill Nottingham <notting@redhat.com> - 10-5
Bill Nottingham c116e3
- merge -sysvinit into main package
Bill Nottingham c116e3
Bill Nottingham 60138e
* Mon Sep 20 2010 Bill Nottingham <notting@redhat.com> - 10-4
Bill Nottingham 60138e
- obsolete upstart-sysvinit too
Bill Nottingham 60138e
Bill Nottingham ac0a7d
* Fri Sep 17 2010 Bill Nottingham <notting@redhat.com> - 10-3
Bill Nottingham ac0a7d
- Drop upstart requires
Bill Nottingham ac0a7d
Lennart Poettering 1c5eea
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-2
Lennart Poettering 1c5eea
- Enable audit
Lennart Poettering 1c5eea
- https://bugzilla.redhat.com/show_bug.cgi?id=633771
Lennart Poettering 1c5eea
Lennart Poettering d44ba8
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-1
Lennart Poettering d44ba8
- New upstream release
Lennart Poettering d44ba8
- https://bugzilla.redhat.com/show_bug.cgi?id=630401
Lennart Poettering d44ba8
- https://bugzilla.redhat.com/show_bug.cgi?id=630225
Lennart Poettering d44ba8
- https://bugzilla.redhat.com/show_bug.cgi?id=626966
Lennart Poettering d44ba8
- https://bugzilla.redhat.com/show_bug.cgi?id=623456
Lennart Poettering d44ba8
Bill Nottingham 81e89e
* Fri Sep  3 2010 Bill Nottingham <notting@redhat.com> - 9-3
Bill Nottingham 81e89e
- move fedora-specific units to initscripts; require newer version thereof
Bill Nottingham 81e89e
Lennart Poettering 172ed5
* Fri Sep  3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-2
Lennart Poettering 172ed5
- Add missing tarball
Lennart Poettering 172ed5
Lennart Poettering 85e3ce
* Fri Sep  3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-1
Lennart Poettering 85e3ce
- New upstream version
Lennart Poettering 85e3ce
- Closes 501720, 614619, 621290, 626443, 626477, 627014, 627785, 628913
Lennart Poettering 85e3ce
Lennart Poettering 01d495
* Fri Aug 27 2010 Lennart Poettering <lpoetter@redhat.com> - 8-3
Lennart Poettering 01d495
- Reexecute after installation, take ownership of /var/run/user
Lennart Poettering 01d495
- https://bugzilla.redhat.com/show_bug.cgi?id=627457
Lennart Poettering 01d495
- https://bugzilla.redhat.com/show_bug.cgi?id=627634
Lennart Poettering 01d495
Lennart Poettering d007df
* Thu Aug 26 2010 Lennart Poettering <lpoetter@redhat.com> - 8-2
Lennart Poettering d007df
- Properly create default.target link
Lennart Poettering d007df
Lennart Poettering 6f4060
* Wed Aug 25 2010 Lennart Poettering <lpoetter@redhat.com> - 8-1
Lennart Poettering 6f4060
- New upstream release
Lennart Poettering 6f4060
Lennart Poettering d6c21f
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-3
Lennart Poettering d6c21f
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623561
Lennart Poettering d6c21f
Lennart Poettering d6c21f
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-2
Lennart Poettering f8a159
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623430
Lennart Poettering f8a159
Lennart Poettering 923ee9
* Tue Aug 10 2010 Lennart Poettering <lpoetter@redhat.com> - 7-1
Lennart Poettering 923ee9
- New upstream release
Lennart Poettering 923ee9
Lennart Poettering 87df68
* Fri Aug  6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-2
Lennart Poettering 87df68
- properly hide output on package installation
Lennart Poettering 87df68
- pull in coreutils during package installtion
Lennart Poettering 87df68
Lennart Poettering 33acec
* Fri Aug  6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-1
Lennart Poettering 33acec
- New upstream release
Lennart Poettering 33acec
- Fixes #621200
Lennart Poettering 33acec
Lennart Poettering 561d1f
* Wed Aug  4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-2
Lennart Poettering 561d1f
- Add tarball
Lennart Poettering 561d1f
Lennart Poettering f58b3d
* Wed Aug  4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-1
Lennart Poettering f58b3d
- Prepare release 5
Lennart Poettering f58b3d
Bill Nottingham 3fb2ea
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 4-4
Bill Nottingham 3fb2ea
- Add 'sysvinit-userspace' provide to -sysvinit package to fix upgrade/install (#618537)
Bill Nottingham 3fb2ea
Lennart Poettering 7f4dce
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-3
Lennart Poettering 7f4dce
- Add libselinux to build dependencies
Lennart Poettering 7f4dce
Lennart Poettering 2f1a57
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-2
Lennart Poettering 2f1a57
- Use the right tarball
Lennart Poettering 2f1a57
Lennart Poettering 25a5a1
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-1
Lennart Poettering 25a5a1
- New upstream release, and make default
Lennart Poettering 25a5a1
Lennart Poettering d6c21f
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-3
Lennart Poettering d348ae
- Used wrong tarball
Lennart Poettering d348ae
Lennart Poettering d6c21f
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-2
Lennart Poettering 85eb5f
- Own /cgroup jointly with libcgroup, since we don't dpend on it anymore
Lennart Poettering 85eb5f
Lennart Poettering b93a36
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-1
Lennart Poettering b93a36
- New upstream release
Lennart Poettering b93a36
Lennart Poettering 5a28ec
* Fri Jul 9 2010 Lennart Poettering <lpoetter@redhat.com> - 2-0
Lennart Poettering 5a28ec
- New upstream release
Lennart Poettering 5a28ec
Lennart Poettering fdaca2
* Wed Jul 7 2010 Lennart Poettering <lpoetter@redhat.com> - 1-0
Lennart Poettering fdaca2
- First upstream release
Lennart Poettering fdaca2
Lennart Poettering caa30f
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.7.20100629git4176e5
Lennart Poettering 4372ad
- New snapshot
Lennart Poettering 4372ad
- Split off -units package where other packages can depend on without pulling in the whole of systemd
Lennart Poettering 4372ad
Lennart Poettering 1a8865
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.6.20100622gita3723b
Lennart Poettering 1a8865
- Add missing libtool dependency.
Lennart Poettering 1a8865
Lennart Poettering 1e979b
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.5.20100622gita3723b
Lennart Poettering 4372ad
- Update snapshot
Lennart Poettering 1e979b
Lennart Poettering 1e979b
* Mon Jun 14 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.4.20100614git393024
Rahul Sundaram ab31d0
- Pull the latest snapshot that fixes a segfault. Resolves rhbz#603231
Rahul Sundaram ab31d0
Harald Hoyer a72a35
* Fri Jun 11 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.3.20100610git2f198e
Rahul Sundaram 7a392d
- More minor fixes as per review
Rahul Sundaram 7a392d
Rahul Sundaram 7a392d
* Thu Jun 10 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.2.20100610git2f198e
Rahul Sundaram 7a392d
- Spec improvements from David Hollis
Rahul Sundaram 7a392d
Rahul Sundaram 7a392d
* Wed Jun 09 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.1.20090609git2f198e
Rahul Sundaram 7a392d
- Address review comments
Rahul Sundaram ab31d0
Rahul Sundaram 7a392d
* Tue Jun 01 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.0.git2010-06-02
Rahul Sundaram 7a392d
- Initial spec (adopted from Kay Sievers)