diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8fb32b1..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -*.swp -*.swo -results_vagrant-openstack-provider -*.src.rpm -/vagrant-openstack-provider-0.11.0.gem -/vagrant-openstack-provider-0.12.0.gem -/vagrant-openstack-provider-0.13.0.gem diff --git a/README.md b/README.md deleted file mode 100644 index 120aba5..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# vagrant-openstack-provider - -The vagrant-openstack-provider package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index bd7a23c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (vagrant-openstack-provider-0.13.0.gem) = 1b210d6a16c238ae099dc8264b934a4aeb97c9552b664a00ea9d435038c9f7074fad3112bac4a48f10cd6c8e7a6f8698f47af596fdbf7bf49611728bc490a353 diff --git a/vagrant-openstack-provider.spec b/vagrant-openstack-provider.spec deleted file mode 100644 index 2954da7..0000000 --- a/vagrant-openstack-provider.spec +++ /dev/null @@ -1,118 +0,0 @@ -%global vagrant_plugin_name vagrant-openstack-provider - -Name: %{vagrant_plugin_name} -Version: 0.13.0 -Release: 4%{?dist} -Summary: Vagrant plugin for OpenStack provider - -License: MIT -URL: https://github.com/ggiamarchi/vagrant-openstack-provider -Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem - -BuildRequires: ruby(release) -BuildRequires: rubygems-devel -BuildRequires: ruby -BuildRequires: vagrant >= 1.9.1 -Requires: vagrant >= 1.9.1 -Requires: rubygem(colorize) -Requires: rubygem(sshkey) -Requires: rubygem(terminal-table) -Requires: rubygem(public_suffix) - -BuildArch: noarch - -Provides: vagrant(%{vagrant_plugin_name}) = %{version} - -%description -A Vagrant plugin that adds a provider for provisioning -guest systems in an OpenStack cloud - - -%package doc -Summary: Documentation for %{name} -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - -%description doc -Documentation for %{name}. - - -%prep -gem unpack %{SOURCE0} - -%setup -q -D -T -n %{vagrant_plugin_name}-%{version} - -gem spec %{SOURCE0} -l --ruby > %{vagrant_plugin_name}.gemspec -# Upstream pins exact versions of gems. We only want lower bounds on the -# pinning -sed -i -e 's/"=/">=/g' %{vagrant_plugin_name}.gemspec -sed -i -e '1d' stackrc - -%build -gem build %{vagrant_plugin_name}.gemspec -%vagrant_plugin_install - -%install -mkdir -p %{buildroot}%{vagrant_plugin_dir} -cp -a .%{vagrant_plugin_dir}/* \ - %{buildroot}%{vagrant_plugin_dir}/ - - -%files -%doc CHANGELOG.md -%dir %{vagrant_plugin_instdir} -%doc %{vagrant_plugin_instdir}/example_box -%{vagrant_plugin_instdir}/Vagrantfile -%{vagrant_plugin_instdir}/dummy.box -%{vagrant_plugin_libdir} -%{vagrant_plugin_instdir}/locales -%{vagrant_plugin_spec} -%exclude %{vagrant_plugin_cache} -%exclude %{vagrant_plugin_instdir}/.gitignore -%exclude %{vagrant_plugin_instdir}/RELEASE.md -%exclude %{vagrant_plugin_instdir}/functional_tests -%exclude %{vagrant_plugin_instdir}/.rubocop.yml - -%files doc -%doc %{vagrant_plugin_docdir} -%doc %{vagrant_plugin_instdir}/CHANGELOG.md -%{vagrant_plugin_instdir}/spec -%{vagrant_plugin_instdir}/%{name}.gemspec -%{vagrant_plugin_instdir}/stackrc -%{vagrant_plugin_instdir}/Gemfile -%{vagrant_plugin_instdir}/Rakefile - - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 0.13.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Feb 05 2019 Greg Hellings - 0.13.0-3 -- Remove patch -- Mangle gemspec with sed, instead - -* Sun Feb 03 2019 Fedora Release Engineering - 0.13.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Aug 03 2018 Greg Hellings - 0.13.0-1 -- New upstream version 0.13.0 - -* Sat Jul 14 2018 Fedora Release Engineering - 0.12.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Feb 26 2018 Greg Hellings - 0.12.0-1 -- New upstream release 0.12.0 BZ#1549356 -- Removed now excluded LICENSE file -- Updated patch -- Added dependency on rubygem-public_suffix - -* Fri Feb 09 2018 Fedora Release Engineering - 0.11.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 18 2018 Greg Hellings - 0.11.0-2 -- Changed designation of LICENSE file to actually a license -- Removed unneeded lines that aren't used in Fedora -- Added description of patch - -* Mon Jan 15 2018 Greg Hellings - 0.11.0-1 -- New package