]> git.pld-linux.org Git - packages/systemd.git/commitdiff
Fix patch to systemd-random-seed, ralease 4 auto/th/systemd-208-4
authorArtur Frysiak <artur@frysiak.net>
Fri, 18 Oct 2013 18:38:58 +0000 (20:38 +0200)
committerArtur Frysiak <artur@frysiak.net>
Fri, 18 Oct 2013 18:38:58 +0000 (20:38 +0200)
systemd.spec

index ec99d88a95943739067926b8361aafe075c6c3df..25bfc82d026675b40d451671614845317426ca44 100644 (file)
@@ -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
This page took 0.220899 seconds and 4 git commands to generate.