Release 4.4.0
This commit is contained in:
parent
d142464ef1
commit
a6196da315
21
pungi.spec
21
pungi.spec
@ -1,14 +1,13 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.3.8
|
Version: 4.4.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: https://pagure.io/pungi
|
URL: https://pagure.io/pungi
|
||||||
Source0: https://pagure.io/releases/%{name}/%{name}-%{version}.tar.bz2
|
Source0: https://pagure.io/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: https://pagure.io/pungi/pull-request/1671.patch
|
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
@ -121,6 +120,7 @@ rm %{buildroot}%{_bindir}/pungi
|
|||||||
%{_datadir}/pungi
|
%{_datadir}/pungi
|
||||||
/var/cache/pungi
|
/var/cache/pungi
|
||||||
%dir %attr(1777, root, root) /var/cache/pungi/createrepo_c
|
%dir %attr(1777, root, root) /var/cache/pungi/createrepo_c
|
||||||
|
%{_tmpfilesdir}/pungi-clean-cache.conf
|
||||||
|
|
||||||
%files -n python3-%{name}
|
%files -n python3-%{name}
|
||||||
%{python3_sitelib}/%{name}
|
%{python3_sitelib}/%{name}
|
||||||
@ -133,12 +133,25 @@ rm %{buildroot}%{_bindir}/pungi
|
|||||||
%{_bindir}/%{name}-config-validate
|
%{_bindir}/%{name}-config-validate
|
||||||
%{_bindir}/%{name}-fedmsg-notification
|
%{_bindir}/%{name}-fedmsg-notification
|
||||||
%{_bindir}/%{name}-notification-report-progress
|
%{_bindir}/%{name}-notification-report-progress
|
||||||
%{_bindir}/%{name}-orchestrate
|
|
||||||
%{_bindir}/%{name}-patch-iso
|
%{_bindir}/%{name}-patch-iso
|
||||||
%{_bindir}/%{name}-compare-depsolving
|
%{_bindir}/%{name}-compare-depsolving
|
||||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 07 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.4.0-1
|
||||||
|
- gather-dnf: Run latest() later (lsedlar)
|
||||||
|
- iso: Support joliet long names (lsedlar)
|
||||||
|
- Drop pungi-orchestrator code (lsedlar)
|
||||||
|
- isos: Ensure proper file ownership and permissions (lsedlar)
|
||||||
|
- gather: Always get latest packages (lsedlar)
|
||||||
|
- Add back compatibility with jsonschema <3.0.0 (lsedlar)
|
||||||
|
- Remove useless debug message (lsedlar)
|
||||||
|
- Remove fedmsg from requirements (lsedlar)
|
||||||
|
- gather: Support dotarch in DNF backend (lsedlar)
|
||||||
|
- Fix compatibility with createrepo_c 0.21.1 (lsedlar)
|
||||||
|
- comps: Apply arch filtering to environment/optionlist (lsedlar)
|
||||||
|
- Add config file for cleaning up cache files (hlin)
|
||||||
|
|
||||||
* Wed May 17 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.8-3
|
* Wed May 17 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.8-3
|
||||||
- Rebuild without fedmsg dependency
|
- Rebuild without fedmsg dependency
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pungi-4.3.8.tar.bz2) = 41f14b1571f464dadd86ea9de4efada7bd6af907fc44656963505faa3741b629a0398bf6f8ab60cb6ca00b82e353aa64787cd8d4f6945d7166bddd3ca0d29fa3
|
SHA512 (pungi-4.4.0.tar.bz2) = 757d06f1722dca38883da8c368a42eef1095fd7645e981335b661843bb1296e692219ecc26c847fd9a662b0a6fc08713bd53a55f4d84534f599ab614a24e5500
|
||||||
|
Loading…
Reference in New Issue
Block a user