]> git.pld-linux.org Git - packages/systemd.git/commitdiff
Fix path to kmod and kexec, release 3 auto/th/systemd-206-3
authorArtur Frysiak <artur@frysiak.net>
Mon, 12 Aug 2013 12:49:36 +0000 (14:49 +0200)
committerArtur Frysiak <artur@frysiak.net>
Mon, 12 Aug 2013 12:49:36 +0000 (14:49 +0200)
systemd.spec

index ad5a1cdac5802b50ddbbb06093f9249ba572d9cb..4c90a82f9c8c8a1095b362192066c6139f5438a4 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:       206
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:         Base
@@ -574,6 +574,8 @@ cp -p %{SOURCE2} src/systemd_booted.c
        QUOTACHECK=/sbin/quotacheck \
        SETCAP=/sbin/setcap \
        KILL=/bin/kill \
+       KMOD=/sbin/kmod \
+       KEXEC=/sbin/kexec \
        %{?debug:--enable-debug} \
        %{__enable_disable audit} \
        %{__enable_disable cryptsetup libcryptsetup} \
This page took 0.370453 seconds and 4 git commands to generate.