Accepting request 913677 from Base:System
OBS-URL: https://build.opensuse.org/request/show/913677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debianutils?expand=0&rev=2
This commit is contained in:
commit
5afab81741
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 18 07:52:47 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Move system executables into /usr/sbin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 3 10:09:13 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
Tue Aug 3 10:09:13 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -41,11 +41,11 @@ Source: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{versi
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
# savelog is under SMAIL license, don't install
|
# savelog is under SMAIL license, don't install
|
||||||
install -Dt %{buildroot}%{_bindir} add-shell
|
|
||||||
install -Dt %{buildroot}%{_bindir} ischroot
|
install -Dt %{buildroot}%{_bindir} ischroot
|
||||||
install -Dt %{buildroot}%{_bindir} remove-shell
|
|
||||||
install -Dt %{buildroot}%{_bindir} run-parts
|
|
||||||
install -Dt %{buildroot}%{_bindir} tempfile
|
install -Dt %{buildroot}%{_bindir} tempfile
|
||||||
|
install -Dt %{buildroot}%{_sbindir} add-shell
|
||||||
|
install -Dt %{buildroot}%{_sbindir} remove-shell
|
||||||
|
install -Dt %{buildroot}%{_sbindir} run-parts
|
||||||
|
|
||||||
install -m 0644 -Dt %{buildroot}%{_mandir}/man1 ischroot.1
|
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 add-shell.8
|
||||||
@ -54,11 +54,11 @@ 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 run-parts.8
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/add-shell
|
|
||||||
%{_bindir}/ischroot
|
%{_bindir}/ischroot
|
||||||
%{_bindir}/remove-shell
|
|
||||||
%{_bindir}/run-parts
|
|
||||||
%{_bindir}/tempfile
|
%{_bindir}/tempfile
|
||||||
|
%{_sbindir}/add-shell
|
||||||
|
%{_sbindir}/remove-shell
|
||||||
|
%{_sbindir}/run-parts
|
||||||
%{_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}
|
||||||
%{_mandir}/man8/remove-shell.8%{?ext_man}
|
%{_mandir}/man8/remove-shell.8%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user