]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- fix R(post,postun)
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 25 Feb 2017 13:00:10 +0000 (14:00 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 25 Feb 2017 13:00:10 +0000 (14:00 +0100)
systemd.spec

index e87c4ce3b3ffbc7a4ef5807bc7e08eea80ba6e29..043924e14c6f7974c67b3e697f3677b0c9348b32 100644 (file)
@@ -26,7 +26,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:       232
-Release:       0.1
+Release:       0.3
 Epoch:         1
 License:       GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:         Base
@@ -119,6 +119,7 @@ BuildRequires:      xz-devel
 BuildRequires: zlib-devel
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      %{name}-units = %{epoch}:%{version}-%{release}
+Requires(post,postun): %{name}-units = %{epoch}:%{version}-%{release}
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
 Requires(post):        /bin/setfacl
@@ -860,7 +861,7 @@ chmod g+s /var/log/journal
 # https://bugs.freedesktop.org/show_bug.cgi?id=89202
 /bin/getfacl -p /var/log/journal/$(cat /etc/machine-id) | grep -v '^#' | sort -u | /bin/setfacl -R --set-file=- /var/log/journal/$(cat /etc/machine-id) || :
 
-%post   libs -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
 %post units
This page took 0.50072 seconds and 4 git commands to generate.