update to 2.5.1 [release 2.5.1-1mamba;Tue Jul 17 2018]
This commit is contained in:
parent
783e47b37f
commit
d791808aaf
BIN
facter-1.7.3.gem
BIN
facter-1.7.3.gem
Binary file not shown.
BIN
facter-2.5.1.gem
Normal file
BIN
facter-2.5.1.gem
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
Name: ruby-facter
|
Name: ruby-facter
|
||||||
Version: 1.7.3
|
Version: 2.5.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for collecting facts about your system
|
Summary: A library for collecting facts about your system
|
||||||
Group: System/Managament
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
@ -11,7 +11,8 @@ Source: https://rubygems.org/downloads/facter-%{version}.gem
|
|||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: ruby-devel
|
BuildRequires: ruby-devel >= 2.5.1
|
||||||
|
Requires: ruby >= 2.5.1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,7 +25,7 @@ A library for collecting facts about your system.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
|
gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"
|
||||||
|
|
||||||
gem install --no-user-install --ignore-dependencies -i "%{buildroot}$gemdir" \
|
gem install --no-user-install --ignore-dependencies -i "%{buildroot}$gemdir" \
|
||||||
--no-ri --no-rdoc -n "%{buildroot}/usr/bin" "%{SOURCE0}"
|
--no-ri --no-rdoc -n "%{buildroot}/usr/bin" "%{SOURCE0}"
|
||||||
@ -41,5 +42,8 @@ gem install --no-user-install --ignore-dependencies -i "%{buildroot}$gemdir" \
|
|||||||
%{_libdir}/ruby/gems/*/specifications/facter-%{version}.gemspec
|
%{_libdir}/ruby/gems/*/specifications/facter-%{version}.gemspec
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 17 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.1-1mamba
|
||||||
|
- update to 2.5.1
|
||||||
|
|
||||||
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.3-1mamba
|
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.3-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user