Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2018-06-08 23:09:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpcbind (Old)
 and      /work/SRC/openSUSE:Factory/.rpcbind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpcbind"

Fri Jun  8 23:09:35 2018 rev:57 rq:614102 version:0.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2018-04-04 
11:03:43.655716933 +0200
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes     2018-06-08 
23:09:36.932738587 +0200
@@ -1,0 +2,17 @@
+Mon Jun  4 19:42:29 UTC 2018 - tchva...@suse.com
+
+- Drop all commented out patches (4 years now):
+  * 0008-First-part-of-init_transport-refactoring.patch
+  * 0009-init_transport-move-the-registration-code-into-a-sep.patch
+  * 0010-Fix-the-behavior-when-specifying-the-h-option.patch
+  * 0011-Clean-up-the-way-we-handle-the-h-option-in-init_tran.patch
+  * 0014-When-using-systemd-redirect-syslog-calls-to-the-syst.patch
+  * 0030-systemd-fix-rmtcall.patch
+
+-------------------------------------------------------------------
+Mon Jun  4 19:34:14 UTC 2018 - tchva...@suse.com
+
+- Say goodbye to omc files fate#301838
+- Format with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  0008-First-part-of-init_transport-refactoring.patch
  0009-init_transport-move-the-registration-code-into-a-sep.patch
  0010-Fix-the-behavior-when-specifying-the-h-option.patch
  0011-Clean-up-the-way-we-handle-the-h-option-in-init_tran.patch
  0014-When-using-systemd-redirect-syslog-calls-to-the-syst.patch
  0030-systemd-fix-rmtcall.patch
  rpcbind.xml

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

Other differences:
------------------
++++++ rpcbind.spec ++++++
--- /var/tmp/diff_new_pack.QOibV4/_old  2018-06-08 23:09:38.644676779 +0200
+++ /var/tmp/diff_new_pack.QOibV4/_new  2018-06-08 23:09:38.652676491 +0200
@@ -27,18 +27,11 @@
 # Git-Web:      http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary
 License:        BSD-4-Clause
 Group:          Productivity/Networking/System
-Url:            http://rpcbind.sourceforge.net
+URL:            http://rpcbind.sourceforge.net
 Source:         
https://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 Source2:        sysconfig.rpcbind
-Source3:        rpcbind.xml
 Source4:        pmap_set.c
 Patch1:         0001-systemd-unit-files.patch
-Patch8:         0008-First-part-of-init_transport-refactoring.patch
-Patch9:         0009-init_transport-move-the-registration-code-into-a-sep.patch
-Patch10:        0010-Fix-the-behavior-when-specifying-the-h-option.patch
-Patch11:        0011-Clean-up-the-way-we-handle-the-h-option-in-init_tran.patch
-Patch14:        0014-When-using-systemd-redirect-syslog-calls-to-the-syst.patch
-Patch30:        0030-systemd-fix-rmtcall.patch
 Patch31:        0031-rpcbind-manpage.patch
 Patch32:        svc-freeargs.patch
 BuildRequires:  libtirpc-devel >= 1.0.1
@@ -47,14 +40,12 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcpd-devel
 BuildRequires:  pkgconfig(libsystemd)
-PreReq:         %fillup_prereq
-Requires(pre):  %{_sbindir}/useradd
+Requires(post): %fillup_prereq
+Requires(pre):  shadow
 Provides:       portmap
 %{?systemd_requires}
 %if 0%{?suse_version} >= 1330
 BuildRequires:  libnsl-devel
-%endif
-%if 0%{?suse_version} >= 1330
 Requires(pre):  group(nobody)
 %endif
 
@@ -69,12 +60,6 @@
 %setup -q
 cp %{SOURCE4} .
 %patch1 -p1
-#%patch8 -p1
-#%patch9 -p1
-#%patch10 -p1
-#%patch11 -p1
-#%patch14 -p1
-#%patch30 -p1
 %patch31 -p1
 %patch32 -p1
 
@@ -99,13 +84,11 @@
 # fillup template
 mkdir -p %{buildroot}%{_fillupdir}
 install -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/
-mkdir -p %{buildroot}%{_datadir}/omc/svcinfo.d
-install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/omc/svcinfo.d/
 #
 install -m 755 pmap_set %{buildroot}/sbin/pmap_set2
 # create symlink for rcrpcbind
 mkdir -p %{buildroot}%{_sbindir}
-ln -s /sbin/service %{buildroot}%{_sbindir}/rc%{name}
+ln -s service %{buildroot}%{_sbindir}/rc%{name}
 
 %pre
 %service_add_pre %{name}.service %{name}.socket
@@ -133,7 +116,6 @@
 %{_sbindir}/rc%{name}
 %{_mandir}/*/*
 %{_fillupdir}/sysconfig.%{name}
-%{_datadir}/omc/svcinfo.d/%{name}.xml
 %{_unitdir}/%{name}.service
 %{_unitdir}/%{name}.socket
 


Reply via email to