|
 |
98ea23b |
#global gitcommit 10e465b5321bd53c1fc59ffab27e724535c6bc0f
|
|
 |
edb4e05 |
%{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})}
|
|
Lennart Poettering |
5db028d |
|
|
Lennart Poettering |
391f9f8 |
# We ship a .pc file but don't want to have a dep on pkg-config. We
|
|
Lennart Poettering |
391f9f8 |
# strip the automatically generated dep here and instead co-own the
|
|
Lennart Poettering |
391f9f8 |
# directory.
|
|
Lennart Poettering |
391f9f8 |
%global __requires_exclude pkg-config
|
|
Lennart Poettering |
391f9f8 |
|
|
 |
c9f04da |
%global pkgdir %{_prefix}/lib/systemd
|
|
 |
c9f04da |
%global system_unit_dir %{pkgdir}/system
|
|
 |
bb41272 |
%global user_unit_dir %{pkgdir}/user
|
|
 |
c9f04da |
|
|
 |
cc49efc |
Name: systemd
|
|
 |
cc49efc |
Url: http://www.freedesktop.org/wiki/Software/systemd
|
|
 |
98ea23b |
Version: 238
|
|
 |
d4d36e6 |
Release: 3%{?gitcommit:.git%{gitcommitshort}}%{?dist}
|
|
 |
720afeb |
# For a breakdown of the licensing, see README
|
|
 |
720afeb |
License: LGPLv2+ and MIT and GPLv2+
|
|
 |
1478fab |
Summary: System and Service Manager
|
|
 |
77289ef |
|
|
 |
5bd4599 |
# download tarballs with "spectool -g systemd.spec"
|
|
 |
77289ef |
%if %{defined gitcommit}
|
|
 |
38d7cff |
Source0: https://github.com/systemd/systemd-stable/archive/%{?gitcommit}.tar.gz#/%{name}-%{gitcommitshort}.tar.gz
|
|
 |
77289ef |
%else
|
|
 |
3dfe820 |
Source0: https://github.com/systemd/systemd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
 |
77289ef |
%endif
|
|
 |
edb4e05 |
# This file must be available before %%prep.
|
|
 |
8b4408b |
# It is generated during systemd build and can be found in src/core/.
|
|
 |
8b4408b |
Source1: triggers.systemd
|
|
 |
17a6f38 |
Source2: split-files.py
|
|
 |
388cd91 |
Source3: purge-nobody-user
|
|
 |
0a8e7e6 |
|
|
 |
77289ef |
# Prevent accidental removal of the systemd package
|
|
 |
6d5bee3 |
Source4: yum-protect-systemd.conf
|
|
 |
4463a3b |
|
|
 |
6d5bee3 |
Source5: inittab
|
|
 |
801ccd9 |
Source6: sysctl.conf.README
|
|
 |
b53cf7b |
Source7: systemd-journal-remote.xml
|
|
 |
b53cf7b |
Source8: systemd-journal-gatewayd.xml
|
|
 |
90aeeef |
Source9: 20-yama-ptrace.conf
|
|
 |
65fed72 |
Source10: systemd-udev-trigger-no-reload.conf
|
|
 |
12da227 |
Source11: 20-grubby.install
|
|
 |
e134e69 |
Source12: https://raw.githubusercontent.com/systemd/systemd/1000522a60ceade446773c67031b47a566d4a70d/src/login/systemd-user.m4
|
|
 |
77289ef |
|
|
 |
1d06cbf |
%if 0
|
|
 |
35bb946 |
GIT_DIR=../../src/systemd/.git git format-patch-ab --no-signature -M -N v235..v235-stable
|
|
 |
1d06cbf |
i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done|xclip
|
|
 |
1d06cbf |
GIT_DIR=../../src/systemd/.git git diffab -M v233..master@{2017-06-15} -- hwdb/[67]* hwdb/parse_hwdb.py > hwdb.patch
|
|
 |
1d06cbf |
%endif
|
|
 |
bb41272 |
|
|
Frederic Lepied |
12425b1 |
%if 0%{?dlrn} == 0
|
|
 |
77f7c6f |
Patch0001: 0001-test-cgroup-util-bail-out-when-running-under-mock.patch
|
|
 |
d4d36e6 |
Patch0002: 0002-basic-fs-util-skip-fsync_directory_of_file-if-proc-s.patch
|
|
 |
77f7c6f |
|
|
 |
1eeb98d |
Patch0998: 0998-resolved-create-etc-resolv.conf-symlink-at-runtime.patch
|
|
Frederic Lepied |
12425b1 |
%endif
|
|
 |
ebd481a |
|
|
 |
77289ef |
%global num_patches %{lua: c=0; for i,p in ipairs(patches) do c=c+1; end; print(c);}
|
|
 |
77289ef |
|
|
 |
a88eae1 |
%ifarch %{ix86} x86_64 aarch64
|
|
 |
a88eae1 |
%global have_gnu_efi 1
|
|
 |
a88eae1 |
%endif
|
|
 |
a88eae1 |
|
|
 |
f314ba8 |
BuildRequires: gcc
|
|
 |
f314ba8 |
BuildRequires: gcc-c++
|
|
 |
cc49efc |
BuildRequires: libcap-devel
|
|
Lennart Poettering |
9254d88 |
BuildRequires: libmount-devel
|
|
 |
cc49efc |
BuildRequires: pam-devel
|
|
 |
7f4dce3 |
BuildRequires: libselinux-devel
|
|
Lennart Poettering |
1c5eeab |
BuildRequires: audit-libs-devel
|
|
 |
90beab8 |
BuildRequires: cryptsetup-devel
|
|
 |
7de90b3 |
BuildRequires: dbus-devel
|
|
Lennart Poettering |
5c28c35 |
BuildRequires: libacl-devel
|
|
 |
9ac8841 |
BuildRequires: gobject-introspection-devel
|
|
 |
9ac8841 |
BuildRequires: libblkid-devel
|
|
Lennart Poettering |
29f5e61 |
BuildRequires: xz-devel
|
|
 |
ee53796 |
BuildRequires: xz
|
|
 |
56be258 |
BuildRequires: lz4-devel
|
|
 |
ee53796 |
BuildRequires: lz4
|
|
 |
56be258 |
BuildRequires: bzip2-devel
|
|
 |
dc44a1d |
BuildRequires: libidn2-devel
|
|
Lennart Poettering |
92a80ac |
BuildRequires: libcurl-devel
|
|
 |
9ac8841 |
BuildRequires: kmod-devel
|
|
 |
cfcb358 |
BuildRequires: elfutils-devel
|
|
Lennart Poettering |
38a7fb7 |
BuildRequires: libgcrypt-devel
|
|
 |
83f115d |
BuildRequires: libgpg-error-devel
|
|
 |
cfcb358 |
BuildRequires: gnutls-devel
|
|
Lennart Poettering |
38a7fb7 |
BuildRequires: qrencode-devel
|
|
Lennart Poettering |
09c9088 |
BuildRequires: libmicrohttpd-devel
|
|
 |
5724974 |
BuildRequires: libxkbcommon-devel
|
|
Lennart Poettering |
258b2a4 |
BuildRequires: iptables-devel
|
|
Lennart Poettering |
38a7fb7 |
BuildRequires: libxslt
|
|
Lennart Poettering |
38a7fb7 |
BuildRequires: docbook-style-xsl
|
|
Lennart Poettering |
38a7fb7 |
BuildRequires: pkgconfig
|
|
Lennart Poettering |
38a7fb7 |
BuildRequires: gperf
|
|
 |
b2cc255 |
BuildRequires: gawk
|
|
 |
25282cb |
BuildRequires: tree
|
|
 |
35ec3ad |
BuildRequires: python3-devel
|
|
Lennart Poettering |
4f13e0f |
BuildRequires: python3-lxml
|
|
 |
b53cf7b |
BuildRequires: firewalld-filesystem
|
|
 |
a88eae1 |
%if 0%{?have_gnu_efi}
|
|
 |
ee6fc81 |
BuildRequires: gnu-efi gnu-efi-devel
|
|
 |
ee6fc81 |
%endif
|
|
Lennart Poettering |
b73335d |
BuildRequires: libseccomp-devel
|
|
 |
77289ef |
%if %{num_patches}
|
|
 |
77289ef |
BuildRequires: git
|
|
 |
77289ef |
%endif
|
|
 |
a8ba7b1 |
BuildRequires: meson >= 0.43
|
|
 |
83f115d |
BuildRequires: gettext
|
|
 |
ecd200b |
BuildRequires: python3-pyparsing
|
|
 |
ecd200b |
BuildRequires: python3-evdev
|
|
 |
1eb8bc7 |
BuildRequires: perl(IPC::SysV)
|
|
 |
28e2d47 |
|
|
 |
1766805 |
Requires(post): coreutils
|
|
 |
5464d25 |
Requires(post): sed
|
|
Lennart Poettering |
5457175 |
Requires(post): acl
|
|
 |
41d7c09 |
Requires(post): grep
|
|
Lennart Poettering |
f55ccc9 |
Requires(pre): coreutils
|
|
Lennart Poettering |
add3e71 |
Requires(pre): /usr/bin/getent
|
|
Lennart Poettering |
add3e71 |
Requires(pre): /usr/sbin/groupadd
|
|
 |
324bf56 |
Requires: dbus >= 1.9.18
|
|
 |
28e2d47 |
Requires: %{name}-pam = %{version}-%{release}
|
|
 |
b42e57b |
Requires: %{name}-libs = %{version}-%{release}
|
|
 |
60a0b61 |
Recommends: diffutils
|
|
 |
5c1c8ba |
Requires: util-linux
|
|
 |
140d00e |
Recommends: libxkbcommon%{?_isa}
|
|
Kay Sievers |
3b11fb6 |
Provides: /bin/systemctl
|
|
Kay Sievers |
8ec8f44 |
Provides: /sbin/shutdown
|
|
 |
9ac8841 |
Provides: syslog
|
|
 |
1766805 |
Provides: systemd-units = %{version}-%{release}
|
|
 |
27bf945 |
Obsoletes: system-setup-keyboard < 0.9
|
|
 |
27bf945 |
Provides: system-setup-keyboard = 0.9
|
|
 |
5ccbe72 |
# systemd-sysv-convert was removed in f20: https://fedorahosted.org/fpc/ticket/308
|
|
 |
5ccbe72 |
Obsoletes: systemd-sysv < 206
|
|
 |
8f85f19 |
# self-obsoletes so that dnf will install new subpackages on upgrade (#1260394)
|
|
 |
8f85f19 |
Obsoletes: %{name} < 229-5
|
|
 |
5ccbe72 |
Provides: systemd-sysv = 206
|
|
 |
f5ff7e9 |
Conflicts: initscripts < 9.56.1
|
|
 |
f08e792 |
%if 0%{?fedora}
|
|
 |
911deca |
Conflicts: fedora-release < 23-0.12
|
|
 |
f08e792 |
%endif
|
|
 |
cc49efc |
|
|
 |
cc49efc |
%description
|
|
 |
645d1b9 |
systemd is a system and service manager that runs as PID 1 and starts
|
|
 |
645d1b9 |
the rest of the system. It provides aggressive parallelization
|
|
 |
cc49efc |
capabilities, uses socket and D-Bus activation for starting services,
|
|
 |
cc49efc |
offers on-demand starting of daemons, keeps track of processes using
|
|
 |
645d1b9 |
Linux control groups, maintains mount and automount points, and
|
|
 |
645d1b9 |
implements an elaborate transactional dependency-based service control
|
|
 |
645d1b9 |
logic. systemd supports SysV and LSB init scripts and works as a
|
|
 |
645d1b9 |
replacement for sysvinit. Other parts of this package are a logging daemon,
|
|
 |
645d1b9 |
utilities to control basic system configuration like the hostname,
|
|
 |
645d1b9 |
date, locale, maintain a list of logged-in users and running
|
|
 |
645d1b9 |
containers and virtual machines, system accounts, runtime directories
|
|
 |
645d1b9 |
and settings, and daemons to manage simple network configuration,
|
|
 |
645d1b9 |
network time synchronization, log forwarding, and name resolution.
|
|
 |
cc49efc |
|
|
 |
998394d |
%package libs
|
|
 |
998394d |
Summary: systemd libraries
|
|
 |
998394d |
License: LGPLv2+ and MIT
|
|
 |
de8b13b |
Obsoletes: libudev < 183
|
|
 |
5817178 |
Obsoletes: systemd < 185-4
|
|
 |
5817178 |
Conflicts: systemd < 185-4
|
|
 |
b3d8d37 |
Obsoletes: systemd-compat-libs < 230
|
|
 |
7ae71c8 |
Obsoletes: nss-myhostname < 0.4
|
|
 |
7ae71c8 |
Provides: nss-myhostname = 0.4
|
|
 |
a647396 |
Provides: nss-myhostname%{_isa} = 0.4
|
|
 |
885c28c |
Requires(post): coreutils
|
|
 |
e4286e5 |
Requires(post): sed
|
|
 |
e4286e5 |
Requires(post): grep
|
|
 |
8dc92a4 |
Requires(post): /usr/bin/getent
|
|
 |
998394d |
|
|
 |
998394d |
%description libs
|
|
 |
28e2d47 |
Libraries for systemd and udev.
|
|
 |
28e2d47 |
|
|
 |
28e2d47 |
%package pam
|
|
 |
28e2d47 |
Summary: systemd PAM module
|
|
 |
28e2d47 |
Requires: %{name} = %{version}-%{release}
|
|
 |
28e2d47 |
|
|
 |
28e2d47 |
%description pam
|
|
 |
28e2d47 |
Systemd PAM module registers the session with systemd-logind.
|
|
 |
998394d |
|
|
Lennart Poettering |
9652b0b |
%package devel
|
|
Lennart Poettering |
9652b0b |
Summary: Development headers for systemd
|
|
 |
998394d |
License: LGPLv2+ and MIT
|
|
 |
9e71abc |
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
 |
6979d27 |
Provides: libudev-devel = %{version}
|
|
 |
a647396 |
Provides: libudev-devel%{_isa} = %{version}
|
|
 |
973c8d4 |
Obsoletes: libudev-devel < 183
|
|
 |
74dc679 |
# Fake dependency to make sure systemd-pam is pulled into multilib (#1414153)
|
|
 |
74dc679 |
Requires: %{name}-pam = %{version}-%{release}
|
|
Lennart Poettering |
9652b0b |
|
|
Lennart Poettering |
9652b0b |
%description devel
|
|
 |
acdc555 |
Development headers and auxiliary files for developing applications linking
|
|
 |
acdc555 |
to libudev or libsystemd.
|
|
Lennart Poettering |
9652b0b |
|
|
 |
c16b573 |
%package udev
|
|
 |
c16b573 |
Summary: Rule-based device node and kernel event manager
|
|
 |
c16b573 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
 |
c16b573 |
Requires(post): systemd
|
|
 |
c16b573 |
Requires(preun): systemd
|
|
 |
c16b573 |
Requires(postun): systemd
|
|
 |
b7ec953 |
Requires(post): grep
|
|
 |
c7c4361 |
Requires: kmod >= 18-4
|
|
 |
c16b573 |
# obsolete parent package so that dnf will install new subpackage on upgrade (#1260394)
|
|
 |
c16b573 |
Obsoletes: %{name} < 229-5
|
|
 |
c16b573 |
Provides: udev = %{version}
|
|
 |
a647396 |
Provides: udev%{_isa} = %{version}
|
|
 |
c16b573 |
Obsoletes: udev < 183
|
|
 |
ef73cc0 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1377733#c9
|
|
 |
ef73cc0 |
Recommends: systemd-bootchart
|
|
 |
4ebba8a |
# https://bugzilla.redhat.com/show_bug.cgi?id=1408878
|
|
 |
4ebba8a |
Recommends: kbd
|
|
 |
c16b573 |
License: LGPLv2+
|
|
 |
c16b573 |
|
|
 |
c16b573 |
%description udev
|
|
 |
c16b573 |
This package contains systemd-udev and the rules and hardware database
|
|
 |
c16b573 |
needed to manage device nodes. This package is necessary on physical
|
|
 |
c16b573 |
machines and in virtual machines, but not in containers.
|
|
 |
c16b573 |
|
|
 |
34bfcef |
%package container
|
|
 |
34bfcef |
# Name is the same as in Debian
|
|
 |
34bfcef |
Summary: Tools for containers and VMs
|
|
 |
34bfcef |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
 |
34bfcef |
Requires(post): systemd
|
|
 |
34bfcef |
Requires(preun): systemd
|
|
 |
34bfcef |
Requires(postun): systemd
|
|
 |
c16b573 |
# obsolete parent package so that dnf will install new subpackage on upgrade (#1260394)
|
|
 |
34bfcef |
Obsoletes: %{name} < 229-5
|
|
 |
34bfcef |
License: LGPLv2+
|
|
 |
34bfcef |
|
|
 |
34bfcef |
%description container
|
|
 |
34bfcef |
Systemd tools to spawn and manage containers and virtual machines.
|
|
 |
34bfcef |
|
|
 |
34bfcef |
This package contains systemd-nspawn, machinectl, systemd-machined,
|
|
 |
34bfcef |
and systemd-importd.
|
|
 |
34bfcef |
|
|
 |
b321c5a |
%package journal-remote
|
|
 |
b321c5a |
# Name is the same as in Debian
|
|
 |
b321c5a |
Summary: Tools to send journal events over the network
|
|
 |
0ab5885 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
 |
54952b3 |
License: LGPLv2+
|
|
 |
54952b3 |
Requires(pre): /usr/bin/getent
|
|
 |
54952b3 |
Requires(post): systemd
|
|
 |
54952b3 |
Requires(preun): systemd
|
|
 |
54952b3 |
Requires(postun): systemd
|
|
 |
b53cf7b |
Requires: firewalld-filesystem
|
|
 |
b321c5a |
Provides: %{name}-journal-gateway = %{version}-%{release}
|
|
 |
a647396 |
Provides: %{name}-journal-gateway%{_isa} = %{version}-%{release}
|
|
 |
5767bd4 |
Obsoletes: %{name}-journal-gateway < 227-7
|
|
 |
54952b3 |
|
|
 |
b321c5a |
%description journal-remote
|
|
 |
b321c5a |
Programs to forward journal entries over the network, using encrypted HTTP,
|
|
 |
b321c5a |
and to write journal files from serialized journal contents.
|
|
 |
b321c5a |
|
|
 |
b321c5a |
This package contains systemd-journal-gatewayd,
|
|
 |
b321c5a |
systemd-journal-remote, and systemd-journal-upload.
|
|
 |
54952b3 |
|
|
 |
bb41272 |
%package tests
|
|
 |
bb41272 |
Summary: Internal unit tests for systemd
|
|
 |
bb41272 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
 |
bb41272 |
License: LGPLv2+
|
|
 |
bb41272 |
|
|
 |
bb41272 |
%description tests
|
|
 |
bb41272 |
"Installed tests" that are usually run as part of the build system.
|
|
 |
bb41272 |
They can be useful to test systemd internals.
|
|
 |
bb41272 |
|
|
 |
cc49efc |
%prep
|
|
 |
7ffa923 |
%setup -q %{?gitcommit:-n %{name}-stable-%{gitcommit}}
|
|
 |
7a392d6 |
|
|
Frederic Lepied |
12425b1 |
%if 0%{?dlrn} == 0
|
|
 |
77289ef |
%if %{num_patches}
|
|
 |
2e2e24e |
git init
|
|
 |
2e2e24e |
git config user.email "systemd-maint@redhat.com"
|
|
 |
2e2e24e |
git config user.name "Fedora systemd team"
|
|
 |
2e2e24e |
git add .
|
|
 |
2e2e24e |
git commit -a -q -m "%{version} baseline."
|
|
 |
2e2e24e |
|
|
 |
2e2e24e |
# Apply all the patches.
|
|
 |
1ed18e5 |
git am %{patches}
|
|
 |
703bc63 |
%endif
|
|
 |
2e2e24e |
|
|
Frederic Lepied |
12425b1 |
%endif
|
|
Frederic Lepied |
12425b1 |
|
|
 |
