mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-26 14:04: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
|
||||
+ Updated doc/README.html
|
||||
+ Added security audit result patch from Erik Cabetas (erik.cabetas.com)
|
||||
+ Fixed typo in ldap2dns.spec.in
|
||||
|
||||
Version 0.3.6
|
||||
+ New maintainer: Ben Klang <ben@alkaloid.net>
|
||||
|
||||
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
||||
# $Id$
|
||||
VERSION=0.3.6
|
||||
RELEASE=3
|
||||
VERSION=0.3.7
|
||||
RELEASE=0.alkaloid.0
|
||||
CC=gcc -O2
|
||||
CCDEBUG=gcc -g
|
||||
CFLAGS=$(INC) -DVERSION='"$(VERSION)"'
|
||||
|
||||
@@ -17,7 +17,7 @@ BuildRequires: %OPENLDAPPKG%-devel
|
||||
Summary: LDAP to DNS gateway
|
||||
Packager: Ben Klang <ben@alkaloid.net>
|
||||
Vendor: Alkaloid Networks
|
||||
Name: ldap2dns-new
|
||||
Name: ldap2dns
|
||||
Version: %VERSION%
|
||||
Release: %RELEASE%
|
||||
License: GPL
|
||||
|
||||
Reference in New Issue
Block a user