New upstream release
This commit is contained in:
parent
5cdbe47c57
commit
456eac18c7
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,4 +4,4 @@
|
||||
/systemd-*src.rpm
|
||||
/systemd-*.tar.xz
|
||||
/*.rpm
|
||||
/systemd-226.tar.gz
|
||||
/systemd-227.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
e0710185ba9723c622def5b1398b08b7 systemd-226.tar.gz
|
||||
a06aa8cd1e2bfa952f84d1b433d8fec2 systemd-227.tar.gz
|
||||
|
@ -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
|
13
systemd.spec
13
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 <kay@redhat.com> - 227-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Sep 18 2015 Jan Synáček <jsynacek@redhat.com> - 226-3
|
||||
- user systemd-journal-upload should be in systemd-journal group (#1262743)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user