- owns sitearchdir. (#201208)
This commit is contained in:
parent
ee34bfa2d4
commit
00982fe892
11
ruby.spec
11
ruby.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: ruby
|
Name: ruby
|
||||||
Version: 1.8.4
|
Version: 1.8.4
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: Ruby License/GPL - see COPYING
|
License: Ruby License/GPL - see COPYING
|
||||||
URL: http://www.ruby-lang.org/
|
URL: http://www.ruby-lang.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -416,10 +416,8 @@ rm -rf tmp-ruby-docs
|
|||||||
%dir %{_prefix}/lib/ruby/%{rubyxver}/net
|
%dir %{_prefix}/lib/ruby/%{rubyxver}/net
|
||||||
%dir %{_prefix}/lib/ruby/%{rubyxver}/shell
|
%dir %{_prefix}/lib/ruby/%{rubyxver}/shell
|
||||||
%dir %{_prefix}/lib/ruby/%{rubyxver}/uri
|
%dir %{_prefix}/lib/ruby/%{rubyxver}/uri
|
||||||
%dir %{sitedir}
|
%{sitedir}
|
||||||
%dir %{sitedir}/%{rubyxver}
|
%{sitedir2}
|
||||||
%dir %{sitedir2}
|
|
||||||
%dir %{sitedir2}/%{rubyxver}
|
|
||||||
|
|
||||||
%files tcltk -f ruby-tcltk.files
|
%files tcltk -f ruby-tcltk.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -454,6 +452,9 @@ rm -rf tmp-ruby-docs
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 7 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-12
|
||||||
|
- owns sitearchdir. (#201208)
|
||||||
|
|
||||||
* Thu Jul 20 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-11
|
* Thu Jul 20 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-11
|
||||||
- security fixes [CVE-2006-3694]
|
- security fixes [CVE-2006-3694]
|
||||||
- ruby-1.8.4-fix-insecure-dir-operation.patch:
|
- ruby-1.8.4-fix-insecure-dir-operation.patch:
|
||||||
|
Loading…
Reference in New Issue
Block a user