Compare commits
No commits in common. "rawhide" and "f38" have entirely different histories.
3 changed files with 4 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
|||
/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.3.2.tar.gz) = badcb74185de895e5042f90bb00a513e5b2fcf58e9c5b11f9aa4cac098b2807471f8091b8451cee3d37c3a9bbbe25b18d16765c2109db87a84b09a0ba8b6512f
|
||||
SHA512 (virt-lightning-2.2.0.tar.gz) = 1b92e5ac92e02c8eff0d86c8e26e94e84ede4cb612811dae7611017a0ad431d058479cf85bd2dadb11837238406d9d8a584699ff112a9f38445998e0fef846e7
|
||||
|
|
|
|||
|
|
@ -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.3.2
|
||||
Version: 2.2.0
|
||||
Release: %autorelease
|
||||
Summary: CLI to start Cloud image on libvirt
|
||||
Summary: A pure-Python implementation of the HTTP/2 priority tree
|
||||
|
||||
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 README.md changelog.md conf/example.ini
|
||||
%doc DEBUGGING.md README.md changelog.md conf/example.ini
|
||||
%{_bindir}/virt-lightning
|
||||
%{_bindir}/vl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue