]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- add buildconflicts not to collide with older libdevmapper.h
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Jul 2006 17:09:15 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper.spec -> 1.61

device-mapper.spec

index 5bd8ebb6d9fbf5418f3eebaad930cc10fa1872c9..85ae25e4f249139649a3c9c43083ad452707b767 100644 (file)
@@ -1,3 +1,5 @@
+# TODO
+# - add fix to drop BuildConflicts:    device-mapper-initrd-devel
 #
 # Conditional build:
 %bcond_without selinux         # build without SELinux support
@@ -7,7 +9,7 @@ Summary:        Userspace support for the device-mapper
 Summary(pl):   Wsparcie dla mapowania urz±dzeñ w przestrzeni u¿ytkownika
 Name:          device-mapper
 Version:       1.02.07
-Release:       0.17
+Release:       0.18
 License:       GPL v2
 Group:         Applications/System
 Source0:       ftp://sources.redhat.com/pub/dm/%{name}.%{version}.tgz
@@ -23,6 +25,8 @@ BuildRequires:        automake
 %{?with_initrd:BuildRequires:  klibc-static}
 %{?with_selinux:BuildRequires: libselinux-devel >= 1.10}
 %{?with_initrd:BuildRequires:  uClibc-static >= 0.9.26}
+# /usr/include/klibc/libdevmapper.h is included first before currently built version with klcc
+BuildConflicts:        device-mapper-initrd-devel < 1.02.07
 %{?with_selinux:Requires:      libselinux >= 1.10}
 Conflicts:     dev < 2.9.0-8
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.056292 seconds and 4 git commands to generate.