Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f65338efee | ||
|
|
4ec2bfe316 | ||
|
|
dc8dce8166 | ||
|
|
7503d3576e | ||
|
|
ceaf14db1e | ||
|
|
1b3fa9b20d | ||
|
|
e5b11f65cc | ||
|
|
a1fae61982 | ||
|
|
1be30f085b | ||
|
|
4d824a85bb | ||
|
|
8d9ae5dff0 | ||
|
|
286cc19343 | ||
|
|
4f27014640 | ||
|
|
ae8308b8f1 | ||
|
|
916f8eb710 |
3 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/virt-lightning-2.1.0.tar.gz
|
||||
/virt-lightning-2.2.0.tar.gz
|
||||
/virt-lightning-2.3.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (virt-lightning-2.2.0.tar.gz) = 1b92e5ac92e02c8eff0d86c8e26e94e84ede4cb612811dae7611017a0ad431d058479cf85bd2dadb11837238406d9d8a584699ff112a9f38445998e0fef846e7
|
||||
SHA512 (virt-lightning-2.3.2.tar.gz) = badcb74185de895e5042f90bb00a513e5b2fcf58e9c5b11f9aa4cac098b2807471f8091b8451cee3d37c3a9bbbe25b18d16765c2109db87a84b09a0ba8b6512f
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@ This is handy to quickly validate a new Ansible playbook, or a role on a large
|
|||
number of environments.}
|
||||
|
||||
Name: %{srcname}
|
||||
Version: 2.2.0
|
||||
Version: 2.3.2
|
||||
Release: %autorelease
|
||||
Summary: A pure-Python implementation of the HTTP/2 priority tree
|
||||
Summary: CLI to start Cloud image on libvirt
|
||||
|
||||
License: Apache-2.0
|
||||
URL: https://virt-lightning.org
|
||||
|
|
@ -45,7 +45,7 @@ Requires: libvirt-daemon
|
|||
|
||||
%files -f %{pyproject_files}
|
||||
%license LICENSE-2.0.txt
|
||||
%doc DEBUGGING.md README.md changelog.md conf/example.ini
|
||||
%doc README.md changelog.md conf/example.ini
|
||||
%{_bindir}/virt-lightning
|
||||
%{_bindir}/vl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue