Hello community,

here is the log from the commit of package busybox-links for openSUSE:Factory 
checked in at 2020-05-14 23:24:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/busybox-links (Old)
 and      /work/SRC/openSUSE:Factory/.busybox-links.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "busybox-links"

Thu May 14 23:24:59 2020 rev:2 rq:803041 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/busybox-links/busybox-links.changes      
2020-05-09 19:48:42.640368564 +0200
+++ /work/SRC/openSUSE:Factory/.busybox-links.new.2738/busybox-links.changes    
2020-05-14 23:25:07.901025132 +0200
@@ -1,0 +2,11 @@
+Tue May 12 14:40:14 UTC 2020 - Thorsten Kukuk <ku...@suse.com>
+
+- Create own busybox-sendmail sub-package
+
+-------------------------------------------------------------------
+Tue May 12 11:11:27 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Specify conflict between busybox-misc and exim: both provide
+  /usr/sbin/sendmail.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ busybox-links.spec ++++++
--- /var/tmp/diff_new_pack.YYWFv9/_old  2020-05-14 23:25:08.833027166 +0200
+++ /var/tmp/diff_new_pack.YYWFv9/_new  2020-05-14 23:25:08.833027166 +0200
@@ -46,6 +46,7 @@
 BuildRequires:  procps
 BuildRequires:  psmisc
 BuildRequires:  sed
+BuildRequires:  sendmail
 BuildRequires:  sharutils
 BuildRequires:  tar
 BuildRequires:  traceroute
@@ -76,6 +77,7 @@
 Requires:       busybox-procps = %{version}
 Requires:       busybox-psmisc = %{version}
 Requires:       busybox-sed = %{version}
+Requires:       busybox-sendmail = %{version}
 Requires:       busybox-sh = %{version}
 Requires:       busybox-sharutils = %{version}
 Requires:       busybox-tar = %{version}
@@ -103,7 +105,6 @@
 Conflicts:      lsscsi
 Conflicts:      nbd
 Conflicts:      netcat-openbsd
-Conflicts:      postfix
 Conflicts:      shadow
 Conflicts:      sysvinit-tools
 Conflicts:      telnet
@@ -365,6 +366,16 @@
 %description -n busybox-tar
 This package contains the symlinks to replace tar with busybox.
 
+%package -n busybox-sendmail
+Summary:        Busybox applets replacing sendmail
+Requires:       busybox = %{version}
+Conflicts:      sendmail
+Conflicts:      postfix
+Conflicts:      exim
+
+%description -n busybox-sendmail
+This package contains the symlinks to replace sendmail with busybox.
+
 %prep
 %setup -q -c -T
 
@@ -379,7 +390,7 @@
 rm -f apps/linuxrc
 # Does not really fit
 rm apps/[[
-for package in coreutils diffutils findutils grep util-linux iputils iproute2 
gzip sed cpio procps xz bzip2 psmisc kbd sharutils hostname net-tools 
net-tools-deprecated traceroute ncurses-utils kmod tar gawk patch attr which 
bind-utils man; do
+for package in coreutils diffutils findutils grep util-linux iputils iproute2 
gzip sed cpio procps xz bzip2 psmisc kbd sharutils hostname net-tools 
net-tools-deprecated traceroute ncurses-utils kmod tar gawk patch attr which 
bind-utils man sendmail; do
     for i in `rpm -ql $package |grep "bin/"` ; do
        prog=`basename $i`
        if [ -f apps/$prog ]; then
@@ -419,7 +430,6 @@
 
 /bin/ls missing/
 
-
 %install
 mkdir -p %{buildroot}%{_bindir}
 bash ./busybox.install %{buildroot} --symlinks
@@ -439,7 +449,6 @@
         %{_sbindir}/update-alternatives --quiet --remove sh %{_bindir}/busybox
 fi
 
-
 %files
 
 %files -n busybox-ash -f filelist-ash.txt
@@ -466,6 +475,7 @@
 %files -n busybox-procps -f filelist-procps.txt
 %files -n busybox-psmisc -f filelist-psmisc.txt
 %files -n busybox-sed -f filelist-sed.txt
+%files -n busybox-sendmail -f filelist-sendmail.txt
 %files -n busybox-sh -f filelist-sh.txt
 %ghost %config %{_sysconfdir}/alternatives/sh
 


Reply via email to