Update to 1.5.5

- Drop upstreamed libperms patch
epel9
Todd Zullinger 16 years ago
parent a175f4f3a6
commit a737b88442

@ -1 +1 @@
facter-1.5.4.tgz
facter-1.5.5.tar.gz

@ -1,12 +0,0 @@
diff -up facter-1.5.4/install.rb.libperms facter-1.5.4/install.rb
--- facter-1.5.4/install.rb.libperms 2008-09-08 23:00:03.000000000 -0400
+++ facter-1.5.4/install.rb 2009-02-28 14:15:53.000000000 -0500
@@ -93,7 +93,7 @@ def do_libs(libs, strip = 'lib/')
op = File.dirname(olf)
File.makedirs(op, true)
File.chmod(0755, op)
- File.install(lf, olf, 0755, true)
+ File.install(lf, olf, 0644, true)
end
end

@ -5,14 +5,12 @@
Summary: Ruby module for collecting simple facts about a host operating system
Name: facter
Version: 1.5.4
Version: 1.5.5
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://reductivelabs.com/projects/facter
Source0: http://reductivelabs.com/downloads/facter/%{name}-%{version}.tgz
# http://github.com/reductivelabs/facter/commit/75db918c37a9fef36c829105d1f8a99ff8bcf751
Patch0: facter-1.5.4-libperms.patch
Source0: http://reductivelabs.com/downloads/facter/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if %has_ruby_noarch
BuildArch: noarch
@ -32,7 +30,6 @@ operating system. Additional facts can be added through simple Ruby scripts
%prep
%setup -q
%patch0 -p1 -b .libperms
%build
@ -53,6 +50,10 @@ rm -rf %{buildroot}
%changelog
* Fri May 22 2009 Todd Zullinger <tmz@pobox.com> - 1.5.5-1
- Update to 1.5.5
- Drop upstreamed libperms patch
* Sat Feb 28 2009 Todd Zullinger <tmz@pobox.com> - 1.5.4-1
- New version
- Use upstream install script

@ -1 +1 @@
0df92b81606f8e23bdd1f2ade597049b facter-1.5.4.tgz
7a783f99f8651095a0b2a8d0b75c48b4 facter-1.5.5.tar.gz

Loading…
Cancel
Save