From 741490beebb87aa8e9eccc73f979742a6f7f8458 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Jul 29 2015 11:14:57 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index ce40a89..e2ad1aa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ /systemd-*src.rpm /systemd-*.tar.xz /*.rpm -/systemd-222.tar.gz +/systemd-223.tar.gz diff --git a/sources b/sources index 79a0eca..85382d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a18881dc123141b0c61f95d8f8941801 systemd-222.tar.gz +edc657f3cd4770c4289fbf3205da1e3a systemd-223.tar.gz diff --git a/systemd.spec b/systemd.spec index cb3e22b..e1a4870 100644 --- a/systemd.spec +++ b/systemd.spec @@ -12,8 +12,8 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 222 -Release: 2%{?gitcommit:.git%{gitcommit}}%{?dist} +Version: 223 +Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -338,9 +338,6 @@ install -Dm0644 %{SOURCE8} %{buildroot}/usr/lib/firewalld/services/ # https://bugzilla.redhat.com/show_bug.cgi?id=1234951 install -Dm0644 %{SOURCE9} %{buildroot}%{_pkgdocdir}/ -# Remove hidden files -rm %{buildroot}%{_pkgdocdir}/.[a-z]* - %find_lang %{name} %check @@ -767,6 +764,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd /usr/lib/firewalld/services/* %changelog +* Wed Jul 29 2015 Kay Sievers - 223-1 +- New upstream release + * Thu Jul 9 2015 Zbigniew Jędrzejewski-Szmek - 222-2 - Remove python subpackages (python-systemd in now standalone)