Skip to content

Commit

Permalink
Sync zezere.spec to downstream Fedora
Browse files Browse the repository at this point in the history
Sync up the changes from downstream Fedora and tag a new
release.

Signed-off-by: Peter Robinson <[email protected]>
  • Loading branch information
nullr0ute authored and rdotjain committed Aug 26, 2022
1 parent 3abb086 commit 5ae00be
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions zezere.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: zezere
Version: 0.5
Release: 2%{?dist}
Version: 0.5.2
Release: 1%{?dist}
Summary: A provisioning service for Fedora IoT
License: MIT
URL: https://github.com/fedora-iot/zezere
Expand Down Expand Up @@ -31,6 +31,7 @@ An Ignition client for Zezere managed systems.

%install
%py3_install

install zezere_ignition/__init__.py %{buildroot}/usr/bin/zezere-ignition
chmod +x %{buildroot}/usr/bin/zezere-ignition
mkdir -p %{buildroot}%{_unitdir}
Expand All @@ -52,6 +53,40 @@ ln -s /run/zezere-ignition-banner %{buildroot}%{_sysconfdir}/issue.d/zezere_igni
%{_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

Expand Down

0 comments on commit 5ae00be

Please sign in to comment.