Compare commits

...

5 Commits

Author SHA1 Message Date
Daniel Berteaud b87aef596b Automatic commit of package [lua-ldap] minor release [1.1.0-19]. 4 years ago
Daniel Berteaud da121b6c7a Skip test for EL8 as it has no openldap-servers 4 years ago
Daniel Berteaud ae1bc30198 Import sources 4 years ago
Daniel Berteaud 1978c663f5 Configure tito 4 years ago
Daniel Berteaud 58b0fbbc64 Initialized to use tito. 4 years ago
  1. 1
      .gitattributes
  2. 1
      .gitignore
  3. 3
      .tito/packages/.readme
  4. 1
      .tito/packages/lua-ldap
  5. 1
      .tito/releasers.conf
  6. 6
      .tito/tito.props
  7. 10
      lua-ldap.spec
  8. BIN
      lualdap-1.1.0.tar.gz
  9. 1
      sources

1
.gitattributes vendored

@ -0,0 +1 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored

@ -1 +0,0 @@
/lualdap-1.1.0.tar.gz

@ -0,0 +1,3 @@
the .tito/packages directory contains metadata files
named after their packages. Each file has the latest tagged
version and the project's relative directory.

@ -0,0 +1 @@
../../tito_libs/releasers.conf

@ -0,0 +1,6 @@
[buildconfig]
builder = fws.builder.GitLfsBuilder
tagger = tito.tagger.ReleaseTagger
changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae)
lib_dir = ../tito_libs

@ -21,7 +21,7 @@
Name: lua-ldap
Version: 1.1.0
Release: 18%{?dist}
Release: 19%{?dist}
Summary: LDAP client library for Lua, using OpenLDAP
License: MIT
URL: http://www.keplerproject.org/lualdap/
@ -47,8 +47,10 @@ BuildRequires: gcc
BuildRequires: lua-devel
BuildRequires: openldap-devel
# for tests
%if 0%{?rhel} < 8
BuildRequires: lua
BuildRequires: openldap-servers
%endif
%description
LuaLDAP is a simple interface from Lua to an LDAP client. It enables a Lua
@ -104,8 +106,11 @@ make %{?_smp_mflags}
popd
%endif
# RHEL 8 has no openldap-servers package, so skip tests
%if 0%{?rhel} < 8
%check
make check
%endif
%install
make install DESTDIR=%{buildroot}
@ -127,6 +132,9 @@ popd
%endif
%changelog
* Sun Nov 15 2020 Daniel Berteaud <daniel@firewall-services.com> 1.1.0-19
- new package built with tito
- disable tests for EL8 as it has no openldap-servers package
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

BIN
lualdap-1.1.0.tar.gz (Stored with Git LFS)

Binary file not shown.

@ -1 +0,0 @@
5e104520c3f1333f38817a9fa1e76681 lualdap-1.1.0.tar.gz
Loading…
Cancel
Save