]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- include a newline at the end of %systemd_post and %systemd_preun macros. udev-syste...
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 4 Dec 2011 20:16:26 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.628

rpm.macros

index 9e895b46244bdb8dd790bd53dd3eb696dfcbc8f8..d4c3c586b1485abc98c3d51be5ee07ff294f8b69 100644 (file)
@@ -2077,6 +2077,7 @@ else: \
        if [ $1 -gt 1 ] && [ -z "$NORESTART" ]; then \
                /bin/systemctl --quiet try-restart %{*} || : \
        fi \
+%{nil}
 
 %systemd_preun() \
        if [ $1 -eq 0 ]; then \
@@ -2085,7 +2086,8 @@ else: \
                if /bin/systemd_booted; then \
                        /bin/systemctl --quiet stop %{*} || : \
                fi \
-       fi
+       fi \
+%{nil}
 
 %systemdunitdir /lib/systemd/system
 
This page took 0.068261 seconds and 4 git commands to generate.