]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- rel 17; add user/sockets.target.wants dir auto/th/systemd-221-17
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 12 Nov 2016 21:35:54 +0000 (22:35 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 12 Nov 2016 21:35:54 +0000 (22:35 +0100)
systemd.spec

index f314ac340d0e794e4b69b406f008d8cace66ae4e..63dd7d2230f3c0efcbae5e3dfcf10c99294ff375 100644 (file)
@@ -28,7 +28,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:       221
-Release:       16
+Release:       17
 Epoch:         1
 License:       GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:         Base
@@ -742,6 +742,7 @@ done
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/var/lib/{%{name}/{catalog,coredump},machines} \
        $RPM_BUILD_ROOT{%{_sysconfdir}/{modprobe.d,systemd/system-preset},%{_sbindir}}
+install -d $RPM_BUILD_ROOT%{systemduserunitdir}/sockets.target.wants
 
 %{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -1792,6 +1793,7 @@ fi
 %{systemdunitdir}/sysinit.target.wants/systemd-update-utmp.service
 %{systemdunitdir}/sysinit.target.wants/systemd-vconsole-setup.service
 %{systemdunitdir}/timers.target.wants/systemd-tmpfiles-clean.timer
+%dir %{systemduserunitdir}/sockets.target.wants
 %{_mandir}/man8/systemd-ask-password-console.path.8*
 %{_mandir}/man8/systemd-ask-password-console.service.8*
 %{_mandir}/man8/systemd-ask-password-wall.path.8*
This page took 0.846617 seconds and 4 git commands to generate.