mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-28 22:54:14 -04:00
Fixed typos in Makefile and ldap2dns.spec.in
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@218 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
@@ -7,6 +7,7 @@ Version 0.3.7 (latest)
|
|||||||
to match standards
|
to match standards
|
||||||
+ Updated doc/README.html
|
+ Updated doc/README.html
|
||||||
+ Added security audit result patch from Erik Cabetas (erik.cabetas.com)
|
+ Added security audit result patch from Erik Cabetas (erik.cabetas.com)
|
||||||
|
+ Fixed typo in ldap2dns.spec.in
|
||||||
|
|
||||||
Version 0.3.6
|
Version 0.3.6
|
||||||
+ New maintainer: Ben Klang <ben@alkaloid.net>
|
+ New maintainer: Ben Klang <ben@alkaloid.net>
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
VERSION=0.3.6
|
VERSION=0.3.7
|
||||||
RELEASE=3
|
RELEASE=0.alkaloid.0
|
||||||
CC=gcc -O2
|
CC=gcc -O2
|
||||||
CCDEBUG=gcc -g
|
CCDEBUG=gcc -g
|
||||||
CFLAGS=$(INC) -DVERSION='"$(VERSION)"'
|
CFLAGS=$(INC) -DVERSION='"$(VERSION)"'
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ BuildRequires: %OPENLDAPPKG%-devel
|
|||||||
Summary: LDAP to DNS gateway
|
Summary: LDAP to DNS gateway
|
||||||
Packager: Ben Klang <ben@alkaloid.net>
|
Packager: Ben Klang <ben@alkaloid.net>
|
||||||
Vendor: Alkaloid Networks
|
Vendor: Alkaloid Networks
|
||||||
Name: ldap2dns-new
|
Name: ldap2dns
|
||||||
Version: %VERSION%
|
Version: %VERSION%
|
||||||
Release: %RELEASE%
|
Release: %RELEASE%
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|||||||
Reference in New Issue
Block a user