From 5bf44923dbb13201073b3701749f73a3fabe384d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 12 Jul 2017 22:02:53 -0400 Subject: [PATCH] Update to v234 --- sources | 2 +- systemd.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sources b/sources index c1ad497..5454322 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-74d8f1c.tar.gz) = e95c2d52a286c494b04e52645dbd4de33f052c11a05cfa38ceb384000d437f2a49d0a4eeed61ff5a6e86e5af29fa523528df26e760c6f99ce2032211a0eaf87f +SHA512 (systemd-234.tar.gz) = 762336a7d96c6583cf71cad62efce95a0ed93cd0a0d7251f128d10dba8200c0c8df0e5a7d168179ababa5b221295a231e73b7e7ea2697cb3fb5c1b33538efa68 diff --git a/systemd.spec b/systemd.spec index 59e13d3..53a908a 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%global gitcommit 74d8f1c55b5aa46d2745fa4a74ae9fced6a3cab8 +#global gitcommit 74d8f1c55b5aa46d2745fa4a74ae9fced6a3cab8 %{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})} # We ship a .pc file but don't want to have a dep on pkg-config. We @@ -12,8 +12,8 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 233 -Release: 7%{?gitcommit:.git%{gitcommitshort}}%{?dist} +Version: 234 +Release: 1%{?gitcommit:.git%{gitcommitshort}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -1027,6 +1027,9 @@ getent passwd systemd-journal-upload &>/dev/null || useradd -r -l -g systemd-jou %{pkgdir}/tests %changelog +* Thu Jul 13 2017 Zbigniew Jędrzejewski-Szmek - 234-1 +- Latest release + * Sat Jul 1 2017 Zbigniew Jędrzejewski-Szmek - 233-7.git74d8f1c - Update to snapshot - Build with meson again