rpms/ocsinventory-agent/EL-4 ocsinventory-agent.spec, 1.4, 1.5 sources, 1.5, 1.6

Remi Collet remi at fedoraproject.org
Sun Jan 3 17:43:33 UTC 2010


Author: remi

Update of /cvs/pkgs/rpms/ocsinventory-agent/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13533

Modified Files:
	ocsinventory-agent.spec sources 
Log Message:
update to 1.1.2 (bugfix)


Index: ocsinventory-agent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocsinventory-agent/EL-4/ocsinventory-agent.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ocsinventory-agent.spec	22 Dec 2009 19:21:19 -0000	1.4
+++ ocsinventory-agent.spec	3 Jan 2010 17:43:33 -0000	1.5
@@ -5,11 +5,9 @@
 Name:      ocsinventory-agent
 Summary:   Open Computer and Software Inventory Next Generation client
 
-Version:   1.1.1
+Version:   1.1.2
 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://launchpad.net/ocsinventory-unix-agent/1.1.x/ocsinventory-unix-agent-%{version}/+download/Ocsinventory-Agent-%{version}.tar.gz
 
 Source1:   %{name}.logrotate
@@ -27,15 +25,24 @@ URL:       http://www.ocsinventory-ng.or
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: perl(Module::Install) perl(XML::Simple) perl(LWP) perl(Net::IP)
-BuildRequires: perl(Digest::MD5) perl(File::Temp) perl(XML::SAX)
+%if 0%{?rhel} != 3
+BuildRequires: perl(Module::Install) perl(XML::SAX)
+%endif
+BuildRequires: perl(XML::Simple) perl(LWP) perl(Net::IP)
+BuildRequires: perl(Digest::MD5) perl(File::Temp)
+
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:  net-tools, pciutils
 Requires:  %{_sysconfdir}/logrotate.d, %{_sysconfdir}/cron.hourly
-Requires:  perl(HTTP::Request) perl(Proc::Daemon)
-Requires:  perl(Net::SSLeay) perl(Crypt::SSLeay)
+Requires:  perl(HTTP::Request)
+Requires:  perl(Net::SSLeay) perl(Crypt::SSLeay) perl(Net::IP)
 Requires:  nmap monitor-edid which
-%if 0%{?rhel} == 4
+%if 0%{?rhel} == 3
+Requires:  perl(XML::Parser)
+%else
+Requires:  perl(XML::SAX) perl(Proc::Daemon)
+%endif
+%if 0%{?rhel}%{?fedora} <= 4
 Requires:  kernel-utils
 %else
 Requires:  smartmontools
@@ -49,6 +56,10 @@ Provides:  ocsinventory-client  = 1.02
 # use the following line when version is strictly above 1.01
 # ocsinventory-client = %{version}-%{release}
 
+%if 0%{?rhel} == 3
+%define perl_vendorlib  %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%endif
+
 
 %description
 Open Computer and Software Inventory Next Generation is an application
@@ -77,6 +88,7 @@ de commandes ou de fichiers sur les clie
 %setup -q -n Ocsinventory-Agent-%{version}
 
 %patch1 -p1
+chmod -x lib/Ocsinventory/Agent/Backend/OS/MacOS/Hostname.pm
 
 cat <<EOF >%{name}.conf
 # 
@@ -199,8 +211,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jan 03 2010 Remi Collet <Fedora at famillecollet.com> 1.1.2-1
+- update to 1.1.2
+- missing perl(Net::IP) requires
+
 * Tue Dec 22 2009 Remi Collet <Fedora at famillecollet.com> 1.1.1-1
 - update to 1.1.1
+- add Requires: which
 
 * Sat Nov 07 2009 Remi Collet <Fedora at famillecollet.com> 1.1-1
 - update to 1.1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocsinventory-agent/EL-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	22 Dec 2009 19:21:19 -0000	1.5
+++ sources	3 Jan 2010 17:43:33 -0000	1.6
@@ -1 +1 @@
-c00acb51f559b237590ea7611523da0b  Ocsinventory-Agent-1.1.1.tar.gz
+c1e8e863d234e7f034a15636a38bfd96  Ocsinventory-Agent-1.1.2.tar.gz




More information about the fedora-extras-commits mailing list