e134e69 |
# Restore systemd-user pam config from before "removal of Fedora-specific bits"
|
|
 |
e134e69 |
cp -p %{SOURCE12} src/login/
|
|
 |
e134e69 |
|
|
 |
cc49efc |
%build
|
|
Pat Riehecky |
c0f6af7 |
%define ntpvendor %(source /etc/os-release; echo ${ID})
|
|
 |
10e6a8e |
%{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}
|
|
 |
10e6a8e |
|
|
 |
c8f4664 |
CONFIGURE_OPTS=(
|
|
 |
83f115d |
-Dsysvinit-path=/etc/rc.d/init.d
|
|
 |
83f115d |
-Drc-local=/etc/rc.d/rc.local
|
|
 |
83f115d |
-Dntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org'
|
|
 |
f3e3e4d |
-Ddev-kvm-mode=0666
|
|
 |
83f115d |
-Dkmod=true
|
|
 |
83f115d |
-Dxkbcommon=true
|
|
 |
83f115d |
-Dblkid=true
|
|
 |
83f115d |
-Dseccomp=true
|
|
 |
83f115d |
-Dima=true
|
|
 |
83f115d |
-Dselinux=true
|
|
 |
83f115d |
-Dapparmor=false
|
|
 |
83f115d |
-Dpolkit=true
|
|
 |
83f115d |
-Dxz=true
|
|
 |
83f115d |
-Dzlib=true
|
|
 |
83f115d |
-Dbzip2=true
|
|
 |
83f115d |
-Dlz4=true
|
|
 |
83f115d |
-Dpam=true
|
|
 |
83f115d |
-Dacl=true
|
|
 |
83f115d |
-Dsmack=true
|
|
 |
83f115d |
-Dgcrypt=true
|
|
 |
83f115d |
-Daudit=true
|
|
 |
83f115d |
-Delfutils=true
|
|
 |
83f115d |
-Dlibcryptsetup=true
|
|
 |
83f115d |
-Delfutils=true
|
|
 |
83f115d |
-Dqrencode=true
|
|
 |
83f115d |
-Dgnutls=true
|
|
 |
83f115d |
-Dmicrohttpd=true
|
|
 |
dc44a1d |
-Dlibidn2=true
|
|
 |
83f115d |
-Dlibiptc=true
|
|
 |
83f115d |
-Dlibcurl=true
|
|
 |
83f115d |
-Defi=true
|
|
 |
83f115d |
-Dgnu-efi=%{?have_gnu_efi:true}%{?!have_gnu_efi:false}
|
|
 |
83f115d |
-Dtpm=true
|
|
 |
83f115d |
-Dhwdb=true
|
|
 |
83f115d |
-Dsysusers=true
|
|
 |
83f115d |
-Ddefault-kill-user-processes=false
|
|
 |
83f115d |
-Dtests=unsafe
|
|
 |
83f115d |
-Dinstall-tests=true
|
|
 |
a8ba7b1 |
-Dtty-gid=5
|
|
 |
a8ba7b1 |
-Dusers-gid=100
|
|
 |
3e18b45 |
-Dnobody-user=nobody
|
|
 |
3e18b45 |
-Dnobody-group=nobody
|
|
 |
98ea23b |
-Dsplit-usr=false
|
|
 |
98ea23b |
-Dsplit-bin=true
|
|
 |
339b024 |
-Db_lto=false
|
|
 |
c8f4664 |
)
|
|
 |
c8f4664 |
|
|
 |
83f115d |
%meson "${CONFIGURE_OPTS[@]}"
|
|
 |
83f115d |
%meson_build
|
|
 |
cc49efc |
|
|
 |
8dc92a4 |
if diff %{SOURCE1} %{_vpath_builddir}/triggers.systemd; then
|
|
 |
8dc92a4 |
echo -e "\n\n\nWARNING: triggers.systemd in Source1 is different!"
|
|
 |
8dc92a4 |
echo -e " cp %{_vpath_builddir}/triggers.systemd %{SOURCE1}\n\n\n"
|
|
 |
8dc92a4 |
fi
|
|
 |
8dc92a4 |
|
|
 |
cc49efc |
%install
|
|
 |
83f115d |
%meson_install
|
|
 |
6153dd9 |
|
|
Lennart Poettering |
b79f2e2 |
# udev links
|
|
 |
c7b4b0f |
mkdir -p %{buildroot}/%{_sbindir}
|
|
 |
c7b4b0f |
ln -sf ../bin/udevadm %{buildroot}%{_sbindir}/udevadm
|
|
 |
25a5a12 |
|
|
 |
6d5bee3 |
# Compatiblity and documentation files
|
|
 |
6d5bee3 |
touch %{buildroot}/etc/crypttab
|
|
 |
6d5bee3 |
chmod 600 %{buildroot}/etc/crypttab
|
|
 |
6d5bee3 |
|
|
 |
83f115d |
# /etc/initab
|
|
 |
51f362c |
install -Dm0644 -t %{buildroot}/etc/ %{SOURCE5}
|
|
 |
6d5bee3 |
|
|
 |
83f115d |
# /etc/sysctl.conf compat
|
|
 |
c90404b |
install -Dm0644 %{SOURCE6} %{buildroot}/etc/sysctl.conf
|
|
 |
801ccd9 |
ln -s ../sysctl.conf %{buildroot}/etc/sysctl.d/99-sysctl.conf
|
|
 |
801ccd9 |
|
|
 |
25a5a12 |
# We create all wants links manually at installation time to make sure
|
|
 |
b2cc255 |
# they are not owned and hence overriden by rpm after the user deleted
|
|
 |
25a5a12 |
# them.
|
|
 |
