[rubygem-actionpack] Remove the unneded symlink used for tests in previous versions (RHBZ #840119).

Bohuslav Kabrda bkabrda at fedoraproject.org
Wed Aug 1 06:16:31 UTC 2012


commit 526b5fbe2a92f459c233ef659bdfbb4bc3396dc5
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Wed Aug 1 08:16:02 2012 +0200

    Remove the unneded symlink used for tests in previous versions (RHBZ #840119).

 rubygem-actionpack.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index eed369b..1045ba6 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -7,7 +7,7 @@ Summary: Web-flow and rendering framework putting the VC in MVC
 Name: rubygem-%{gem_name}
 Epoch: 1
 Version: 3.2.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -92,12 +92,6 @@ tar xzvf %{SOURCE2} -C .%{gem_instdir}
 
 pushd .%{gem_instdir}
 %patch0 -p0
-
-# create missing symlink
-pushd test/fixtures/layout_tests/layouts/
-ln -sf ../../symlink_parent/ symlinked
-popd
-
 popd
 
 pushd .%{gem_dir}
@@ -163,6 +157,9 @@ popd
 %{gem_instdir}/test/
 
 %changelog
+* Wed Aug 01 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.2.7-2
+- Remove the unneded symlink used for tests in previous versions (RHBZ #840119).
+
 * Mon Jul 30 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.2.7-1
 - Update to the ActionPack 3.2.7.
 


More information about the scm-commits mailing list