-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpython-fact_inventory.spec
More file actions
104 lines (69 loc) · 2.65 KB
/
Copy pathpython-fact_inventory.spec
File metadata and controls
104 lines (69 loc) · 2.65 KB
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
Name: python-fact_inventory
Version: 0.0.13
Release: 1%{?dist}
BuildArch: noarch
License: AGPL-3.0-or-later
URL: https://github.com/fermitools/python-fact_inventory
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: redhat-rpm-config
BuildRequires: sed
BuildRequires: ansible-packaging
%if 0%{?rhel} > 8
BuildRequires: ansible-packaging-tests
%endif
Summary: System fact inventory collection and storage
%description
Fact inventory system for collecting, storing, and managing host facts
across infrastructure.
%package -n ansible-collection-fermilab-fact_inventory
Summary: Fact inventory compatible Ansible role
%description -n ansible-collection-fermilab-fact_inventory
Provides a fact-inventory compatible Ansible agent role for
collecting system, package, and local facts from target hosts
and submitting them to the fact-inventory API.
%prep
%autosetup
%build
cd agent/ansible_collections/fermilab/fact_inventory
sed -i -e 's/VERSION/%{version}/' galaxy.yml
%ansible_collection_build
%install
cd agent/ansible_collections/fermilab/fact_inventory
%ansible_collection_install
%check
cd agent/ansible_collections/fermilab/fact_inventory
%if 0%{?rhel} > 8
%ansible_test_unit
%endif
%files -n ansible-collection-fermilab-fact_inventory -f %{ansible_collection_filelist}
%license LICENSE
%doc agent/ansible_collections/fermilab/fact_inventory/README.md
%changelog
* Thu Aug 6 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.13
- Update views
* Tue Aug 4 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.12
- Writing audit log isn't a "change"
* Tue Aug 4 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.11
- Make no_log more flexible, some folks might want to hide messages
* Tue Aug 4 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.10
- Drop no_log it hides too much
* Tue Aug 4 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.9
- Try to setup no_log
* Mon Aug 3 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.8
- Lower ansible API surface
* Mon Aug 3 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.7
- Better variable names
* Mon Aug 3 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.6-2
- Fix package name
* Mon Aug 3 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.6-1
- Move to collection/role for ansible agent
* Fri Jul 31 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.5
- Make audit log 0600 by default
* Fri Jul 31 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.4
- Simplify structure of audit log file
* Fri Jul 31 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.3
- Allow skipping of audit log directory
* Thu Jul 30 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.2
- Improve audit log from gather.yml
* Mon Jul 27 2026 Pat Riehecky <riehecky@fnal.gov> - 0.0.1
- Initial package