From 8a934e4be0bd4b28a3d90c3fb0ce97894765b2f8 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Wed, 30 May 2012 11:59:54 +0800 Subject: [PATCH] cleanup specfile for packaging --- packaging/dhcp.changes | 3 +++ packaging/dhcp.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/dhcp.changes b/packaging/dhcp.changes index 4dd71c9..1551a08 100644 --- a/packaging/dhcp.changes +++ b/packaging/dhcp.changes @@ -1,2 +1,5 @@ +* Wed May 30 - Zhang Qiang - 4.2.3 +- Clean up spec file for packaging + * Tue Apr 10 Arron - 4.2.3-P2 - Init package for Tizen fixed TZIVI-24 GENIVI 2.0 Compliance required the dhcp package diff --git a/packaging/dhcp.spec b/packaging/dhcp.spec index 637bf07..ed9f119 100644 --- a/packaging/dhcp.spec +++ b/packaging/dhcp.spec @@ -20,7 +20,7 @@ Release: 1.%{patchver}%{?dist} License: ISC Group: System Environment/Daemons URL: http://isc.org/products/DHCP/ -Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{VERSION}.tar.gz +Source0: %{name}-%{version}.tar.bz2 Source1: dhclient-script Source2: README.dhclient.d Source3: 11-dhclient @@ -152,7 +152,7 @@ Header files and API documentation for using the ISC DHCP libraries. The libdhcpctl and libomapi static libraries are also included in this package. %prep -%setup -q -n dhcp-%{VERSION} +%setup -q -n %{name}-%{version} # Remove bundled BIND source #rm bind/bind.tar.gz -- 2.7.4