Browse Source

net-snmp-5.7.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5849 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 12 years ago
parent
commit
89387a0bfd

+ 4 - 1
O/OpenIPMI/OpenIPMI-vl.spec

@@ -5,7 +5,7 @@ Summary: IPMI (Intelligent Platform Management Interface) library and tools
 Summary(ja): IPMI (Intelligent Platform Management Interface) ライブラリおよびツール
 Name: OpenIPMI
 Version: 2.0.18
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: LGPLv2+ and GPLv2+ or BSD
 Group: System Environment/Base
 URL: http://sourceforge.net/projects/openipmi/
@@ -181,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/fedora-openipmigui.desktop
 
 %changelog
+* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.18-5
+- rebuild with net-snmp-5.7.1
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.18-4
 - rebuild with python-2.7.2
 

+ 4 - 1
c/cluster-glue/cluster-glue-vl.spec

@@ -15,7 +15,7 @@ Name:		cluster-glue
 Summary:	Reusable cluster components
 Summary(ja):	再利用可能なクラスタコンポーネント
 Version:	1.0.2
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 License:	GPLv2+ and LGPLv2+
 Url:		http://linux-ha.org/wiki/Cluster_Glue
 Group:		System Environment/Base
@@ -197,6 +197,9 @@ such as Pacemaker.
 %doc COPYING.LIB
 
 %changelog
+* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-4
+- rebuild with net-snmp-5.7.1
+
 * Sun Mar 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-3
 - rebuild with openssl-1.0.0d
 - add BuildRequires: libuuid-devel

+ 4 - 1
h/heartbeat/heartbeat-vl.spec

@@ -8,7 +8,7 @@ Summary:          Heartbeat subsystem for High-Availability Linux
 Summary(ja):	  高可用性 Linux のための HeartBeat サブシステム
 Name:             heartbeat
 Version:          2.0.8
-Release:          6%{_dist_release}
+Release:          7%{_dist_release}
 
 Group:            System Environment/Daemons
 License:          GPL/LGPL
