rpms/ocsinventory-agent/devel ocsinventory-agent-options.patch, 1.1, 1.2 ocsinventory-agent.spec, 1.7, 1.8

Remi Collet remi at fedoraproject.org
Wed Oct 1 18:01:52 UTC 2008


Author: remi

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

Modified Files:
	ocsinventory-agent-options.patch ocsinventory-agent.spec 
Log Message:
fix FTBFS

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocsinventory-agent-options.patch	2 Apr 2008 19:10:20 -0000	1.1
+++ ocsinventory-agent-options.patch	1 Oct 2008 18:01:22 -0000	1.2
@@ -1,5 +1,5 @@
---- ocsinventory-agent.orig	2008-04-02 20:27:42.000000000 +0200
-+++ ocsinventory-agent	2008-04-02 20:29:12.000000000 +0200
+--- 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 @@
    "p|password=s"    =>   \$params->{password},
    "r|realm=s"       =>   \$params->{realm},
@@ -22,4 +22,4 @@
 +
  if ($params->{server} !~ /^http(|s):\/\//) {
      $logger->debug("the --server passed doesn't have a protocle, assume http as default");
-     $params->{server} = "http://".$params->{server}
+     $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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ocsinventory-agent.spec	22 Apr 2008 15:55:09 -0000	1.7
+++ ocsinventory-agent.spec	1 Oct 2008 18:01:22 -0000	1.8
@@ -6,7 +6,7 @@
 Summary:   Open Computer and Software Inventory Next Generation client
 
 Version:   0.0.9.2
-Release:   1%{?dist}%{?ocstag:.%{ocstag}}
+Release:   2%{?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
@@ -187,6 +187,9 @@
 
 
 %changelog
+* Wed Oct 20 2008 Remi Collet <Fedora at famillecollet.com> 0.0.9.2-2
+- fix FTBFS (#465073)
+
 * Sun Apr 20 2008 Remi Collet <Fedora at famillecollet.com> 0.0.9.2-1
 - update to 0.0.9.2 (minor bug fix)
 




More information about the fedora-extras-commits mailing list