forked from pool/busybox
Accepting request 742257 from Base:System
- Add man.conf to container variant (forwarded request 742256 from kukuk) OBS-URL: https://build.opensuse.org/request/show/742257 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=53
This commit is contained in:
commit
6fc17dfdde
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 22:35:14 CEST 2019 - kukuk@suse.de
|
||||
|
||||
- Add man.conf to container variant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 07:27:49 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
10
busybox.spec
10
busybox.spec
@ -28,6 +28,7 @@ Source1: BusyBox.1
|
||||
Source2: busybox.config
|
||||
Source3: busybox-static.config
|
||||
Source4: busybox-container.config
|
||||
Source5: man.conf
|
||||
# other patches
|
||||
Patch: busybox.install.patch
|
||||
Provides: useradd_or_adduser_dep
|
||||
@ -99,9 +100,11 @@ install -m 0644 busybox.links %{buildroot}%{_datadir}/busybox
|
||||
install -m 0644 busybox-container.links %{buildroot}%{_datadir}/busybox
|
||||
install applets/install.sh %{buildroot}%{_bindir}/busybox.install
|
||||
install busybox-container.install %{buildroot}%{_bindir}/busybox-container.install
|
||||
install -m 0755 busybox %{buildroot}/%{_bindir}
|
||||
install -m 0755 busybox-static %{buildroot}/%{_bindir}
|
||||
install -m 0755 busybox-container %{buildroot}/%{_bindir}
|
||||
install -m 0755 busybox %{buildroot}%{_bindir}
|
||||
install -m 0755 busybox-static %{buildroot}%{_bindir}
|
||||
install -m 0755 busybox-container %{buildroot}%{_bindir}
|
||||
install -d %{buildroot}%{_sysconfdir}
|
||||
install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/
|
||||
install -d %{buildroot}%{_mandir}/man1
|
||||
install -m 644 docs/BusyBox.1 %{buildroot}%{_mandir}/man1
|
||||
|
||||
@ -120,6 +123,7 @@ install -m 644 docs/BusyBox.1 %{buildroot}%{_mandir}/man1
|
||||
|
||||
%files container
|
||||
%license LICENSE
|
||||
%{_sysconfdir}/man.conf
|
||||
%{_bindir}/busybox-container
|
||||
%{_bindir}/busybox-container.install
|
||||
%{_datadir}/busybox/busybox-container.links
|
||||
|
Loading…
Reference in New Issue
Block a user