-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnethserver-freeradius.spec
82 lines (61 loc) · 2.53 KB
/
nethserver-freeradius.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
Name: nethserver-freeradius
Summary: FreeRADIUS integration in NethServer
Version: 0.0.8
Release: 1%{?dist}
License: GPL
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
URL: %{url_prefix}/%{name}
BuildRequires: nethserver-devtools
Requires: freeradius >= 2.2.6
%description
This package provides integration for FreeRADIUS in NethServer. It
turns your server into a centralized network authentication server, so
you can easily control what devices can access the network. The
authentication server is prepared to control network access using MAC
address, IEEE802.1X or both.
The authentication server provided by this package is only one
component of the three elements a RADIUS infrastructure is made of.
The other two elements (the authenticator and the supplicant) are not
configured by this package. That is something you must do first,
before you can enjoy a successful RADIUS infrastructure.
%prep
%setup
%build
%{makedocs}
perl createlinks
%install
rm -rf %{buildroot}
(cd root; find . -depth -print | cpio -dump %{buildroot})
%{genfilelist} %{buildroot} > %{name}-%{version}-filelist
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%doc LICENSE README.rst
%dir %{_nseventsdir}/%{name}-update
%changelog
* Tue Jul 25 2017 Alain Reguera Delgado <[email protected]> - 0.0.8-1
- Fix uppercase MAC address verification
* Sat Jul 22 2017 Alain Reguera Delgado <[email protected]> - 0.0.7-1
- Remove Nas tab
- Fix link to report issues in README.rst
* Sat Jul 22 2017 Alain Reguera Delgado <[email protected]> - 0.0.6-1
- Update README.rst
- Add authorized_macs configuration file
- Add configuration templates metadata
- Add PolicyMAC and PolicyIEEE8021X default config
- Add raddb users configuration template
- Update NethServer module, help, language, template
- Update raddb configuration templates
- Remove host create, delete and modify events
* Sat Jul 1 2017 Alain Reguera Delgado <[email protected]> - 0.0.5-1
- Fix radiusd network service availability
* Sun Jun 25 2017 Alain Reguera Delgado <[email protected]> - 0.0.4-1
- Fix path in createlinks files
* Sun Jun 25 2017 Alain Reguera Delgado <[email protected]> - 0.0.3-1
- Fix call to rewrite.calling_station_id
* Sat Jun 24 2017 Alain Reguera Delgado <[email protected]> - 0.0.2-1
- Update createlinks file to initialize default databases
* Wed Jun 21 2017 Alain Reguera Delgado <[email protected]> - 0.0.1-2
- Add makedocs macro to build section
* Mon Jun 19 2017 Alain Reguera Delgado <[email protected]> - 0.0.1-1
- Initial commit