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}