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

Darryl L. Pierce mcpierce at fedoraproject.org
Thu May 7 18:41:06 UTC 2009


Author: mcpierce

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

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-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	4 Nov 2008 16:06:53 -0000	1.5
+++ .cvsignore	7 May 2009 18:40:35 -0000	1.6
@@ -1 +1 @@
-cobbler-0.1.3.gem
+cobbler-1.6.0.gem


Index: rubygem-cobbler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/F-9/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 16:06:53 -0000	1.6
+++ rubygem-cobbler.spec	7 May 2009 18:40:35 -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}
@@ -62,14 +50,19 @@ rm -rf %{buildroot}
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
-%doc %{geminstdir}/COPYING 
-%doc %{geminstdir}/NEWS 
+%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
 - Release 0.1.3 of the Cobbler gem.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	4 Nov 2008 16:06:53 -0000	1.5
+++ sources	7 May 2009 18:40:35 -0000	1.6
@@ -1 +1 @@
-dc8810113b86fa1cf980482f212155c0  cobbler-0.1.3.gem
+81f596fc916a0e4727e5c338de4d1a33  cobbler-1.6.0.gem




More information about the scm-commits mailing list