From d3797c0b17ddb6e1c9b209dc35f10930f3bb3b3cd42687bb3ede8551db4d1045 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 17 Mar 2023 15:11:54 +0000 Subject: [PATCH] Accepting request 1071866 from home:Thaodan:System - Move run-parts to /usr/bin, Run-parts runs just fast as regular user. Partially reverts https://build.opensuse.org/request/show/913676 OBS-URL: https://build.opensuse.org/request/show/1071866 OBS-URL: https://build.opensuse.org/package/show/Base:System/debianutils?expand=0&rev=5 --- debianutils.changes | 5 +++++ debianutils.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debianutils.changes b/debianutils.changes index ae41a89..a6eb0f3 100644 --- a/debianutils.changes +++ b/debianutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 14 20:58:02 UTC 2023 - Björn Bidar + +- Move run-parts to /usr/bin, Run-parts runs just fast as regular user. + ------------------------------------------------------------------- Fri Sep 10 13:07:28 UTC 2021 - Danilo Spinella diff --git a/debianutils.spec b/debianutils.spec index a32b6df..68fc2fe 100644 --- a/debianutils.spec +++ b/debianutils.spec @@ -1,7 +1,7 @@ # # spec file for package debianutils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,7 +44,7 @@ Source: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{versi install -Dt %{buildroot}%{_bindir} ischroot install -Dt %{buildroot}%{_sbindir} add-shell install -Dt %{buildroot}%{_sbindir} remove-shell -install -Dt %{buildroot}%{_sbindir} run-parts +install -Dt %{buildroot}%{_bindir} run-parts install -Dt %{buildroot}%{_sbindir} update-shells install -m 0644 -Dt %{buildroot}%{_mandir}/man1 ischroot.1 @@ -57,7 +57,7 @@ install -m 0644 -Dt %{buildroot}%{_mandir}/man8 update-shells.8 %{_bindir}/ischroot %{_sbindir}/add-shell %{_sbindir}/remove-shell -%{_sbindir}/run-parts +%{_bindir}/run-parts %{_sbindir}/update-shells %{_mandir}/man1/ischroot.1%{?ext_man} %{_mandir}/man8/add-shell.8%{?ext_man}