rpms/dmraid/devel dmraid.spec, 1.77, 1.78 sources, 1.19, 1.20 .cvsignore, 1.11, 1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 8 16:59:01 UTC 2006


Author: heinzm

Update of /cvs/dist/rpms/dmraid/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23207

Modified Files:
	dmraid.spec sources .cvsignore 
Log Message:
1.0.0.rc14-1


Index: dmraid.spec
===================================================================
RCS file: /cvs/dist/rpms/dmraid/devel/dmraid.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- dmraid.spec	7 Nov 2006 11:03:34 -0000	1.77
+++ dmraid.spec	8 Nov 2006 16:58:59 -0000	1.78
@@ -6,7 +6,7 @@
 
 Summary: dmraid (Device-mapper RAID tool and library)
 Name: dmraid
-Version: 1.0.0.rc14.bz211016
+Version: 1.0.0.rc14
 Release: 1%{?dist}
 License: GPL
 Group: System Environment/Base
@@ -14,8 +14,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: device-mapper >= 1.02.02-2, libselinux-devel, libsepol-devel
 Requires: kpartx
-Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-1.0.0.rc13.tar.bz2
-Patch0: dmraid-1.0.0.rc14-bz211016.patch
+Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/%(version).tar.bz2
 
 %description
 DMRAID supports RAID device discovery, RAID set activation and display of
@@ -30,10 +29,7 @@
 RAID set activation and display of properties for ATARAID volumes.
 
 %prep
-%setup -q -n dmraid
-mv 1.0.0.rc13 %{version}
-cd %{version}
-%patch0 -p2
+%setup -q -n dmraid/%{version}
 
 %build
 %configure --prefix=${RPM_BUILD_ROOT}/usr --sbindir=${RPM_BUILD_ROOT}/sbin --libdir=${RPM_BUILD_ROOT}/%{_libdir} --mandir=${RPM_BUILD_ROOT}/%{_mandir} --includedir=${RPM_BUILD_ROOT}/%{_includedir} --enable-debug --enable-libselinux --enable-libsepol --enable-static_link
@@ -75,6 +71,12 @@
 %{_libdir}/libdmraid.so
 
 %changelog
+* Wed Nov 08 2006 Heinz Mauelshagen <heinzm at redhat.com> - 1.0.0.rc14-1
+- asr.c: fixed Adaptec HostRAID DDF1 metadata discovery (bz#211016)
+- ddf1_crc.c: added crc() routine to avoid linking to zlib alltogether,
+              because Ubuntu had problems with this
+- dropped zlib build requirement
+
 * Thu Oct 26 2006 Heinz Mauelshagen <heinzm at redhat.com> - 1.0.0.rc14-bz211016-1
 - ddf1.c: get_size() fixed (bz#211016)
 - ddf1_lib.c: ddf1_cr_off_maxpds_helper() fixed (bz#211016)


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/dmraid/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	11 Oct 2006 12:42:07 -0000	1.19
+++ sources	8 Nov 2006 16:58:59 -0000	1.20
@@ -1 +1 @@
-a2a8948de7717e2e76a1291fc1daf9d1  dmraid-1.0.0.rc13.tar.bz2
+dfa07f29df168e9265f4ad51741056ea  dmraid-1.0.0.rc14.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/dmraid/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	11 Oct 2006 12:42:07 -0000	1.11
+++ .cvsignore	8 Nov 2006 16:58:59 -0000	1.12
@@ -1 +1 @@
-dmraid-1.0.0.rc13.tar.bz2
+dmraid-1.0.0.rc14.tar.bz2




More information about the fedora-cvs-commits mailing list