rpms/libzdb/F-10 libzdb.spec,1.1,1.2

Bernard Johnson bjohnson at fedoraproject.org
Sat Mar 7 17:56:31 UTC 2009


Author: bjohnson

Update of /cvs/pkgs/rpms/libzdb/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6695/F-10

Modified Files:
	libzdb.spec 
Log Message:
- fix typo in requires
- bz #474044



Index: libzdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libzdb/F-10/libzdb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libzdb.spec	7 Mar 2009 17:48:30 -0000	1.1
+++ libzdb.spec	7 Mar 2009 17:56:00 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           libzdb
 Version:        2.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Small, fast, and easy to use database API
 
 Group:          System Environment/Libraries
@@ -67,7 +67,7 @@
 %package devel
 Summary:        Developer header files & libraries for libzdb database API
 Group:          Development/Libraries
-Requires:       libzdb = %{version}-${release}
+Requires:       libzdb = %{version}-%{release}
 
 %description devel
 Developer header files & libraries for libzdb database API.
@@ -82,6 +82,10 @@
 
 
 %changelog
+* Sat Mar 07 2009 Bernard Johnson <bjohnson at symetrix.com> - 2.4-3
+- fix typo in requires
+- bz #474044
+
 * Wed Feb 25 2009 Bernard Johnson <bjohnson at symetrix.com> - 2.4-2
 - add a notice to EXCEPTIONS that dual licensing is not available in Fedora
 




More information about the fedora-extras-commits mailing list