rpms/dmraid/devel libversion.patch,NONE,1.1 dmraid.spec,1.116,1.117

Heinz Mauelshagen mauelsha at fedoraproject.org
Tue Jan 19 16:40:49 UTC 2010


Author: mauelsha

Update of /cvs/pkgs/rpms/dmraid/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26782

Modified Files:
	dmraid.spec 
Added Files:
	libversion.patch 
Log Message:
Change libdmraid version to 1

libversion.patch:
 version.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libversion.patch ---
diff --git a/lib/version.h.libversion b/lib/version.h
index c0e4e68..ca7369b 100644
--- a/lib/version.h.libversion
+++ b/lib/version.h
@@ -1,6 +1,6 @@
 #ifndef	DMRAID_LIB_VERSION
 
-#define	DMRAID_LIB_VERSION		"1.0.0.rc16"
+#define	DMRAID_LIB_VERSION		"1"
 
 #define	DMRAID_LIB_MAJOR_VERSION	1
 #define	DMRAID_LIB_MINOR_VERSION	0


Index: dmraid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dmraid/devel/dmraid.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- dmraid.spec	12 Jan 2010 15:28:35 -0000	1.116
+++ dmraid.spec	19 Jan 2010 16:40:47 -0000	1.117
@@ -7,7 +7,7 @@
 Summary: dmraid (Device-mapper RAID tool and library)
 Name: dmraid
 Version: 1.0.0.rc16
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://people.redhat.com/heinzm/sw/dmraid
@@ -30,6 +30,7 @@ Patch3: return_error_wo_disks.patch
 Patch4: fix_sil_jbod.patch
 Patch5: avoid_register.patch
 Patch6: move_pattern_file_to_var.patch
+Patch7: libversion.patch
 
 %description
 DMRAID supports RAID device discovery, RAID set activation, creation,
@@ -76,6 +77,7 @@ Device failure reporting has to be activ
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 %define _libdir /%{_lib}
@@ -148,6 +150,10 @@ rm -rf $RPM_BUILD_ROOT
 %ghost /var/cache/logwatch/dmeventd/syslogpattern.txt
 
 %changelog
+* Tue Jan 19 2010  Heinz Mauelshagen <heinzm at redhat.com> - 1.0.0.rc16-10
+- change libdmraid version to 1
+- Resolves: bz#556863
+
 * Tue Jan 12 2010  Heinz Mauelshagen <heinzm at redhat.com> - 1.0.0.rc16-9
 - bz554754: switch to using /var/cache/logwatch/dmeventd/syslogpattern.txt;
   explicitly claim logwatch files in dmraid-events-logwatch



More information about the scm-commits mailing list