Update to v234

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-07-12 22:02:53 -04:00
parent c2bfa7b218
commit 5bf44923db
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
SHA512 (systemd-74d8f1c.tar.gz) = e95c2d52a286c494b04e52645dbd4de33f052c11a05cfa38ceb384000d437f2a49d0a4eeed61ff5a6e86e5af29fa523528df26e760c6f99ce2032211a0eaf87f
SHA512 (systemd-234.tar.gz) = 762336a7d96c6583cf71cad62efce95a0ed93cd0a0d7251f128d10dba8200c0c8df0e5a7d168179ababa5b221295a231e73b7e7ea2697cb3fb5c1b33538efa68

View File

@ -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 <zbyszek@in.waw.pl> - 234-1
- Latest release
* Sat Jul 1 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-7.git74d8f1c
- Update to snapshot
- Build with meson again