Add vagrant(vagrant-libvirt) virtual provide.

This commit is contained in:
Vít Ondruch 2014-11-27 12:55:03 +01:00
parent f714af865e
commit 88cba290f1

View File

@ -2,7 +2,7 @@
Name: %{vagrant_plugin_name}
Version: 0.0.23
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Vagrant provider for libvirt
Group: Development/Languages
License: MIT
@ -33,6 +33,7 @@ BuildRequires: rubygem(rspec) < 3
BuildRequires: rubygem(fog)
BuildRequires: rubygem(ruby-libvirt)
BuildArch: noarch
Provides: vagrant(%{vagrant_plugin_name}) = %{version}
%description
Vagrant provider for libvirt.
@ -109,6 +110,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant
%changelog
* Thu Nov 27 2014 Vít Ondruch <vondruch@redhat.com> - 0.0.23-4
- Add vagrant(vagrant-libvirt) virtual provide.
* Wed Nov 26 2014 Vít Ondruch <vondruch@redhat.com> - 0.0.23-3
- Enable test suite.
- Update polkit rules.