Hello community,

here is the log from the commit of package dhcpd-pools for openSUSE:Leap:15.2 
checked in at 2020-04-23 18:17:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/dhcpd-pools (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.dhcpd-pools.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dhcpd-pools"

Thu Apr 23 18:17:02 2020 rev:1 rq:796353 version:3.1

Changes:
--------
New Changes file:

--- /dev/null   2020-04-14 14:47:33.391806949 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.dhcpd-pools.new.2738/dhcpd-pools.changes      
2020-04-23 18:17:03.810551410 +0200
@@ -0,0 +1,47 @@
+-------------------------------------------------------------------
+Tue Apr 21 18:38:26 UTC 2020 - Martin Hauke <[email protected]>
+
+- Use correct name for the changes file
+
+-------------------------------------------------------------------
+Fri Apr 17 12:58:42 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 3.1
+  * Autoreconf done & PACKAGE_URL introduced.
+  * PACKAGE_URL introduced to configure.ac
+  * Dominic Germain sent xml, and detailed xml, outputs
+    patch.
+  * Dominic Germain pointed out include directive bug,
+    which broke shared network name.
+  * Anonymous contrib addition snmptest.pl which should
+    provide some sort of SNMP integration.
+  * Range statements have dynamic-bootp flag and it no
+    longer will break analysis.
+
+-------------------------------------------------------------------
+Fri Apr 17 12:55:02 UTC 2020 - Martin Hauke <[email protected]>
+
+- Specfile overhaul
+  * Run spec-cleaner
+  * Use proper build requires
+  * Convert inline changelog to changes file
+  * Run testsuite
+
+-------------------------------------------------------------------
+Wed Jan 17 00:00:00 UTC 2018 - [email protected]
+
+- Version 3.0 released from author
+- added package documentation
+
+-------------------------------------------------------------------
+Tue Feb  7 00:00:00 UTC 2017 - [email protected]
+
+- added nessary modifications to build including uthash
+
+-------------------------------------------------------------------
+Tue Mar 13 00:00:00 UTC 2012 - [email protected]
+
+- Code clean up
+- Added proper path to openSuse dhcpd file locations
+- Corrected spec error
+

New:
----
  dhcpd-pools-3.1.tar.xz
  dhcpd-pools.changes
  dhcpd-pools.spec

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

Other differences:
------------------
++++++ dhcpd-pools.spec ++++++
#
# spec file for package dhcpd-pools
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#

Name:           dhcpd-pools
Version:        3.1
Release:        0
Summary:        ISC DHCP pool analysis
License:        BSD-2-Clause
Group:          Productivity/Networking/Other
URL:            http://dhcpd-pools.sourceforge.net/
Source:         
http://downloads.sourceforge.net/project/dhcpd-pools/%{name}-%{version}.tar.xz
BuildRequires:  uthash-devel
Requires:       dhcp-server

%description
This is dhcpd-pools ISC dhcp shared network and pool range usage
analysis. Purpose of command is to count usage ratio of each IP range
and shared network pool which ISC dhcpd is in control of users of the
command are most likely ISPs and other organizations that have large
IP space.
This tools can also be used as a Icinga/Nagios plugin.

%prep
%setup -q

%build
%configure \
    --with-dhcpd-conf=%{_sysconfdir}/dhcpd.conf \
    --with-dhcpd-leases=%{_localstatedir}/lib/dhcp/db/dhcpd.leases \
    --docdir=%{_docdir}/%{name}/samples
%make_build

%install
%make_install
mv %{buildroot}/%{_datadir}/dhcpd-pools/{nagios.conf,snmptest.pl} 
%{buildroot}/%{_docdir}/%{name}/samples/

%check
%make_build check

%files
%license COPYING
%doc README AUTHORS ChangeLog NEWS
%{_docdir}/%{name}/samples/
%{_bindir}/dhcpd-pools
%{_mandir}/man1/dhcpd-pools.1%{?ext_man}

%changelog

Reply via email to