First stable snapshot

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-02-09 15:47:17 +01:00
parent fb4de3a52a
commit 7ffa9232c4
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (systemd-237.tar.gz) = 15ef4b92815a6dd9a6c51672dbc00fd7cd0f08068ef0cbeaca574f68d330b28bc67ba1946f24f75ef3d9e7b63843a73eea700db54688061dbf5c9f8470394c3b
SHA512 (systemd-04a361e.tar.gz) = 1982698cba84c314eae9f9fc9ebc43f3f93c72a4b1881989e964e883cdf4be1d0f8f26f368fc41ed3851cf191080e212ffa7bf845d7939e3fcd26357394a5c40

View File

@ -1,4 +1,4 @@
#global gitcommit 3e14c4c1876b4dfeb8bf511185f70fef8d04a153
%global gitcommit 04a361e18f1574098d33dbdb2e030f4a44de59ee
%{?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
@ -255,7 +255,7 @@ License: LGPLv2+
They can be useful to test systemd internals.
%prep
%setup -q %{?gitcommit:-n %{name}-%{gitcommit}}
%setup -q %{?gitcommit:-n %{name}-stable-%{gitcommit}}
%if %{num_patches}
git init
@ -682,6 +682,10 @@ fi
%files tests -f .file-list-tests
%changelog
* Fri Feb 9 2018 zbyszek <zbyszek@in.waw.pl> - 237-1.git04a361e
- Update to first stable snapshot (various minor memory leaks and misaccesses,
some documentation bugs, build fixes).
* Sun Jan 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 237-1
- Update to latest version