rpms/device-mapper-multipath/devel device-mapper-multipath.spec, 1.21, 1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 20 12:05:38 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/device-mapper-multipath/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8210

Modified Files:
	device-mapper-multipath.spec 
Log Message:
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



Index: device-mapper-multipath.spec
===================================================================
RCS file: /cvs/dist/rpms/device-mapper-multipath/devel/device-mapper-multipath.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- device-mapper-multipath.spec	11 Feb 2006 02:25:14 -0000	1.21
+++ device-mapper-multipath.spec	20 Feb 2006 12:05:35 -0000	1.22
@@ -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 @@
 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 @@
 /var/cache/multipath
 
 %changelog
+* Mon Feb 20 2006 Karsten Hopp <karsten at redhat.de> 0.4.5-12.1
+- BuildRequires: libselinux-devel
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0.4.5-12.0.1
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list