Update to v234
This commit is contained in:
parent
c2bfa7b218
commit
5bf44923db
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (systemd-74d8f1c.tar.gz) = e95c2d52a286c494b04e52645dbd4de33f052c11a05cfa38ceb384000d437f2a49d0a4eeed61ff5a6e86e5af29fa523528df26e760c6f99ce2032211a0eaf87f
|
SHA512 (systemd-234.tar.gz) = 762336a7d96c6583cf71cad62efce95a0ed93cd0a0d7251f128d10dba8200c0c8df0e5a7d168179ababa5b221295a231e73b7e7ea2697cb3fb5c1b33538efa68
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%global gitcommit 74d8f1c55b5aa46d2745fa4a74ae9fced6a3cab8
|
#global gitcommit 74d8f1c55b5aa46d2745fa4a74ae9fced6a3cab8
|
||||||
%{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})}
|
%{?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
|
# We ship a .pc file but don't want to have a dep on pkg-config. We
|
||||||
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 233
|
Version: 234
|
||||||
Release: 7%{?gitcommit:.git%{gitcommitshort}}%{?dist}
|
Release: 1%{?gitcommit:.git%{gitcommitshort}}%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Summary: System and Service Manager
|
Summary: System and Service Manager
|
||||||
@ -1027,6 +1027,9 @@ getent passwd systemd-journal-upload &>/dev/null || useradd -r -l -g systemd-jou
|
|||||||
%{pkgdir}/tests
|
%{pkgdir}/tests
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 1 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 233-7.git74d8f1c
|
||||||
- Update to snapshot
|
- Update to snapshot
|
||||||
- Build with meson again
|
- Build with meson again
|
||||||
|
Loading…
Reference in New Issue
Block a user