rpms/rubygem-cobbler/devel .cvsignore, 1.6, 1.7 rubygem-cobbler.spec, 1.7, 1.8 sources, 1.6, 1.7

Darryl L. Pierce mcpierce at fedoraproject.org
Thu May 7 15:33:58 UTC 2009


Author: mcpierce

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

Modified Files:
	.cvsignore rubygem-cobbler.spec sources 
Log Message:
Removed support for <1.5 Cobbler.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/devel/.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 15:33:27 -0000	1.7
@@ -1 +0,0 @@
-cobbler-0.1.3.gem


Index: rubygem-cobbler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/devel/rubygem-cobbler.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- rubygem-cobbler.spec	25 Feb 2009 21:42:06 -0000	1.7
+++ rubygem-cobbler.spec	7 May 2009 15:33:27 -0000	1.8
@@ -7,8 +7,8 @@
 
 Summary: 	An interface for interacting with a Cobbler server
 Name: 		rubygem-%{gemname}
-Version: 	0.1.3
-Release: 	2%{?dist}
+Version: 	1.6.0
+Release: 	1%{?dist}
 Group: 		Development/Languages
 License: 	LGPLv2+
 URL: 		http://cobbler.et.redhat.com/
@@ -28,7 +28,7 @@ Provides Ruby bindings to interact with 
 
 %build
 
-%check 
+%check
 
 cd %{installroot}
 
@@ -39,37 +39,31 @@ 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}
 
 %files
 %defattr(-, root, root, -)
-%{gemdir}/gems/%{gemname}-%{version}/
 %{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}
 
 %{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.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -105,14 +99,14 @@ rm -rf %{buildroot}
 
 * 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 
+- 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 
+- 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-cobbler/devel/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 15:33:27 -0000	1.7
@@ -1 +0,0 @@
-dc8810113b86fa1cf980482f212155c0  cobbler-0.1.3.gem




More information about the fedora-extras-commits mailing list