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:
parent
827fd59455
commit
d3797c0b17
@ -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>
|
Fri Sep 10 13:07:28 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package debianutils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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}%{_bindir} ischroot
|
||||||
install -Dt %{buildroot}%{_sbindir} add-shell
|
install -Dt %{buildroot}%{_sbindir} add-shell
|
||||||
install -Dt %{buildroot}%{_sbindir} remove-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 -Dt %{buildroot}%{_sbindir} update-shells
|
||||||
|
|
||||||
install -m 0644 -Dt %{buildroot}%{_mandir}/man1 ischroot.1
|
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
|
%{_bindir}/ischroot
|
||||||
%{_sbindir}/add-shell
|
%{_sbindir}/add-shell
|
||||||
%{_sbindir}/remove-shell
|
%{_sbindir}/remove-shell
|
||||||
%{_sbindir}/run-parts
|
%{_bindir}/run-parts
|
||||||
%{_sbindir}/update-shells
|
%{_sbindir}/update-shells
|
||||||
%{_mandir}/man1/ischroot.1%{?ext_man}
|
%{_mandir}/man1/ischroot.1%{?ext_man}
|
||||||
%{_mandir}/man8/add-shell.8%{?ext_man}
|
%{_mandir}/man8/add-shell.8%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user