summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBohuslav Kabrda <bkabrda@redhat.com>2012-08-01 08:16:02 +0200
committerBohuslav Kabrda <bkabrda@redhat.com>2012-08-01 08:16:02 +0200
commit526b5fbe2a92f459c233ef659bdfbb4bc3396dc5 (patch)
tree580de71fe630a7a7ed1638b533d68b37fc42e70d
parente410ad68d5e98c74966f23bec7df2a174b1edb30 (diff)
downloadrubygem-actionpack-526b5fbe2a92f459c233ef659bdfbb4bc3396dc5.tar.gz
rubygem-actionpack-526b5fbe2a92f459c233ef659bdfbb4bc3396dc5.tar.xz
rubygem-actionpack-526b5fbe2a92f459c233ef659bdfbb4bc3396dc5.zip
Remove the unneded symlink used for tests in previous versions (RHBZ #840119).
-rw-r--r--rubygem-actionpack.spec11
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@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@redhat.com> - 1:3.2.7-1
- Update to the ActionPack 3.2.7.