]> git.pld-linux.org Git - packages/systemd.git/blobdiff - systemd.spec
- package crypttab man page in init package
[packages/systemd.git] / systemd.spec
index 4d3418f38839c1c560679dceff632e24560bd296..c5d41f6feaa29475531d85000f5b17757a9268e9 100644 (file)
@@ -9,19 +9,19 @@
 %bcond_without qrencode        # QRencode support
 %bcond_without selinux         # without SELinux support
 %bcond_without tcpd            # libwrap (tcp_wrappers) support
-%bcond_without tests           # "make check" (requires systemd already installed)
+%bcond_with    tests           # "make check" (requires systemd already installed)
 
 Summary:       A System and Service Manager
 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:       199
-Release:       2
+Version:       202
+Release:       1
 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: 4bb13f84ce211e93f0141774a90a2322
+# Source0-md5: 3136c6912d3ee1f6d4deb16234783731
 Source1:       %{name}-sysv-convert
 Source2:       %{name}_booted.c
 Source3:       network.service
@@ -58,6 +58,7 @@ Patch9:               udevadm-in-sbin.patch
 Patch10:       net-rename-revert.patch
 Patch11:       nss-in-rootlib.patch
 Patch12:       proc-hidepid.patch
+Patch13:       nss-myhostname-link.patch
 URL:           http://www.freedesktop.org/wiki/Software/systemd
 BuildRequires: acl-devel
 BuildRequires: attr-devel
@@ -571,6 +572,7 @@ Wiązania do Systemd dla Pythona.
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 cp -p %{SOURCE2} src/systemd_booted.c
 
 %build
@@ -1106,6 +1108,7 @@ fi
 %attr(755,root,root) /sbin/shutdown
 %attr(755,root,root) /sbin/telinit
 %{_mandir}/man1/init.1
+%{_mandir}/man5/crypttab.5*
 %{_mandir}/man8/halt.8*
 %{_mandir}/man8/poweroff.8
 %{_mandir}/man8/reboot.8
This page took 0.040093 seconds and 4 git commands to generate.