Accepting request 1249382 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1249382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsecret?expand=0&rev=38
This commit is contained in:
commit
8746c0a00f
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 30 06:17:39 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Merge secret-tool-bash-completions into main package;
|
||||||
|
the overhead for the small *-completions package outweighs
|
||||||
|
the one file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 26 18:01:56 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Jan 26 18:01:56 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -72,23 +72,13 @@ This package provides the GObject Introspection bindings for libsecret.
|
|||||||
Summary: Store and retrieve passwords
|
Summary: Store and retrieve passwords
|
||||||
Obsoletes: libsecret-tools < %{version}
|
Obsoletes: libsecret-tools < %{version}
|
||||||
Provides: libsecret-tools = %{version}
|
Provides: libsecret-tools = %{version}
|
||||||
|
Obsoletes: secret-tool-bash-completion < %{version}
|
||||||
|
Provides: secret-tool-bash-completion = %{version}
|
||||||
|
|
||||||
%description -n secret-tool
|
%description -n secret-tool
|
||||||
Secret-tool is a command line tool that can be used to store and
|
Secret-tool is a command line tool that can be used to store and
|
||||||
retrieve passwords.
|
retrieve passwords.
|
||||||
|
|
||||||
%package -n secret-tool-bash-completion
|
|
||||||
Summary: Secret-tool bash completion support
|
|
||||||
Requires: bash-completion
|
|
||||||
Requires: secret-tool
|
|
||||||
Supplements: (secret-tool and bash-completion)
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description -n secret-tool-bash-completion
|
|
||||||
Secret-tool is a command line tool that can be used to store and
|
|
||||||
retrieve passwords.
|
|
||||||
This package provides the bash-completion-support
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the Secret Service API library
|
Summary: Development files for the Secret Service API library
|
||||||
Requires: libsecret-1-0 = %{version}
|
Requires: libsecret-1-0 = %{version}
|
||||||
@ -122,8 +112,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%endif
|
%endif
|
||||||
%fdupes %{buildroot}/%{_prefix}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%post -n libsecret-1-0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libsecret-1-0
|
||||||
%postun -n libsecret-1-0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libsecret-1-0
|
%files -n libsecret-1-0
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -136,9 +125,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%files -n secret-tool
|
%files -n secret-tool
|
||||||
%{_bindir}/secret-tool
|
%{_bindir}/secret-tool
|
||||||
%{_mandir}/man1/secret-tool.1%{?ext_man}
|
%{_mandir}/man1/secret-tool.1%{?ext_man}
|
||||||
|
%{_datadir}/bash-completion/
|
||||||
%files -n secret-tool-bash-completion
|
|
||||||
%{_datadir}/bash-completion/completions/secret-tool
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libsecret-1.so
|
%{_libdir}/libsecret-1.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user