]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- added bcond_with longusername: allows user names up to 128U
authorzergin <zergin@pld-linux.org>
Fri, 10 Sep 2004 10:01:04 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pure-ftpd.spec -> 1.121

pure-ftpd.spec

index 402f7fb68d00e616bd05e9d71186dcb1941e273d..e9ceddfdab03c3809d54f5be4972a862839dc9c1 100644 (file)
@@ -1,11 +1,12 @@
 #
 # Conditional build:
-%bcond_with     extra   # with additional, maybe useful, but unmaintained features
-%bcond_without  ldap   # disable LDAP auth
-%bcond_without  mysql  # disable MySQL auth but disables PAM auth
-%bcond_without  pgsql  # disable PostgreSQL support
-%bcond_without puredb  # disable pure-db support
-%bcond_without  tls    # support SSL/TLS
+%bcond_with    longusername    # with username length = 128 (default 32)
+%bcond_with    extra           # with additional, maybe useful, but unmaintained features
+%bcond_without  ldap           # disable LDAP auth
+%bcond_without  mysql          # disable MySQL auth but disables PAM auth
+%bcond_without  pgsql          # disable PostgreSQL support
+%bcond_without puredb          # disable pure-db support
+%bcond_without  tls            # support SSL/TLS
 #
 Summary:       Small, fast and secure FTP server
 Summary(pl):   Ma³y, szybki i bezpieczny serwer FTP
@@ -25,6 +26,7 @@ Patch0:               %{name}-config.patch
 # This patch is broken and changes default pureftpd behaviour
 Patch1:                %{name}-path_to_ssl_cert_in_config.patch
 Patch2:                %{name}-pure-pw_passwd.patch
+%{?with_longusername:Patch3:   %{name}-userlength.patch}
 URL:           http://www.pureftpd.org/
 BuildRequires: libcap-devel
 %{?with_ldap:BuildRequires:    openldap-devel}
@@ -80,6 +82,7 @@ po
 %prep
 %setup -q
 %patch0 -p0
+%{?with_longusername:%patch3 -p1}
 %{?with_extra:%patch1 -p1}
 %{?with_extra:%patch2 -p1}
 
This page took 0.063778 seconds and 4 git commands to generate.