summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-09-15 13:49:10 +0200
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-09-15 13:49:10 +0200
commitddfe3f6238d87cf20ed45a15aa529837c32fc6be (patch)
treed653ae39a8e82975a9ad4dedaac05129908f0eed
parentb74daff46c12221bb2b7973118a038e5560ad025 (diff)
downloadsystemd-ddfe3f6238d87cf20ed45a15aa529837c32fc6be.tar.gz
systemd-ddfe3f6238d87cf20ed45a15aa529837c32fc6be.tar.bz2
systemd-ddfe3f6238d87cf20ed45a15aa529837c32fc6be.zip
Fix build of components depending on libsystemd
In commit de541f72, %{_libdir}/libsystemd.so.* is packaged in libsystemd but systemd-devel which ships %{_libdir}/libsystemd.so as a symlink, must Require: libsystemd to have a valid symlink at build time. This affects in particular the build of dbus. Change-Id: Ied3e047867a1f79d6294bd82b28fd80d999f30b1 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r--packaging/systemd.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/systemd.spec b/packaging/systemd.spec
index 68ae7656d2..df3afd36b9 100644
--- a/packaging/systemd.spec
+++ b/packaging/systemd.spec
@@ -70,6 +70,7 @@ Libraries for systemd and udev, as well as the systemd PAM module.
License: LGPL-2.0+ and MIT
Summary: Development headers for systemd
Requires: %{name} = %{version}
+Requires: libsystemd = %{version}
Provides: libudev-devel = %{version}
Obsoletes: libudev-devel < 183