~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to update/1.4.02/maradns-1.4.01-redhat.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- maradns-1.4.01/README.RedHat        2007-10-19 08:54:15.000000000 -0500
 
2
+++ maradns-1.4.02/README.RedHat        2009-12-23 14:27:43.000000000 -0600
 
3
@@ -1,19 +1,16 @@
 
4
-Releases of MaraDNS 1.3.07 no longer include RPM files.  The reason is 
 
5
-because my current computer does not have a system for building RPM 
 
6
-files; I am using my older computer to build the .rpm files, which runs 
 
7
-CentOS 3.
 
8
+Releases of MaraDNS no longer include RPM files.  
 
9
 
 
10
 Instead, I have a script update the .spec file with every release of 
 
11
 MaraDNS, and rpm users can build their own .rpm files thusly:
 
12
 
 
13
-    * Copy the file build/maradns-version.spec to the directory 
 
14
+    * Copy the file build/maradns-{version}.spec to the directory 
 
15
       /usr/src/redhat/SPECS.
 
16
 
 
17
-    * Copy the maradns-version.tar.bz2 file to /usr/src/redhat/SOURCES
 
18
+    * Copy the maradns-{version}.tar.bz2 file to /usr/src/redhat/SOURCES
 
19
 
 
20
     * Become root and enter the /usr/src/redhat/SPECS
 
21
 
 
22
-    * As root, do this command: rpmbuild -ba maradns-version.spec.
 
23
+    * As root, do this command: rpmbuild -ba maradns-{version}.spec
 
24
 
 
25
     * You should now have .rpm files in /usr/src/redhat/SRPMS/ and 
 
26
       /usr/src/redhat/RPMS/i386 (or whatever)
 
27
@@ -23,4 +20,3 @@
 
28
 possible recursive DNS server; my current project is a complete rewrite 
 
29
 of the recursive code.
 
30
 
 
31
-
 
32
--- maradns-1.4.01/tools/misc/make.maradns.spec 2007-10-19 08:54:14.000000000 -0500
 
33
+++ maradns-1.4.02/tools/misc/make.maradns.spec 2009-12-23 14:22:46.000000000 -0600
 
34
@@ -15,7 +15,7 @@
 
35
 Release: 1
 
36
 License: BSD (Two-clause)
 
37
 Group: Networking/Daemons
 
38
-Source: http://www.maradns.org/download/1.3/${VERSION}/maradns-${VERSION}.tar.bz2
 
39
+Source: http://www.maradns.org/download/1.4/${VERSION}/maradns-${VERSION}.tar.bz2
 
40
 #Source1: maradns-${VERSION}.tar.bz2.sha.asc
 
41
 #Source2: maradns-${VERSION}.tar.bz2.rmd.asc
 
42
 Patch0: maradns-1.1.59-rpm.patch
 
43
@@ -80,6 +80,8 @@
 
44
 /usr/man/man5/mararc.5*
 
45
 /etc/rc.d/rc3.d/S60maradns
 
46
 /etc/rc.d/rc5.d/S60maradns
 
47
+/etc/rc.d/rc3.d/K60maradns.zoneserver
 
48
+/etc/rc.d/rc5.d/K60maradns.zoneserver
 
49
 /etc/maradns/logger
 
50
 %config /etc/mararc
 
51
 %config /etc/maradns/db.example.net
 
52
@@ -118,6 +120,9 @@
 
53
 fi
 
54
 
 
55
 %changelog
 
56
+* Wed Dec 23 2009 Sam Trenholme <sam-dq7j5jg@samiam.org>
 
57
+- RPM spec file updated to build RPM with MaraDNS 1.4 in CentOS 5
 
58
+
 
59
 * Sat Oct 13 2007 Sam Trenholme <sam+i55e6bt@chaosring.org>
 
60
 - RPM spec file now automatically generated by a script
 
61