source:
trunk/server/fedora/specs/rubygem-activesupport.spec.patch
@
1335
Last change on this file since 1335 was 1329, checked in by mitchb, 15 years ago | |
---|---|
File size: 1.5 KB |
-
rubygem-activesupport.spec
old new 8 8 Name: rubygem-%{gemname} 9 9 10 10 Version: 2.3.2 11 Release: 1 %{?dist}11 Release: 1.scripts.%{scriptsversion}%{?dist} 12 12 Group: Development/Languages 13 13 License: MIT 14 14 URL: http://www.rubyonrails.org 15 15 Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem 16 Patch0: rubygem-activesupport-2.3.x-CVE-2009-3009.patch 16 17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 17 18 Requires: rubygems 18 19 BuildRequires: rubygems 19 20 BuildArch: noarch 20 21 Provides: rubygem(%{gemname}) = %{version} 22 Provides: scripts-rubygem-activesupport 21 23 22 24 %description 23 25 Utility library which carries commonly used classes and … … 32 34 mkdir -p %{buildroot}%{gemdir} 33 35 gem install --local --install-dir %{buildroot}%{gemdir} \ 34 36 --force --rdoc %{SOURCE0} 37 pushd %{buildroot}%{geminstdir} 38 cat %{PATCH0} | patch -s -p2 39 popd 35 40 36 41 # Remove bad shebangs 37 42 for file in %{buildroot}%{geminstdir}/lib/active_support/vendor/builder-2.1.2/builder.rb \ … … 58 63 %dir %{geminstdir} 59 64 %doc %{geminstdir}/CHANGELOG 60 65 %{geminstdir}/lib 66 %{geminstdir}/test/ 61 67 %doc %{geminstdir}/README 62 68 %doc %{gemdir}/doc/%{gemname}-%{version} 63 69 %{gemdir}/cache/%{gemname}-%{version}.gem … … 65 71 66 72 67 73 %changelog 74 * Thu Oct 01 2009 Mitchell Berger <mitchb@mit.edu> - 2.3.2-1.scripts 75 - Patch for CVE-2009-3009 76 68 77 * Mon Mar 16 2009 Jeroen van Meeuwen <kanarip@fedoraproject.org> - 2.3.2-1 69 78 - New upstream version 70 79
Note: See TracBrowser
for help on using the repository browser.