Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package debianutils for openSUSE:Factory checked in at 2021-09-16 23:14:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/debianutils (Old) and /work/SRC/openSUSE:Factory/.debianutils.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "debianutils" Thu Sep 16 23:14:28 2021 rev:3 rq:917985 version:5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/debianutils/debianutils.changes 2021-08-24 10:55:25.588276952 +0200 +++ /work/SRC/openSUSE:Factory/.debianutils.new.1899/debianutils.changes 2021-09-16 23:16:39.491921700 +0200 @@ -1,0 +2,8 @@ +Fri Sep 10 13:07:28 UTC 2021 - Danilo Spinella <danilo.spine...@suse.com> + +- Update to 5.4: + * Added update-shells + * Dropped tempfile + * Various improvements + +------------------------------------------------------------------- Old: ---- debianutils_4.11.2.tar.xz New: ---- debianutils_5.4.orig.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ debianutils.spec ++++++ --- /var/tmp/diff_new_pack.yxkFf4/_old 2021-09-16 23:16:40.227922462 +0200 +++ /var/tmp/diff_new_pack.yxkFf4/_new 2021-09-16 23:16:40.227922462 +0200 @@ -17,23 +17,23 @@ Name: debianutils -Version: 4.11.2 +Version: 5.4 Release: 0 Summary: Miscellaneous utilities specific to Debian License: GPL-2.0-only Group: System/Shells URL: https://packages.debian.org/%{name} -Source: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.xz +Source: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz %description * add-shell: add a shell to /etc/shells * ischroot: etects if it is currently running in a chroot * run-parts: run scripts or programs in a directory -* tempfile: create a temporary file in a safe manner * remove-shell: remove a shell to /etc/shells +* update-shells: update the list of valid login shells %prep -%autosetup -n %{name} +%autosetup %build %configure @@ -42,27 +42,27 @@ %install # savelog is under SMAIL license, don't install install -Dt %{buildroot}%{_bindir} ischroot -install -Dt %{buildroot}%{_bindir} tempfile install -Dt %{buildroot}%{_sbindir} add-shell install -Dt %{buildroot}%{_sbindir} remove-shell install -Dt %{buildroot}%{_sbindir} run-parts +install -Dt %{buildroot}%{_sbindir} update-shells install -m 0644 -Dt %{buildroot}%{_mandir}/man1 ischroot.1 install -m 0644 -Dt %{buildroot}%{_mandir}/man8 add-shell.8 install -m 0644 -Dt %{buildroot}%{_mandir}/man8 remove-shell.8 -install -m 0644 -Dt %{buildroot}%{_mandir}/man1 tempfile.1 install -m 0644 -Dt %{buildroot}%{_mandir}/man8 run-parts.8 +install -m 0644 -Dt %{buildroot}%{_mandir}/man8 update-shells.8 %files %{_bindir}/ischroot -%{_bindir}/tempfile %{_sbindir}/add-shell %{_sbindir}/remove-shell %{_sbindir}/run-parts +%{_sbindir}/update-shells %{_mandir}/man1/ischroot.1%{?ext_man} %{_mandir}/man8/add-shell.8%{?ext_man} %{_mandir}/man8/remove-shell.8%{?ext_man} -%{_mandir}/man1/tempfile.1%{?ext_man} %{_mandir}/man8/run-parts.8%{?ext_man} +%{_mandir}/man8/update-shells.8%{?ext_man} %changelog