Accepting request 309744 from filesystems
1 OBS-URL: https://build.opensuse.org/request/show/309744 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=57
This commit is contained in:
parent
5a15889cde
commit
6559ac5d51
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 2 07:57:43 UTC 2015 - antoine.belvire@laposte.net
|
||||||
|
|
||||||
|
- Install bash completion for btrfs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 29 00:00:00 CEST 2015 - dsterba@suse.cz
|
Wed Apr 29 00:00:00 CEST 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -123,6 +123,9 @@ install -m 0755 %{SOURCE4} %{buildroot}/lib/mkinitrd/scripts/
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
# don't install .a for now
|
# don't install .a for now
|
||||||
rm -f %{buildroot}/%{_libdir}/*.a
|
rm -f %{buildroot}/%{_libdir}/*.a
|
||||||
|
# bash completion
|
||||||
|
install -m 0755 -d %{buildroot}/%{_datadir}/bash-completion/completions
|
||||||
|
install -m 0644 btrfs-completion %{buildroot}/%{_datadir}/bash-completion/completions/btrfs
|
||||||
|
|
||||||
%if 0%{!?for_debugging:1}
|
%if 0%{!?for_debugging:1}
|
||||||
DEBUG_FILES="/sbin/btrfs-find-root
|
DEBUG_FILES="/sbin/btrfs-find-root
|
||||||
@ -202,6 +205,9 @@ done
|
|||||||
%{_mandir}/man8/btrfs-scrub.8.gz
|
%{_mandir}/man8/btrfs-scrub.8.gz
|
||||||
%{_mandir}/man8/btrfs-send.8.gz
|
%{_mandir}/man8/btrfs-send.8.gz
|
||||||
%{_mandir}/man8/btrfs-subvolume.8.gz
|
%{_mandir}/man8/btrfs-subvolume.8.gz
|
||||||
|
%dir %{_datadir}/bash-completion
|
||||||
|
%dir %{_datadir}/bash-completion/completions
|
||||||
|
%{_datadir}/bash-completion/completions/btrfs
|
||||||
|
|
||||||
%if 0%{?for_debugging:1}
|
%if 0%{?for_debugging:1}
|
||||||
/sbin/btrfs-find-root
|
/sbin/btrfs-find-root
|
||||||
|
Loading…
Reference in New Issue
Block a user