Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory 
checked in at 2012-03-26 11:03:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/net-snmp (Old)
 and      /work/SRC/openSUSE:Factory/.net-snmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "net-snmp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes        2011-10-25 
16:18:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.net-snmp.new/net-snmp.changes   2012-03-26 
11:03:37.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Mar 22 11:04:08 UTC 2012 - [email protected]
+
+- update copyright notice of AGENT.txt allowing us to redistribute
+  the file in our package (from Dave Shield) (bnc#750704)
+
+-------------------------------------------------------------------
+Wed Feb  8 06:09:32 UTC 2012 - [email protected]
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------
+Tue Nov  1 11:01:12 UTC 2011 - [email protected]
+
+- logrotate: use "reload" instead of "try-restart" to avoid an
+  unnecessary stop/start cycle in the agent (bnc#707636)
+
+-------------------------------------------------------------------

New:
----
  net-snmp-5.7.1-adjust-copyright-in-agent-txt-file.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ net-snmp.spec ++++++
--- /var/tmp/diff_new_pack.hDqZhN/_old  2012-03-26 11:03:39.000000000 +0200
+++ /var/tmp/diff_new_pack.hDqZhN/_new  2012-03-26 11:03:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package net-snmp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define pkg_name net-snmp
 %ifnarch s390 s390x
@@ -28,16 +27,17 @@
 
 Name:           net-snmp
 Version:        5.7.1
-Release:        1
-License:        BSD3c(or similar) ; MIT License (or similar)
-Group:          Productivity/Networking/Other
+Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  openssl-devel rpm-devel tcpd-devel
+BuildRequires:  openssl-devel
+BuildRequires:  rpm-devel
+BuildRequires:  tcpd-devel
 %if 0%{?netsnmp_with_sensors}
 BuildRequires:  libsensors4-devel
 %endif
-Requires:       perl-TermReadKey logrotate
+Requires:       logrotate
 Requires:       perl-SNMP = %{version}
+Requires:       perl-TermReadKey
 PreReq:         %insserv_prereq %fillup_prereq /sbin/chkconfig
 # bug437293
 %ifarch ppc64
@@ -69,8 +69,11 @@
 Patch13:        net-snmp-5.7.1-fix-handling-of-large-filesystems.patch
 Patch14:        net-snmp-5.7.1-snmplib-default-retries.patch
 Patch15:        net-snmp-5.7.1-fsys-memory-leak.patch
+Patch16:        net-snmp-5.7.1-adjust-copyright-in-agent-txt-file.patch
 #
 Summary:        SNMP Daemon
+License:        BSD-3-Clause ; MIT
+Group:          Productivity/Networking/Other
 
 %description
 Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c
@@ -96,12 +99,12 @@
 %define library_name libsnmp30
 
 %package     -n libsnmp30
-License:        BSD3c(or similar) ; MIT License (or similar)
-Group:          Productivity/Networking/Other
-Requires:       snmp-mibs = %{version}
 Requires:       perl-base = %{perl_version}
+Requires:       snmp-mibs = %{version}
 #
 Summary:        Shared Libraries from net-snmp
+License:        BSD-3-Clause ; MIT
+Group:          Productivity/Networking/Other
 
 %description -n libsnmp30
 Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c
@@ -123,8 +126,6 @@
     Wes Hardaker <[email protected]>
 
 %package devel
-License:        BSD3c(or similar) ; MIT License (or similar)
-Group:          Development/Libraries/C and C++
 # bug437293
 %ifarch ppc64
 Obsoletes:      net-snmp-devel-64bit
@@ -132,13 +133,19 @@
 #
 Requires:       %{library_name} = %{version}
 # for mib2c
+Requires:       libopenssl-devel
+Requires:       perl
 Requires:       perl-SNMP = %{version}
-Requires:       libopenssl-devel rpm-devel tcpd-devel perl zlib-devel
+Requires:       rpm-devel
+Requires:       tcpd-devel
+Requires:       zlib-devel
 %if 0%{?netsnmp_with_sensors}
 Requires:       libsensors4-devel
 %endif
 #
 Summary:        Development files from net-snmp
+License:        BSD-3-Clause ; MIT
+Group:          Development/Libraries/C and C++
 
 %description devel
 Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c
@@ -161,10 +168,10 @@
     Wes Hardaker <[email protected]>
 
 %package     -n snmp-mibs
-License:        BSD3c(or similar) ; MIT License (or similar)
-Group:          Productivity/Networking/Other
 #
 Summary:        MIB files from net-snmp
+License:        BSD-3-Clause ; MIT
+Group:          Productivity/Networking/Other
 
 %description -n snmp-mibs
 Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c
@@ -186,12 +193,12 @@
     Wes Hardaker <[email protected]>
 
 %package     -n perl-SNMP
-License:        GPLv2+
-Group:          Development/Libraries/Perl
 Requires:       %{pkg_name} = %{version}
 Requires:       perl-base = %{perl_version}
 #
 Summary:        Perl5 SNMP Extension Module
+License:        GPL-2.0+
+Group:          Development/Libraries/Perl
 
 %description -n perl-SNMP
 The Perl5 'SNMP' Extension Module v3.1.0 for the UCD SNMPv3 library.
@@ -217,6 +224,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %build
 MIBS="misc/ipfwacc ucd-snmp/diskio etherlike-mib rmon-mib velocity smux \

++++++ net-snmp-5.7.1-adjust-copyright-in-agent-txt-file.patch ++++++
commit c9ac420343e16df2b7065f5bf2790df44e247fba
Author: Dave Shield <[email protected]>
Date:   Tue Mar 20 10:26:10 2012 +0000

    Allow distribution as part of normal Net-SNMP packages.

Index: net-snmp-5.7.1/AGENT.txt
===================================================================
--- net-snmp-5.7.1.orig/AGENT.txt
+++ net-snmp-5.7.1/AGENT.txt
@@ -1166,4 +1166,6 @@ above all feedback, would be most apprec
 
   ------------------------------------------------------------------------
 Copyright 1999, 2000 - D.T.Shield.
-Not to be distributed without the explicit permission of the author.
+This file may be distributed as part of a source or binary packaging
+of the Net-SNMP software suite.  It may not be distributed independently
+without the explicit permission of the author.
++++++ net-snmp.logrotate ++++++
--- /var/tmp/diff_new_pack.hDqZhN/_old  2012-03-26 11:03:39.000000000 +0200
+++ /var/tmp/diff_new_pack.hDqZhN/_new  2012-03-26 11:03:39.000000000 +0200
@@ -9,9 +9,9 @@
    create 600 root root
    sharedscripts
    postrotate
-       /etc/init.d/snmpd try-restart ||:
+       /etc/init.d/snmpd reload ||:
        if [ -x /etc/init.d/snmptrapd ] ; then \
-          /etc/init.d/snmptrapd try-restart ||: ; \
+          /etc/init.d/snmptrapd reload ||: ; \
        fi
    endscript
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to