-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfermilab-util_makehostkeys.spec
68 lines (43 loc) · 1.51 KB
/
fermilab-util_makehostkeys.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
Name: fermilab-util_makehostkeys
Version: 1.3
Release: 1%{?dist}
Summary: A utility for generating keytabs
License: GPL
URL: https://github.com/fermitools/makehostkeys
Source0: makehostkeys
BuildRequires: bash
BuildArch: noarch
Requires: krb5-workstation util-linux policycoreutils
%if 0%{?rhel} >= 8
Suggests: fermilab-conf_kerberos
%endif
%description
The makehostkeys utility has a long history at Fermilab. It is useful
for generating the traditional host/ftp/http principle keytabs.
%prep
%build
%install
%{__install} -D %{SOURCE0} %{buildroot}%{_sbindir}/makehostkeys
%check
bash -n %{buildroot}%{_sbindir}/makehostkeys
%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_sbindir}/makehostkeys
%changelog
* Tue Dec 12 2023 Pat Riehecky <[email protected]> 1.3-1
- Update to use hostname --fqdn per RITM1946472
* Thu Sep 21 2023 Pat Riehecky <[email protected]> 1.2-1
- Run through shellcheck and shfmt
* Fri Feb 25 2022 Pat Riehecky <[email protected]> 1.1-1
- Move to github, bump version to note new workflows
- Add realm switch, set RPM Suggests (and dist tag)
* Wed Dec 1 2021 Pat Riehecky <[email protected]> 1.0-4.1
- Don't generate FTP principal by default
* Mon Nov 21 2016 Olga Terlyga <[email protected]> 1.0-4
- Accepted ENHC0002853
* Wed Feb 24 2016 Frank Nagy <[email protected]> 1.0-3
- Accepted by Authentication Services
* Wed Feb 10 2016 Frank Nagy <[email protected]> 1.0-2
- Initial review by Authentication Services
* Fri Aug 7 2015 Pat Riehecky <[email protected]> 1.0-1
- Updated for EL7