]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- 3.1a1, I know it's beta but it _works_ and is way more functional than 3.0
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Jan 2007 23:52:27 +0000 (23:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- x-option patch updated and enabled (czarny - if you are to lazy to fix
  _VERY_ simple patch problem just say so and don't fuck with me)

Changed files:
    dhcp.spec -> 1.127

dhcp.spec

index aefa78e3176d5bcb4a0425f0bbcbc32746e6670e..39daa83f425d3377c159737bf817a4b738d4cd4e 100644 (file)
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -7,13 +7,13 @@ Summary(es):  Servidor DHCP
 Summary(pl):   Serwer DHCP
 Summary(pt_BR):        Servidor DHCP (Protocolo de configuração dinâmica de hosts)
 Name:          dhcp
-Version:       3.0.5
-Release:       1
+Version:       3.1.0a1
+Release:       0.6
 Epoch:         4
 License:       distributable
 Group:         Networking/Daemons
 Source0:       ftp://ftp.isc.org/isc/dhcp/%{name}-%{version}.tar.gz
-# Source0-md5: ce5d30d4645e4eab1f54561b487d1ec7
+# Source0-md5: a326c6f135b9fa3ad24988312c784be5
 Source1:       %{name}.init
 Source2:       %{name}-relay.init
 Source3:       %{name}-relay.sysconfig
@@ -24,7 +24,8 @@ Patch1:               %{name}-ldap.patch
 Patch2:                %{name}-ldap1.patch
 Patch3:                %{name}-client-script-redhat.patch
 Patch4:                %{name}-3.0.3-x-option.patch
-Patch5:                %{name}-arg-concat.patch
+Patch5:                %{name}-typo.patch
+Patch6:                %{name}-arg-concat.patch
 URL:           http://www.isc.org/sw/dhcp/
 BuildRequires: groff
 %{?with_ldap:BuildRequires:    openldap-devel}
@@ -131,10 +132,9 @@ install %{SOURCE4} .
 %{?with_ldap:%patch1 -p1}
 %{?with_ldap:%patch2 -p1}
 %patch3 -p1
-# WTF is this?
-# This is a patch from dhcdbd
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 # NOTE: this is not autoconf configure - do not change it to %%configure
This page took 0.029367 seconds and 4 git commands to generate.