rpms/rubygem-cobbler/F-8 .cvsignore, 1.4, 1.5 rubygem-cobbler.spec, 1.3, 1.4 sources, 1.4, 1.5

Darryl L. Pierce mcpierce at fedoraproject.org
Thu Oct 23 19:45:11 UTC 2008


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-cobbler/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14061

Modified Files:
	.cvsignore rubygem-cobbler.spec sources 
Log Message:
Release 0.1.2 of the Cobbler ruby bindings.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Oct 2008 20:08:33 -0000	1.4
+++ .cvsignore	23 Oct 2008 19:44:41 -0000	1.5
@@ -1 +1 @@
-cobbler-0.1.1.gem
+cobbler-0.1.2.gem


Index: rubygem-cobbler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/F-8/rubygem-cobbler.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rubygem-cobbler.spec	10 Oct 2008 20:08:33 -0000	1.3
+++ rubygem-cobbler.spec	23 Oct 2008 19:44:41 -0000	1.4
@@ -7,7 +7,7 @@
 
 Summary: 	An interface for interacting with a Cobbler server
 Name: 		rubygem-%{gemname}
-Version: 	0.1.1
+Version: 	0.1.2
 Release: 	1%{?dist}
 Group: 		Development/Languages
 License: 	LGPLv2+
@@ -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}
@@ -70,6 +70,9 @@
 
 
 %changelog
+* Thu Oct 23 2008 Darryl Pierce <dpierce at redhat.com> - 0.1.2-1
+- Release 0.1.2 of Cobber ruby bindings.
+
 * Fri Oct 10 2008 Darryl Pierce <dpierce at redhat.com> - 0.1.1-1
 - Added support for image-based systems.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Oct 2008 20:08:33 -0000	1.4
+++ sources	23 Oct 2008 19:44:41 -0000	1.5
@@ -1 +1 @@
-f981ff1ca275dbdae5eff7d146cc09d5  cobbler-0.1.1.gem
+78f085ba825979af4410141e30e05fd4  cobbler-0.1.2.gem




More information about the scm-commits mailing list