Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2018-07-17 09:42:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sendmail (Old)
 and      /work/SRC/openSUSE:Factory/.sendmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sendmail"

Tue Jul 17 09:42:14 2018 rev:85 rq:623084 version:8.15.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes        2017-12-20 
10:40:49.606807018 +0100
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2018-07-17 
09:43:35.149028727 +0200
@@ -1,0 +2,6 @@
+Mon Jul 16 08:09:53 UTC 2018 - [email protected]
+
+- Remove left over from last patch
+- Group daemon is required 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sendmail.spec ++++++
--- /var/tmp/diff_new_pack.Uthnnq/_old  2018-07-17 09:43:37.053021748 +0200
+++ /var/tmp/diff_new_pack.Uthnnq/_new  2018-07-17 09:43:37.053021748 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sendmail
 #
-# 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
@@ -73,6 +73,8 @@
 Requires(postun): %insserv_prereq
 %endif
 %if 0%{?suse_version} >= 1330
+Requires(pre):  group(daemon)
+Requires(pre):  user(daemon)
 Requires(pre):  group(mail)
 Requires(pre):  user(mail)
 %endif
@@ -402,11 +404,11 @@
     rm -f  %{buildroot}%{_datadir}/sendmail/cf/Makefile
     rm -f  %{buildroot}%{_datadir}/sendmail/cf/*.cf
     rm -fr %{buildroot}%{_datadir}/sendmail/*/*~ ${doc}/*~
-    find %{buildroot}%{_datadir}/sendmail/ ${doc}/ %{buildroot}%{_includedir}/ 
 "(" \
-                                       -name '*.ldap' -o -name '*.mime' -o \
+    find %{buildroot}         "(" -name '*.ldap' -o -name '*.mime' -o \
                                        -name '*.mrbl' -o -name '*.util' -o \
                                        -name '*.p0'   -o -name '*.auth2' -o \
-                                       -name '*.dif'  -o -name '*.orig' ")" 
-delete
+                                 -name '*.dif'  -o -name '*.orig' -o \
+                                 -name '*.reproducible' ")" -exec rm -vf '{}' 
\+
     cd suse/
     # etc/aliases and %{_sysconfdir}/aliases.d are in other packages
     #install -m 0644 aliases %{buildroot}%{_sysconfdir}/


Reply via email to