[systemd] require the right main package

Lennart Poettering lennart at fedoraproject.org
Wed Aug 8 10:10:26 UTC 2012


commit 1d1ff48293fc1fafaf59201292963f14fd14d2e4
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Aug 8 12:09:44 2012 +0200

    require the right main package

 systemd.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index cf134af..d0ee891 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -94,12 +94,13 @@ work as a drop-in replacement for sysvinit.
 %package libs
 Summary:        systemd libraries
 License:        LGPLv2+ and MIT
+Requires:       %{name} = %{version}-%{release}
 Obsoletes:      libudev < 183
 Obsoletes:      systemd < 185-4
 Conflicts:      systemd < 185-4
 
 %description libs
-Libraries for systemd and udev. systemd PAM module.
+Libraries for systemd and udev, as well as the systemd PAM module.
 
 %package devel
 Summary:        Development headers for systemd
@@ -138,6 +139,7 @@ at boot.
 Summary:        Libraries for adding libudev support to applications that use glib
 Conflicts:      filesystem < 3
 License:        LGPLv2+
+Requires:       %{name} = %{version}-%{release}
 
 %description -n libgudev1
 This package contains the libraries that make it easier to use libudev


More information about the scm-commits mailing list