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
This commit is contained in:
Karsten Hopp 2006-02-20 12:05:35 +00:00
parent 26b55ddbe4
commit f6bce9753f

View File

@ -1,7 +1,7 @@
Summary: Tools to manage multipath devices using device-mapper. Summary: Tools to manage multipath devices using device-mapper.
Name: device-mapper-multipath Name: device-mapper-multipath
Version: 0.4.5 Version: 0.4.5
Release: 12.0.1 Release: 12.1
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/ URL: http://christophe.varoqui.free.fr/
@ -10,6 +10,7 @@ Patch0: fedora.patch
Obsoletes: kpartx = 0.4.4-2.4 Obsoletes: kpartx = 0.4.4-2.4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: sysfsutils-devel, device-mapper >= 1.02.02-2 BuildRequires: sysfsutils-devel, device-mapper >= 1.02.02-2
BuildRequires: libselinux-devel
%description %description
%{name} provides tools to manage multipath devices by instructing the %{name} provides tools to manage multipath devices by instructing the
@ -62,6 +63,9 @@ fi
/var/cache/multipath /var/cache/multipath
%changelog %changelog
* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 0.4.5-12.1
- BuildRequires: libselinux-devel
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4.5-12.0.1 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4.5-12.0.1
- bump again for double-long bug on ppc(64) - bump again for double-long bug on ppc(64)