rpms/rubygem-cobbler/F-10 .cvsignore, 1.6, 1.7 rubygem-cobbler.spec, 1.6, 1.7 sources, 1.6, 1.7

Darryl L. Pierce mcpierce at fedoraproject.org
Thu May 7 18:55:16 UTC 2009


Author: mcpierce

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/F-10/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	4 Nov 2008 15:55:11 -0000	1.6
+++ .cvsignore	7 May 2009 18:54:45 -0000	1.7
@@ -1 +1 @@
-cobbler-0.1.3.gem
+cobbler-1.6.0.gem


Index: rubygem-cobbler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/F-10/rubygem-cobbler.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- rubygem-cobbler.spec	4 Nov 2008 15:55:11 -0000	1.6
+++ rubygem-cobbler.spec	7 May 2009 18:54:45 -0000	1.7
@@ -7,7 +7,7 @@
 
 Summary: 	An interface for interacting with a Cobbler server
 Name: 		rubygem-%{gemname}
-Version: 	0.1.3
+Version: 	1.6.0
 Release: 	1%{?dist}
 Group: 		Development/Languages
 License: 	LGPLv2+
@@ -39,19 +39,7 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}%{gemdir}
 gem install --local --install-dir %{buildroot}%{gemdir} --force %{SOURCE0}
 
-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
+chmod 0755 %{installroot}/examples/*.rb
 
 %clean
 rm -rf %{buildroot}
@@ -63,13 +51,18 @@ rm -rf %{buildroot}
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 %doc %{geminstdir}/COPYING 
+%doc %{geminstdir}/ChangeLog
 %doc %{geminstdir}/NEWS 
 %doc %{geminstdir}/README
+%doc %{geminstdir}/TODO
 
 %{geminstdir}/config/cobbler.yml
 
 
 %changelog
+* Thu May  7 2009 Darryl Pierce <dpierce at redhat.com> - 1.6.0-1
+- Dropped support for pre-1.6 instances of Cobbler.
+
 * Tue Nov 04 2008 Darryl Pierce <dpierce at redhat.com> - 0.1.3-1
 - Fix to saves for images.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/F-10/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	4 Nov 2008 15:55:11 -0000	1.6
+++ sources	7 May 2009 18:54:45 -0000	1.7
@@ -1 +1 @@
-dc8810113b86fa1cf980482f212155c0  cobbler-0.1.3.gem
+81f596fc916a0e4727e5c338de4d1a33  cobbler-1.6.0.gem




More information about the scm-commits mailing list