Banno / getsentry-ldap-auth

A Sentry extension to add an LDAP server as an authention source.
Apache License 2.0
163 stars 53 forks source link

rpmbuild: line 56: Illegal char '*' in: Requires: python-django-auth-ldap = 1.2.* #47

Open patsevanton opened 4 years ago

patsevanton commented 4 years ago

Hello! Thanks for getsentry-ldap-auth!

I try build sentry-ldap-auth to rpm

error: line 56: Illegal char '*' in: Requires: python-django-auth-ldap = 1.2.* {:level=>:info}

May be change 1.2.* to 1.2.17?

fpm -s python -t rpm sentry-ldap-auth==2.8.1

https://github.com/jordansissel/fpm don`t support create spec files. I cannot change Requires: python-django-auth-ldap to 1.2.17

Thanks!