rpms/rubygem-cobbler/devel rubygem-cobbler.spec,1.4,1.5

Darryl L. Pierce mcpierce at fedoraproject.org
Thu Oct 23 19:33:52 UTC 2008


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-cobbler/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12765

Modified Files:
	rubygem-cobbler.spec 
Log Message:
Fixed the executable settings.



Index: rubygem-cobbler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/devel/rubygem-cobbler.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rubygem-cobbler.spec	23 Oct 2008 19:31:11 -0000	1.4
+++ rubygem-cobbler.spec	23 Oct 2008 19:33:22 -0000	1.5
@@ -39,19 +39,19 @@
 mkdir -p %{buildroot}%{gemdir}
 gem install --local --install-dir %{buildroot}%{gemdir} --force %{SOURCE0}
 
-chmod +x %{installroot}/examples/create_system.rb
-chmod +x %{installroot}/examples/has_distro.rb
-chmod +x %{installroot}/examples/has_image.rb
-chmod +x %{installroot}/examples/has_profile.rb
-chmod +x %{installroot}/examples/has_system.rb
-chmod +x %{installroot}/examples/list_distros.rb
-chmod +x %{installroot}/examples/list_images.rb
-chmod +x %{installroot}/examples/list_profiles.rb
-chmod +x %{installroot}/examples/list_systems.rb
-chmod +x %{installroot}/examples/remove_distro.rb
-chmod +x %{installroot}/examples/remove_image.rb
-chmod +x %{installroot}/examples/remove_profile.rb
-chmod +x %{installroot}/examples/remove_system.rb
+chmod 0755 %{installroot}/examples/create_system.rb
+chmod 0755 %{installroot}/examples/has_distro.rb
+chmod 0755 %{installroot}/examples/has_image.rb
+chmod 0755 %{installroot}/examples/has_profile.rb
+chmod 0755 %{installroot}/examples/has_system.rb
+chmod 0755 %{installroot}/examples/list_distros.rb
+chmod 0755 %{installroot}/examples/list_images.rb
+chmod 0755 %{installroot}/examples/list_profiles.rb
+chmod 0755 %{installroot}/examples/list_systems.rb
+chmod 0755 %{installroot}/examples/remove_distro.rb
+chmod 0755 %{installroot}/examples/remove_image.rb
+chmod 0755 %{installroot}/examples/remove_profile.rb
+chmod 0755 %{installroot}/examples/remove_system.rb
 
 %clean
 rm -rf %{buildroot}




More information about the scm-commits mailing list