]> git.pld-linux.org Git - packages/systemd.git/blobdiff - systemd.spec
- rel 17; add user/sockets.target.wants dir
[packages/systemd.git] / systemd.spec
index 778ec9f359050db3eeb91b7f5a02171fe389edb6..63dd7d2230f3c0efcbae5e3dfcf10c99294ff375 100644 (file)
@@ -28,12 +28,12 @@ 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:       15
+Release:       17
 Epoch:         1
 License:       GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:         Base
-Source0:       http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
-# Source0-md5: b4d5a253841cf28a98b7ec99c45e3716
+Source0:       https://github.com/systemd/systemd/archive/v%{version}.tar.gz
+# Source0-md5: 729ff21073e20dfb211e2155769bf33c
 Source1:       %{name}-sysv-convert
 Source2:       %{name}_booted.c
 Source3:       network.service
@@ -682,6 +682,7 @@ Uzupełnianie parametrów w zsh dla poleceń udev.
 cp -p %{SOURCE2} src/systemd_booted.c
 
 %build
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -741,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
@@ -1485,7 +1487,6 @@ fi
 %dir %{_sysconfdir}/systemd/system-preset
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system-preset/default.preset
 %dir %{_sysconfdir}/tmpfiles.d
-%dir %{_libexecdir}/binfmt.d
 %dir %{_libexecdir}/modules-load.d
 %dir %{_libexecdir}/sysctl.d
 %{_libexecdir}/sysctl.d/50-default.conf
@@ -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.032055 seconds and 4 git commands to generate.