From 827fd59455645eeb381a7ad98ef76a52eca003a9016d65a3480074fa0afc9f3d Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Fri, 10 Sep 2021 14:20:04 +0000 Subject: [PATCH] Accepting request 917960 from home:dspinella:branches:Base:System - Update to 5.4: * Added update-shells * Dropped tempfile * Various improvements OBS-URL: https://build.opensuse.org/request/show/917960 OBS-URL: https://build.opensuse.org/package/show/Base:System/debianutils?expand=0&rev=4 --- debianutils.changes | 8 ++++++++ debianutils.spec | 16 ++++++++-------- debianutils_4.11.2.tar.xz | 3 --- debianutils_5.4.orig.tar.xz | 3 +++ 4 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 debianutils_4.11.2.tar.xz create mode 100644 debianutils_5.4.orig.tar.xz diff --git a/debianutils.changes b/debianutils.changes index bb71384..ae41a89 100644 --- a/debianutils.changes +++ b/debianutils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 10 13:07:28 UTC 2021 - Danilo Spinella + +- Update to 5.4: + * Added update-shells + * Dropped tempfile + * Various improvements + ------------------------------------------------------------------- Wed Aug 18 07:52:47 UTC 2021 - Danilo Spinella diff --git a/debianutils.spec b/debianutils.spec index e4731f3..a32b6df 100644 --- a/debianutils.spec +++ b/debianutils.spec @@ -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 @@ Source: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{versi %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 diff --git a/debianutils_4.11.2.tar.xz b/debianutils_4.11.2.tar.xz deleted file mode 100644 index 9cfa9be..0000000 --- a/debianutils_4.11.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b680e81709b740387335fac8f8806d71611dcf60874e1a792e862e48a1650de -size 158132 diff --git a/debianutils_5.4.orig.tar.xz b/debianutils_5.4.orig.tar.xz new file mode 100644 index 0000000..dc8465c --- /dev/null +++ b/debianutils_5.4.orig.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611b1268bee9d183886c94e5f34920e4b5b67ff45202aef3f6f2ba8f4a205163 +size 103640