SHA256
1
0
forked from pool/debianutils

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
This commit is contained in:
Dirk Mueller 2023-03-17 15:11:54 +00:00 committed by Git OBS Bridge
parent a73831792a
commit 991fffed53
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 14 20:58:02 UTC 2023 - Björn Bidar <bjorn.bidar@thaodan.de>
- Move run-parts to /usr/bin, Run-parts runs just fast as regular user.
-------------------------------------------------------------------
Fri Sep 10 13:07:28 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -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}