rpms/rubygem-cobbler/EL-5 .cvsignore, 1.3, 1.4 rubygem-cobbler.spec, 1.2, 1.3 sources, 1.3, 1.4

Darryl L. Pierce mcpierce at fedoraproject.org
Thu Oct 23 15:36:05 UTC 2008


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-cobbler/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3078

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Sep 2008 14:32:21 -0000	1.3
+++ .cvsignore	23 Oct 2008 15:35:34 -0000	1.4
@@ -1 +1 @@
-cobbler-0.1.0.gem
+cobbler-0.1.1.gem


Index: rubygem-cobbler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/EL-5/rubygem-cobbler.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rubygem-cobbler.spec	8 Sep 2008 15:56:18 -0000	1.2
+++ rubygem-cobbler.spec	23 Oct 2008 15:35:34 -0000	1.3
@@ -7,8 +7,8 @@
 
 Summary: 	An interface for interacting with a Cobbler server
 Name: 		rubygem-%{gemname}
-Version: 	0.1.0
-Release: 	2%{?dist}
+Version: 	0.1.1
+Release: 	1%{?dist}
 Group: 		Development/Languages
 License: 	LGPLv2+
 URL: 		http://cobbler.et.redhat.com/
@@ -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,38 +70,5 @@
 
 
 %changelog
-* Mon Sep 08 2008 Darryl Pierce <dpierce at redhat.com> - 0.1.0-2
-- Fix for broken build that was not finding the gem.
-
-* Mon Sep 08 2008 Darryl Pierce <dpierce at redhat.com> - 0.1.0-1
-- First official build for Fedora.
-
-* Fri Sep 05 2008 Darryl Pierce <dpierce at redhat.com> - 0.0.2-4
-- Bad BuildRequires slipped into the last version.
-
-* Wed Sep 03 2008 Darryl Pierce <dpierce at redhat.com> - 0.0.2-3
-- Added a build requirement for rubygem-rake.
-
-* Tue Aug 26 2008 Darryl Pierce <dpierce at redhat.com> - 0.0.2-2
-- Fixed the licensing in each source module to show the code is released under
-  LGPLv2.1.
-- Added %check to the spec file to run tests prior to creating the RPM.
-
-* Thu Aug 21 2008 Darryl Pierce <dpierce at redhat.com> - 0.0.2-1
-- Added a call to update prior to saving or updating a system. If the update
-  fails, then an Exception is raised.
-
-* Wed Aug 13 2008 Darryl Pierce <dpierce at redhat.com> - 0.0.1-3
-- Added caching for the auth_token to prevent extraneous calls to login.
-- Reworked and refined how cobbler_collection fields are processed, adding 
-  support for both array and has properties.
-- Rewrote the documentation for Cobbler::Base to make it easier to understand
-  how to extend it to support other Cobbler types.
-- Refactored the examples to clean up the code.
-
-* Wed Aug 13 2008 Darryl Pierce <dpierce at redhat.com> - 0.0.1-2
-- Removed markup of cobbler.yml and a config file. Fixed a few small bugs 
-  in the code for using it as a gem.
-
-* Mon Aug 04 2008 Darryl Pierce <dpierce at redhat.com> - 0.0.1-1
-- Initial package
+* Thu Oct 23 2008 Darryl Pierce <dpierce at redhat.com> - 0.1.1-1
+- First release for EL-5.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Sep 2008 14:32:21 -0000	1.3
+++ sources	23 Oct 2008 15:35:34 -0000	1.4
@@ -1 +1 @@
-17638005f28adaa7bed19cd4a04ccd74  cobbler-0.1.0.gem
+f981ff1ca275dbdae5eff7d146cc09d5  cobbler-0.1.1.gem




More information about the scm-commits mailing list