Hello community,

here is the log from the commit of package firewalld-rpcbind-helper for 
openSUSE:Factory checked in at 2018-04-19 15:30:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firewalld-rpcbind-helper (Old)
 and      /work/SRC/openSUSE:Factory/.firewalld-rpcbind-helper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "firewalld-rpcbind-helper"

Thu Apr 19 15:30:28 2018 rev:2 rq:597455 version:0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/firewalld-rpcbind-helper/firewalld-rpcbind-helper.changes
        2018-04-17 11:17:18.986976915 +0200
+++ 
/work/SRC/openSUSE:Factory/.firewalld-rpcbind-helper.new/firewalld-rpcbind-helper.changes
   2018-04-19 15:30:36.084318330 +0200
@@ -1,0 +2,5 @@
+Tue Apr 17 11:29:54 UTC 2018 - [email protected]
+
+- Feed file through spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ firewalld-rpcbind-helper.spec ++++++
--- /var/tmp/diff_new_pack.OJfcDT/_old  2018-04-19 15:30:37.200272534 +0200
+++ /var/tmp/diff_new_pack.OJfcDT/_new  2018-04-19 15:30:37.204272369 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xwmfs
+# spec file for package firewalld-rpcbind-helper
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,21 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define main_script firewall-rpc-helper.py
 Name:          firewalld-rpcbind-helper
-Requires:      python3
-Recommends:    firewalld
 Version:       0.1
 Release:       0
-Url:           https://github.com/mgerstner/firewalld-rpcbind-helper
 Summary:       Tool for static port assignment of NFSv3, ypserv, ypbind 
services
-License:       GPL-2.0+
+License:        GPL-2.0-or-later
 Group:         Productivity/Networking/Security
+URL:            https://github.com/mgerstner/firewalld-rpcbind-helper
 Source0:       
https://github.com/mgerstner/firewalld-rpcbind-helper/archive/v0.1.tar.gz
+Patch0:         shebang.patch
+Requires:       python3
+Recommends:     firewalld
 BuildArch:     noarch
-BuildRoot:     %{_tmppath}/%{name}-%{version}-build
-Patch:        shebang.patch
-
-%define main_script firewall-rpc-helper.py
 
 %description
 This is a helper utility for the configuration of static NFSv3, ypserv and
@@ -37,19 +36,18 @@
 
 %prep
 %setup -q
-%patch -p1 
+%patch0 -p1
 
 %build
 # nothing
 
 %install
-mkdir -p $RPM_BUILD_ROOT/%{_bindir}
-mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}
-cp LICENSE README.md $RPM_BUILD_ROOT/%{_docdir}/%{name}
-cp %{main_script} $RPM_BUILD_ROOT/%{_bindir}/%{main_script}
+mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_docdir}/%{name}
+cp LICENSE README.md %{buildroot}/%{_docdir}/%{name}
+cp %{main_script} %{buildroot}/%{_bindir}/%{main_script}
 
 %files
-%defattr(-,root,root)
 %doc %{_docdir}/%{name}
 %{_bindir}/%{main_script}
 


Reply via email to