- New lorax documentation - 29.10 (bcl@redhat.com)
- Add dnf.transaction to list of modules for sphinx to ignore (bcl@redhat.com) - Log and exit on metadata update errors at startup (bcl@redhat.com) - Check /projects responses for null values. (bcl@redhat.com) - Clarify error message from /source/new (bcl@redhat.com) - Update samba and rsync versions for tests (bcl@redhat.com) - Support loading groups from the kickstart template files. (clumens@redhat.com) - Add group-based tests. (clumens@redhat.com) - Include groups in depsolving. (clumens@redhat.com) - Add support for groups to blueprints. (clumens@redhat.com) - Add help output to each subcommand. (clumens@redhat.com) - Split the help output into its own module. (clumens@redhat.com) - If the help subcommand is given, print the help output. (clumens@redhat.com) - Check the compose templates at startup (bcl@redhat.com) - Fix a couple typos in lorax-composer docs. (bcl@redhat.com)
This commit is contained in:
parent
3188a8484b
commit
e0ba3dafff
1
.gitignore
vendored
1
.gitignore
vendored
@ -134,3 +134,4 @@
|
|||||||
/lorax-29.7.tar.gz
|
/lorax-29.7.tar.gz
|
||||||
/lorax-29.8.tar.gz
|
/lorax-29.8.tar.gz
|
||||||
/lorax-29.9.tar.gz
|
/lorax-29.9.tar.gz
|
||||||
|
/lorax-29.10.tar.gz
|
||||||
|
26
lorax.spec
26
lorax.spec
@ -3,8 +3,8 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 29.9
|
Version: 29.10
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -185,6 +185,7 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%systemd_postun_with_restart lorax-composer.socket
|
%systemd_postun_with_restart lorax-composer.socket
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS docs/livemedia-creator.rst docs/product-images.rst
|
%doc AUTHORS docs/livemedia-creator.rst docs/product-images.rst
|
||||||
%doc docs/*ks
|
%doc docs/*ks
|
||||||
@ -226,11 +227,22 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%{python3_sitelib}/composer/*
|
%{python3_sitelib}/composer/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 29.9-3
|
* Fri Jul 20 2018 Brian C. Lane <bcl@redhat.com> 29.10-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- New lorax documentation - 29.10 (bcl@redhat.com)
|
||||||
|
- Add dnf.transaction to list of modules for sphinx to ignore (bcl@redhat.com)
|
||||||
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 29.9-2
|
- Log and exit on metadata update errors at startup (bcl@redhat.com)
|
||||||
- Rebuilt for Python 3.7
|
- Check /projects responses for null values. (bcl@redhat.com)
|
||||||
|
- Clarify error message from /source/new (bcl@redhat.com)
|
||||||
|
- Update samba and rsync versions for tests (bcl@redhat.com)
|
||||||
|
- Support loading groups from the kickstart template files. (clumens@redhat.com)
|
||||||
|
- Add group-based tests. (clumens@redhat.com)
|
||||||
|
- Include groups in depsolving. (clumens@redhat.com)
|
||||||
|
- Add support for groups to blueprints. (clumens@redhat.com)
|
||||||
|
- Add help output to each subcommand. (clumens@redhat.com)
|
||||||
|
- Split the help output into its own module. (clumens@redhat.com)
|
||||||
|
- If the help subcommand is given, print the help output. (clumens@redhat.com)
|
||||||
|
- Check the compose templates at startup (bcl@redhat.com)
|
||||||
|
- Fix a couple typos in lorax-composer docs. (bcl@redhat.com)
|
||||||
|
|
||||||
* Wed Jun 27 2018 Brian C. Lane <bcl@redhat.com> 29.9-1
|
* Wed Jun 27 2018 Brian C. Lane <bcl@redhat.com> 29.9-1
|
||||||
- DNF 3: progress callback constants moved to dnf.transaction (awilliam@redhat.com)
|
- DNF 3: progress callback constants moved to dnf.transaction (awilliam@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-29.9.tar.gz) = e2e3b8420d64794f935fc0c7c745eaf2513e498275f0b185c309c7c4897a1af286f16f84034c1f540f3dfa6078c984f28d214234380c22047da89f628b3127a4
|
SHA512 (lorax-29.10.tar.gz) = cc312b13fd1197a0cfd65b1df55ab83bfd50fcb0965468c382538fdaea78300820cf887073566f65ca3b17b78b83e2a446966821f3fd6b83ca2598851f2dd3c3
|
||||||
|
Loading…
Reference in New Issue
Block a user