rpms/dhcdbd/FC-4 dhcdbd.spec,1.21,1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 17 20:22:01 UTC 2005


Author: jvdias

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

Modified Files:
	dhcdbd.spec 
Log Message:



Index: dhcdbd.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcdbd/FC-4/dhcdbd.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- dhcdbd.spec	6 Oct 2005 20:47:40 -0000	1.21
+++ dhcdbd.spec	17 Oct 2005 20:21:58 -0000	1.22
@@ -8,13 +8,14 @@
 #
 Summary:   DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options.
 Name: 	   dhcdbd
-Version:   1.9
+Version:   1.9.FC4
 Release:   1
 License:   GPL
 Group:     System Environment/Daemons
 URL: 	   http://people.redhat.com/~jvdias/%{name}/%{name}-%{version}.tar.gz
 Source0:   %{name}-%{version}.tar.gz
 Source1:   dhcdbd.init
+Source2:   dhcdbd.spec
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires:  dhclient >= 3.0.2-12, dbus >= 0.33
 BuildRequires: dbus-devel >= 0.33
@@ -24,7 +25,7 @@
 %prep
 %setup -q
 cp -fp %SOURCE1 RedHat/
-cp -fp %{_specdir}/%{name}.spec RedHat/
+cp -fp %SOURCE2 RedHat/ || { env; exit 1; }
 
 %build
 %ifarch s390x x86_64 ppc64




More information about the fedora-cvs-commits mailing list