rpms/ocsinventory-agent/devel .cvsignore, 1.5, 1.6 ocsinventory-agent-options.patch, 1.2, 1.3 ocsinventory-agent.spec, 1.9, 1.10 sources, 1.5, 1.6

Remi Collet remi at fedoraproject.org
Sun Mar 29 09:02:36 UTC 2009


Author: remi

Update of /cvs/extras/rpms/ocsinventory-agent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27574

Modified Files:
	.cvsignore ocsinventory-agent-options.patch 
	ocsinventory-agent.spec sources 
Log Message:
update to 1.0.1 (stable version)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ocsinventory-agent/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	22 Apr 2008 15:55:09 -0000	1.5
+++ .cvsignore	29 Mar 2009 09:02:04 -0000	1.6
@@ -1 +1 @@
-Ocsinventory-Agent-nobundle-0.0.9.2.tar.gz
+Ocsinventory-Agent-1.0.1.tar.gz

ocsinventory-agent-options.patch:

Index: ocsinventory-agent-options.patch
===================================================================
RCS file: /cvs/extras/rpms/ocsinventory-agent/devel/ocsinventory-agent-options.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ocsinventory-agent-options.patch	1 Oct 2008 18:01:22 -0000	1.2
+++ ocsinventory-agent-options.patch	29 Mar 2009 09:02:04 -0000	1.3
@@ -1,6 +1,6 @@
---- ocsinventory-agent.orig	2008-04-18 18:49:44.000000000 +0200
-+++ ocsinventory-agent	2008-10-01 19:47:35.000000000 +0200
-@@ -86,7 +86,7 @@
+--- ocsinventory-agent.orig	2008-10-14 19:51:48.000000000 +0200
++++ ocsinventory-agent	2008-10-20 21:59:57.000000000 +0200
+@@ -88,7 +88,7 @@
    "p|password=s"    =>   \$params->{password},
    "r|realm=s"       =>   \$params->{realm},
    "R|remotedir=s"   =>   \$params->{remotedir},
@@ -8,8 +8,8 @@
 +  "s|server=s"      =>   \$params->{optserver},
    "stdout"          =>   \$params->{stdout},
    "t|tag=s"         =>   \$params->{tag},
-   "u|user=s"          =>   \$params->{user},
-@@ -215,6 +215,13 @@
+   "u|user=s"        =>   \$params->{user},
+@@ -226,6 +226,12 @@
      $params->{nosoftware} = 1 
  }
  
@@ -19,7 +19,6 @@
 +	undef $params->{local};
 +	undef $params->{optserver};
 +}
-+
- if ($params->{server} !~ /^http(|s):\/\//) {
+ 
+ if (!$params->{'stdout'} && !$params->{'local'} && $params->{server} !~ /^http(|s):\/\//) {
      $logger->debug("the --server passed doesn't have a protocle, assume http as default");
-     $params->{server} = "http://".$params->{server}.'/ocsinventory';


Index: ocsinventory-agent.spec
===================================================================
RCS file: /cvs/extras/rpms/ocsinventory-agent/devel/ocsinventory-agent.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ocsinventory-agent.spec	26 Feb 2009 07:46:14 -0000	1.9
+++ ocsinventory-agent.spec	29 Mar 2009 09:02:04 -0000	1.10
@@ -5,11 +5,11 @@
 Name:      ocsinventory-agent
 Summary:   Open Computer and Software Inventory Next Generation client
 
-Version:   0.0.9.2
-Release:   3%{?dist}%{?ocstag:.%{ocstag}}
+Version:   1.0.1
+Release:   1%{?dist}%{?ocstag:.%{ocstag}}
 
-#Source0:   http://search.cpan.org/CPAN/authors/id/G/GO/GONERI/Ocsinventory-Agent-%{version}.tar.gz
-Source0:    http://nana.rulezlan.org/~goneri/ocsinventory-agent/Ocsinventory-Agent-nobundle-%{version}.tar.gz
+Source0:   http://search.cpan.org/CPAN/authors/id/G/GO/GONERI/Ocsinventory-Agent-%{version}.tar.gz
+#Source0:    http://nana.rulezlan.org/~goneri/ocsinventory-agent/Ocsinventory-Agent-nobundle-%{version}.tar.gz
 
 Source1:   %{name}.logrotate
 Source2:   %{name}.cron
@@ -187,6 +187,9 @@
 
 
 %changelog
+* Sun Mar 29 2009 Remi Collet <Fedora at famillecollet.com> 1.0.1-1
+- update to 1.0.1
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.9.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ocsinventory-agent/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	22 Apr 2008 15:55:09 -0000	1.5
+++ sources	29 Mar 2009 09:02:04 -0000	1.6
@@ -1 +1 @@
-8c2ae7ce0505e571546ccc5b0cec353d  Ocsinventory-Agent-nobundle-0.0.9.2.tar.gz
+749501586e0c634680c13000b3b2851e  Ocsinventory-Agent-1.0.1.tar.gz




More information about the scm-commits mailing list