From 61652e981016904c85bec562776bf2d1c5bbd873 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Fri, 18 Oct 2013 20:38:58 +0200 Subject: [PATCH] Fix patch to systemd-random-seed, ralease 4 --- systemd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index ec99d88..25bfc82 100644 --- a/systemd.spec +++ b/systemd.spec @@ -16,7 +16,7 @@ Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa Name: systemd # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often) Version: 208 -Release: 3 +Release: 4 Epoch: 1 License: GPL v2+ (udev), LGPL v2.1+ (the rest) Group: Base @@ -784,7 +784,7 @@ rm -rf $RPM_BUILD_ROOT %post /bin/systemd-machine-id-setup || : -/usr/lib/systemd/systemd-random-seed save || : +/lib/systemd/systemd-random-seed save || : /bin/systemctl --system daemon-reexec || : /bin/journalctl --update-catalog || : # Apply ACL to the journal directory -- 2.44.0