- Update cli tests to use composer-cli name (bcl@redhat.com)
- Revert "Rename composer-cli to composer" (bcl@redhat.com)
This commit is contained in:
parent
52194d0f15
commit
3e0806e6df
1
.gitignore
vendored
1
.gitignore
vendored
@ -143,3 +143,4 @@
|
||||
/lorax-30.0.tar.gz
|
||||
/lorax-30.1.tar.gz
|
||||
/lorax-30.2.tar.gz
|
||||
/lorax-30.3.tar.gz
|
||||
|
10
lorax.spec
10
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 30.2
|
||||
Version: 30.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -225,11 +225,15 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%attr(0771, weldr, weldr) %{_sharedstatedir}/lorax/composer/blueprints/*
|
||||
|
||||
%files -n composer-cli
|
||||
%{_bindir}/composer
|
||||
%{_bindir}/composer-cli
|
||||
%{python3_sitelib}/composer/*
|
||||
%{_sysconfdir}/bash_completion.d/composer
|
||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||
|
||||
%changelog
|
||||
* Mon Oct 08 2018 Brian C. Lane <bcl@redhat.com> 30.3-1
|
||||
- Update cli tests to use composer-cli name (bcl@redhat.com)
|
||||
- Revert "Rename composer-cli to composer" (bcl@redhat.com)
|
||||
|
||||
* Fri Oct 05 2018 Brian C. Lane <bcl@redhat.com> 30.2-1
|
||||
- Work around dnf problem with multiple repos (bcl@redhat.com)
|
||||
- Add and enable cloud-init for ami images (lars@karlitski.net)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-30.2.tar.gz) = 1fe59f2844953b3eede0d405f659804aee1a7492baae475a13c14a1270b9ab8feb5ac0619808fe723695f09a807c8f8c9a4c5189fdcfb1919d97aeaa1bdd10d4
|
||||
SHA512 (lorax-30.3.tar.gz) = 24d48498ecdbfec354e1e8009de4e46a236cd184be28336b27cde4b4acbbfb1e6e8c4d155ee5ed0a5fa81207f4770707bc27c78dd45d5a1bfaea052c6cb834da
|
||||
|
Loading…
Reference in New Issue
Block a user