]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- tests require systemd already installed (at least /etc/machine-id)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Mar 2013 13:25:53 +0000 (14:25 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Mar 2013 13:25:53 +0000 (14:25 +0100)
systemd.spec

index 51295a672ecafafde6a0717e5c6f4b08bf0b5836..4d3418f38839c1c560679dceff632e24560bd296 100644 (file)
@@ -9,7 +9,7 @@
 %bcond_without qrencode        # QRencode support
 %bcond_without selinux         # without SELinux support
 %bcond_without tcpd            # libwrap (tcp_wrappers) support
-%bcond_without tests
+%bcond_without 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
@@ -92,6 +92,7 @@ BuildRequires:        python-modules
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.628
 BuildRequires: sed >= 4.0
+%{?with_tests:BuildRequires:   systemd}
 BuildRequires: usbutils >= 0.82
 BuildRequires: xz-devel
 BuildRequires: zlib-devel
This page took 0.476923 seconds and 4 git commands to generate.