forked from danb35/nethserver-lemonldap-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnethserver-lemonldap-ng.spec
104 lines (76 loc) · 2.98 KB
/
nethserver-lemonldap-ng.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Summary: NethServer configuration for LemonLDAP::NG
%define name nethserver-lemonldap-ng
%define version 0.2.3
%define release 1
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
URL: https://github.com/danb35/nethserver-lemonldap-ng
BuildRequires: nethserver-devtools
Requires: lemonldap-ng-2.0.11-1.el7 lasso lasso-perl
Requires: nethserver-release = 7
#AutoReq: no
%description
NethServer configuration for LemonLDAP::NG
(https://lemonldap-ng.org/welcome/)
%prep
%setup
%post
%preun
%build
%{makedocs}
perl createlinks
%install
rm -rf $RPM_BUILD_ROOT
(cd root; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
%{genfilelist} %{buildroot} $RPM_BUILD_ROOT > default.lst
%clean
rm -rf $RPM_BUILD_ROOT
%files -f default.lst
%dir %{_nseventsdir}/%{name}-update
%changelog
* Wed Aug 4 2021 Dan Brown <[email protected]> 0.2.3-1.ns7
- Allow IP-based access restriction on manager
* Wed Jul 28 2021 Dan Brown <[email protected]> 0.2.2-3.ns7
- Moved cfgDate check
* Tue Jul 27 2021 Dan Brown <[email protected]> 0.2.2-2.ns7
- Fix exported vars for local OpenLDAP
* Tue Jul 27 2021 Dan Brown <[email protected]> 0.2.2-1.ns7
- Warn on re-running lemon_config.sh
* Mon Jul 26 2021 Dan Brown <[email protected]> 0.2.1-1.ns7
- Workaround for https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/issues/2566
* Sat Jul 10 2021 Dan Brown <[email protected]> 0.2.0-6.ns7
- Properly set exported vars
* Wed Jun 30 2021 Dan Brown <[email protected]> 0.2.0-5.ns7
- Remove Register button
- Really shrink Nethserver logo
* Tue Jun 29 2021 Dan Brown <[email protected]> 0.2.0-4.ns7
- Configure some uniform exported LDAP variables
- Shrink login page logo
* Mon Jun 28 2021 Dan Brown <[email protected]> 0.2.0-3.ns7
- Fix background for logo
* Mon Jun 28 2021 Dan Brown <[email protected]> 0.2.0-2.ns7
- Add support for remote LDAP authentication
* Sun Jun 27 2021 Dan Brown <[email protected]> 0.2.0-1.ns7
- Include Nethserver branding
- Support for Active Directory authentication
* Sat Jun 26 2021 Dan Brown <[email protected]> 0.1.0-8.ns7
- Fix virtual host redirect for ACME HTTP validation
* Thu Jun 17 2021 Dan Brown <[email protected]> 0.1.0-7.ns7
- Fix templates for z-lemonldap-ng-api.conf and z-lemonldap-ng-handler.conf
* Thu Jun 17 2021 Dan Brown <[email protected]> 0.1.0-6.ns7
- Expand templates for z-lemonldap-ng-api.conf and z-lemonldap-ng-handler.conf
* Thu Jun 17 2021 Dan Brown <[email protected]> 0.1.0-5.ns7
- Template z-lemonldap-ng-api.conf and z-lemonldap-ng-handler.conf
* Sun Apr 4 2021 Dan Brown <[email protected]> 0.1.0-4.ns7
- Correct template expansion
- Reload httpd on completion of lemon_config.sh
* Tue Mar 23 2021 Dan Brown <[email protected]> 0.1.0-3.ns7
- Correct TLS certificate path when no config property present
* Thu Mar 18 2021 Dan Brown <[email protected]> 0.1.0-2.ns7
- Fixed error in createlinks
* Thu Mar 18 2021 Dan Brown <[email protected]> 0.1.0-1.ns7
- Initial Release