rpms/dump/devel dump-dmfix.patch,NONE,1.1 dump.spec,1.32,1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 11 13:24:47 UTC 2006


Author: jnovy

Update of /cvs/dist/rpms/dump/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28387

Modified Files:
	dump.spec 
Added Files:
	dump-dmfix.patch 
Log Message:
- link against device-mapper


dump-dmfix.patch:
 configure |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE dump-dmfix.patch ---
--- dump-0.4b41/configure.dmfix	2005-05-02 17:10:44.000000000 +0200
+++ dump-0.4b41/configure	2006-01-11 11:33:19.000000000 +0100
@@ -4317,7 +4317,7 @@
 #define HAVE_BLKID 1
 _ACEOF
 
-	BLKID="-lblkid -luuid"
+	BLKID="-lblkid -luuid -ldevmapper -lselinux -lsepol"
 fi
 
 


Index: dump.spec
===================================================================
RCS file: /cvs/dist/rpms/dump/devel/dump.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- dump.spec	10 Jan 2006 10:05:18 -0000	1.32
+++ dump.spec	11 Jan 2006 13:24:44 -0000	1.33
@@ -8,9 +8,11 @@
 Group: Applications/Archiving
 URL: http://dump.sourceforge.net/
 Source: dump-%{version}.tar.bz2
+Patch: dump-dmfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
 BuildRequires: libtermcap-devel, zlib-devel, bzip2-devel, ncurses-devel
+BuildRequires: device-mapper, libselinux-devel, libsepol-devel
 # This Requires is now mandatory because we only ship static binaries, and
 # need to ensure the "disk" group is created before installation (#60461)
 Requires: setup
@@ -41,6 +43,7 @@
 
 %prep
 %setup -q
+%patch -p1 -b .dmfix
 
 %build
 # XXX --enable-kerberos needs krcmd
@@ -111,9 +114,10 @@
 %{_mandir}/man8/rmt.8*
 
 %changelog
-* Tue Jan 10 2006 Jindrich Novy <jnovy at redhat.com> 0.4b41-1
+* Tue Jan 11 2006 Jindrich Novy <jnovy at redhat.com> 0.4b41-1
 - update to 0.4b41
 - drop .fixacl patch, now applied in the new upstream release
+- link against device-mapper
 
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt




More information about the fedora-cvs-commits mailing list