diff --git a/sources b/sources index 60b02fb..1e35d82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-237.tar.gz) = 15ef4b92815a6dd9a6c51672dbc00fd7cd0f08068ef0cbeaca574f68d330b28bc67ba1946f24f75ef3d9e7b63843a73eea700db54688061dbf5c9f8470394c3b +SHA512 (systemd-04a361e.tar.gz) = 1982698cba84c314eae9f9fc9ebc43f3f93c72a4b1881989e964e883cdf4be1d0f8f26f368fc41ed3851cf191080e212ffa7bf845d7939e3fcd26357394a5c40 diff --git a/systemd.spec b/systemd.spec index 2782022..8c9b2bb 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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 - 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 - 237-1 - Update to latest version