require the right main package

This commit is contained in:
Lennart Poettering 2012-08-08 12:09:44 +02:00
parent add3e7178e
commit 1d1ff48293
1 changed files with 3 additions and 1 deletions

View File

@ -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