Dominique Leuenberger 2021-08-24 08:54:35 +00:00 committed by Git OBS Bridge
commit 5afab81741
2 changed files with 11 additions and 6 deletions

View File

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

View File

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