rpms/dcbd/devel dcbd.spec,1.5,1.6

Karsten Hopp karsten at fedoraproject.org
Wed Sep 9 20:11:43 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/dcbd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3695

Modified Files:
	dcbd.spec 
Log Message:
- buildrequire libconfig-devel >= 1.3.2, it doesn't build with 1.3.1 due to
  the different config_lookup_string api



Index: dcbd.spec
===================================================================
RCS file: /cvs/extras/rpms/dcbd/devel/dcbd.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- dcbd.spec	20 Aug 2009 12:26:41 -0000	1.5
+++ dcbd.spec	9 Sep 2009 20:11:43 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           dcbd
 Version:        0.9.15
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Intel EEDC Connection
 
 Group:          System Environment/Daemons
@@ -14,7 +14,7 @@ Patch3:         dcbd-0.9.15-lookup-strin
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: kernel >= 2.6.31
-BuildRequires:  libconfig-devel kernel-headers >= 2.6.31
+BuildRequires:  libconfig-devel >= 1.3.2 kernel-headers >= 2.6.31
 Requires(post):   chkconfig
 Requires(preun):  chkconfig initscripts
 Requires(postun): initscripts
@@ -92,6 +92,10 @@ fi
 
 
 %changelog
+* Wed Sep 09 2009 Karsten Hopp <karsten at redhat.com> 0.9.15-4
+- buildrequire libconfig-devel >= 1.3.2, it doesn't build with 1.3.1 due to
+  the different config_lookup_string api
+
 * Thu Aug 20 2009 Jan Zeleny <jzeleny at redhat.com> - 0.9.15-3
 - update of config_lookup_string() function calls
 




More information about the scm-commits mailing list