From f6bce9753f6a7720767212eef0d6f7bbd639b7de Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 20 Feb 2006 12:05:35 +0000 Subject: [PATCH] BuildRequires: libselinux-devel mock error: cc main.o ../libmultipath/libmultipath-glibc.a ../libcheckers/libcheckers-glibc.a -o multipath.static -static -ldevmapper -lsysfs -lselinux -lsepol /usr/bin/ld: cannot find -lselinux collect2: ld returned 1 exit status make[1]: *** [glibc] Error 1 --- device-mapper-multipath.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec index 1dd9afa..b7e56de 100644 --- a/device-mapper-multipath.spec +++ b/device-mapper-multipath.spec @@ -1,7 +1,7 @@ Summary: Tools to manage multipath devices using device-mapper. Name: device-mapper-multipath Version: 0.4.5 -Release: 12.0.1 +Release: 12.1 License: GPL Group: System Environment/Base URL: http://christophe.varoqui.free.fr/ @@ -10,6 +10,7 @@ Patch0: fedora.patch Obsoletes: kpartx = 0.4.4-2.4 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: sysfsutils-devel, device-mapper >= 1.02.02-2 +BuildRequires: libselinux-devel %description %{name} provides tools to manage multipath devices by instructing the @@ -62,6 +63,9 @@ fi /var/cache/multipath %changelog +* Mon Feb 20 2006 Karsten Hopp 0.4.5-12.1 +- BuildRequires: libselinux-devel + * Fri Feb 10 2006 Jesse Keating - 0.4.5-12.0.1 - bump again for double-long bug on ppc(64)