From 456eac18c7c0eb08b0659f49bfd6e103086f4e79 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Oct 07 2015 15:13:28 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index 7eef2a2..ecc02aa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ /systemd-*src.rpm /systemd-*.tar.xz /*.rpm -/systemd-226.tar.gz +/systemd-227.tar.gz diff --git a/sources b/sources index 4b9c4de..6430a26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0710185ba9723c622def5b1398b08b7 systemd-226.tar.gz +a06aa8cd1e2bfa952f84d1b433d8fec2 systemd-227.tar.gz diff --git a/systemd-user b/systemd-user deleted file mode 100644 index 0ebc415..0000000 --- a/systemd-user +++ /dev/null @@ -1,9 +0,0 @@ -# This file is part of systemd. -# -# Used by systemd --user instances. - -account include system-auth - -session required pam_selinux.so close -session required pam_selinux.so nottys open -session include system-auth diff --git a/systemd.spec b/systemd.spec index 3d47fdf..2470f9c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -12,8 +12,8 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 226 -Release: 3%{?gitcommit:.git%{gitcommitshort}}%{?dist} +Version: 227 +Release: 1%{?gitcommit:.git%{gitcommitshort}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -34,9 +34,6 @@ Source7: systemd-journal-remote.xml Source8: systemd-journal-gatewayd.xml Source9: 20-yama-ptrace.conf -# Fix until upstream version is available -Source100: systemd-user - # kernel-install patch for grubby, drop if grubby is obsolete Patch1000: kernel-install-grubby.patch @@ -336,9 +333,6 @@ install -Dm0644 %{SOURCE8} %{buildroot}/usr/lib/firewalld/services/ # https://bugzilla.redhat.com/show_bug.cgi?id=1234951 install -Dm0644 %{SOURCE9} %{buildroot}%{_pkgdocdir}/ -# Fix until upstream version is available -install -Dm0644 %{SOURCE100} %{buildroot}%{_sysconfdir}/pam.d/ - %find_lang %{name} %check @@ -777,6 +771,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd /usr/lib/firewalld/services/* %changelog +* Wed Oct 7 2015 Kay Sievers - 227-1 +- New upstream release + * Fri Sep 18 2015 Jan Synáček - 226-3 - user systemd-journal-upload should be in systemd-journal group (#1262743)