Browse code

Fixing bindutils source name in spec

dthaluru authored on 2015/08/12 02:16:28
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@ Version:	9.10.1
4 4
 Release:	1%{?dist}
5 5
 License:	ISC
6 6
 URL:		http://www.isc.org/downloads/bind/
7
-Source0:	ftp://ftp.isc.org/isc/bind9/9.10.1-P1/bind-%{version}.tar.gz
7
+Source0:	ftp://ftp.isc.org/isc/bind9/9.10.1-P1/bind-%{version}-p1.tar.gz
8 8
 %define sha1 bind=24a81ba458a762c27be47461301fcf336cfb1d43
9 9
 Group:		Development/Tools
10 10
 Vendor:		VMware, Inc.
... ...
@@ -16,7 +16,7 @@ BIND is open source software that implements the Domain Name System (DNS) protoc
16 16
 for the Internet. It is a reference implementation of those protocols, but it is 
17 17
 also production-grade software, suitable for use in high-volume and high-reliability applications.
18 18
 %prep
19
-%setup -qn bind-%{version}
19
+%setup -qn bind-%{version}-p1
20 20
 %build
21 21
 ./configure \
22 22
 	--prefix=%{_prefix}
... ...
@@ -37,5 +37,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
37 37
 %{_mandir}/man1/*
38 38
 
39 39
 %changelog
40
+*	Tue Aug 11 2015 Divya Thaluru <dthaluru@vmware.com> 9.10.1-1
41
+-	Fixing release 
40 42
 *	Tue Jan 20 2015 Divya Thaluru <dthaluru@vmware.com> 9.10.1-P1
41 43
 -	Initial build. First version