-
Notifications
You must be signed in to change notification settings - Fork 33
/
zezere.spec
115 lines (85 loc) · 3.72 KB
/
zezere.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
105
106
107
108
109
110
111
112
113
114
115
Name: zezere
Version: 0.5.2
Release: 1%{?dist}
Summary: A provisioning service for Fedora IoT
License: MIT
URL: https://github.com/fedora-iot/zezere
Source0: https://github.com/fedora-iot/zezere/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: systemd
%description
Zezere is a provisioning service for Fedora IoT. It can be used for deploying
Fedora IoT to devices without needing a physical console.
%package ignition
Summary: Ignition client for Zezere
Requires: python3-setuptools
Requires: ignition
%description ignition
An Ignition client for Zezere managed systems.
%prep
%autosetup -p1
%build
%py3_build
%install
%py3_install
install zezere_ignition/__init__.py %{buildroot}/usr/bin/zezere-ignition
chmod +x %{buildroot}/usr/bin/zezere-ignition
mkdir -p %{buildroot}%{_unitdir}
install zezere_ignition/zezere_ignition* %{buildroot}%{_unitdir}/
mkdir -p %{buildroot}%{_sharedstatedir}/zezere
mkdir -p %{buildroot}%{_sysconfdir}/issue.d/
ln -s /run/zezere-ignition-banner %{buildroot}%{_sysconfdir}/issue.d/zezere_ignition.issue
%files
%license LICENSE
%{_sharedstatedir}/zezere
%{_bindir}/zezere-manage
%{python3_sitelib}/zezere/
%{python3_sitelib}/zezere-*
%files ignition
%{_bindir}/zezere-ignition
%{_sysconfdir}/issue.d/zezere_ignition.issue
%{_unitdir}/*
%changelog
* Wed Aug 03 2022 Peter Robinson <[email protected]> - 0.5.2-1
- Update to 0.5.2
* Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 0.5-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <[email protected]> - 0.5-11
- Rebuilt for Python 3.11
* Sat Jan 22 2022 Fedora Release Engineering <[email protected]> - 0.5-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <[email protected]> - 0.5-8
- Rebuilt for Python 3.10
* Thu Jan 28 2021 Fedora Release Engineering <[email protected]> - 0.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 0.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 21 2020 Adam Williamson <[email protected]> - 0.5-5
- Backport patch to show all unclaimed devices to admins in web UI
- Also include the fixtures in the package as they're necessary
* Mon Jul 13 2020 Adam Williamson <[email protected]> - 0.5-4
- Install the HTML template files (#1855927)
* Tue May 26 2020 Miro Hrončok <[email protected]> - 0.5-3
- Rebuilt for Python 3.9
* Wed Apr 15 2020 Peter Robinson <[email protected]> - 0.5-2
- Update to 0.5
* Wed Apr 08 2020 Peter Robinson <[email protected]> - 0.4-2
- Fix ignition keys fragment merging (rhbz 1820614)
* Tue Apr 7 2020 Peter Robinson <[email protected]> 0.4-1
- Update to 0.4
* Fri Mar 20 2020 Patrick Uiterwijk <[email protected]> - 0.3-2
- Backport /usr/lib/zezere-ignition-url patch
* Tue Mar 17 2020 Peter Robinson <[email protected]> - 0.3-1
- Update to 0.3
* Fri Feb 21 2020 Packit Service <[email protected]> - 0.2-2
- new upstream release: 0.2
* Fri Jan 31 2020 Fedora Release Engineering <[email protected]> - 0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Dec 5 2019 Peter Robinson <[email protected]> 0.1-2
- Review fixes and updates
* Thu Dec 5 2019 Peter Robinson <[email protected]> 0.1-1
- Initial package