rpms/dhcdbd/devel .cvsignore, 1.19, 1.20 dhcdbd.spec, 1.35, 1.36 sources, 1.29, 1.30

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 26 20:02:28 UTC 2006


Author: dcantrel

Update of /cvs/dist/rpms/dhcdbd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3211

Modified Files:
	.cvsignore dhcdbd.spec sources 
Log Message:
Bump version.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/dhcdbd/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	14 Aug 2006 18:04:53 -0000	1.19
+++ .cvsignore	26 Sep 2006 20:02:24 -0000	1.20
@@ -1 +1 @@
-dhcdbd-1.16.tar.gz
+dhcdbd-2.0.tar.bz2


Index: dhcdbd.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcdbd/devel/dhcdbd.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- dhcdbd.spec	26 Sep 2006 18:14:52 -0000	1.35
+++ dhcdbd.spec	26 Sep 2006 20:02:24 -0000	1.36
@@ -6,7 +6,7 @@
 
 Summary:   DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options.
 Name:      dhcdbd
-Version:   1.99.4
+Version:   2.0
 Release:   1%{?dist}
 License:   GPL
 Group:     System Environment/Daemons
@@ -14,7 +14,7 @@
 Source0:   %{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires:  dhclient >= 3.0.2-12, dbus >= 0.6
-BuildRequires: dbus-devel >= 0.90
+BuildRequires: dbus-devel >= 0.90, pkgconfig
 
 %description
 dhcdbd provides a D-BUS interface to the ISC dhclient software.  The
@@ -26,12 +26,12 @@
 %setup -q
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make
 
 %install
 DESTDIR=$RPM_BUILD_ROOT make install
 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
-install -c -m 755 RedHat/dhcdbd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/dhcdbd
+install -c -m 755 dhcdbd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/dhcdbd
 
 %post
 if [ $1 -eq 1 ]; then
@@ -57,9 +57,13 @@
 %config /etc/dbus-1/system.d/dhcdbd.conf
 %attr(755,root,root) /sbin/dhcdbd
 %attr(755,root,root) /etc/rc.d/init.d/dhcdbd
-%doc README COPYING ChangeLog
+%doc README COPYING ChangeLog TODO
 
 %changelog
+* Tue Sep 26 2006 David Cantrell <dcantrell at redhat.com> - 2.0-1
+- Rebuild for FC6
+- BuildRequires pkgconfig
+
 * Tue Sep 26 2006 David Cantrell <dcantrell at redhat.com> - 1.99.4-1
 - Reworked source tree to make builds a little cleaner
 - Added more documentation


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/dhcdbd/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources	14 Aug 2006 18:04:53 -0000	1.29
+++ sources	26 Sep 2006 20:02:24 -0000	1.30
@@ -1 +1 @@
-002e9d7d85a2f0e6261b6bf501c53a3e  dhcdbd-1.16.tar.gz
+d71de5c2f8aea4c8a18659bfa8387414  dhcdbd-2.0.tar.bz2




More information about the fedora-cvs-commits mailing list