Project

General

Profile

« Previous | Next » 

Revision 298b74c5

Added by specs-from-koji (Jenkins) almost 11 years ago

Update rubygem-hammer_cli to 0.0.2-13.el6

View differences:

rpms/epel-6/rubygem-hammer_cli/rubygem-hammer_cli.spec
%global gemname hammer_cli
%if 0%{?rhel}
%global gem_dir /usr/lib/ruby/gems/1.8
%else
%global gem_dir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%endif
%global geminstdir %{gem_dir}/gems/%{gemname}-%{version}
Summary: Universal command-line interface for Foreman
Name: rubygem-%{gemname}
Version: 0.0.2
Release: 12%{?dist}
Release: 13%{?dist}
Group: Development/Languages
License: GPLv3
URL: http://github.com/theforeman/hammer-cli
......
Requires: rubygem(clamp)
Requires: rubygem(terminal-table)
Requires: rubygem(rest-client)
Requires: rubygem(logging)
%if 0%{?rhel} == 6 || 0%{?fedora} < 19
BuildRequires: ruby(abi)
%endif
......
%changelog
* Tue Aug 13 2013 Sam Kottler <shk@redhat.com> 0.0.2-12
- Properly set the globals (shk@redhat.com)
* Tue Aug 13 2013 Sam Kottler <shk@redhat.com> 0.0.2-13
- Add logging requirement (shk@redhat.com)
* Tue Aug 13 2013 Sam Kottler <shk@redhat.com> 0.0.2-11
- Manually set the gem_dir on RHEL6 (shk@redhat.com)
* Tue Aug 13 2013 Sam Kottler <shk@redhat.com>
- Add logging requirement (shk@redhat.com)
* Tue Aug 13 2013 Sam Kottler <shk@redhat.com>
- Manually set the gem_dir on RHEL6 (shk@redhat.com)
- Add logging requirement (shk@redhat.com)
* Tue Aug 13 2013 Sam Kottler <shk@redhat.com> 0.0.2-10
- Rebuilding on RHEL
* Mon Aug 12 2013 Sam Kottler <shk@redhat.com> 0.0.2-9
- Bump version

Also available in: Unified diff