#2 Update to fog-libvirt 0.5.0.
Merged 5 years ago by pvalena. Opened 5 years ago by pvalena.
rpms/ pvalena/rubygem-fog-libvirt rebase  into  master

file modified
+1 -4
@@ -1,4 +1,1 @@ 

- /fog-libvirt-0.0.1.gem

- /fog-libvirt-0.0.2.gem

- /fog-libvirt-0.0.3.gem

- /fog-libvirt-0.3.0.gem

+ /fog-libvirt-*.gem

file modified
+7 -11
@@ -2,10 +2,9 @@ 

  %global gem_name fog-libvirt

  

  Name: rubygem-%{gem_name}

- Version: 0.4.2

- Release: 3%{?dist}

+ Version: 0.5.0

+ Release: 1%{?dist}

  Summary: Module for the 'fog' gem to support libvirt

- Group: Development/Languages

  License: MIT

  URL: http://github.com/fog/fog-libvirt

  Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
@@ -28,7 +27,6 @@ 

  

  %package doc

  Summary: Documentation for %{name}

- Group: Documentation

  Requires: %{name} = %{version}-%{release}

  BuildArch: noarch

  
@@ -36,15 +34,10 @@ 

  Documentation for %{name}.

  

  %prep

- gem unpack %{SOURCE0}

- 

- %setup -q -D -T -n  %{gem_name}-%{version}

- 

- gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec

+ %setup -q -n %{gem_name}-%{version}

  

  %build

- gem build %{gem_name}.gemspec

- 

+ gem build ../%{gem_name}-%{version}.gemspec

  %gem_install

  

  %install
@@ -77,6 +70,9 @@ 

  %{gem_instdir}/minitests

  

  %changelog

+ * Wed Aug 15 2018 Pavel Valena <pvalena@redhat.com> - 0.5.0-1

+ - Update to fog-libvirt 0.5.0.

+ 

  * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (fog-libvirt-0.4.2.gem) = 46a993787149f3d55c98f8ba4fd7fbcb56ab9c365d489ef30bf63baff6e69328bcecb140b79ad417139b52bbd13dfb0c4beabc388e00a2635d07e8f5e382e4a9

+ SHA512 (fog-libvirt-0.5.0.gem) = b0b4c6a3b3cbbb68cc2971ca3c5bfdc14d62361ef0e0392488165023459525cbef106937b998f991330838f366d53891376f41a1997d284b1edb68eafb3f55c9

Also enhance .spec and .gitignore files.

Copr build:
https://copr.fedorainfracloud.org/coprs/pvalena/vagrant/build/788114/

Scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=29086819

Checks:

  • rpmlint: ok
  • Tests: ok
  • Dependent packages: ok

Have not tried this, but otherwise it LGTM

Thanks!

I intended to test this with vagrant manually, but my computer broke down with update instead.
I'll just merge it then.

Pull-Request has been merged by pvalena

5 years ago