Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b86b3c332f | ||
|
|
610be78fbf | ||
|
|
4b5c0b8e49 | ||
|
|
08b687ea1d | ||
|
|
d0e3255ce5 | ||
|
|
e27a7e968f | ||
|
|
758c986f06 | ||
|
|
7ae0e189f0 | ||
|
|
0f606a6ad2 | ||
|
|
308e9b182c | ||
|
|
df056b18c3 | ||
|
|
a1788fbf03 | ||
|
|
5e49769c83 | ||
|
|
cd71c63f4e | ||
|
|
2ae9e27c80 | ||
|
|
3f73ff65f4 | ||
|
|
9b01277120 | ||
|
|
ccae0b6d3c | ||
|
|
989998b38c | ||
|
|
6bfe6f43b6 | ||
|
|
525c795d04 | ||
|
|
186daf673d | ||
|
|
b9f7546adf | ||
|
|
e962272745 |
7 changed files with 1 additions and 111 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/zezere-*.tar.gz
|
||||
23
.packit.yaml
23
.packit.yaml
|
|
@ -1,23 +0,0 @@
|
|||
specfile_path: zezere.spec
|
||||
synced_files:
|
||||
- zezere.spec
|
||||
- .packit.yaml
|
||||
upstream_package_name: zezere
|
||||
downstream_package_name: zezere
|
||||
jobs:
|
||||
- job: sync_from_downstream
|
||||
trigger: commit
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist-git-branch: master
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist-git-branch: f31
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-rawhide-x86_64
|
||||
- fedora-31-x86_64
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# zezere
|
||||
|
||||
The zezere package
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.8.2.dev72+g8db4baa.
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
No longer used by IoT
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (zezere-0.5.tar.gz) = 6edcf62b08d22cba229995fa15a29d1642b3d5a11d0c0c6db732e006c38b094525151df8ed9486a257e083ed410d2f613c30718ed16bc09507f576828c8de936
|
||||
80
zezere.spec
80
zezere.spec
|
|
@ -1,80 +0,0 @@
|
|||
Name: zezere
|
||||
Version: 0.5
|
||||
Release: 2%{?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 Apr 15 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.5-2
|
||||
- Update to 0.5
|
||||
|
||||
* Wed Apr 08 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.4-2
|
||||
- Fix ignition keys fragment merging (rhbz 1820614)
|
||||
|
||||
* Tue Apr 7 2020 Peter Robinson <pbrobinson@fedoraproject.org> 0.4-1
|
||||
- Update to 0.4
|
||||
|
||||
* Fri Mar 20 2020 Patrick Uiterwijk <patrick@puiterwijk.org> - 0.3-2
|
||||
- Backport /usr/lib/zezere-ignition-url patch
|
||||
|
||||
* Tue Mar 17 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.3-1
|
||||
- Update to 0.3
|
||||
|
||||
* Fri Feb 21 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 0.2-2
|
||||
- new upstream release: 0.2
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Dec 5 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.1-2
|
||||
- Review fixes and updates
|
||||
|
||||
* Thu Dec 5 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.1-1
|
||||
- Initial package
|
||||
Loading…
Add table
Add a link
Reference in a new issue