Hello community, here is the log from the commit of package ypserv for openSUSE:Factory checked in at 2019-03-13 09:14:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ypserv (Old) and /work/SRC/openSUSE:Factory/.ypserv.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ypserv" Wed Mar 13 09:14:35 2019 rev:43 rq:684401 version:4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ypserv/ypserv.changes 2018-02-23 15:32:15.845176691 +0100 +++ /work/SRC/openSUSE:Factory/.ypserv.new.28833/ypserv.changes 2019-03-13 09:14:39.811390243 +0100 @@ -1,0 +2,9 @@ +Tue Mar 12 16:15:59 CET 2019 - [email protected] + +- Update to version 4.1 + - minor bugfix release +- ypserv-4.1.diff: replaced ypserv-2.32.diff +- 0001-use-_PATH_VARRUN-from-paths.h.patch: integrated upstream +- drop SuSEfirewall2 support + +------------------------------------------------------------------- Old: ---- 0001-use-_PATH_VARRUN-from-paths.h.patch SuSEfirewall2.ypserv ypserv-2.32.diff ypserv-4.0.tar.bz2 New: ---- ypserv-4.1.diff ypserv-4.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ypserv.spec ++++++ --- /var/tmp/diff_new_pack.DMT7Oc/_old 2019-03-13 09:14:41.303390089 +0100 +++ /var/tmp/diff_new_pack.DMT7Oc/_new 2019-03-13 09:14:41.303390089 +0100 @@ -20,26 +20,23 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: ypserv -Version: 4.0 +Version: 4.1 Release: 0 Summary: YP - (NIS)-Server License: GPL-2.0-only Group: Productivity/Networking/NIS -URL: http://www.linux-nis.org/nis/ypserv/ -Source: ypserv-%{version}.tar.bz2 +URL: https://github.com/thkukuk/ypserv +Source: ypserv-%{version}.tar.xz Source1: ypserv.init Source2: yppasswdd.init Source3: ypxfrd.init Source4: sysconfig.ypserv -Source5: SuSEfirewall2.ypserv Source6: ypserv.service Source7: yppasswdd.service Source8: ypxfrd.service Source9: yppasswdd-systemd-exec Source10: ypserv.tmpfiles -Patch1: ypserv-2.32.diff -# PATCH-FIX-UPSTREAM, bnc#011483 -Patch2: 0001-use-_PATH_VARRUN-from-paths.h.patch +Patch1: ypserv-4.1.diff BuildRequires: gdbm-devel BuildRequires: openslp-devel BuildRequires: pkgconfig @@ -72,7 +69,6 @@ %prep %setup -q %patch1 -%patch2 -p1 %build %configure --enable-fqdn --libexecdir="%{_libexecdir}/yp" @@ -80,7 +76,6 @@ %install %make_install -mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services mkdir -p %{buildroot}%{_fillupdir} mkdir -p %{buildroot}%{_libexecdir}/yp mkdir -p %{buildroot}%{_unitdir} @@ -88,14 +83,12 @@ DOCDIR=%{_defaultdocdir}/yp install -d -m 755 $RPM_BUILD_ROOT${DOCDIR} install -d -m 755 $RPM_BUILD_ROOT${DOCDIR}/ypserv -#install contrib/ypslave $RPM_BUILD_ROOT%{_sbindir} +#install contrib/ypslave $RPM_BUILD_ROOT/usr/sbin install -m 644 etc/ypserv.conf %{buildroot}%{_sysconfdir}/ install -m 644 etc/securenets %{buildroot}%{_libexecdir}/yp/securenets.example mv %{buildroot}%{_localstatedir}/yp/Makefile %{buildroot}%{_libexecdir}/yp/ypMakefile # install sysconfig.ypserv install -m 644 %{SOURCE4} %{buildroot}%{_fillupdir} -# install SuSEfirewall2 service script -install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ypserv # install ypserv.conf in tmpfiles.d mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d install -m 644 %{SOURCE10} %{buildroot}%{_prefix}/lib/tmpfiles.d/ypserv.conf @@ -149,7 +142,6 @@ %doc NEWS README %{_fillupdir}/sysconfig.ypserv %config(noreplace) %{_sysconfdir}/ypserv.conf -%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ypserv %dir %{_libexecdir}/yp %{_libexecdir}/yp/yppasswdd-systemd-exec %{_libexecdir}/yp/securenets.example ++++++ ypserv-2.32.diff -> ypserv-4.1.diff ++++++ --- /work/SRC/openSUSE:Factory/ypserv/ypserv-2.32.diff 2013-11-07 09:15:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ypserv.new.28833/ypserv-4.1.diff 2019-03-13 09:14:39.167390309 +0100 @@ -1,6 +1,6 @@ --- scripts/ypMakefile.in -+++ scripts/ypMakefile.in -@@ -37,8 +37,9 @@ ++++ scripts/ypMakefile.in 2019/03/12 15:10:13 +@@ -45,8 +45,9 @@ MERGE_PASSWD=true # Should we merge the group file with the gshadow file ? @@ -11,7 +11,7 @@ # These are commands which this Makefile needs to properly rebuild the # NIS databases. Don't change these unless you have a good reason. -@@ -54,7 +55,7 @@ +@@ -62,7 +63,7 @@ # taken from YPSRCDIR. # YPSRCDIR = /etc @@ -20,22 +20,20 @@ YPBINDIR = @YPBINDIR@ YPSBINDIR = @SBINDIR@ YPDIR = @YPMAPDIR@ -@@ -101,10 +102,11 @@ +@@ -107,8 +108,9 @@ # If you don't want some of these maps built, feel free to comment # them out from this list. -all: passwd group hosts rpc services netid protocols netgrp mail \ - shadow publickey # networks ethers bootparams printcap \ ++all: passwd group rpc services netid +#all: passwd group hosts rpc services netid protocols netgrp mail \ +# shadow publickey # networks ethers bootparams printcap \ - # amd.home auto.master auto.home auto.local passwd.adjunct \ + # amd.home autofs passwd.adjunct \ # timezone locale netmasks -+all: passwd group rpc services netid - - ######################################################################## --- scripts/ypxfr_1perday.in -+++ scripts/ypxfr_1perday.in ++++ scripts/ypxfr_1perday.in 2019/03/12 15:07:32 @@ -6,7 +6,9 @@ YPBINDIR=@YPBINDIR@ @@ -48,7 +46,7 @@ for map in $MAPS_TO_GET do --- scripts/ypxfr_1perhour.in -+++ scripts/ypxfr_1perhour.in ++++ scripts/ypxfr_1perhour.in 2019/03/12 15:07:32 @@ -6,7 +6,8 @@ YPBINDIR=@YPBINDIR@
