Update
This commit is contained in:
parent
cc527efdcc
commit
c81c9a2f4e
@ -1,3 +1 @@
|
|||||||
dnsmasq-2.30.tar.gz
|
dnsmasq-2.33.tar.gz
|
||||||
dnsmasq-2.31.tar.gz
|
|
||||||
dnsmasq-2.32.tar.gz
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -urN dnsmasq-2.32/src/config.h dnsmasq-2.32-patched/src/config.h
|
diff -urN dnsmasq-2.33/src/config.h dnsmasq-2.33-patched/src/config.h
|
||||||
--- dnsmasq-2.32/src/config.h 2006-06-09 14:52:06.000000000 -0500
|
--- dnsmasq-2.33/src/config.h 2006-08-04 06:02:36.000000000 -0500
|
||||||
+++ dnsmasq-2.32-patched/src/config.h 2006-06-12 09:07:08.000000000 -0500
|
+++ dnsmasq-2.33-patched/src/config.h 2006-08-15 15:14:19.000000000 -0500
|
||||||
@@ -156,7 +156,7 @@
|
@@ -156,7 +156,7 @@
|
||||||
/* platform independent options- uncomment to enable */
|
/* platform independent options- uncomment to enable */
|
||||||
/* #define HAVE_BROKEN_RTC */
|
/* #define HAVE_BROKEN_RTC */
|
@ -1,6 +1,6 @@
|
|||||||
diff -urN dnsmasq-2.32/rpm/dnsmasq.init dnsmasq-2.32-patched/rpm/dnsmasq.init
|
diff -urN dnsmasq-2.33/rpm/dnsmasq.init dnsmasq-2.33-patched/rpm/dnsmasq.init
|
||||||
--- dnsmasq-2.32/rpm/dnsmasq.init 1969-12-31 18:00:00.000000000 -0600
|
--- dnsmasq-2.33/rpm/dnsmasq.init 1969-12-31 18:00:00.000000000 -0600
|
||||||
+++ dnsmasq-2.32-patched/rpm/dnsmasq.init 2006-06-12 09:06:09.000000000 -0500
|
+++ dnsmasq-2.33-patched/rpm/dnsmasq.init 2006-08-15 15:12:17.000000000 -0500
|
||||||
@@ -0,0 +1,75 @@
|
@@ -0,0 +1,75 @@
|
||||||
+#!/bin/sh
|
+#!/bin/sh
|
||||||
+#
|
+#
|
17
dnsmasq.spec
17
dnsmasq.spec
@ -1,6 +1,6 @@
|
|||||||
Name: dnsmasq
|
Name: dnsmasq
|
||||||
Version: 2.32
|
Version: 2.33
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A lightweight DHCP/caching DNS server
|
Summary: A lightweight DHCP/caching DNS server
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -15,9 +15,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
Requires(post): /sbin/chkconfig
|
Requires(post): /sbin/chkconfig
|
||||||
Requires(post): /sbin/service
|
Requires(post): /sbin/service
|
||||||
Requires(preun): /sbin/chkconfig
|
Requires(preun): /sbin/chkconfig
|
||||||
Requires(preun): /sbin/service
|
Requires(preun): /sbin/service
|
||||||
@ -48,9 +48,9 @@ make %{?_smp_mflags}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
# normally i'd do 'make install'...it's a bit messy, though
|
# normally i'd do 'make install'...it's a bit messy, though
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_initrddir} \
|
mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_initrddir} \
|
||||||
$RPM_BUILD_ROOT%{_mandir}/man8 \
|
$RPM_BUILD_ROOT%{_mandir}/man8 \
|
||||||
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \
|
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \
|
||||||
$RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d
|
$RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d
|
||||||
install src/dnsmasq $RPM_BUILD_ROOT%{_sbindir}/dnsmasq
|
install src/dnsmasq $RPM_BUILD_ROOT%{_sbindir}/dnsmasq
|
||||||
install dnsmasq.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.conf
|
install dnsmasq.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.conf
|
||||||
%if "%fedora" > "3" || "%aurora" > "2"
|
%if "%fedora" > "3" || "%aurora" > "2"
|
||||||
@ -90,6 +90,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.33-1
|
||||||
|
- Update
|
||||||
|
|
||||||
* Sat Jul 22 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.32-3
|
* Sat Jul 22 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.32-3
|
||||||
- Added pkgconfig BuildReq due to reduced buildroot
|
- Added pkgconfig BuildReq due to reduced buildroot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user