@@ -309,6 +309,9 @@ test "$1" != 0 || /usr/sbin/groupdel %{gname} &>/dev/null || :
 %{_libdir}/*.so
 
 %changelog
+* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.8-7
+- rebuild with net-snmp-5.7.1
+
 * Sun Mar 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.8-6
 - rebuild with openssl-1.0.0d
 - add BuildRequires: libuuid-devel, libxml2-devel

+ 4 - 1
h/hplip/hplip-vl.spec

@@ -3,7 +3,7 @@ Summary:	HP printer drivers & utilities for Linux
 Summary(ja): 	HP プリンタ用の Linux 向けドライバとユーティリティ
 Name:		hplip
 Version:	3.11.5
-Release: 	4%{?_dist_release}
+Release: 	5%{?_dist_release}
 Source0:	%{name}-%{version}.tar.gz
 Source1:	hplip.desktop.vine
 Patch0:		hplip-3.11.5-gksu.patch
@@ -310,6 +310,9 @@ fi
 
 
 %changelog
+* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.11.5-5
+- rebuild with net-snmp-5.7.1
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.11.5-4
 - rebuild with python-2.7.2
 

+ 7 - 4
n/net-snmp/net-snmp-vl.spec

@@ -4,8 +4,8 @@
 Summary: A collection of SNMP protocol tools and libraries.
 Summary(ja): SNMP プロトコルツールとライブラリのコレクション
 Name: net-snmp
-Version: 5.6.1.1
-Release: 2%{?_dist_release}
+Version: 5.7.1
+Release: 1%{?_dist_release}
 License: BSDish
 Group: System Environment/Daemons
 URL: http://net-snmp.sourceforge.net/
@@ -26,7 +26,7 @@ Patch2: net-snmp-5.5-dir-fix.patch
 Patch3: net-snmp-5.6-multilib.patch
 Patch4: net-snmp-5.5-include-struct.patch
 Patch5: net-snmp-5.5-apsl-copying.patch
-Patch6: net-snmp-5.5-perl-linking.patch
+Patch6: net-snmp-5.7.1-perl-linking.patch
 Patch7: net-snmp-5.6-test-debug.patch
 
 Requires(pre): /sbin/chkconfig
@@ -317,7 +317,6 @@ rm -rf ${RPM_BUILD_ROOT}
 %config(noreplace) %{_sysconfdir}/rc.d/init.d/snmptrapd
 %config(noreplace) %{_sysconfdir}/logrotate.d/snmpd
 %config(noreplace) %{_sysconfdir}/tmpfiles.d/net-snmp.conf
-%config(noreplace) %{_sysconfdir}/logrotate.d/snmpd
 %{_datadir}/snmp
 %{_libdir}/lib*.so.*
 %{_sbindir}/*
@@ -363,6 +362,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sun Mar 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.1-1
+- new upstream release
+- update Patch6 (net-snmp-5.7.1-perl-linking.patch)
+
 * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.6.1.1-2
 - rebuild with rpm-4.9.1.2
 

+ 8 - 13
o/openhpi/openhpi-vl.spec

@@ -1,16 +1,14 @@
 Summary: Hardware Platform Interface library and tools
 Summary(ja): ハードウエアプラットフォームインタフェースライブラリおよびツール
 Name: openhpi
-Version: 2.14.1
-Release: 2%{?_dist_release}
+Version: 3.0.0
+Release: 1%{?_dist_release}
 License: BSD
 Group: System Environment/Base
 URL: http://www.openhpi.org
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1: %{name}.initd
 Source2: %{name}.sysconfig
-# https://sourceforge.net/tracker/?func=detail&aid=2932689&group_id=71730&atid=532251
-Patch0: openhpi-2.14.1-fumi-type.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: sysfsutils-devel, net-snmp-devel, OpenIPMI-devel, glib2-devel
 BuildRequires: libtool-ltdl-devel, openssl-devel, ncurses-devel
@@ -57,7 +55,6 @@ The development libraries and header files for the OpenHPI project.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fumi-type
 
 # fix permissions
 chmod a-x plugins/simulator/*.[ch]
@@ -89,13 +86,6 @@ install -p -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/openhpid
 rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
 rm -rf $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la
 
-# fix perms for generated docs
-chmod 0644 docs/hld/openhpi-manual/*.html
-
-
-%check
-make check
-
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -122,10 +112,11 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README README.daemon docs/hld/openhpi-manual openhpi.conf.example
+%doc COPYING README README.daemon openhpi.conf.example
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}client.conf
+%config(noreplace) %{_sysconfdir}/openhpi/simulation.data
 %{_initddir}/openhpid
 %config(noreplace) %{_sysconfdir}/sysconfig/openhpid
 %attr(1777,root,root) %{_var}/lib/%{name}
@@ -149,6 +140,10 @@ fi
 
 
 %changelog
+* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
+- new upstream release
+- remove Patch0
+
 * Sun Mar 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.1-2
 - rebuild with openssl-1.0.0d
 

+ 4 - 1
p/pacemaker/pacemaker-vl.spec

@@ -33,7 +33,7 @@ Name:		pacemaker
 Summary:	Scalable High-Availability cluster resource manager
 Summary(ja):	スケーラブル高可用クラスタリソースマネージャ
 Version:	1.1.2
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 License:	GPLv2+ and LGPLv2+
 Url:		http://www.clusterlabs.org
 Group:		System Environment/Daemons
@@ -306,6 +306,9 @@ rm -rf %{buildroot}
 %doc AUTHORS
 
 %changelog
+* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-4
+- rebuild with net-snmp-5.7.1
+
 * Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-3
 - rebuild with python-2.7.2
 

+ 5 - 1
p/php5/php5-vl.spec

@@ -30,7 +30,7 @@ Name: php5
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
 Version: 5.3.10
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -837,6 +837,10 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.3.10-2
+- rebuild with net-snmp-5.7.1
+- update Source21 (php.ini-vine)
+
 * Fri Feb 03 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.10-1
 - new upstream release.
 - reverted revision #319823 (bug#60723).

+ 4 - 1
r/rsyslog/rsyslog-vl.spec

@@ -6,7 +6,7 @@
 Summary: Enhanced system logging and kernel message trapping daemon
 Name: rsyslog
 Version: 5.6.5
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv3+
 Group: System Environment/Daemons
 URL: http://www.rsyslog.com/
@@ -221,6 +221,9 @@ fi
 %{_libdir}/rsyslog/omsnmp.so
 
 %changelog
+* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.5-2
+- rebuild with net-snmp-5.7.1
+
 * Sun Apr 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.6.5-1
 - new upstream release