Accepting request 1074485 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1074485 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=140
This commit is contained in:
parent
7e3087f3df
commit
4a0a0aa9a8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 8 19:03:04 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Split bash-completion to separate sub-package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 28 18:29:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sat Jan 28 18:29:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -192,6 +192,20 @@ BuildRequires: pkgconfig(python3)
|
|||||||
This package contains the python bindings to build applications to interface
|
This package contains the python bindings to build applications to interface
|
||||||
with Btrfs using libbtrfsutil.
|
with Btrfs using libbtrfsutil.
|
||||||
|
|
||||||
|
%package bash-completion
|
||||||
|
Summary: Bash completion for btrfsprogs
|
||||||
|
Group: System/Shells
|
||||||
|
Requires: %{name}
|
||||||
|
Requires: bash-completion
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
Supplements: (%{name} and bash-completion)
|
||||||
|
%else
|
||||||
|
Supplements: packageand(%{name}:bash-completion)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description bash-completion
|
||||||
|
bash command line completion support for btrfsprogs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n btrfs-progs-v%{version}
|
%setup -q -n btrfs-progs-v%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -357,9 +371,6 @@ done
|
|||||||
%{_mandir}/man8/btrfs-send.8%{?ext_man}
|
%{_mandir}/man8/btrfs-send.8%{?ext_man}
|
||||||
%{_mandir}/man8/btrfs-subvolume.8%{?ext_man}
|
%{_mandir}/man8/btrfs-subvolume.8%{?ext_man}
|
||||||
%{_mandir}/man8/btrfs-select-super.8%{?ext_man}
|
%{_mandir}/man8/btrfs-select-super.8%{?ext_man}
|
||||||
%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
|
||||||
@ -415,4 +426,10 @@ done
|
|||||||
%files -n python-btrfsutil
|
%files -n python-btrfsutil
|
||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
|
%files bash-completion
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/bash-completion
|
||||||
|
%dir %{_datadir}/bash-completion/completions
|
||||||
|
%{_datadir}/bash-completion/completions/btrfs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user