Skip to content

Commit

Permalink
Update rubygem-ruby-libvirt to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 25, 2024
1 parent 678cf17 commit f0f5498
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.

This file was deleted.

13 changes: 9 additions & 4 deletions packages/foreman/rubygem-ruby-libvirt/rubygem-ruby-libvirt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global gem_require_name libvirt

Name: rubygem-%{gem_name}
Version: 0.8.2
Version: 0.8.4
Release: 1%{?dist}
Summary: Ruby bindings for LIBVIRT
License: LGPLv2+
Expand Down Expand Up @@ -37,6 +37,8 @@ Documentation for %{name}.
%setup -q -n %{gem_name}-%{version}

%build
export CONFIGURE_ARGS="--with-cflags='%{build_cflags} -fPIC'"

# Create the gem as gem install only works on a gem file
gem build ../%{gem_name}-%{version}.gemspec

Expand Down Expand Up @@ -79,13 +81,16 @@ rm -rf gem_ext_test

%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/NEWS
%doc %{gem_instdir}/README
%doc %{gem_instdir}/README.rdoc
%doc %{gem_instdir}/NEWS.rst
%doc %{gem_instdir}/README.rst
%doc %{gem_instdir}/doc/main.rdoc
%{gem_instdir}/Rakefile
%{gem_instdir}/tests

%changelog
* Sun Nov 24 2024 Foreman Packaging Automation <[email protected]> - 0.8.4-1
- Update to 0.8.4

* Sun Feb 18 2024 Foreman Packaging Automation <[email protected]> - 0.8.2-1
- Update to 0.8.2

Expand Down

0 comments on commit f0f5498

Please sign in to comment.