c7b4b0f |
rm -r %{buildroot}%{_sysconfdir}/systemd/system/*.target.wants
|
|
 |
25a5a12 |
|
|
Lennart Poettering |
d44ba8f |
# Make sure these directories are properly owned
|
|
 |
c9f04da |
mkdir -p %{buildroot}%{system_unit_dir}/basic.target.wants
|
|
 |
c9f04da |
mkdir -p %{buildroot}%{system_unit_dir}/default.target.wants
|
|
 |
c9f04da |
mkdir -p %{buildroot}%{system_unit_dir}/dbus.target.wants
|
|
 |
c9f04da |
mkdir -p %{buildroot}%{system_unit_dir}/syslog.target.wants
|
|
 |
c90404b |
mkdir -p %{buildroot}%{_localstatedir}/run
|
|
 |
c90404b |
mkdir -p %{buildroot}%{_localstatedir}/log
|
|
 |
b1a5d76 |
touch %{buildroot}%{_localstatedir}/run/utmp
|
|
 |
b1a5d76 |
touch %{buildroot}%{_localstatedir}/log/{w,b}tmp
|
|
 |
b1a5d76 |
|
|
Lennart Poettering |
54fb1a8 |
# Make sure the user generators dir exists too
|
|
 |
c9f04da |
mkdir -p %{buildroot}%{pkgdir}/system-generators
|
|
 |
c9f04da |
mkdir -p %{buildroot}%{pkgdir}/user-generators
|
|
Lennart Poettering |
54fb1a8 |
|
|
Lennart Poettering |
82a1143 |
# Create new-style configuration files so that we can ghost-own them
|
|
 |
c7b4b0f |
touch %{buildroot}%{_sysconfdir}/hostname
|
|
 |
c7b4b0f |
touch %{buildroot}%{_sysconfdir}/vconsole.conf
|
|
 |
c7b4b0f |
touch %{buildroot}%{_sysconfdir}/locale.conf
|
|
 |
c7b4b0f |
touch %{buildroot}%{_sysconfdir}/machine-id
|
|
 |
c7b4b0f |
touch %{buildroot}%{_sysconfdir}/machine-info
|
|
 |
c7b4b0f |
touch %{buildroot}%{_sysconfdir}/localtime
|
|
 |
c7b4b0f |
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
|
|
 |
c7b4b0f |
touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
|
|
Lennart Poettering |
82a1143 |
|
|
Lennart Poettering |
4481fb1 |
# Make sure the shutdown/sleep drop-in dirs exist
|
|
 |
c9f04da |
mkdir -p %{buildroot}%{pkgdir}/system-shutdown/
|
|
 |
c9f04da |
mkdir -p %{buildroot}%{pkgdir}/system-sleep/
|
|
Lennart Poettering |
4481fb1 |
|
|
Lennart Poettering |
5457175 |
# Make sure directories in /var exist
|
|
 |
c7b4b0f |
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/coredump
|
|
 |
c7b4b0f |
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/catalog
|
|
Lennart Poettering |
1298810 |
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/backlight
|
|
Lennart Poettering |
1298810 |
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/rfkill
|
|
 |
b54bf13 |
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/linger
|
|
 |
9653e12 |
mkdir -p %{buildroot}%{_localstatedir}/lib/private
|
|
 |
9653e12 |
mkdir -p %{buildroot}%{_localstatedir}/log/private
|
|
 |
9653e12 |
mkdir -p %{buildroot}%{_localstatedir}/cache/private
|
|
 |
9653e12 |
mkdir -p %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload
|
|
 |
9653e12 |
mkdir -p %{buildroot}%{_localstatedir}/lib/private/systemd/timesync
|
|
 |
9653e12 |
ln -s ../private/systemd/journal-upload %{buildroot}%{_localstatedir}/lib/systemd/journal-upload
|
|
 |
9653e12 |
ln -s ../private/systemd/timesync %{buildroot}%{_localstatedir}/lib/systemd/timesync
|
|
 |
c7b4b0f |
mkdir -p %{buildroot}%{_localstatedir}/log/journal
|
|
 |
c7b4b0f |
touch %{buildroot}%{_localstatedir}/lib/systemd/catalog/database
|
|
 |
c7b4b0f |
touch %{buildroot}%{_sysconfdir}/udev/hwdb.bin
|
|
Lennart Poettering |
b73335d |
touch %{buildroot}%{_localstatedir}/lib/systemd/random-seed
|
|
 |
9653e12 |
touch %{buildroot}%{_localstatedir}/lib/private/systemd/timesync/clock
|
|
 |
9653e12 |
touch %{buildroot}%{_localstatedir}/lib/private/systemd/journal-upload/state
|
|
Lennart Poettering |
5457175 |
|
|
 |
3c3608d |
# Install yum protection fragment
|
|
 |
c90404b |
install -Dm0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/yum/protected.d/systemd.conf
|
|
 |
3c3608d |
|
|
 |
51f362c |
install -Dm0644 -t %{buildroot}/usr/lib/firewalld/services/ %{SOURCE7} %{SOURCE8}
|
|
 |
b53cf7b |
|
|
 |
90aeeef |
# Install additional docs
|
|
 |
90aeeef |
# https://bugzilla.redhat.com/show_bug.cgi?id=1234951
|
|
 |
51f362c |
install -Dm0644 -t %{buildroot}%{_pkgdocdir}/ %{SOURCE9}
|
|
 |
90aeeef |
|
|
 |
65fed72 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1378974
|
|
 |
65fed72 |
install -Dm0644 -t %{buildroot}%{system_unit_dir}/systemd-udev-trigger.service.d/ %{SOURCE10}
|
|
 |
65fed72 |
|
|
 |
12da227 |
install -Dm0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE11}
|
|
 |
12da227 |
|
|
 |
388cd91 |
install -D -t %{buildroot}/usr/lib/systemd/ %{SOURCE3}
|
|
Frederic Lepied |
12425b1 |
%if 0%{?dlrn} == 0
|
|
Frederic Lepied |
12425b1 |
mkdir -p %{buildroot}/etc/polkit-1/localauthority/10-vendor.d
|
|
Frederic Lepied |
12425b1 |
mv %{buildroot}/var/lib/polkit-1/localauthority/10-vendor.d/systemd-networkd.pkla \
|
|
Frederic Lepied |
12425b1 |
%{buildroot}/etc/polkit-1/localauthority/10-vendor.d/
|
|
Frederic Lepied |
12425b1 |
%endif
|
|
 |
388cd91 |
|
|
 |
b2ba747 |
%find_lang %{name}
|
|
 |
b2ba747 |
|
|
 |
17a6f38 |
# Split files in build root into rpms. See split-files.py for the
|
|
 |
17a6f38 |
# rules towards the end, anything which is an exception needs a line
|
|
 |
17a6f38 |
# here.
|
|
 |
17a6f38 |
python3 %{SOURCE2} %buildroot <
|
|
 |
9653e12 |
%ghost %config(noreplace) /etc/crypttab
|
|
 |
9653e12 |
%ghost /etc/udev/hwdb.bin
|
|
 |
17a6f38 |
/etc/inittab
|
|
 |
388cd91 |
/usr/lib/systemd/purge-nobody-user
|
|
 |
9653e12 |
%ghost %config(noreplace) /etc/vconsole.conf
|
|
 |
17a6f38 |
%ghost %config(noreplace) /etc/X11/xorg.conf.d/00-keyboard.conf
|
|
 |
17a6f38 |
%ghost %attr(0664,root,utmp) /var/run/utmp
|
|
 |
17a6f38 |
%ghost %attr(0664,root,utmp) /var/log/wtmp
|
|
 |
17a6f38 |
%ghost %attr(0600,root,utmp) /var/log/btmp
|
|
 |
17a6f38 |
%ghost %config(noreplace) /etc/hostname
|
|
 |
17a6f38 |
%ghost %config(noreplace) /etc/localtime
|
|
 |
17a6f38 |
%ghost %config(noreplace) /etc/locale.conf
|
|
 |
17a6f38 |
%ghost %config(noreplace) /etc/machine-id
|
|
 |
17a6f38 |
%ghost %config(noreplace) /etc/machine-info
|
|
 |
9653e12 |
%ghost %dir /var/cache/private
|
|
 |
9653e12 |
%ghost %dir /var/lib/private
|
|
 |
9653e12 |
%ghost %dir /var/lib/private/systemd
|
|
 |
9653e12 |
%ghost %dir /var/lib/private/systemd/journal-upload
|
|
 |
9653e12 |
%ghost /var/lib/private/systemd/journal-upload/state
|
|
 |
9653e12 |
%ghost %dir /var/lib/private/systemd/timesync
|
|
 |
9653e12 |
%ghost /var/lib/private/systemd/timesync/clock
|
|
 |
9653e12 |
%ghost %dir /var/lib/systemd/backlight
|
|
 |
9653e12 |
%ghost /var/lib/systemd/catalog/database
|
|
 |
9653e12 |
%ghost %dir /var/lib/systemd/coredump
|
|
 |
9653e12 |
%ghost /var/lib/systemd/journal-upload
|
|
 |
9653e12 |
%ghost %dir /var/lib/systemd/linger
|
|
 |
9653e12 |
%ghost /var/lib/systemd/random-seed
|
|
 |
9653e12 |
%ghost %dir /var/lib/systemd/rfkill
|
|
 |
9653e12 |
%ghost /var/lib/systemd/timesync
|
|
 |
9653e12 |
%ghost %dir /var/log/journal
|
|
 |
9653e12 |
%ghost %dir /var/log/journal/remote
|
|
 |
9653e12 |
%ghost %dir /var/log/private
|
|
 |
17a6f38 |
EOF
|
|
 |
17a6f38 |
|
|
Lennart Poettering |
064fee0 |
%check
|
|
 |
83f115d |
%meson_test
|
|
 |
551967d |
|
|
 |
fc65119 |
#############################################################################################
|
|
 |
fc65119 |
|
|
 |
8b4408b |
%include %{SOURCE1}
|
|
 |
fc65119 |
|
|
 |
973c8d4 |
%pre
|
|
 |
b810fad |
getent group cdrom &>/dev/null || groupadd -r -g 11 cdrom &>/dev/null || :
|
|
 |
b810fad |
getent group utmp &>/dev/null || groupadd -r -g 22 utmp &>/dev/null || :
|
|
 |
b810fad |
getent group tape &>/dev/null || groupadd -r -g 33 tape &>/dev/null || :
|
|
 |
b810fad |
getent group dialout &>/dev/null || groupadd -r -g 18 dialout &>/dev/null || :
|
|
 |
b810fad |
getent group input &>/dev/null || groupadd -r input &>/dev/null || :
|
|
 |
84e7848 |
getent group kvm &>/dev/null || groupadd -r -g 36 kvm &>/dev/null || :
|
|
 |
db8b8fe |
getent group render &>/dev/null || groupadd -r render &>/dev/null || :
|
|
 |
b810fad |
getent group systemd-journal &>/dev/null || groupadd -r -g 190 systemd-journal 2>&1 || :
|
|
 |
e42bd85 |
|
|
 |
b810fad |
getent group systemd-coredump &>/dev/null || groupadd -r systemd-coredump 2>&1 || :
|
|
 |
b810fad |
getent passwd systemd-coredump &>/dev/null || useradd -r -l -g systemd-coredump -d / -s /sbin/nologin -c "systemd Core Dumper" systemd-coredump &>/dev/null || :
|
|
 |
e42bd85 |
|
|
 |
b810fad |
getent group systemd-network &>/dev/null || groupadd -r -g 192 systemd-network 2>&1 || :
|
|
 |
b810fad |
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 || :
|
|
 |
e42bd85 |
|
|
 |
b810fad |
getent group systemd-resolve &>/dev/null || groupadd -r -g 193 systemd-resolve 2>&1 || :
|
|
 |
b810fad |
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 || :
|
|
 |
c7e51b2 |
|
|
Lennart Poettering |
01d4957 |
%post
|
|
 |
b810fad |
systemd-machine-id-setup &>/dev/null || :
|
|
 |
b810fad |
systemctl daemon-reexec &>/dev/null || :
|
|
 |
b810fad |
journalctl --update-catalog &>/dev/null || :
|
|
 |
b810fad |
systemd-tmpfiles --create &>/dev/null || :
|
|
Lennart Poettering |
342c431 |
|
|
 |
4e1286d |
if [ $1 -eq 1 ] ; then
|
|
 |
4e1286d |
# create /var/log/journal only on initial installation
|
|
 |
4e1286d |
mkdir -p %{_localstatedir}/log/journal
|
|
 |
4e1286d |
fi
|
|
 |
4e1286d |
|
|
Lennart Poettering |
7c8c437 |
# Make sure new journal files will be owned by the "systemd-journal" group
|
|
 |
b810fad |
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 || :
|
|
 |
b810fad |
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 |
fc3de1f |
|
|
Lennart Poettering |
0bbe49d |
# Apply ACL to the journal directory
|
|
 |
b810fad |
setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ &>/dev/null || :
|
|
Lennart Poettering |
0bbe49d |
|
|
Lennart Poettering |
7bb7b2c |
# Stop-gap until rsyslog.rpm does this on its own. (This is supposed
|
|
Lennart Poettering |
7bb7b2c |
# to fail when the link already exists)
|
|
 |
b810fad |
ln -s /usr/lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service &>/dev/null || :
|
|
Lennart Poettering |
7bb7b2c |
|
|
 |
547d1d8 |
# Remove spurious /etc/fstab entries from very old installations
|
|
 |
41d7c09 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1009023
|
|
 |
49f71b6 |
if [ -e /etc/fstab ]; then
|
|
 |
49f71b6 |
grep -v -E -q '^(devpts|tmpfs|sysfs|proc)' /etc/fstab || \
|
|
 |
49f71b6 |
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 || :
|
|
 |
49f71b6 |
fi
|
|
 |
41d7c09 |
|
|
 |
287353c |
# Services we install by default, and which are controlled by presets.
|
|
 |
25a5a12 |
if [ $1 -eq 1 ] ; then
|
|
 |
9286eca |
systemctl preset --quiet \
|
|
 |
287353c |
remote-fs.target \
|
|
 |
287353c |
getty@.service \
|
|
 |
287353c |
serial-getty@.service \
|
|
 |
287353c |
console-getty.service \
|
|
 |
287353c |
debug-shell.service \
|
|
 |
287353c |
systemd-networkd.service \
|
|
 |
287353c |
systemd-networkd-wait-online.service \
|
|
 |
287353c |
systemd-resolved.service \
|
|
 |
9286eca |
>/dev/null || :
|
|
Lennart Poettering |
3a14135 |
fi
|
|
Lennart Poettering |
3a14135 |
|
|
Lennart Poettering |
dfe64b9 |
# remove obsolete systemd-readahead file
|
|
 |
b810fad |
rm -f /.readahead &>/dev/null || :
|
|
Lennart Poettering |
dfe64b9 |
|
|
 |
1766805 |
%preun
|
|
 |
25a5a12 |
if [ $1 -eq 0 ] ; then
|
|
 |
9286eca |
systemctl disable --quiet \
|
|
Lennart Poettering |
52a5501 |
remote-fs.target \
|
|
Lennart Poettering |
1298810 |
getty@.service \
|
|
Lennart Poettering |
1298810 |
serial-getty@.service \
|
|
Lennart Poettering |
215b310 |
console-getty.service \
|
|
Lennart Poettering |
215b310 |
debug-shell.service \
|
|
Lennart Poettering |
1298810 |
systemd-readahead-replay.service \
|
|
Lennart Poettering |
1298810 |
systemd-readahead-collect.service \
|
|
Lennart Poettering |
1298810 |
systemd-networkd.service \
|
|
Lennart Poettering |
1298810 |
systemd-networkd-wait-online.service \
|
|
Lennart Poettering |
1298810 |
systemd-resolved.service \
|
|
 |
9286eca |
>/dev/null || :
|
|
 |
25a5a12 |
|
|
 |
b810fad |
rm -f /etc/systemd/system/default.target &>/dev/null || :
|
|
 |
7ae71c8 |
fi
|
|
 |
7ae71c8 |
|
|
 |
7ae71c8 |
%post libs
|
|
 |
3e18b45 |
%{?ldconfig}
|
|
 |
7ae71c8 |
|
|
 |
7ae71c8 |
if [ -f /etc/nsswitch.conf ] ; then
|
|
 |
da15385 |
# sed-fu to add myhostanme to hosts line
|
|
 |
7ae71c8 |
grep -v -E -q '^hosts:.* myhostname' /etc/nsswitch.conf &&
|
|
 |
7ae71c8 |
sed -i.bak -e '
|
|
 |
7ae71c8 |
/^hosts:/ !b
|
|
 |
7ae71c8 |
/\<myhostname\>/ b
|
|
 |
7ae71c8 |
s/[[:blank:]]*$/ myhostname/
|
|
 |
b810fad |
' /etc/nsswitch.conf &>/dev/null || :
|
|
Lennart Poettering |
3a14135 |
|
|
 |
da15385 |
# remove mymachines from passwd and group lines of /etc/nsswitch.conf
|
|
 |
da15385 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1284325
|
|
 |
da15385 |
# https://meetbot.fedoraproject.org/fedora-meeting/2015-11-25/fesco.2015-11-25-18.00.html
|
|
 |
da15385 |
# To avoid the removal, e.g. add a space at the end of the line.
|
|
 |
7ae71c8 |
grep -E -q '^(passwd|group):.* mymachines$' /etc/nsswitch.conf &&
|
|
 |
7ae71c8 |
sed -i.bak -r -e '
|
|
 |
7ae71c8 |
s/^(passwd:.*) mymachines$/\1/;
|
|
 |
7ae71c8 |
s/^(group:.*) mymachines$/\1/;
|
|
 |
b810fad |
' /etc/nsswitch.conf &>/dev/null || :
|
|
 |
da15385 |
|
|
 |
da15385 |
# Add [!UNAVAIL=return] after resolve
|
|
 |
da15385 |
grep -E -q '^hosts:.*resolve[[:space:]]*($|[[:alpha:]])' /etc/nsswitch.conf &&
|
|
 |
da15385 |
sed -i.bak -e '
|
|
 |
da15385 |
/^hosts:/ { s/resolve/& [!UNAVAIL=return]/}
|
|
 |
b810fad |
' /etc/nsswitch.conf &>/dev/null || :
|
|
 |
da15385 |
|
|
 |
da15385 |
# Add nss-systemd to passwd and group
|
|
 |
da15385 |
grep -E -q '^(passwd|group):.* systemd' /etc/nsswitch.conf ||
|
|
 |
da15385 |
sed -i.bak -r -e '
|
|
 |
da15385 |
s/^(passwd|group):(.*)/\1: \2 systemd/
|
|
 |
b810fad |
' /etc/nsswitch.conf &>/dev/null || :
|
|
 |
25a5a12 |
fi
|
|
 |
25a5a12 |
|
|
 |
8dc92a4 |
# check if nobody or nfsnobody is defined
|
|
 |
8dc92a4 |
export SYSTEMD_NSS_BYPASS_SYNTHETIC=1
|
|
 |
8dc92a4 |
if getent passwd nfsnobody &>/dev/null; then
|
|
 |
8dc92a4 |
test -f /etc/systemd/dont-synthesize-nobody || {
|
|
 |
8dc92a4 |
echo 'Detected system with nfsnobody defined, creating /etc/systemd/dont-synthesize-nobody'
|
|
 |
885c28c |
mkdir -p /etc/systemd || :
|
|
 |
273dc0f |
: >/etc/systemd/dont-synthesize-nobody || :
|
|
 |
8dc92a4 |
}
|
|
 |
8dc92a4 |
elif getent passwd nobody 2>/dev/null | grep -v 'nobody:[x*]:65534:65534:.*:/:/sbin/nologin' &>/dev/null; then
|
|
 |
8dc92a4 |
test -f /etc/systemd/dont-synthesize-nobody || {
|
|
 |
8dc92a4 |
echo 'Detected system with incompatible nobody defined, creating /etc/systemd/dont-synthesize-nobody'
|
|
 |
885c28c |
mkdir -p /etc/systemd || :
|
|
 |
273dc0f |
: >/etc/systemd/dont-synthesize-nobody || :
|
|
 |
8dc92a4 |
}
|
|
 |
8dc92a4 |
fi
|
|
 |
8dc92a4 |
|
|
 |
8dc92a4 |
%{?ldconfig:%postun libs -p %ldconfig}
|
|
 |
b96fc02 |
|
|
 |
b7ec953 |
%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket systemd-timesyncd.service
|
|
 |
b7ec953 |
|
|
 |
c16b573 |
%post udev
|
|
 |
b7ec953 |
# Move old stuff around in /var/lib
|
|
 |
b7ec953 |
mv %{_localstatedir}/lib/random-seed %{_localstatedir}/lib/systemd/random-seed &>/dev/null
|
|
 |
b7ec953 |
mv %{_localstatedir}/lib/backlight %{_localstatedir}/lib/systemd/backlight &>/dev/null
|
|
 |
b7ec953 |
|
|
 |
b810fad |
udevadm hwdb --update &>/dev/null
|
|
 |
b7ec953 |
%systemd_post %udev_services
|
|
 |
b7ec953 |
/usr/lib/systemd/systemd-random-seed save 2>&1
|
|
 |
b7ec953 |
|
|
 |
b7ec953 |
# Replace obsolete keymaps
|
|
 |
b7ec953 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1151958
|
|
 |
b7ec953 |
grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
|
|
 |
fb4de3a |
sed -i.rpm.bak -r 's/^KEYMAP="?fi-latin[19]"?/KEYMAP="fi"/' /etc/vconsole.conf || :
|
|
 |
c16b573 |
|
|
 |
c16b573 |
%preun udev
|
|
 |
b7ec953 |
%systemd_preun %udev_services
|
|
 |
f591385 |
if [ $1 -eq 1 ] ; then
|
|
 |
f591385 |
if [ -f %{_localstatedir}/lib/systemd/clock ] ; then
|
|
 |
f591385 |
mkdir -p %{_localstatedir}/lib/private/systemd/timesync
|
|
 |
f591385 |
mv %{_localstatedir}/lib/systemd/clock %{_localstatedir}/lib/private/systemd/timesync/.
|
|
 |
f591385 |
fi
|
|
 |
f591385 |
fi
|
|
 |
c16b573 |
|
|
 |
c16b573 |
%postun udev
|
|
 |
839cceb |
# Only restart systemd-udev, to run the upgraded dameon.
|
|
 |
839cceb |
# Others are either oneshot services, or sockets, and restarting them causes issues (#1378974)
|
|
 |
839cceb |
%systemd_postun_with_restart systemd-udevd.service
|
|
 |
c16b573 |
|
|
 |
b321c5a |
%pre journal-remote
|
|
 |
b810fad |
getent group systemd-journal-remote &>/dev/null || groupadd -r systemd-journal-remote 2>&1 || :
|
|
 |
b810fad |
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 || :
|
|
 |
54952b3 |
|
|
 |
b321c5a |
%post journal-remote
|
|
 |
54952b3 |
%systemd_post systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
|
|
 |
d804568 |
%systemd_post systemd-journal-remote.socket systemd-journal-remote.service
|
|
 |
d804568 |
%systemd_post systemd-journal-upload.service
|
|
 |
b53cf7b |
%firewalld_reload
|
|
 |
54952b3 |
|
|
 |
b321c5a |
%preun journal-remote
|
|
 |
54952b3 |
%systemd_preun systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
|
|
 |
d804568 |
%systemd_preun systemd-journal-remote.socket systemd-journal-remote.service
|
|
 |
d804568 |
%systemd_preun systemd-journal-upload.service
|
|
 |
f591385 |
if [ $1 -eq 1 ] ; then
|
|
 |
f591385 |
if [ -f %{_localstatedir}/lib/systemd/journal-upload/state -a ! -L %{_localstatedir}/lib/systemd/journal-upload ] ; then
|
|
 |
f591385 |
mkdir -p %{_localstatedir}/lib/private/systemd/journal-upload
|
|
 |
f591385 |
mv %{_localstatedir}/lib/systemd/journal-upload/state %{_localstatedir}/lib/private/systemd/journal-upload/.
|
|
 |
e0aa121 |
rmdir %{_localstatedir}/lib/systemd/journal-upload || :
|
|
 |
f591385 |
fi
|
|
 |
f591385 |
fi
|
|
 |
54952b3 |
|
|
 |
b321c5a |
%postun journal-remote
|
|
 |
54952b3 |
%systemd_postun_with_restart systemd-journal-gatewayd.service
|
|
 |
d804568 |
%systemd_postun_with_restart systemd-journal-remote.service
|
|
 |
d804568 |
%systemd_postun_with_restart systemd-journal-upload.service
|
|
 |
b53cf7b |
%firewalld_reload
|
|
 |
54952b3 |
|
|
 |
994aacd |
%global _docdir_fmt %{name}
|
|
 |
994aacd |
|
|
 |
17a6f38 |
%files -f %{name}.lang -f .file-list-rest
|
|
 |
c90404b |
%doc %{_pkgdocdir}
|
|
 |
c90404b |
%exclude %{_pkgdocdir}/LICENSE.*
|
|
Lennart Poettering |
836567c |
%license LICENSE.GPL2 LICENSE.LGPL2.1
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/basic.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/bluetooth.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/default.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/getty.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/graphical.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/local-fs.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/machines.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/multi-user.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/network-online.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/printer.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/remote-fs.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sockets.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/sysinit.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/system-update.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /etc/systemd/system/timers.target.wants
|
|
 |
d13ecfd |
%ghost %dir %attr(0755,-,-) /var/lib/rpm-state/systemd
|
|
 |
17a6f38 |
|
|
 |
17a6f38 |
%files libs -f .file-list-libs
|
|
 |
994aacd |
%license LICENSE.LGPL2.1
|
|
 |
a547c77 |
|
|
 |
17a6f38 |
%files pam -f .file-list-pam
|
|
 |
17a6f38 |
|
|
 |
17a6f38 |
%files devel -f .file-list-devel
|
|
 |
17a6f38 |
|
|
 |
17a6f38 |
%files udev -f .file-list-udev
|
|
 |
c16b573 |
|
|
 |
17a6f38 |
%files container -f .file-list-container
|
|
 |
7f4276c |
|
|
 |
17a6f38 |
%files journal-remote -f .file-list-remote
|
|
 |
54952b3 |
|
|
 |
17a6f38 |
%files tests -f .file-list-tests
|
|
 |
bb41272 |
|
|
 |
7a392d6 |
%changelog
|
|
 |
d4d36e6 |
* Wed Mar 7 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-3
|
|
 |
d4d36e6 |
- Revert the patches for GRUB BootLoaderSpec support
|
|
 |
d4d36e6 |
- Add patch for /etc/machine-id creation (#1552843)
|
|
 |
d4d36e6 |
|
|
 |
d4d36e6 |
* Tue Mar 6 2018 Yu Watanabe <watanabe.yu@gmail.com> - 238-2
|
|
 |
792370f |
- Fix transfiletrigger script (#1551793)
|
|
 |
792370f |
|
|
 |
98ea23b |
* Mon Mar 5 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-1
|
|
 |
98ea23b |
- Update to latest version
|
|
 |
98ea23b |
- This fixes a hard-to-trigger potential vulnerability (CVE-2018-6954)
|
|
 |
98ea23b |
- New transfiletriggers are installed for udev hwdb and rules, the journal
|
|
 |
98ea23b |
catalog, sysctl.d, binfmt.d, sysusers.d, tmpfiles.d.
|
|
 |
98ea23b |
|
|
 |
d10793d |
* Tue Feb 27 2018 Javier Martinez Canillas <javierm@redhat.com> - 237-7.git84c8da5
|
|
 |
fd0679e |
- Add patch to install kernel images for GRUB BootLoaderSpec support
|
|
 |
fd0679e |
|
|
 |
885c28c |
* Sat Feb 24 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-6.git84c8da5
|
|
 |
885c28c |
- Create /etc/systemd in %%post libs if necessary (#1548607)
|
|
 |
885c28c |
|
|
 |
f5d69da |
* Fri Feb 23 2018 Adam Williamson <awilliam@redhat.com> - 237-5.git84c8da5
|
|
 |
885c28c |
- Use : not touch to create file in -libs %%post
|
|
 |
f5d69da |
|
|
Patrick Uiterwijk |
6f5e81a |
* Thu Feb 22 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 237-4.git84c8da5
|
|
 |
885c28c |
- Add coreutils dep for systemd-libs %%post
|
|
Patrick Uiterwijk |
a884946 |
- Add patch to typecast USB IDs to avoid compile failure
|
|
Patrick Uiterwijk |
6f5e81a |
|
|
 |
6eaf251 |
* Wed Feb 21 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-3.git84c8da5
|
|
 |
388cd91 |
- Update some patches for test skipping that were updated upstream
|
|
 |
388cd91 |
before merging
|
|
 |
388cd91 |
- Add /usr/lib/systemd/purge-nobody-user — a script to check if nobody is defined
|
|
 |
388cd91 |
correctly and possibly replace existing mappings
|
|
 |
388cd91 |
|
|
 |
8dc92a4 |
* Tue Feb 20 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-2.gitdff4849
|
|
 |
8dc92a4 |
- Backport a bunch of patches, most notably for the journal and various
|
|
 |
8dc92a4 |
memory issues. Some minor build fixes.
|
|
 |
8dc92a4 |
- Switch to new ldconfig macros that do nothing in F28+
|
|
 |
8dc92a4 |
- /etc/systemd/dont-synthesize-nobody is created in %%post if nfsnobody
|
|
 |
8dc92a4 |
or nobody users are defined (#1537262)
|
|
 |
8dc92a4 |
|
|
 |
8dc92a4 |
* Fri Feb 9 2018 Zbigniew Jędrzejeweski-Szmek <zbyszek@in.waw.pl> - 237-1.git78bd769
|
|
 |
7ffa923 |
- Update to first stable snapshot (various minor memory leaks and misaccesses,
|
|
 |
7ffa923 |
some documentation bugs, build fixes).
|
|
 |
7ffa923 |
|
|
 |
e3edeed |
* Sun Jan 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-1
|
|
 |
e3edeed |
- Update to latest version
|
|
 |
e3edeed |
|
|
 |
3595fb5 |
* Sun Jan 21 2018 Björn Esser <besser82@fedoraproject.org> - 236-4.git3e14c4c
|
|
 |
3595fb5 |
- Add patch to include <crypt.h> if needed
|
|
 |
3595fb5 |
|
|
 |
af29920 |
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 236-3.git3e14c4c
|
|
 |
af29920 |
- Rebuilt for switch to libxcrypt
|
|
 |
af29920 |
|
|
 |
38d7cff |
* Thu Jan 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-2.git23e14c4
|
|
 |
38d7cff |
- Backport a bunch of bugfixes from upstream (#1531502, #1531381, #1526621
|
|
 |
38d7cff |
various memory corruptions in systemd-networkd)
|
|
 |
38d7cff |
- /dev/kvm is marked as a static node which fixes permissions on s390x
|
|
 |
38d7cff |
and ppc64 (#1532382)
|
|
 |
38d7cff |
|
|
 |
1eeb98d |
* Fri Dec 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 236-1
|
|
 |
1eeb98d |
- Update to latest version
|
|
 |
1eeb98d |
|
|
 |
17a6f38 |
* Mon Dec 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-5.git4a0e928
|
|
 |
2125b9b |
- Update to latest git snapshot, do not build for realz
|
|
 |
2125b9b |
- Switch to libidn2 again (#1449145)
|
|
 |
17a6f38 |
|
|
 |
f00d236 |
* Tue Nov 07 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-4
|
|
 |
f00d236 |
- Rebuild for cryptsetup-2.0.0-0.2.fc28
|
|
 |
f00d236 |
|
|
 |
35bb946 |
* Wed Oct 25 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-3
|
|
 |
35bb946 |
- Backport a bunch of patches, including LP#172535
|
|
 |
35bb946 |
|
|
 |
35bb946 |
* Wed Oct 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-2
|
|
 |
ca246f9 |
- Patches for cryptsetup _netdev
|
|
 |
ca246f9 |
|
|
 |
3cb1145 |
* Fri Oct 6 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 235-1
|
|
 |
3cb1145 |
- Update to latest version
|
|
 |
3cb1145 |
|
|
 |
ac49c72 |
* Tue Sep 26 2017 Nathaniel McCallum <npmccallum@redhat.com> - 234-8
|
|
 |
ac49c72 |
- Backport /etc/crypttab _netdev feature from upstream
|
|
 |
ac49c72 |
|
|
 |
1d5166b |
* Thu Sep 21 2017 Michal Sekletar <msekleta@redhat.com> - 234-7
|
|
 |
1d5166b |
- Make sure to remove all device units sharing the same sysfs path (#1475570)
|
|
 |
1d5166b |
|
|
 |
8b20c79 |
* Mon Sep 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-6
|
|
 |
8b20c79 |
- Bump xslt recursion limit for libxslt-1.30
|
|
 |
8b20c79 |
|
|
 |
27bd1bd |
* Mon Jul 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-5
|
|
 |
27bd1bd |
- Backport more patches (#1476005, hopefully #1462378)
|
|
 |
27bd1bd |
|
|
 |
8d4133f |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org>
|
|
 |
8d4133f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
8d4133f |
|
|
 |
d044ab5 |
* Mon Jul 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-3
|
|
 |
d044ab5 |
- Fix x-systemd.timeout=0 in /etc/fstab (#1462378)
|
|
 |
d044ab5 |
- Minor patches (memleaks, --help fixes, seccomp on arm64)
|
|
 |
d044ab5 |
|
|
 |
84e7848 |
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-2
|
|
 |
84e7848 |
- Create kvm group (#1431876)
|
|
 |
84e7848 |
|
|
 |
5bf4492 |
* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 234-1
|
|
 |
5bf4492 |
- Latest release
|
|
 |
5bf4492 |
|
|
 |
83f115d |
* Sat Jul 1 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-7.git74d8f1c
|
|
 |
83f115d |
- Update to snapshot
|
|
 |
83f115d |
- Build with meson again
|
|
 |
83f115d |
|
|
 |
4bbfd1a |
* Tue Jun 27 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-6
|
|
 |
4bbfd1a |
- Fix an out-of-bounds write in systemd-resolved (CVE-2017-9445)
|
|
 |
4bbfd1a |
|
|
 |
3fb4a15 |
* Fri Jun 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-5.gitec36d05
|
|
 |
3fb4a15 |
- Update to snapshot version, build with meson
|
|
 |
3fb4a15 |
|
|
 |
4bbfd1a |
* Thu Jun 15 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-4
|
|
 |
f4a6761 |
- Backport a bunch of small fixes (memleaks, wrong format strings,
|
|
 |
f4a6761 |
man page clarifications, shell completion)
|
|
 |
f4a6761 |
- Fix systemd-resolved crash on crafted DNS packet (CVE-2017-9217, #1455493)
|
|
 |
f4a6761 |
- Fix systemd-vconsole-setup.service error on systems with no VGA console (#1272686)
|
|
 |
83f115d |
- Drop soft-static uid for systemd-journal-gateway
|
|
 |
83f115d |
- Use ID from /etc/os-release as ntpvendor
|
|
 |
f4a6761 |
|
|
 |
f5f0737 |
* Thu Mar 16 2017 Michal Sekletar <msekleta@redhat.com> - 233-3
|
|
 |
f5f0737 |
- Backport bugfixes from upstream
|
|
 |
f5f0737 |
- Don't return error when machinectl couldn't figure out container IP addresses (#1419501)
|
|
 |
f5f0737 |
|
|
 |
2809df1 |
* Thu Mar 2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-2
|
|
 |
2809df1 |
- Fix installation conflict with polkit
|
|
 |
2809df1 |
|
|
 |
bb41272 |
* Thu Mar 2 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-1
|
|
 |
bb41272 |
- New upstream release (#1416201, #1405439, #1420753, many others)
|
|
 |
bb41272 |
- New systemd-tests subpackage with "installed tests"
|
|
 |
bb41272 |
|
|
 |
4877912 |
* Thu Feb 16 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-15
|
|
 |
4877912 |
- Add %%ghost %%dir entries for .wants dirs of our targets (#1422894)
|
|
 |
4877912 |
|
|
 |
0f34996 |
* Tue Feb 14 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-14
|
|
 |
0f34996 |
- Ignore the hwdb parser test
|
|
 |
0f34996 |
|
|
 |
78d35a9 |
* Tue Feb 14 2017 Jan Synáček <jsynacek@redhat.com> - 232-14
|
|
 |
78d35a9 |
- machinectl fails when virtual machine is running (#1419501)
|
|
 |
78d35a9 |
|
|
 |
78d35a9 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 232-13
|
|
 |
6c1e2a6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
6c1e2a6 |
|
|
 |
5d6eedd |
* Tue Jan 31 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-12
|
|
 |
5d6eedd |
- Backport patch for initrd-switch-root.service getting killed (#1414904)
|
|
 |
5d6eedd |
- Fix sd-journal-gatewayd -D, --trust, and COREDUMP_CONTAINER_CMDLINE
|
|
 |
5d6eedd |
extraction by sd-coredump.
|
|
 |
5d6eedd |
|
|
 |
03e93e2 |
* Sun Jan 29 2017 zbyszek <zbyszek@in.waw.pl> - 232-11
|
|
 |
03e93e2 |
- Backport a number of patches (#1411299, #1413075, #1415745,
|
|
 |
03e93e2 |
##1415358, #1416588, #1408884)
|
|
 |
03e93e2 |
- Fix various memleaks and unitialized variable access
|
|
 |
03e93e2 |
- Shell completion enhancements
|
|
 |
6396212 |
- Enable TPM logging by default (#1411156)
|
|
 |
405c2cd |
- Update hwdb (#1270124)
|
|
 |
03e93e2 |
|
|
 |
4c60d7b |
* Thu Jan 19 2017 Adam Williamson <awilliam@redhat.com> - 232-10
|
|
 |
4c60d7b |
- Backport fix for boot failure in initrd-switch-root (#1414904)
|
|
 |
4c60d7b |
|
|
 |
74dc679 |
* Wed Jan 18 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-9
|
|
 |
74dc679 |
- Add fake dependency on systemd-pam to systemd-devel to ensure systemd-pam
|
|
 |
74dc679 |
is available as multilib (#1414153)
|
|
 |
74dc679 |
|
|
 |
eaf2f30 |
* Tue Jan 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-8
|
|
 |
eaf2f30 |
- Fix buildsystem to check for lz4 correctly (#1404406)
|
|
 |
eaf2f30 |
|
|
 |
b69d36e |
* Wed Jan 11 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-7
|
|
 |
ca3c77b |
- Various small tweaks to scriplets
|
|
 |
b69d36e |
|
|
 |
04206f6 |
* Sat Jan 07 2017 Kevin Fenzi <kevin@scrye.com> - 232-6
|
|
 |
ca3c77b |
- Fix scriptlets to never fail in libs post
|
|
 |
04206f6 |
|
|
 |
1eb707d |
* Fri Jan 06 2017 Kevin Fenzi <kevin@scrye.com> - 232-5
|
|
 |
ca3c77b |
- Add patch from Michal Schmidt to avoid process substitution (#1392236)
|
|
 |
1eb707d |
|
|
 |
1ec648f |
* Sun Nov 6 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-4
|
|
 |
1ec648f |
- Rebuild (#1392236)
|
|
 |
1ec648f |
|
|
 |
c91b73e |
* Fri Nov 4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-3
|
|
 |
c91b73e |
- Make /etc/dbus-1/system.d directory non-%%ghost
|
|
 |
c91b73e |
|
|
 |
d81bdc2 |
* Fri Nov 4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-2
|
|
 |
d81bdc2 |
- Fix kernel-install (#1391829)
|
|
 |
e134e69 |
- Restore previous systemd-user PAM config (#1391836)
|
|
 |
e134e69 |
- Move journal-upload.conf.5 from systemd main to journal-remote subpackage (#1391833)
|
|
 |
e134e69 |
- Fix permissions on /var/lib/systemd/journal-upload (#1262665)
|
|
 |
d81bdc2 |
|
|
 |
1478fab |
* Thu Nov 3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-1
|
|
 |
62b1bf5 |
- Update to latest version (#998615, #1181922, #1374371, #1390704, #1384150, #1287161)
|
|
 |
a647396 |
- Add %%{_isa} to Provides on arch-full packages (#1387912)
|
|
 |
62b1bf5 |
- Create systemd-coredump user in %%pre (#1309574)
|
|
 |
12da227 |
- Replace grubby patch with a short-circuiting install.d "plugin"
|
|
 |
da15385 |
- Enable nss-systemd in the passwd, group lines in nsswith.conf
|
|
 |
da15385 |
- Add [!UNAVAIL=return] fallback after nss-resolve in hosts line in nsswith.conf
|
|
 |
62b1bf5 |
- Move systemd-nspawn man pages to the right subpackage (#1391703)
|
|
 |
1478fab |
|
|
 |
14572d7 |
* Tue Oct 18 2016 Jan Synáček <jsynacek@redhat.com> - 231-11
|
|
 |
14572d7 |
- SPC - Cannot restart host operating from container (#1384523)
|
|
 |
14572d7 |
|
|
 |
4e1286d |
* Sun Oct 9 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-10
|
|
 |
4e1286d |
- Do not recreate /var/log/journal on upgrades (#1383066)
|
|
 |
7ae71c8 |
- Move nss-myhostname provides to systemd-libs (#1383271)
|
|
 |
4e1286d |
|
|
 |
64282b8 |
* Fri Oct 7 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-9
|
|
 |
64282b8 |
- Fix systemctl set-default (#1374371)
|
|
 |
65fed72 |
- Prevent systemd-udev-trigger.service from restarting (follow-up for #1378974)
|
|
 |
64282b8 |
|
|
 |
839cceb |
* Tue Oct 4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-8
|
|
 |
839cceb |
- Apply fix for #1378974
|
|
 |
839cceb |
|
|
 |
a2242c1 |
* Mon Oct 3 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-7
|
|
 |
a2242c1 |
- Apply patches properly
|
|
 |
a2242c1 |
|
|
 |
3a5d9b7 |
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-6
|
|
 |
3a5d9b7 |
- Better fix for (#1380286)
|
|
 |
3a5d9b7 |
|
|
 |
20fa848 |
* Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-5
|
|
 |
20fa848 |
- Denial-of-service bug against pid1 (#1380286)
|
|
 |
20fa848 |
|
|
 |
696e2f2 |
* Thu Aug 25 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-4
|
|
 |
696e2f2 |
- Fix preset-all (#1363858)
|
|
 |
696e2f2 |
- Fix issue with daemon-reload messing up graphics (#1367766)
|
|
 |
696e2f2 |
- A few other bugfixes
|
|
 |
696e2f2 |
|
|
 |
c418e76 |
* Wed Aug 03 2016 Adam Williamson <awilliam@redhat.com> - 231-3
|
|
 |
c418e76 |
- Revert preset-all change, it broke stuff (#1363858)
|
|
 |
c418e76 |
|
|
 |
140d00e |
* Wed Jul 27 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-2
|
|
 |
140d00e |
- Call preset-all on initial installation (#1118740)
|
|
 |
140d00e |
- Fix botched Recommends for libxkbcommon
|
|
 |
140d00e |
|
|
 |
6153dd9 |
* Tue Jul 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-1
|
|
 |
6153dd9 |
- Update to latest version
|
|
 |
6153dd9 |
|
|
 |
abad21f |
* Wed Jun 8 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 230-3
|
|
 |
abad21f |
- Update to latest git snapshot (fixes for systemctl set-default,
|
|
 |
abad21f |
polkit lingering policy, reversal of the framebuffer rules,
|
|
 |
abad21f |
unaligned access fixes, fix for StartupBlockIOWeight-over-dbus).
|
|
 |
abad21f |
Those changes are interspersed with other changes and new features
|
|
 |
abad21f |
(mostly in lldp, networkd, and nspawn). Some of those new features
|
|
 |
abad21f |
might not work, but I think that existing functionality should not
|
|
 |
abad21f |
be broken, so it seems worthwile to update to the snapshot.
|
|
 |
abad21f |
|
|
 |
b3d8d37 |
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-2
|
|
 |
b3d8d37 |
- Remove systemd-compat-libs on upgrade
|
|
 |
b3d8d37 |
|
|
 |
b3d8d37 |
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-1
|
|
 |
8f6ec2e |
- New version
|
|
 |
8f6ec2e |
- Drop compat-libs
|
|
 |
8f6ec2e |
- Require libxkbcommon explictly, since the automatic dependency will
|
|
 |
8f6ec2e |
not be generated anymore
|
|
 |
8f6ec2e |
|
|
 |
8efe61b |
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 229-15
|
|
 |
8efe61b |
- Remove duplicated entries in -container %%files (#1330395)
|
|
 |
8efe61b |
|
|
 |
b7ec953 |
* Fri Apr 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-14
|
|
 |
b7ec953 |
- Move installation of udev services to udev subpackage (#1329023)
|
|
 |
b7ec953 |
|
|
 |
b7ec953 |
* Mon Apr 18 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-13
|
|
 |
28e2d47 |
- Split out systemd-pam subpackage (#1327402)
|
|
 |
28e2d47 |
|
|
 |
f7a77f9 |
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-12
|
|
 |
f7a77f9 |
- move more binaries and services from the main package to subpackages
|
|
 |
f7a77f9 |
|
|
 |
7f4276c |
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-11
|
|
 |
7f4276c |
- move more binaries and services from the main package to subpackages
|
|
 |
7f4276c |
|
|
 |
cf1399e |
* Mon Apr 18 2016 Harald Hoyer <harald@redhat.com> - 229-10
|
|
 |
cf1399e |
- move device dependant stuff to the udev subpackage
|
|
 |
cf1399e |
|
|
 |
37de5df |
* Tue Mar 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-9
|
|
 |
37de5df |
- Add myhostname to /etc/nsswitch.conf (#1318303)
|
|
 |
37de5df |
|
|
 |
afdf3ee |
* Mon Mar 21 2016 Harald Hoyer <harald@redhat.com> - 229-8
|
|
 |
afdf3ee |
- fixed kernel-install for copying files for grubby
|
|
 |
afdf3ee |
Resolves: rhbz#1299019
|
|
 |
afdf3ee |
|
|
 |
37de5df |
* Thu Mar 17 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-7
|
|
 |
b9a1e35 |
- Moar patches (#1316964, #1317928)
|
|
 |
b7ec953 |
- Move vconsole-setup and tmpfiles-setup-dev bits to systemd-udev
|
|
 |
b9a1e35 |
- Protect systemd-udev from deinstallation
|
|
 |
b9a1e35 |
|
|
 |
37de5df |
* Fri Mar 11 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-6
|
|
 |
6428127 |
- Create /etc/resolv.conf symlink from systemd-resolved (#1313085)
|
|
 |
6428127 |
|
|
 |
37de5df |
* Fri Mar 4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 229-5
|
|
 |
34bfcef |
- Split out systemd-container subpackage (#1163412)
|
|
 |
c16b573 |
- Split out system-udev subpackage
|
|
 |
2b68233 |
- Add various bugfix patches, incl. a tentative fix for #1308771
|
|
 |
34bfcef |
|
|
 |
624d2b7 |
* Tue Mar 1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 229-4
|
|
 |
624d2b7 |
- Power64 and s390(x) now have libseccomp support
|
|
 |
624d2b7 |
- aarch64 has gnu-efi
|
|
 |
624d2b7 |
|
|
 |
92af61a |
* Tue Feb 23 2016 Jan Synáček <jsynacek@redhat.com> - 229-3
|
|
 |
92af61a |
- Fix build failures on ppc64 (#1310800)
|
|
 |
92af61a |
|
|
 |
18259f3 |
* Tue Feb 16 2016 Dennis Gilmore <dennis@ausil.us> - 229-2
|
|
 |
18259f3 |
- revert: fixed kernel-install for copying files for grubby
|
|
 |
18259f3 |
Resolves: rhbz#1299019
|
|
 |
18259f3 |
- this causes the dtb files to not get installed at all and the fdtdir
|
|
 |
18259f3 |
- line in extlinux.conf to not get updated correctly
|
|
 |
18259f3 |
|
|
 |
5a1e61f |
* Thu Feb 11 2016 Michal Sekletar <msekleta@redhat.com> - 229-1
|
|
 |
5a1e61f |
- New upstream release
|
|
 |
5a1e61f |
|
|
 |
0a417f0 |
* Thu Feb 11 2016 Harald Hoyer <harald@redhat.com> - 228-10.gite35a787
|
|
 |
0a417f0 |
- fixed kernel-install for copying files for grubby
|
|
 |
0a417f0 |
Resolves: rhbz#1299019
|
|
 |
0a417f0 |
|
|
 |
4df4d13 |
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 228-9.gite35a787
|
|
 |
4df4d13 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
4df4d13 |
|
|
 |
e53f790 |
* Wed Jan 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 228-8.gite35a787
|
|
 |
e53f790 |
- Rebuild for binutils on aarch64 fix
|
|
 |
e53f790 |
|
|
 |
f08e792 |
* Fri Jan 08 2016 Dan Horák <dan[at]danny.cz> - 228-7.gite35a787
|
|
 |
f08e792 |
- apply the conflict with fedora-release only in Fedora
|
|
 |
f08e792 |
|
|
 |
2ec3b06 |
* Thu Dec 10 2015 Jan Synáček <jsynacek@redhat.com> - 228-6.gite35a787
|
|
 |
2ec3b06 |
- Fix rawhide build failures on ppc64 (#1286249)
|
|
 |
2ec3b06 |
|
|
 |
d8151db |
* Sun Nov 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-6.gite35a787
|
|
 |
d8151db |
- Create /etc/systemd/network (#1286397)
|
|
 |
d8151db |
|
|
 |
38d93ea |
* Thu Nov 26 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-5.gite35a787
|
|
 |
38d93ea |
- Do not install nss modules by default
|
|
 |
38d93ea |
|
|
 |
1279f70 |
* Tue Nov 24 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-4.gite35a787
|
|
 |
1279f70 |
- Update to latest upstream git: there is a bunch of fixes
|
|
 |
1279f70 |
(nss-mymachines overflow bug, networkd fixes, more completions are
|
|
 |
1279f70 |
properly installed), mixed with some new resolved features.
|
|
 |
1279f70 |
- Rework file triggers so that they always run before daemons are restarted
|
|
 |
1279f70 |
|
|
 |
fc65119 |
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-3
|
|
 |
fc65119 |
- Enable rpm file triggers for daemon-reload
|
|
 |
fc65119 |
|
|
 |
5767bd4 |
* Thu Nov 19 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 228-2
|
|
 |
5767bd4 |
- Fix version number in obsoleted package name (#1283452)
|
|
 |
5767bd4 |
|
|
 |
32b81ff |
* Wed Nov 18 2015 Kay Sievers <kay@redhat.com> - 228-1
|
|
 |
32b81ff |
- New upstream release
|
|
 |
32b81ff |
|
|
 |
b321c5a |
* Thu Nov 12 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-7
|
|
 |
b321c5a |
- Rename journal-gateway subpackage to journal-remote
|
|
 |
a884a61 |
- Ignore the access mode on /var/log/journal (#1048424)
|
|
 |
49f71b6 |
- Do not assume fstab is present (#1281606)
|
|
 |
b321c5a |
|
|
 |
2532db1 |
* Wed Nov 11 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 227-6
|
|
 |
2532db1 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
 |
2532db1 |
|
|
 |
684a3bc |
* Tue Nov 10 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 227-5
|
|
 |
684a3bc |
- Rebuild for libmicrohttpd soname bump
|
|
 |
684a3bc |
|
|
Robert Kuska |
984ca0b |
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 227-4
|
|
Robert Kuska |
984ca0b |
- Rebuilt for Python3.5 rebuild
|
|
Robert Kuska |
984ca0b |
|
|
 |
35c1f69 |
* Wed Nov 4 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 227-3
|
|
 |
35c1f69 |
- Fix syntax in kernel-install (#1277264)
|
|
 |
35c1f69 |
|
|
 |
339d9a4 |
* Tue Nov 03 2015 Michal Schmidt <mschmidt@redhat.com> - 227-2
|
|
 |
339d9a4 |
- Rebuild for libmicrohttpd soname bump.
|
|
 |
339d9a4 |
|
|
 |
456eac1 |
* Wed Oct 7 2015 Kay Sievers <kay@redhat.com> - 227-1
|
|
 |
456eac1 |
- New upstream release
|
|
 |
456eac1 |
|
|
 |
5cdbe47 |
* Fri Sep 18 2015 Jan Synáček <jsynacek@redhat.com> - 226-3
|
|
 |
5cdbe47 |
- user systemd-journal-upload should be in systemd-journal group (#1262743)
|
|
 |
5cdbe47 |
|
|
 |
4463a3b |
* Fri Sep 18 2015 Kay Sievers <kay@redhat.com> - 226-2
|
|
 |
4463a3b |
- Add selinux to system-user PAM config
|
|
 |
4463a3b |
|
|
 |
41553e0 |
* Tue Sep 8 2015 Kay Sievers <kay@redhat.com> - 226-1
|
|
 |
41553e0 |
- New upstream release
|
|
 |
41553e0 |
|
|
 |
6c1029f |
* Thu Aug 27 2015 Kay Sievers <kay@redhat.com> - 225-1
|
|
 |
6c1029f |
- New upstream release
|
|
 |
6c1029f |
|
|
 |
a5c858d |
* Fri Jul 31 2015 Kay Sievers <kay@redhat.com> - 224-1
|
|
 |
a5c858d |
- New upstream release
|
|
 |
a5c858d |
|
|
 |
5bd4599 |
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-2
|
|
 |
5bd4599 |
- update to git snapshot
|
|
 |
5bd4599 |
|
|
 |
741490b |
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-1
|
|
 |
741490b |
- New upstream release
|
|
 |
741490b |
|
|
 |
952794e |
* Thu Jul 9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 222-2
|
|
 |
952794e |
- Remove python subpackages (python-systemd in now standalone)
|
|
 |
952794e |
|
|
 |
f7ff950 |
* Tue Jul 7 2015 Kay Sievers <kay@redhat.com> - 222-1
|
|
 |
f7ff950 |
- New upstream release
|
|
 |
f7ff950 |
|
|
 |
0362920 |
* Mon Jul 6 2015 Kay Sievers <kay@redhat.com> - 221-5.git619b80a
|
|
 |
516775d |
- update to git snapshot
|
|
 |
516775d |
|
|
 |
52a9194 |
* Mon Jul 6 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 221-4.git604f02a
|
|
 |
52a9194 |
- Add example file with yama config (#1234951)
|
|
 |
52a9194 |
|
|
 |
527912b |
* Sun Jul 5 2015 Kay Sievers <kay@redhat.com> - 221-3.git604f02a
|
|
 |
790f46d |
- update to git snapshot
|
|
 |
790f46d |
|
|
 |
ee6fc81 |
* Mon Jun 22 2015 Kay Sievers <kay@redhat.com> - 221-2
|
|
 |
ee6fc81 |
- build systemd-boot EFI tools
|
|
 |
ee6fc81 |
|
|
Lennart Poettering |
e40887b |
* Fri Jun 19 2015 Lennart Poettering <lpoetter@redhat.com> - 221-1
|
|
Lennart Poettering |
e40887b |
- New upstream release
|
|
Lennart Poettering |
e40887b |
- Undoes botched translation check, should be reinstated later?
|
|
Lennart Poettering |
e40887b |
|
|
 |
e3594d6 |
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 220-10
|
|
 |
e3594d6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
 |
e3594d6 |
|
|
 |
be68e45 |
* Thu Jun 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-9
|
|
 |
be68e45 |
- The gold linker is now fixed on aarch64
|
|
 |
be68e45 |
|
|
 |
e2168b5 |
* Tue Jun 9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-8
|
|
 |
436654a |
- Remove gudev which is now provided as separate package (libgudev)
|
|
 |
436654a |
- Fix for spurious selinux denials (#1224211)
|
|
 |
436654a |
- Udev change events (#1225905)
|
|
 |
436654a |
- Patches for some potential crashes
|
|
 |
436654a |
- ProtectSystem=yes does not touch /home
|
|
 |
436654a |
- Man page fixes, hwdb updates, shell completion updates
|
|
 |
436654a |
- Restored persistent device symlinks for bcache, xen block devices
|
|
 |
436654a |
- Tag all DRM cards as master-of-seat
|
|
 |
e2168b5 |
|
|
 |
6cfa04f |
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-7
|
|
 |
6cfa04f |
- fix udev block device watch
|
|
 |
6cfa04f |
|
|
 |
4dc6b49 |
* Tue Jun 09 2015 Harald Hoyer <harald@redhat.com> 220-6
|
|
 |
4dc6b49 |
- add support for network disk encryption
|
|
 |
4dc6b49 |
|
|
 |
01fba4b |
* Sun Jun 7 2015 Peter Robinson <pbrobinson@fedoraproject.org> 220-5
|
|
 |
01fba4b |
- Disable gold on aarch64 until it's fixed (tracked in rhbz #1225156)
|
|
 |
01fba4b |
|
|
 |
9e71abc |
* Sat May 30 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-4
|
|
 |
9e71abc |
- systemd-devel should require systemd-libs, not the main package (#1226301)
|
|
 |
7a75a5f |
- Check for botched translations (#1226566)
|
|
 |
7a75a5f |
- Make /etc/udev/hwdb.d part of the rpm (#1226379)
|
|
 |
9e71abc |
|
|
 |
d9b91fa |
* Thu May 28 2015 Richard W.M. Jones <rjones@redhat.com> - 220-3
|
|
 |
d9b91fa |
- Add patch to fix udev --daemon not cleaning child processes
|
|
 |
d9b91fa |
(upstream commit 86c3bece38bcf5).
|
|
 |
d9b91fa |
|
|
 |
78ba63c |
* Wed May 27 2015 Richard W.M. Jones <rjones@redhat.com> - 220-2
|
|
 |
78ba63c |
- Add patch to fix udev --daemon crash (upstream commit 040e689654ef08).
|
|
 |
78ba63c |
|
|
Lennart Poettering |
836567c |
* Thu May 21 2015 Lennart Poettering <lpoetter@redhat.com> - 220-1
|
|
Lennart Poettering |
836567c |
- New upstream release
|
|
Lennart Poettering |
836567c |
- Drop /etc/mtab hack, as that's apparently fixed in mock now (#1116158)
|
|
 |
a97e124 |
- Remove ghosting for %%{_sysconfdir}/systemd/system/runlevel*.target, these targets are not configurable anymore in systemd upstream
|
|
Lennart Poettering |
836567c |
- Drop work-around for #1002806, since this is solved upstream now
|
|
Lennart Poettering |
836567c |
|
|
 |
911deca |
* Wed May 20 2015 Dennis Gilmore <dennis@ausil.us> - 219-15
|
|
 |
911deca |
- fix up the conflicts version for fedora-release
|
|
 |
911deca |
|
|
 |
0a8e7e6 |
* Wed May 20 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-14
|
|
 |
0a8e7e6 |
- Remove presets (#1221340)
|
|
 |
a48f80c |
- Fix (potential) crash and memory leak in timedated, locking failure
|
|
 |
a48f80c |
in systemd-nspawn, crash in resolved.
|
|
 |
a48f80c |
- journalctl --list-boots should be faster
|
|
 |
a48f80c |
- zsh completions are improved
|
|
 |
a48f80c |
- various ommissions in docs are corrected (#1147651)
|
|
 |
a48f80c |
- VARIANT and VARIANT_ID fields in os-release are documented
|
|
 |
a48f80c |
- systemd-fsck-root.service is generated in the initramfs (#1201979, #1107818)
|
|
 |
a48f80c |
- systemd-tmpfiles should behave better on read-only file systems (#1207083)
|
|
 |
0a8e7e6 |
|
|
 |
ef7b485 |
* Wed Apr 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-13
|
|
 |
ef7b485 |
- Patches for some outstanding annoyances
|
|
 |
ef7b485 |
- Small keyboard hwdb updates
|
|
 |
ef7b485 |
|
|
 |
0ab5885 |
* Wed Apr 8 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-12
|
|
 |
0ab5885 |
- Tighten requirements between subpackages (#1207381).
|
|
 |
0ab5885 |
|
|
 |
c4099ef |
* Sun Mar 22 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-11
|
|
 |
c4099ef |
- Move all parts systemd-journal-{remote,upload} to
|
|
 |
c4099ef |
systemd-journal-gatewayd subpackage (#1193143).
|
|
 |
ffc19a0 |
- Create /var/lib/systemd/journal-upload directory (#1193145).
|
|
 |
77e6ed9 |
- Cut out lots of stupid messages at debug level which were obscuring more
|
|
 |
77e6ed9 |
important stuff.
|
|
 |
77e6ed9 |
- Apply "tentative" state for devices only when they are added, not removed.
|
|
 |
77e6ed9 |
- Ignore invalid swap pri= settings (#1204336)
|
|
 |
77e6ed9 |
- Fix SELinux check for timedated operations to enable/disable ntp (#1014315)
|
|
 |
77e6ed9 |
- Fix comparing of filesystem paths (#1184016)
|
|
 |
c4099ef |
|
|
 |
399a2a8 |
* Sat Mar 14 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-10
|
|
 |
399a2a8 |
- Fixes for bugs 1186018, 1195294, 1185604, 1196452.
|
|
 |
399a2a8 |
- Hardware database update.
|
|
 |
399a2a8 |
- Documentation fixes.
|
|
 |
399a2a8 |
- A fix for journalctl performance regression.
|
|
 |
399a2a8 |
- Fix detection of inability to open files in journalctl.
|
|
 |
399a2a8 |
- Detect SuperH architecture properly.
|
|
 |
399a2a8 |
- The first of duplicate lines in tmpfiles wins again.
|
|
 |
399a2a8 |
- Do vconsole setup after loading vconsole driver, not fbcon.
|
|
 |
399a2a8 |
- Fix problem where some units were restarted during systemd reexec.
|
|
 |
399a2a8 |
- Fix race in udevadm settle tripping up NetworkManager.
|
|
 |
399a2a8 |
- Downgrade various log messages.
|
|
 |
399a2a8 |
- Fix issue where journal-remote would process some messages with a delay.
|
|
 |
399a2a8 |
- GPT /srv partition autodiscovery is fixed.
|
|
 |
41d7c09 |
- Reconfigure old Finnish keymaps in post (#1151958)
|
|
 |
399a2a8 |
|
|
 |
b4d5d46 |
* Tue Mar 10 2015 Jan Synáček <jsynacek@redhat.com> - 219-9
|
|
 |
b4d5d46 |
- Buttons on Lenovo X6* tablets broken (#1198939)
|
|
 |
b4d5d46 |
|
|
 |
e4a83a8 |
* Tue Mar 3 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-8
|
|
 |
e4a83a8 |
- Reworked device handling (#1195761)
|
|
 |
b081c53 |
- ACL handling fixes (with a script in %%post)
|
|
 |
e4a83a8 |
- Various log messages downgraded (#1184712)
|
|
 |
9c0d1d5 |
- Allow PIE on s390 again (#1197721)
|
|
 |
e4a83a8 |
|
|
 |
ade6190 |
* Wed Feb 25 2015 Michal Schmidt <mschmidt@redhat.com> - 219-7
|
|
 |
ade6190 |
- arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)
|
|
 |
ade6190 |
|
|
Colin Walters |
b1d608a |
* Tue Feb 24 2015 Colin Walters <walters@redhat.com> - 219-6
|
|
Colin Walters |
b1d608a |
- Revert patch that breaks Atomic/OSTree (#1195761)
|
|
Colin Walters |
b1d608a |
|
|
 |
5427ee0 |
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-5
|
|
 |
5427ee0 |
- Undo the resolv.conf workaround, Aim for a proper fix in Rawhide.
|
|
 |
5427ee0 |
|
|
 |
0cb630f |
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-4
|
|
 |
0cb630f |
- Revive fedora-disable-resolv.conf-symlink.patch to unbreak composes.
|
|
 |
0cb630f |
|
|
 |
6e198e4 |
* Wed Feb 18 2015 Michal Schmidt <mschmidt@redhat.com> - 219-3
|
|
 |
6e198e4 |
- arm: disabling gold did not help; disable lto instead (#1193212)
|
|
 |
6e198e4 |
|
|
 |
2c67f7f |
* Tue Feb 17 2015 Peter Jones <pjones@redhat.com> - 219-2
|
|
 |
2c67f7f |
- Update 90-default.present for dbxtool.
|
|
 |
2c67f7f |
|
|
Lennart Poettering |
064fee0 |
* Mon Feb 16 2015 Lennart Poettering <lpoetter@redhat.com> - 219-1
|
|
Lennart Poettering |
064fee0 |
- New upstream release
|
|
Lennart Poettering |
064fee0 |
- This removes the sysctl/bridge hack, a different solution needs to be found for this (see #634736)
|
|
Lennart Poettering |
064fee0 |
- This removes the /etc/resolv.conf hack, anaconda needs to fix their handling of /etc/resolv.conf as symlink
|
|
 |
a97e124 |
- This enables "%%check"
|
|
Lennart Poettering |
78bc69f |
- disable gold on arm, as that is broken (see #1193212)
|
|
Lennart Poettering |
064fee0 |
|
|
 |
b4bdea3 |
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 218-6
|
|
 |
b4bdea3 |
- aarch64 now has seccomp support
|
|
 |
b4bdea3 |
|
|
 |
c3cf2ae |
* Thu Feb 05 2015 Michal Schmidt <mschmidt@redhat.com> - 218-5
|
|
 |
c3cf2ae |
- Don't overwrite systemd.macros with unrelated Source file.
|
|
 |
c3cf2ae |
|
|
 |
55323ee |
* Thu Feb 5 2015 Jan Synáček <jsynacek@redhat.com> - 218-4
|
|
 |
55323ee |
- Add a touchpad hwdb (#1189319)
|
|
 |
55323ee |
|
|
 |
5724974 |
* Thu Jan 15 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-4
|
|
 |
5724974 |
- Enable xkbcommon dependency to allow checking of keymaps
|
|
 |
6cf221b |
- Fix permissions of /var/log/journal (#1048424)
|
|
 |
92e27a5 |
- Enable timedatex in presets (#1187072)
|
|
 |
f2ebf1a |
- Disable rpcbind in presets (#1099595)
|
|
 |
5724974 |
|
|
 |
f524b4a |
* Wed Jan 7 2015 Jan Synáček <jsynacek@redhat.com> - 218-3
|
|
 |
f524b4a |
- RFE: journal: automatically rotate the file if it is unlinked (#1171719)
|
|
 |
f524b4a |
|
|
 |
b53cf7b |
* Mon Jan 05 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-3
|
|
 |
b53cf7b |
- Add firewall description files (#1176626)
|
|
 |
b53cf7b |
|
|
 |
5606d83 |
* Thu Dec 18 2014 Jan Synáček <jsynacek@redhat.com> - 218-2
|
|
 |
5606d83 |
- systemd-nspawn doesn't work on s390/s390x (#1175394)
|
|
 |
5606d83 |
|
|
Lennart Poettering |
239db0d |
* Wed Dec 10 2014 Lennart Poettering <lpoetter@redhat.com> - 218-1
|
|
Lennart Poettering |
239db0d |
- New upstream release
|
|
Lennart Poettering |
239db0d |
- Enable "nss-mymachines" in /etc/nsswitch.conf
|
|
Lennart Poettering |
239db0d |
|
|
 |
ea19761 |
* Thu Nov 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 217-4
|
|
 |
ea19761 |
- Change libgudev1 to only require systemd-libs (#727499), there's
|
|
 |
ea19761 |
no need to require full systemd stack.
|
|
 |
ea19761 |
- Fixes for bugs #1159448, #1152220, #1158035.
|
|
 |
ea19761 |
- Bash completions updates to allow propose more units for start/restart,
|
|
 |
ea19761 |
and completions for set-default,get-default.
|
|
 |
ea19761 |
- Again allow systemctl enable of instances.
|
|
 |
ea19761 |
- Hardware database update and fixes.
|
|
 |
ea19761 |
- Udev crash on invalid options and kernel commandline timeout parsing are fixed.
|
|
 |
ea19761 |
- Add "embedded" chassis type.
|
|
 |
ea19761 |
- Sync before 'reboot -f'.
|
|
 |
ea19761 |
- Fix restarting of timer units.
|
|
 |
ea19761 |
|
|
 |
ba201ce |
* Wed Nov 05 2014 Michal Schmidt <mschmidt@redhat.com> - 217-3
|
|
 |
ba201ce |
- Fix hanging journal flush (#1159641)
|
|
 |
ba201ce |
|
|
 |
32324f8 |
* Fri Oct 31 2014 Michal Schmidt <mschmidt@redhat.com> - 217-2
|
|
 |
32324f8 |
- Fix ordering cycles involving systemd-journal-flush.service and
|
|
 |
32324f8 |
remote-fs.target (#1159117)
|
|
 |
32324f8 |
|
|
Lennart Poettering |
cc4dc44 |
* Tue Oct 28 2014 Lennart Poettering <lpoetter@redhat.com> - 217-1
|
|
Lennart Poettering |
cc4dc44 |
- New upstream release
|
|
Lennart Poettering |
cc4dc44 |
|
|
 |
2607f00 |
* Fri Oct 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-12
|
|
 |
2607f00 |
- Drop PackageKit.service from presets (#1154126)
|
|
 |
2607f00 |
|
|
 |
f5ff7e9 |
* Mon Oct 13 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-11
|
|
 |
f5ff7e9 |
- Conflict with old versions of initscripts (#1152183)
|
|
 |
f5ff7e9 |
- Remove obsolete Finnish keymap (#1151958)
|
|
 |
f5ff7e9 |
|
|
 |
f1004dc |
* Fri Oct 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-10
|
|
 |
f1004dc |
- Fix a problem with voluntary daemon exits and some other bugs
|
|
 |
f1004dc |
(#1150477, #1095962, #1150289)
|
|
 |
f1004dc |
|
|
 |
62fe945 |
* Fri Oct 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-9
|
|
 |
62fe945 |
- Update to latest git, but without the readahead removal patch
|
|
 |
f1004dc |
(#1114786, #634736)
|
|
 |
62fe945 |
|
|
 |
5cdc00d |
* Wed Oct 01 2014 Kay Sievers <kay@redhat.com> - 216-8
|
|
 |
5cdc00d |
- revert "don't reset selinux context during CHANGE events"
|
|
 |
5cdc00d |
|
|
 |
9a5afe8 |
* Wed Oct 01 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 216-7
|
|
 |
9a5afe8 |
- add temporary workaround for #1147910
|
|
 |
9a5afe8 |
- don't reset selinux context during CHANGE events
|
|
 |
9a5afe8 |
|
|
 |
d962ba8 |
* Wed Sep 10 2014 Michal Schmidt <mschmidt@redhat.com> - 216-6
|
|
 |
d962ba8 |
- Update timesyncd with patches to avoid hitting NTP pool too often.
|
|
 |
d962ba8 |
|
|
 |
ed4e5bb |
* Tue Sep 09 2014 Michal Schmidt <mschmidt@redhat.com> - 216-5
|
|
 |
ed4e5bb |
- Use common CONFIGURE_OPTS for build2 and build3.
|
|
 |
ed4e5bb |
- Configure timesyncd with NTP servers from Fedora/RHEL vendor zone.
|
|
 |
ed4e5bb |
|
|
 |
039253f |
* Wed Sep 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-4
|
|
 |
039253f |
- Move config files for sd-j-remote/upload to sd-journal-gateway subpackage (#1136580)
|
|
 |
039253f |
|
|
 |
522fbab |
* Thu Aug 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 216-3
|
|
 |
522fbab |
- Drop no LTO build option for aarch64/s390 now it's fixed in binutils (RHBZ 1091611)
|
|
 |
522fbab |
|
|
Colin Walters |
4dd25f8 |
* Thu Aug 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-2
|
|
Colin Walters |
4dd25f8 |
- Re-add patch to disable resolve.conf symlink (#1043119)
|
|
Colin Walters |
4dd25f8 |
|
|
Lennart Poettering |
92a80ac |
* Wed Aug 20 2014 Lennart Poettering <lpoetter@redhat.com> - 216-1
|
|
Lennart Poettering |
92a80ac |
- New upstream release
|
|
Lennart Poettering |
92a80ac |
|
|
 |
6a2a58e |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 215-12
|
|
 |
6a2a58e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
 |
6a2a58e |
|
|
 |
a7ae5e1 |
* Wed Aug 13 2014 Dan Horák <dan[at]danny.cz> 215-11
|
|
 |
a7ae5e1 |
- disable LTO also on s390(x)
|
|
 |
a7ae5e1 |
|
|
 |
4eb55a7 |
* Sat Aug 09 2014 Harald Hoyer <harald@redhat.com> 215-10
|
|
 |
4eb55a7 |
- fixed PPC64LE
|
|
 |
4eb55a7 |
|
|
 |
07abe5d |
* Wed Aug 6 2014 Tom Callaway <spot@fedoraproject.org> - 215-9
|
|
 |
07abe5d |
- fix license handling
|
|
 |
07abe5d |
|
|
 |
d804568 |
* Wed Jul 30 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-8
|
|
 |
d804568 |
- Create systemd-journal-remote and systemd-journal-upload users (#1118907)
|
|
 |
d804568 |
|
|
 |
a547c77 |
* Thu Jul 24 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-7
|
|
 |
a547c77 |
- Split out systemd-compat-libs subpackage
|
|
 |
a547c77 |
|
|
 |
5ea76b1 |
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 215-6
|
|
 |
5ea76b1 |
- Rebuilt for gobject-introspection 1.41.4
|
|
 |
5ea76b1 |
|
|
 |
dc60e84 |
* Mon Jul 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-5
|
|
 |
dc60e84 |
- Fix SELinux context of /etc/passwd-, /etc/group-, /etc/.updated (#1121806)
|
|
 |
dc60e84 |
- Add missing BR so gnutls and elfutils are used
|
|
 |
dc60e84 |
|
|
 |
43ff24c |
* Sat Jul 19 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-4
|
|
 |
43ff24c |
- Various man page updates
|
|
 |
43ff24c |
- Static device node logic is conditionalized on CAP_SYS_MODULES instead of CAP_MKNOD
|
|
 |
43ff24c |
for better behaviour in containers
|
|
 |
43ff24c |
- Some small networkd link handling fixes
|
|
 |
43ff24c |
- vconsole-setup runs setfont before loadkeys (https://bugs.freedesktop.org/show_bug.cgi?id=80685)
|
|
 |
43ff24c |
- New systemd-escape tool
|
|
 |
43ff24c |
- XZ compression settings are tweaked to greatly improve journald performance
|
|
 |
43ff24c |
- "watch" is accepted as chassis type
|
|
 |
43ff24c |
- Various sysusers fixes, most importantly correct selinux labels
|
|
 |
43ff24c |
- systemd-timesyncd bug fix (https://bugs.freedesktop.org/show_bug.cgi?id=80932)
|
|
 |
43ff24c |
- Shell completion improvements
|
|
 |
43ff24c |
- New udev tag ID_SOFTWARE_RADIO can be used to instruct logind to allow user access
|
|
 |
43ff24c |
- XEN and s390 virtualization is properly detected
|
|
 |
43ff24c |
|
|
Colin Walters |
a1b71bb |
* Mon Jul 07 2014 Colin Walters <walters@redhat.com> - 215-3
|
|
Colin Walters |
a1b71bb |
- Add patch to disable resolve.conf symlink (#1043119)
|
|
Colin Walters |
a1b71bb |
|
|
 |
43ff24c |
* Sun Jul 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-2
|
|
 |
8403bea |
- Move systemd-journal-remote to systemd-journal-gateway package (#1114688)
|
|
 |
8403bea |
- Disable /etc/mtab handling temporarily (#1116158)
|
|
 |
8403bea |
|
|
 |
8403bea |
* Thu Jul 03 2014 Lennart Poettering <lpoetter@redhat.com> - 215-1
|
|
Lennart Poettering |
1298810 |
- New upstream release
|
|
Lennart Poettering |
1298810 |
- Enable coredump logic (which abrt would normally override)
|
|
Lennart Poettering |
1298810 |
|
|
 |
cf472be |
* Sun Jun 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 214-5
|
|
 |
cf472be |
- On aarch64 disable LTO as it still has issues on that arch
|
|
 |
cf472be |
|
|
 |
e4fbe40 |
* Thu Jun 26 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-4
|
|
 |
e4fbe40 |
- Bugfixes (#996133, #1112908)
|
|
 |
e4fbe40 |
|
|
 |
3a2e601 |
* Mon Jun 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-3
|
|
 |
3a2e601 |
- Actually create input group (#1054549)
|
|
 |
3a2e601 |
|
|
 |
ff52563 |
* Sun Jun 22 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-2
|
|
 |
7823b31 |
- Do not restart systemd-logind on upgrades (#1110697)
|
|
 |
5509c00 |
- Add some patches (#1081429, #1054549, #1108568, #928962)
|
|
 |
7823b31 |
|
|
Lennart Poettering |
19bf972 |
* Wed Jun 11 2014 Lennart Poettering <lpoetter@redhat.com> - 214-1
|
|
Lennart Poettering |
19bf972 |
- New upstream release
|
|
Lennart Poettering |
19bf972 |
- Get rid of "floppy" group, since udev uses "disk" now
|
|
Lennart Poettering |
19bf972 |
- Reenable LTO
|
|
Lennart Poettering |
19bf972 |
|
|
 |
2ccc8c6 |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 213-4
|
|
 |
2ccc8c6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
 |
2ccc8c6 |
|
|
 |
15a7f7e |
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-3
|
|
 |
15a7f7e |
- fix systemd-timesync user creation
|
|
 |
15a7f7e |
|
|
 |
b3df297 |
* Wed May 28 2014 Michal Sekletar <msekleta@redhat.com> - 213-2
|
|
 |
b3df297 |
- Create temporary files after installation (#1101983)
|
|
 |
aa972ea |
- Add sysstat-collect.timer, sysstat-summary.timer to preset policy (#1101621)
|
|
 |
b3df297 |
|
|
 |
66bb743 |
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-1
|
|
 |
66bb743 |
- New upstream release
|
|
 |
66bb743 |
|
|
 |
4b836b7 |
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 212-6
|
|
 |
4b836b7 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
 |
4b836b7 |
|
|
 |
bfd0409 |
* Fri May 23 2014 Adam Williamson <awilliam@redhat.com> - 212-5
|
|
 |
bfd0409 |
- revert change from 212-4, causes boot fail on single CPU boxes (RHBZ 1095891)
|
|
 |
bfd0409 |
|
|
 |
dadefab |
* Wed May 07 2014 Kay Sievers <kay@redhat.com> - 212-4
|
|
 |
dadefab |
- add netns udev workaround
|
|
 |
dadefab |
|
|
 |
5fb0bff |
* Wed May 07 2014 Michal Sekletar <msekleta@redhat.com> - 212-3
|
|
 |
5fb0bff |
- enable uuidd.socket by default (#1095353)
|
|
 |
5fb0bff |
|
|
 |
3498cab |
* Sat Apr 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 212-2
|
|
 |
3498cab |
- Disable building with -flto for the moment due to gcc 4.9 issues (RHBZ 1091611)
|
|
 |
3498cab |
|
|
Lennart Poettering |
0bbe49d |
* Tue Mar 25 2014 Lennart Poettering <lpoetter@redhat.com> - 212-1
|
|
Lennart Poettering |
0bbe49d |
- New upstream release
|
|
Lennart Poettering |
0bbe49d |
|
|
 |
10d1847 |
* Mon Mar 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> 211-2
|
|
 |
10d1847 |
- Explicitly define which upstream platforms support libseccomp
|
|
 |
10d1847 |
|
|
Lennart Poettering |
13fd1e4 |
* Tue Mar 11 2014 Lennart Poettering <lpoetter@redhat.com> - 211-1
|
|
Lennart Poettering |
13fd1e4 |
- New upstream release
|
|
Lennart Poettering |
13fd1e4 |
|
|
 |
dd42fcb |
* Mon Mar 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-8
|
|
 |
dd42fcb |
- Fix logind unpriviledged reboot issue and a few other minor fixes
|
|
 |
dd42fcb |
- Limit generator execution time
|
|
 |
dd42fcb |
- Recognize buttonless joystick types
|
|
 |
dd42fcb |
|
|
 |
8048dc7 |
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-7
|
|
 |
8048dc7 |
- ppc64le needs link warnings disabled, too
|
|
 |
8048dc7 |
|
|
 |
8d6e856 |
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-6
|
|
 |
8d6e856 |
- move ifarch ppc64le to correct place (libseccomp req)
|
|
 |
8d6e856 |
|
|
 |
96237b5 |
* Fri Mar 07 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-5
|
|
 |
96237b5 |
- Bugfixes: #1047568, #1047039, #1071128, #1073402
|
|
 |
96237b5 |
- Bash completions for more systemd tools
|
|
 |
96237b5 |
- Bluetooth database update
|
|
 |
96237b5 |
- Manpage fixes
|
|
 |
96237b5 |
|
|
 |
caa1c7b |
* Thu Mar 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-4
|
|
 |
caa1c7b |
- Apply work-around for ppc64le too (#1073647).
|
|
 |
caa1c7b |
|
|
 |
47c564f |
* Sat Mar 01 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
|
|
 |
47c564f |
- Backport a few patches, add completion for systemd-nspawn.
|
|
 |
47c564f |
|
|
 |
703bc63 |
* Fri Feb 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
|
|
 |
703bc63 |
- Apply work-arounds for ppc/ppc64 for bugs 1071278 and 1071284
|
|
 |
703bc63 |
|
|
Lennart Poettering |
215b310 |
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-2
|
|
Lennart Poettering |
215b310 |
- Check more services against preset list and enable by default
|
|
Lennart Poettering |
215b310 |
|
|
Lennart Poettering |
a065abd |
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-1
|
|
Lennart Poettering |
a065abd |
- new upstream release
|
|
Lennart Poettering |
a065abd |
|
|
 |
a199a30 |
* Sun Feb 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 209-2.gitf01de96
|
|
 |
a199a30 |
- Enable dnssec-triggerd.service by default (#1060754)
|
|
 |
a199a30 |
|
|
 |
f1b7327 |
* Sun Feb 23 2014 Kay Sievers <kay@redhat.com> - 209-2.gitf01de96
|
|
 |
f1b7327 |
- git snapshot to sort out ARM build issues
|
|
 |
f1b7327 |
|
|
 |
f044306 |
* Thu Feb 20 2014 Lennart Poettering <lpoetter@redhat.com> - 209-1
|
|
 |
f044306 |
- new upstream release
|
|
 |
f044306 |
|
|
 |
2f45a5a |
* Tue Feb 18 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-15
|
|
 |
2f45a5a |
- Make gpsd lazily activated (#1066421)
|
|
 |
2f45a5a |
|
|
 |
ee30f08 |
* Mon Feb 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-14
|
|
 |
ee30f08 |
- Back out patch which causes user manager to be destroyed when unneeded
|
|
 |
ee30f08 |
and spams logs (#1053315)
|
|
 |
ee30f08 |
|
|
 |
4002889 |
* Sun Feb 16 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-13
|
|
 |
ca73a27 |
- A different fix for #1023820 taken from Mageia
|
|
 |
ca73a27 |
- Backported fix for #997031
|
|
 |
ca73a27 |
- Hardward database updates, man pages improvements, a few small memory
|
|
 |
ca73a27 |
leaks, utf-8 correctness and completion fixes
|
|
 |
ca73a27 |
- Support for key-slot option in crypttab
|
|
 |
ca73a27 |
|
|
 |
d302ec3 |
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 208-12
|
|
 |
d302ec3 |
- Own the %%{_prefix}/lib/kernel(/*) and %%{_datadir}/zsh(/*) dirs.
|
|
 |
d302ec3 |
|
|
 |
1262229 |
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-11
|
|
 |
1262229 |
- Backport a few fixes, relevant documentation updates, and HWDB changes
|
|
 |
1262229 |
(#1051797, #1051768, #1047335, #1047304, #1047186, #1045849, #1043304,
|
|
 |
1262229 |
#1043212, #1039351, #1031325, #1023820, #1017509, #953077)
|
|
 |
1262229 |
- Flip journalctl to --full by default (#984758)
|
|
 |
1262229 |
|
|
 |
98947a1 |
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-9
|
|
 |
98947a1 |
- Apply two patches for #1026860
|
|
 |
98947a1 |
|
|
 |
af76ccd |
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-8
|
|
 |
af76ccd |
- Bump release to stay ahead of f20
|
|
 |
af76ccd |
|
|
 |
d66047d |
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-7
|
|
 |
d66047d |
- Backport patches (#1023041, #1036845, #1006386?)
|
|
 |
d66047d |
- HWDB update
|
|
 |
d66047d |
- Some small new features: nspawn --drop-capability=, running PID 1 under
|
|
 |
d66047d |
valgrind, "yearly" and "annually" in calendar specifications
|
|
 |
d66047d |
- Some small documentation and logging updates
|
|
 |
d66047d |
|
|
 |
7d7fbfa |
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-6
|
|
 |
af76ccd |
- Bump release to stay ahead of f20
|
|
 |
7d7fbfa |
|
|
 |
930e1b8 |
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-5
|
|
 |
930e1b8 |
- Use unit name in PrivateTmp= directories (#957439)
|
|
 |
930e1b8 |
- Update manual pages, completion scripts, and hardware database
|
|
 |
930e1b8 |
- Configurable Timeouts/Restarts default values
|
|
 |
930e1b8 |
- Support printing of timestamps on the console
|
|
 |
930e1b8 |
- Fix some corner cases in detecting when writing to the console is safe
|
|
 |
930e1b8 |
- Python API: convert keyword values to string, fix sd_is_booted() wrapper
|
|
 |
930e1b8 |
- Do not tread missing /sbin/fsck.btrfs as an error (#1015467)
|
|
 |
930e1b8 |
- Allow masking of fsck units
|
|
 |
930e1b8 |
- Advertise hibernation to swap files
|
|
 |
930e1b8 |
- Fix SO_REUSEPORT settings
|
|
 |
930e1b8 |
- Prefer converted xkb keymaps to legacy keymaps (#981805, #1026872)
|
|
 |
930e1b8 |
- Make use of newer kmod
|
|
 |
930e1b8 |
- Assorted bugfixes: #1017161, #967521, #988883, #1027478, #821723, #1014303
|
|
 |
930e1b8 |
|
|
 |
ba5f2d9 |
* Tue Oct 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-4
|
|
 |
ba5f2d9 |
- Add temporary fix for #1002806
|
|
 |
ba5f2d9 |
|
|
 |
ba5f2d9 |
* Mon Oct 21 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-3
|
|
 |
794d16c |
- Backport a bunch of fixes and hwdb updates
|
|
 |
794d16c |
|
|
 |
ba5f2d9 |
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-2
|
|
Lennart Poettering |
7c8c437 |
- Move old random seed and backlight files into the right place
|
|
Lennart Poettering |
7c8c437 |
|
|
 |
ba5f2d9 |
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-1
|
|
Lennart Poettering |
fc3de1f |
- New upstream release
|
|
Lennart Poettering |
fc3de1f |
|
|
 |
e26a2d8 |
* Thu Sep 26 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-5
|
|
 |
e26a2d8 |
- Do not create /var/var/... dirs
|
|
 |
e26a2d8 |
|
|
 |
8e6c340 |
* Wed Sep 18 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-4
|
|
 |
8e6c340 |
- Fix policykit authentication
|
|
Lennart Poettering |
fc3de1f |
- Resolves: rhbz#1006680
|
|
 |
8e6c340 |
|
|
 |
800881a |
* Tue Sep 17 2013 Harald Hoyer <harald@redhat.com> 207-3
|
|
 |
800881a |
- fixed login
|
|
Lennart Poettering |
fc3de1f |
- Resolves: rhbz#1005233
|
|
 |
800881a |
|
|
 |
d4ee253 |
* Mon Sep 16 2013 Harald Hoyer <harald@redhat.com> 207-2
|
|
 |
d4ee253 |
- add some upstream fixes for 207
|
|
 |
d4ee253 |
- fixed swap activation
|
|
Lennart Poettering |
fc3de1f |
- Resolves: rhbz#1008604
|
|
 |
d4ee253 |
|
|
Lennart Poettering |
3afeac8 |
* Fri Sep 13 2013 Lennart Poettering <lpoetter@redhat.com> - 207-1
|
|
Lennart Poettering |
3afeac8 |
- New upstream release
|
|
Lennart Poettering |
3afeac8 |
|
|
 |
db3a9fa |
* Fri Sep 06 2013 Harald Hoyer <harald@redhat.com> 206-11
|
|
 |
db3a9fa |
- support "debug" kernel command line parameter
|
|
 |
db3a9fa |
- journald: fix fd leak in journal_file_empty
|
|
 |
db3a9fa |
- journald: fix vacuuming of archived journals
|
|
 |
db3a9fa |
- libudev: enumerate - do not try to match against an empty subsystem
|
|
 |
db3a9fa |
- cgtop: fixup the online help
|
|
 |
db3a9fa |
- libudev: fix memleak when enumerating childs
|
|
 |
db3a9fa |
|
|
 |
fe20ad6 |
* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 206-10
|
|
 |
fe20ad6 |
- Do not require grubby, lorax now takes care of grubby
|
|
 |
fe20ad6 |
- cherry-picked a lot of patches from upstream
|
|
 |
fe20ad6 |
|
|
 |
9c6da2c |
* Tue Aug 27 2013 Dennis Gilmore <dennis@ausil.us> - 206-9
|
|
 |
9c6da2c |
- Require grubby, Fedora installs require grubby,
|
|
 |
9c6da2c |
- kernel-install took over from new-kernel-pkg
|
|
 |
9c6da2c |
- without the Requires we are unable to compose Fedora
|
|
 |
9c6da2c |
- everyone else says that since kernel-install took over
|
|
 |
9c6da2c |
- it is responsible for ensuring that grubby is in place
|
|
 |
9c6da2c |
- this is really what we want for Fedora
|
|
 |
9c6da2c |
|
|
 |
a5129a4 |
* Tue Aug 27 2013 Kay Sievers <kay@redhat.com> - 206-8
|
|
 |
a5129a4 |
- Revert "Require grubby its needed by kernel-install"
|
|
 |
a5129a4 |
|
|
 |
a5129a4 |
* Mon Aug 26 2013 Dennis Gilmore <dennis@ausil.us> 206-7
|
|
 |
a5129a4 |
- Require grubby its needed by kernel-install
|
|
 |
a5129a4 |
|
|
 |
c3aabf4 |
* Thu Aug 22 2013 Harald Hoyer <harald@redhat.com> 206-6
|
|
 |
c3aabf4 |
- kernel-install now understands kernel flavors like PAE
|
|
 |
c3aabf4 |
|
|
Rex Dieter |
d9cb699 |
* Tue Aug 20 2013 Rex Dieter <rdieter@fedoraproject.org> - 206-5
|
|
Rex Dieter |
d9cb699 |
- add sddm.service to preset file (#998978)
|
|
Rex Dieter |
d9cb699 |
|
|
Rex Dieter |
b46f6bf |
* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 206-4
|
|
 |
6fc19e1 |
- Filter out provides for private python modules.
|
|
 |
cd8ce40 |
- Add requires on kmod >= 14 (#990994).
|
|
 |
6fc19e1 |
|
|
 |
b75a173 |
* Sun Aug 11 2013 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 206-3
|
|
 |
b75a173 |
- New systemd-python3 package (#976427).
|
|
 |
a423239 |
- Add ownership of a few directories that we create (#894202).
|
|
 |
b75a173 |
|
|
 |
2d07fac |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 206-2
|
|
 |
2d07fac |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
 |
2d07fac |
|
|
 |
2cfc568 |
* Tue Jul 23 2013 Kay Sievers <kay@redhat.com> - 206-1
|
|
 |
2cfc568 |
- New upstream release
|
|
 |
2cfc568 |
Resolves (#984152)
|
|
 |
2cfc568 |
|
|
Lennart Poettering |
9d287fc |
* Wed Jul 3 2013 Lennart Poettering <lpoetter@redhat.com> - 205-1
|
|
Lennart Poettering |
9d287fc |
- New upstream release
|
|
Lennart Poettering |
9d287fc |
|
|
 |
54952b3 |
* Wed Jun 26 2013 Michal Schmidt <mschmidt@redhat.com> 204-10
|
|
 |
54952b3 |
- Split systemd-journal-gateway subpackage (#908081).
|
|
 |
54952b3 |
|
|
 |
da2af8d |
* Mon Jun 24 2013 Michal Schmidt <mschmidt@redhat.com> 204-9
|
|
 |
da2af8d |
- Rename nm_dispatcher to NetworkManager-dispatcher in default preset (#977433)
|
|
 |
da2af8d |
|
|
 |
670c702 |
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-8
|
|
 |
670c702 |
- fix, which helps to sucessfully browse journals with
|
|
 |
670c702 |
duplicated seqnums
|
|
 |
670c702 |
|
|
 |
f9af884 |
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-7
|
|
 |
f9af884 |
- fix duplicate message ID bug
|
|
 |
f9af884 |
Resolves: rhbz#974132
|
|
 |
f9af884 |
|
|
 |
2cfbb4e |
* Thu Jun 06 2013 Harald Hoyer <harald@redhat.com> 204-6
|
|
 |
2cfbb4e |
- introduce 99-default-disable.preset
|
|
 |
2cfbb4e |
|
|
Lennart Poettering |
c905fb8 |
* Thu Jun 6 2013 Lennart Poettering <lpoetter@redhat.com> - 204-5
|
|
Lennart Poettering |
c905fb8 |
- 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 |
c905fb8 |
|
|
 |
4b90fcc |
* Tue May 28 2013 Harald Hoyer <harald@redhat.com> 204-4
|
|
 |
4b90fcc |
- Fix kernel-install (#965897)
|
|
 |
4b90fcc |
|
|
 |
7372cee |
* Wed May 22 2013 Kay Sievers <kay@redhat.com> - 204-3
|
|
 |
7372cee |
- Fix kernel-install (#965897)
|
|
 |
7372cee |
|
|
 |
285fb0c |
* Thu May 9 2013 Lennart Poettering <lpoetter@redhat.com> - 204-2
|
|
Lennart Poettering |
65ca4a3 |
- New upstream release
|
|
 |
285fb0c |
- disable isdn by default (#959793)
|
|
Lennart Poettering |
65ca4a3 |
|
|
 |
fad8bad |
* Tue May 07 2013 Harald Hoyer <harald@redhat.com> 203-2
|
|
 |
fad8bad |
- forward port kernel-install-grubby.patch
|
|
 |
fad8bad |
|
|
Lennart Poettering |
0a9dd92 |
* Tue May 7 2013 Lennart Poettering <lpoetter@redhat.com> - 203-1
|
|
Lennart Poettering |
0a9dd92 |
- New upstream release
|
|
Lennart Poettering |
0a9dd92 |
|
|
 |
5f4d81a |
* Wed Apr 24 2013 Harald Hoyer <harald@redhat.com> 202-3
|
|
 |
5f4d81a |
- fix ENOENT for getaddrinfo
|
|
Lennart Poettering |
65ca4a3 |
- Resolves: rhbz#954012 rhbz#956035
|
|
 |
5f4d81a |
- crypt-setup-generator: correctly check return of strdup
|
|
 |
5f4d81a |
- logind-dbus: initialize result variable
|
|
 |
5f4d81a |
- prevent library underlinking
|
|
 |
5f4d81a |
|
|
 |
a72a357 |
* Fri Apr 19 2013 Harald Hoyer <harald@redhat.com> 202-2
|
|
 |
a72a357 |
- nspawn create empty /etc/resolv.conf if necessary
|
|
 |
a72a357 |
- python wrapper: add sd_journal_add_conjunction()
|
|
 |
a72a357 |
- fix s390 booting
|
|
Lennart Poettering |
65ca4a3 |
- Resolves: rhbz#953217
|
|
 |
a72a357 |
|
|
Lennart Poettering |
14f69d3 |
* Thu Apr 18 2013 Lennart Poettering <lpoetter@redhat.com> - 202-1
|
|
Lennart Poettering |
14f69d3 |
- New upstream release
|
|
Lennart Poettering |
14f69d3 |
|
|
 |
77289ef |
* Tue Apr 09 2013 Michal Schmidt <mschmidt@redhat.com> - 201-2
|
|
 |
77289ef |
- Automatically discover whether to run autoreconf and add autotools and git
|
|
 |
77289ef |
BuildRequires based on the presence of patches to be applied.
|
|
 |
77289ef |
- Use find -delete.
|
|
 |
77289ef |
|
|
Lennart Poettering |
667198c |
* Mon Apr 8 2013 Lennart Poettering <lpoetter@redhat.com> - 201-1
|
|
Lennart Poettering |
667198c |
- New upstream release
|
|
Lennart Poettering |
667198c |
|
|
Lennart Poettering |
c860c54 |
* Mon Apr 8 2013 Lennart Poettering <lpoetter@redhat.com> - 200-4
|
|
Lennart Poettering |
c860c54 |
- Update preset file
|
|
Lennart Poettering |
c860c54 |
|
|
Lennart Poettering |
db16e80 |
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-3
|
|
Lennart Poettering |
db16e80 |
- Remove NetworkManager-wait-online.service from presets file again, it should default to off
|
|
Lennart Poettering |
db16e80 |
|
|
Lennart Poettering |
ea9b43b |
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-2
|
|
Lennart Poettering |
ea9b43b |
- New upstream release
|
|
Lennart Poettering |
ea9b43b |
|
|
Lennart Poettering |
ea6e552 |
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-2
|
|
Lennart Poettering |
ea6e552 |
- Add NetworkManager-wait-online.service to the presets file
|
|
Lennart Poettering |
ea6e552 |
|
|
Lennart Poettering |
8f03aa7 |
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-1
|
|
Lennart Poettering |
8f03aa7 |
- New upstream release
|
|
Lennart Poettering |
8f03aa7 |
|
|
 |
c7b4b0f |
* Mon Mar 18 2013 Michal Schmidt <mschmidt@redhat.com> 198-7
|
|
 |
c7b4b0f |
- Drop /usr/s?bin/ prefixes.
|
|
 |
c7b4b0f |
|
|
 |
288209e |
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-6
|
|
 |
288209e |
- run autogen to pickup all changes
|
|
 |
288209e |
|
|
 |
1a6f5e3 |
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-5
|
|
 |
1a6f5e3 |
- do not mount anything, when not running as pid 1
|
|
 |
1a6f5e3 |
- add initrd.target for systemd in the initrd
|
|
 |
1a6f5e3 |
|
|
 |
2e2e24e |
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 198-4
|
|
 |
2e2e24e |
- fix switch-root and local-fs.target problem
|
|
 |
2e2e24e |
- patch kernel-install to use grubby, if available
|
|
 |
2e2e24e |
|
|
 |
b59c3ff |
* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 198-3
|
|
 |
b59c3ff |
- add Conflict with dracut < 026 because of the new switch-root isolate
|
|
 |
b59c3ff |
|
|
Lennart Poettering |
6e7a939 |
* Thu Mar 7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-2
|
|
Lennart Poettering |
6e7a939 |
- Create required users
|
|
Lennart Poettering |
6e7a939 |
|
|
Lennart Poettering |
5457175 |
* Thu Mar 7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-1
|
|
Lennart Poettering |
5457175 |
- New release
|
|
Lennart Poettering |
5457175 |
- Enable journal persistancy by default
|
|
Lennart Poettering |
5457175 |
|
|
 |
841507e |
* Sun Feb 10 2013 Peter Robinson <pbrobinson@fedoraproject.org> 197-3
|
|
 |
841507e |
- Bump for ARM
|
|
 |
841507e |
|
|
 |
869a1a7 |
* Fri Jan 18 2013 Michal Schmidt <mschmidt@redhat.com> - 197-2
|
|
 |
869a1a7 |
- Added qemu-guest-agent.service to presets (Lennart, #885406).
|
|
 |
869a1a7 |
- Add missing pygobject3-base to systemd-analyze deps (Lennart).
|
|
 |
869a1a7 |
- Do not require hwdata, it is all in the hwdb now (Kay).
|
|
 |
869a1a7 |
- Drop dependency on dbus-python.
|
|
 |
869a1a7 |
|
|
 |
869a1a7 |
* Tue Jan 8 2013 Lennart Poettering <lpoetter@redhat.com> - 197-1
|
|
Lennart Poettering |
3a14135 |
- New upstream release
|
|
Lennart Poettering |
3a14135 |
|
|
 |
e1cdbdf |
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-4
|
|
 |
e1cdbdf |
- Enable rngd.service by default (#857765).
|
|
 |
e1cdbdf |
|
|
 |
f5ad371 |
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-3
|
|
 |
f5ad371 |
- Disable hardening on s390(x) because PIE is broken there and produces
|
|
 |
f5ad371 |
text relocations with __thread (#868839).
|
|
 |
f5ad371 |
|
|
 |
90beab8 |
* Wed Dec 05 2012 Michal Schmidt <mschmidt@redhat.com> - 196-2
|
|
 |
90beab8 |
- added spice-vdagentd.service to presets (Lennart, #876237)
|
|
 |
90beab8 |
- BR cryptsetup-devel instead of the legacy cryptsetup-luks-devel provide name
|
|
 |
90beab8 |
(requested by Milan Brož).
|
|
 |
90beab8 |
- verbose make to see the actual build flags
|
|
 |
90beab8 |
|
|
Lennart Poettering |
e7e809f |
* Wed Nov 21 2012 Lennart Poettering <lpoetter@redhat.com> - 196-1
|
|
Lennart Poettering |
e7e809f |
- New upstream release
|
|
Lennart Poettering |
e7e809f |
|
|
Lennart Poettering |
46f2542 |
* Tue Nov 20 2012 Lennart Poettering <lpoetter@redhat.com> - 195-8
|
|
Lennart Poettering |
46f2542 |
- https://bugzilla.redhat.com/show_bug.cgi?id=873459
|
|
Lennart Poettering |
46f2542 |
- https://bugzilla.redhat.com/show_bug.cgi?id=878093
|
|
Lennart Poettering |
46f2542 |
|
|
 |
59081b0 |
* Thu Nov 15 2012 Michal Schmidt <mschmidt@redhat.com> - 195-7
|
|
 |
59081b0 |
- Revert udev killing cgroup patch for F18 Beta.
|
|
 |
59081b0 |
- https://bugzilla.redhat.com/show_bug.cgi?id=873576
|
|
 |
59081b0 |
|
|
 |
b42e57b |
* Fri Nov 09 2012 Michal Schmidt <mschmidt@redhat.com> - 195-6
|
|
 |
b42e57b |
- Fix cyclical dep between systemd and systemd-libs.
|
|
 |
b42e57b |
- Avoid broken build of test-journal-syslog.
|
|
 |
b42e57b |
- https://bugzilla.redhat.com/show_bug.cgi?id=873387
|
|
 |
b42e57b |
- https://bugzilla.redhat.com/show_bug.cgi?id=872638
|
|
 |
b42e57b |
|
|
 |
5464d25 |
* Thu Oct 25 2012 Kay Sievers <kay@redhat.com> - 195-5
|
|
 |
5464d25 |
- require 'sed', limit HOSTNAME= match
|
|
 |
5464d25 |
|
|
 |
3c3608d |
* Wed Oct 24 2012 Michal Schmidt <mschmidt@redhat.com> - 195-4
|
|
 |
3c3608d |
- add dmraid-activation.service to the default preset
|
|
 |
3c3608d |
- add yum protected.d fragment
|
|
 |
3c3608d |
- https://bugzilla.redhat.com/show_bug.cgi?id=869619
|
|
 |
3c3608d |
- https://bugzilla.redhat.com/show_bug.cgi?id=869717
|
|
 |
3c3608d |
|
|
 |
0969ad2 |
* Wed Oct 24 2012 Kay Sievers <kay@redhat.com> - 195-3
|
|
 |
0969ad2 |
- Migrate /etc/sysconfig/ i18n, keyboard, network files/variables to
|
|
 |
0969ad2 |
systemd native files
|
|
 |
0969ad2 |
|
|
Lennart Poettering |
af43dc0 |
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-2
|
|
Lennart Poettering |
af43dc0 |
- Provide syslog because the journal is fine as a syslog implementation
|
|
Lennart Poettering |
af43dc0 |
|
|
Lennart Poettering |
6695e84 |
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-1
|
|
Lennart Poettering |
6695e84 |
- New upstream release
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=831665
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=847720
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=858693
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=863481
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=864629
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=864672
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=864674
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=865128
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=866346
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=867407
|
|
Lennart Poettering |
6695e84 |
- https://bugzilla.redhat.com/show_bug.cgi?id=868603
|
|
Lennart Poettering |
6695e84 |
|
|
 |
f5caa74 |
* Wed Oct 10 2012 Michal Schmidt <mschmidt@redhat.com> - 194-2
|
|
 |
f5caa74 |
- Add scriptlets for migration away from systemd-timedated-ntp.target
|
|
 |
f5caa74 |
|
|
Lennart Poettering |
76d4ed9 |
* Wed Oct 3 2012 Lennart Poettering <lpoetter@redhat.com> - 194-1
|
|
Lennart Poettering |
76d4ed9 |
- New upstream release
|
|
Lennart Poettering |
76d4ed9 |
- https://bugzilla.redhat.com/show_bug.cgi?id=859614
|
|
Lennart Poettering |
76d4ed9 |
- https://bugzilla.redhat.com/show_bug.cgi?id=859655
|
|
Lennart Poettering |
76d4ed9 |
|
|
Lennart Poettering |
09c9088 |
* Fri Sep 28 2012 Lennart Poettering <lpoetter@redhat.com> - 193-1
|
|
Lennart Poettering |
09c9088 |
- New upstream release
|
|
Lennart Poettering |
09c9088 |
|
|
Lennart Poettering |
132b843 |
* Tue Sep 25 2012 Lennart Poettering <lpoetter@redhat.com> - 192-1
|
|
Lennart Poettering |
132b843 |
- New upstream release
|
|
Lennart Poettering |
132b843 |
|
|
Lennart Poettering |
1439d1a |
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-2
|
|
Lennart Poettering |
1439d1a |
- Fix journal mmap header prototype definition to fix compilation on 32bit
|
|
Lennart Poettering |
1439d1a |
|
|
Lennart Poettering |
865baae |
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-1
|
|
Lennart Poettering |
865baae |
- New upstream release
|
|
Lennart Poettering |
865baae |
- Enable all display managers by default, as discussed with Adam Williamson
|
|
Lennart Poettering |
865baae |
|
|
Lennart Poettering |
7b4894e |
* Thu Sep 20 2012 Lennart Poettering <lpoetter@redhat.com> - 190-1
|
|
Lennart Poettering |
7b4894e |
- New upstream release
|
|
Lennart Poettering |
7b4894e |
- Take possession of /etc/localtime, and remove /etc/sysconfig/clock
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=858780
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=858787
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=858771
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=858754
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=858746
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=858266
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=858224
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=857670
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=856975
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=855863
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=851970
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=851275
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=851131
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=847472
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=847207
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=846483
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=846085
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=845973
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=845194
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=845028
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=844630
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=839736
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=835848
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=831740
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=823485
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=821813
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=807886
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=802198
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=767795
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=767561
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=752774
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=732874
|
|
Lennart Poettering |
7b4894e |
- https://bugzilla.redhat.com/show_bug.cgi?id=858735
|
|
Lennart Poettering |
7b4894e |
|
|
Lennart Poettering |
391f9f8 |
* Thu Sep 13 2012 Lennart Poettering <lpoetter@redhat.com> - 189-4
|
|
Lennart Poettering |
391f9f8 |
- Don't pull in pkg-config as dep
|
|
Lennart Poettering |
391f9f8 |
- https://bugzilla.redhat.com/show_bug.cgi?id=852828
|
|
Lennart Poettering |
391f9f8 |
|
|
Lennart Poettering |
301de5d |
* Wed Sep 12 2012 Lennart Poettering <lpoetter@redhat.com> - 189-3
|
|
Lennart Poettering |
301de5d |
- Update preset policy
|
|
Lennart Poettering |
301de5d |
- 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 |
301de5d |
|
|
Lennart Poettering |
b1c19b8 |
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-2
|
|
Lennart Poettering |
b1c19b8 |
- Update preset policy
|
|
Lennart Poettering |
b1c19b8 |
- https://bugzilla.redhat.com/show_bug.cgi?id=850814
|
|
Lennart Poettering |
b1c19b8 |
|
|
Lennart Poettering |
b1c19b8 |
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-1
|
|
Lennart Poettering |
38a7fb7 |
- New upstream release
|
|
Lennart Poettering |
38a7fb7 |
|
|
Lennart Poettering |
7b4894e |
* Thu Aug 16 2012 Ray Strode <rstrode@redhat.com> 188-4
|
|
Lennart Poettering |
7b4894e |
- more scriptlet fixes
|
|
 |
1d42f59 |
(move dm migration logic to %%posttrans so the service
|
|
Lennart Poettering |
7b4894e |
files it's looking for are available at the time
|
|
Lennart Poettering |
7b4894e |
the logic is run)
|
|
Lennart Poettering |
7b4894e |
|
|
Lennart Poettering |
c7ab700 |
* Sat Aug 11 2012 Lennart Poettering <lpoetter@redhat.com> - 188-3
|
|
Lennart Poettering |
c7ab700 |
- Remount file systems MS_PRIVATE before switching roots
|
|
Lennart Poettering |
c7ab700 |
- https://bugzilla.redhat.com/show_bug.cgi?id=847418
|
|
Lennart Poettering |
c7ab700 |
|
|
 |
1b22d7e |
* Wed Aug 08 2012 Rex Dieter <rdieter@fedoraproject.org> - 188-2
|
|
 |
1b22d7e |
- fix scriptlets
|
|
 |
1b22d7e |
|
|
Lennart Poettering |
66cf07d |
* Wed Aug 8 2012 Lennart Poettering <lpoetter@redhat.com> - 188-1
|
|
Lennart Poettering |
66cf07d |
- New upstream release
|
|
Lennart Poettering |
114c785 |
- Enable gdm and avahi by default via the preset file
|
|
Lennart Poettering |
b79f2e2 |
- Convert /etc/sysconfig/desktop to display-manager.service symlink
|
|
Lennart Poettering |
66cf07d |
- Enable hardened build
|
|
Lennart Poettering |
cb95f8b |
|
|
 |
27bf945 |
* Mon Jul 30 2012 Kay Sievers <kay@redhat.com> - 187-3
|
|
 |
27bf945 |
- Obsolete: system-setup-keyboard
|
|
 |
27bf945 |
|
|
 |
b96fc02 |
* Wed Jul 25 2012 Kalev Lember <kalevlember@gmail.com> - 187-2
|
|
 |
b96fc02 |
- Run ldconfig for the new -libs subpackage
|
|
 |
b96fc02 |
|
|
Lennart Poettering |
c756921 |
* Thu Jul 19 2012 Lennart Poettering <lpoetter@redhat.com> - 187-1
|
|
Lennart Poettering |
c756921 |
- New upstream release
|
|
Lennart Poettering |
c756921 |
|
|
 |
8b88cab |
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 186-2
|
|
 |
8b88cab |
- fixed dracut conflict version
|
|
 |
8b88cab |
|
|
Lennart Poettering |
4481fb1 |
* Tue Jul 3 2012 Lennart Poettering <lpoetter@redhat.com> - 186-1
|
|
Lennart Poettering |
4481fb1 |
- New upstream release
|
|
Lennart Poettering |
4481fb1 |
|
|
 |
5817178 |
* Fri Jun 22 2012 Nils Philippsen <nils@redhat.com> - 185-7.gite7aee75
|
|
 |
5817178 |
- add obsoletes/conflicts so multilib systemd -> systemd-libs updates work
|
|
 |
5817178 |
|
|
 |
b0cc7b6 |
* Thu Jun 14 2012 Michal Schmidt <mschmidt@redhat.com> - 185-6.gite7aee75
|
|
 |
b0cc7b6 |
- Update to current git
|
|
 |
b0cc7b6 |
|
|
 |
9e13f37 |
* Wed Jun 06 2012 Kay Sievers - 185-5.gita2368a3
|
|
 |
9e13f37 |
- disable plymouth in configure, to drop the .wants/ symlinks
|
|
 |
9e13f37 |
|
|
 |
998394d |
* Wed Jun 06 2012 Michal Schmidt <mschmidt@redhat.com> - 185-4.gita2368a3
|
|
 |
998394d |
- Update to current git snapshot
|
|
 |
998394d |
- Add systemd-readahead-analyze
|
|
 |
998394d |
- Drop upstream patch
|
|
 |
998394d |
- Split systemd-libs
|
|
 |
998394d |
- Drop duplicate doc files
|
|
 |
998394d |
- Fixed License headers of subpackages
|
|
 |
998394d |
|
|
 |
998394d |
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> - 185-3
|
|
 |
1b8a7f0 |
- Drop plymouth files
|
|
 |
1b8a7f0 |
- Conflict with old plymouth
|
|
 |
1b8a7f0 |
|
|
 |
6979d27 |
* Tue Jun 05 2012 Kay Sievers - 185-2
|
|
 |
6979d27 |
- selinux udev labeling fix
|
|
 |
6979d27 |
- conflict with older dracut versions for new udev file names
|
|
 |
6979d27 |
|
|
 |
5a4479a |
* Mon Jun 04 2012 Kay Sievers - 185-1
|
|
 |
5a4479a |
- New upstream release
|
|
 |
5a4479a |
- udev selinux labeling fixes
|
|
 |
5a4479a |
- new man pages
|
|
 |
5a4479a |
- systemctl help <unit name>
|
|
 |
5a4479a |
|
|
Lennart Poettering |
eb53888 |
* Thu May 31 2012 Lennart Poettering <lpoetter@redhat.com> - 184-1
|
|
Lennart Poettering |
eb53888 |
- New upstream release
|
|
Lennart Poettering |
eb53888 |
|
|
 |
973c8d4 |
* Thu May 24 2012 Kay Sievers <kay@redhat.com> - 183-1
|
|
 |
973c8d4 |
- New upstream release including udev merge.
|
|
 |
973c8d4 |
|
|
 |
3d6d895 |
* Wed Mar 28 2012 Michal Schmidt <mschmidt@redhat.com> - 44-4
|
|
 |
3d6d895 |
- Add triggers from Bill Nottingham to correct the damage done by
|
|
 |
3d6d895 |
the obsoleted systemd-units's preun scriptlet (#807457).
|
|
 |
3d6d895 |
|
|
 |
e6be2e7 |
* Mon Mar 26 2012 Dennis Gilmore <dennis@ausil.us> - 44-3
|
|
 |
e6be2e7 |
- apply patch from upstream so we can build systemd on arm and ppc
|
|
 |
e6be2e7 |
- and likely the rest of the secondary arches
|
|
 |
e6be2e7 |
|
|
 |
7de90b3 |
* Tue Mar 20 2012 Michal Schmidt <mschmidt@redhat.com> - 44-2
|
|
 |
7de90b3 |
- Don't build the gtk parts anymore. They're moving into systemd-ui.
|
|
 |
7de90b3 |
- Remove a dead patch file.
|
|
 |
7de90b3 |
|
|
Lennart Poettering |
87c59bd |
* Fri Mar 16 2012 Lennart Poettering <lpoetter@redhat.com> - 44-1
|
|
Lennart Poettering |
87c59bd |
- New upstream release
|
|
Lennart Poettering |
87c59bd |
- Closes #798760, #784921, #783134, #768523, #781735
|
|
Lennart Poettering |
87c59bd |
|
|
 |
751bc7e |
* Mon Feb 27 2012 Dennis Gilmore <dennis@ausil.us> - 43-2
|
|
 |
751bc7e |
- don't conflict with fedora-release systemd never actually provided
|
|
 |
751bc7e |
- /etc/os-release so there is no actual conflict
|
|
 |
751bc7e |
|
|
Lennart Poettering |
7cc5037 |
* Wed Feb 15 2012 Lennart Poettering <lpoetter@redhat.com> - 43-1
|
|
Lennart Poettering |
7cc5037 |
- New upstream release
|
|
Lennart Poettering |
7cc5037 |
- Closes #789758, #790260, #790522
|
|
Lennart Poettering |
7cc5037 |
|
|
Lennart Poettering |
54fb1a8 |
* Sat Feb 11 2012 Lennart Poettering <lpoetter@redhat.com> - 42-1
|
|
Lennart Poettering |
54fb1a8 |
- New upstream release
|
|
Lennart Poettering |
54fb1a8 |
- Save a bit of entropy during system installation (#789407)
|
|
Lennart Poettering |
54fb1a8 |
- Don't own /etc/os-release anymore, leave that to fedora-release
|
|
Lennart Poettering |
54fb1a8 |
|
|
 |
3d15eff |
* Thu Feb 9 2012 Adam Williamson <awilliam@redhat.com> - 41-2
|
|
 |
3d15eff |
- rebuild for fixed binutils
|
|
 |
3d15eff |
|
|
Lennart Poettering |
3c0bb5a |
* Thu Feb 9 2012 Lennart Poettering <lpoetter@redhat.com> - 41-1
|
|
Lennart Poettering |
3c0bb5a |
- New upstream release
|
|
Lennart Poettering |
3c0bb5a |
|
|
Lennart Poettering |
669e843 |
* Tue Feb 7 2012 Lennart Poettering <lpoetter@redhat.com> - 40-1
|
|
Lennart Poettering |
669e843 |
- New upstream release
|
|
Lennart Poettering |
669e843 |
|
|
Kay Sievers |
8ec8f44 |
* Thu Jan 26 2012 Kay Sievers <kay@redhat.com> - 39-3
|
|
Kay Sievers |
8ec8f44 |
- provide /sbin/shutdown
|
|
Kay Sievers |
8ec8f44 |
|
|
 |
5c0f42f |
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 39-2
|
|
 |
5c0f42f |
- increment release
|
|
 |
5c0f42f |
|
|
 |
8af0a3d |
* Wed Jan 25 2012 Kay Sievers <kay@redhat.com> - 39-1.1
|
|
Kay Sievers |
3b11fb6 |
- install everything in /usr
|
|
Kay Sievers |
3b11fb6 |
https://fedoraproject.org/wiki/Features/UsrMove
|
|
Kay Sievers |
3b11fb6 |
|
|
Lennart Poettering |
03e2e2f |
* Wed Jan 25 2012 Lennart Poettering <lpoetter@redhat.com> - 39-1
|
|
Lennart Poettering |
03e2e2f |
- New upstream release
|
|
Lennart Poettering |
03e2e2f |
|
|
 |
8b9f614 |
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-6.git9fa2f41
|
|
 |
8b9f614 |
- Update to a current git snapshot.
|
|
 |
8b9f614 |
- Resolves: #781657
|
|
 |
8b9f614 |
|
|
 |
cff4d67 |
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-5
|
|
 |
cff4d67 |
- Build against libgee06. Reenable gtk tools.
|
|
 |
cff4d67 |
- Delete unused patches.
|
|
 |
cff4d67 |
- Add easy building of git snapshots.
|
|
 |
cff4d67 |
- Remove legacy spec file elements.
|
|
 |
cff4d67 |
- Don't mention implicit BuildRequires.
|
|
 |
cff4d67 |
- Configure with --disable-static.
|
|
 |
cff4d67 |
- Merge -units into the main package.
|
|
 |
cff4d67 |
- Move section 3 manpages to -devel.
|
|
 |
cff4d67 |
- Fix unowned directory.
|
|
 |
cff4d67 |
- Run ldconfig in scriptlets.
|
|
 |
cff4d67 |
- Split systemd-analyze to a subpackage.
|
|
 |
cff4d67 |
|
|
 |
125ea38 |
* Sat Jan 21 2012 Dan Horák <dan[at]danny.cz> - 38-4
|
|
 |
125ea38 |
- fix build on big-endians
|
|
 |
125ea38 |
|
|
Lennart Poettering |
fe60eac |
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-3
|
|
Lennart Poettering |
fe60eac |
- Disable building of gtk tools for now
|
|
Lennart Poettering |
fe60eac |
|
|
Lennart Poettering |
29f5e61 |
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-2
|
|
Lennart Poettering |
29f5e61 |
- Fix a few (build) dependencies
|
|
Lennart Poettering |
29f5e61 |
|
|
Lennart Poettering |
7bb7b2c |
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-1
|
|
Lennart Poettering |
7bb7b2c |
- New upstream release
|
|
Lennart Poettering |
7bb7b2c |
|
|
 |
ce9f78e |
* Tue Nov 15 2011 Michal Schmidt <mschmidt@redhat.com> - 37-4
|
|
 |
ce9f78e |
- Run authconfig if /etc/pam.d/system-auth is not a symlink.
|
|
 |
ce9f78e |
- Resolves: #753160
|
|
 |
ce9f78e |
|
|
 |
57a225d |
* Wed Nov 02 2011 Michal Schmidt <mschmidt@redhat.com> - 37-3
|
|
 |
57a225d |
- Fix remote-fs-pre.target and its ordering.
|
|
 |
57a225d |
- Resolves: #749940
|
|
 |
57a225d |
|
|
 |
bbee01f |
* Wed Oct 19 2011 Michal Schmidt <mschmidt@redhat.com> - 37-2
|
|
 |
bbee01f |
- A couple of fixes from upstream:
|
|
 |
bbee01f |
- Fix a regression in bash-completion reported in Bodhi.
|
|
 |
bbee01f |
- Fix a crash in isolating.
|
|
 |
bbee01f |
- Resolves: #717325
|
|
 |
bbee01f |
|
|
Lennart Poettering |
3a932a1 |
* Tue Oct 11 2011 Lennart Poettering <lpoetter@redhat.com> - 37-1
|
|
Lennart Poettering |
3a932a1 |
- New upstream release
|
|
Lennart Poettering |
3a932a1 |
- Resolves: #744726, #718464, #713567, #713707, #736756
|
|
Lennart Poettering |
3a932a1 |
|
|
 |
25c1c5a |
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-5
|
|
 |
25c1c5a |
- Undo the workaround. Kay says it does not belong in systemd.
|
|
 |
25c1c5a |
- Unresolves: #741655
|
|
 |
25c1c5a |
|
|
 |
0afbbc6 |
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-4
|
|
 |
0afbbc6 |
- Workaround for the crypto-on-lvm-on-crypto disk layout
|
|
 |
0afbbc6 |
- Resolves: #741655
|
|
 |
0afbbc6 |
|
|
 |
a762e50 |
* Sun Sep 25 2011 Michal Schmidt <mschmidt@redhat.com> - 36-3
|
|
 |
a762e50 |
- Revert an upstream patch that caused ordering cycles
|
|
 |
a762e50 |
- Resolves: #741078
|
|
 |
a762e50 |
|
|
Lennart Poettering |
cf80324 |
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-2
|
|
Lennart Poettering |
cf80324 |
- Add /etc/timezone to ghosted files
|
|
Lennart Poettering |
cf80324 |
|
|
Lennart Poettering |
a023902 |
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-1
|
|
Lennart Poettering |
a023902 |
- New upstream release
|
|
Lennart Poettering |
a023902 |
- Resolves: #735013, #736360, #737047, #737509, #710487, #713384
|
|
Lennart Poettering |
a023902 |
|
|
Lennart Poettering |
fdfe15e |
* Thu Sep 1 2011 Lennart Poettering <lpoetter@redhat.com> - 35-1
|
|
Lennart Poettering |
fdfe15e |
- New upstream release
|
|
Lennart Poettering |
556ae5b |
- Update post scripts
|
|
Lennart Poettering |
fdfe15e |
- Resolves: #726683, #713384, #698198, #722803, #727315, #729997, #733706, #734611
|
|
Lennart Poettering |
556ae5b |
|
|
Lennart Poettering |
90285fd |
* Thu Aug 25 2011 Lennart Poettering <lpoetter@redhat.com> - 34-1
|
|
Lennart Poettering |
90285fd |
- New upstream release
|
|
Lennart Poettering |
90285fd |
|
|
 |
c0cb884 |
* Fri Aug 19 2011 Harald Hoyer <harald@redhat.com> 33-2
|
|
 |
c0cb884 |
- fix ABRT on service file reloading
|
|
Lennart Poettering |
556ae5b |
- Resolves: rhbz#732020
|
|
 |
c0cb884 |
|
|
Lennart Poettering |
56d8c35 |
* Wed Aug 3 2011 Lennart Poettering <lpoetter@redhat.com> - 33-1
|
|
Lennart Poettering |
56d8c35 |
- New upstream release
|
|
Lennart Poettering |
56d8c35 |
|
|
Lennart Poettering |
4d0353b |
* Fri Jul 29 2011 Lennart Poettering <lpoetter@redhat.com> - 32-1
|
|
Lennart Poettering |
4d0353b |
- New upstream release
|
|
Lennart Poettering |
4d0353b |
|
|
Lennart Poettering |
b05890c |
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-2
|
|
Lennart Poettering |
b05890c |
- Fix access mode of modprobe file, restart logind after upgrade
|
|
Lennart Poettering |
b05890c |
|
|
Lennart Poettering |
9652b0b |
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-1
|
|
Lennart Poettering |
9652b0b |
- New upstream release
|
|
Lennart Poettering |
9652b0b |
|
|
Lennart Poettering |
5c28c35 |
* Wed Jul 13 2011 Lennart Poettering <lpoetter@redhat.com> - 30-1
|
|
Lennart Poettering |
5c28c35 |
- New upstream release
|
|
Lennart Poettering |
5c28c35 |
|
|
Lennart Poettering |
a8456a7 |
* Thu Jun 16 2011 Lennart Poettering <lpoetter@redhat.com> - 29-1
|
|
Lennart Poettering |
a8456a7 |
- New upstream release
|
|
Lennart Poettering |
a8456a7 |
|
|
 |
62bfbde |
* Mon Jun 13 2011 Michal Schmidt <mschmidt@redhat.com> - 28-4
|
|
 |
62bfbde |
- Apply patches from current upstream.
|
|
 |
62bfbde |
- Fixes memory size detection on 32-bit with >4GB RAM (BZ712341)
|
|
 |
62bfbde |
|
|
 |
62bfbde |
* Wed Jun 08 2011 Michal Schmidt <mschmidt@redhat.com> - 28-3
|
|
 |
90b0629 |
- Apply patches from current upstream
|
|
 |
90b0629 |
- https://bugzilla.redhat.com/show_bug.cgi?id=709909
|
|
 |
90b0629 |
- https://bugzilla.redhat.com/show_bug.cgi?id=710839
|
|
 |
90b0629 |
- https://bugzilla.redhat.com/show_bug.cgi?id=711015
|
|
 |
90b0629 |
|
|
Lennart Poettering |
12ec692 |
* Sat May 28 2011 Lennart Poettering <lpoetter@redhat.com> - 28-2
|
|
Lennart Poettering |
12ec692 |
- Pull in nss-myhostname
|
|
Lennart Poettering |
12ec692 |
|
|
Lennart Poettering |
35d1c58 |
* Thu May 26 2011 Lennart Poettering <lpoetter@redhat.com> - 28-1
|
|
Lennart Poettering |
35d1c58 |
- New upstream release
|
|
Lennart Poettering |
35d1c58 |
|
|
Lennart Poettering |
7e98ac3 |
* Wed May 25 2011 Lennart Poettering <lpoetter@redhat.com> - 26-2
|
|
Lennart Poettering |
7e98ac3 |
- Bugfix release
|
|
Lennart Poettering |
7e98ac3 |
- https://bugzilla.redhat.com/show_bug.cgi?id=707507
|
|
Lennart Poettering |
7e98ac3 |
- https://bugzilla.redhat.com/show_bug.cgi?id=707483
|
|
Lennart Poettering |
7e98ac3 |
- https://bugzilla.redhat.com/show_bug.cgi?id=705427
|
|
Lennart Poettering |
7e98ac3 |
- https://bugzilla.redhat.com/show_bug.cgi?id=707577
|
|
Lennart Poettering |
7e98ac3 |
|
|
Lennart Poettering |
101ad38 |
* Sat Apr 30 2011 Lennart Poettering <lpoetter@redhat.com> - 26-1
|
|
Lennart Poettering |
101ad38 |
- New upstream release
|
|
Lennart Poettering |
101ad38 |
- https://bugzilla.redhat.com/show_bug.cgi?id=699394
|
|
Lennart Poettering |
101ad38 |
- https://bugzilla.redhat.com/show_bug.cgi?id=698198
|
|
Lennart Poettering |
101ad38 |
- https://bugzilla.redhat.com/show_bug.cgi?id=698674
|
|
Lennart Poettering |
101ad38 |
- https://bugzilla.redhat.com/show_bug.cgi?id=699114
|
|
Lennart Poettering |
101ad38 |
- https://bugzilla.redhat.com/show_bug.cgi?id=699128
|
|
Lennart Poettering |
101ad38 |
|
|
Lennart Poettering |
82a1143 |
* Thu Apr 21 2011 Lennart Poettering <lpoetter@redhat.com> - 25-1
|
|
Lennart Poettering |
82a1143 |
- New upstream release
|
|
Lennart Poettering |
82a1143 |
- https://bugzilla.redhat.com/show_bug.cgi?id=694788
|
|
Lennart Poettering |
82a1143 |
- https://bugzilla.redhat.com/show_bug.cgi?id=694321
|
|
Lennart Poettering |
82a1143 |
- https://bugzilla.redhat.com/show_bug.cgi?id=690253
|
|
Lennart Poettering |
82a1143 |
- https://bugzilla.redhat.com/show_bug.cgi?id=688661
|
|
Lennart Poettering |
82a1143 |
- https://bugzilla.redhat.com/show_bug.cgi?id=682662
|
|
Lennart Poettering |
82a1143 |
- https://bugzilla.redhat.com/show_bug.cgi?id=678555
|
|
Lennart Poettering |
82a1143 |
- https://bugzilla.redhat.com/show_bug.cgi?id=628004
|
|
Lennart Poettering |
82a1143 |
|
|
Lennart Poettering |
564695e |
* Wed Apr 6 2011 Lennart Poettering <lpoetter@redhat.com> - 24-1
|
|
Lennart Poettering |
564695e |
- New upstream release
|
|
Lennart Poettering |
564695e |
- https://bugzilla.redhat.com/show_bug.cgi?id=694079
|
|
Lennart Poettering |
564695e |
- https://bugzilla.redhat.com/show_bug.cgi?id=693289
|
|
Lennart Poettering |
564695e |
- https://bugzilla.redhat.com/show_bug.cgi?id=693274
|
|
Lennart Poettering |
564695e |
- https://bugzilla.redhat.com/show_bug.cgi?id=693161
|
|
Lennart Poettering |
564695e |
|
|
Lennart Poettering |
639e1e7 |
* Tue Apr 5 2011 Lennart Poettering <lpoetter@redhat.com> - 23-1
|
|
Lennart Poettering |
639e1e7 |
- New upstream release
|
|
Lennart Poettering |
639e1e7 |
- Include systemd-sysv-convert
|
|
Lennart Poettering |
639e1e7 |
|
|
Lennart Poettering |
7ec857e |
* Fri Apr 1 2011 Lennart Poettering <lpoetter@redhat.com> - 22-1
|
|
Lennart Poettering |
7ec857e |
- New upstream release
|
|
Lennart Poettering |
7ec857e |
|
|
Lennart Poettering |
27739b0 |
* Wed Mar 30 2011 Lennart Poettering <lpoetter@redhat.com> - 21-2
|
|
Lennart Poettering |
27739b0 |
- The quota services are now pulled in by mount points, hence no need to enable them explicitly
|
|
Lennart Poettering |
27739b0 |
|
|
Lennart Poettering |
b492114 |
* Tue Mar 29 2011 Lennart Poettering <lpoetter@redhat.com> - 21-1
|
|
Lennart Poettering |
b492114 |
- New upstream release
|
|
Lennart Poettering |
b492114 |
|
|
 |
61aff02 |
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 20-2
|
|
 |
61aff02 |
- Apply upstream patch to not send untranslated messages to plymouth
|
|
 |
61aff02 |
|
|
Lennart Poettering |
3a18c63 |
* Tue Mar 8 2011 Lennart Poettering <lpoetter@redhat.com> - 20-1
|
|
Lennart Poettering |
3a18c63 |
- New upstream release
|
|
Lennart Poettering |
3a18c63 |
|
|
Lennart Poettering |
342c431 |
* Tue Mar 1 2011 Lennart Poettering <lpoetter@redhat.com> - 19-1
|
|
Lennart Poettering |
342c431 |
- New upstream release
|
|
Lennart Poettering |
342c431 |
|
|
Lennart Poettering |
9f855ab |
* Wed Feb 16 2011 Lennart Poettering <lpoetter@redhat.com> - 18-1
|
|
Lennart Poettering |
9f855ab |
- New upstream release
|
|
Lennart Poettering |
9f855ab |
|
|
Bill Nottingham |
542ef56 |
* Mon Feb 14 2011 Bill Nottingham <notting@redhat.com> - 17-6
|
|
Bill Nottingham |
542ef56 |
- bump upstart obsoletes (#676815)
|
|
Bill Nottingham |
542ef56 |
|
|
 |
2b7ec6e |
* Wed Feb 9 2011 Tom Callaway <spot@fedoraproject.org> - 17-5
|
|
 |
2b7ec6e |
- add macros.systemd file for %%{_unitdir}
|
|
 |
2b7ec6e |
|
|
 |
c1c282e |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17-4
|
|
 |
c1c282e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|