forked from pool/libfm-qt
- Fix lang requirement:
%{lang_package} has implicit requires on %{name} We need to use %{lang_package -r libfm-qt6} to specify correct name. OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=15
This commit is contained in:
parent
4fa92986ea
commit
6cbde81369
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 13:57:09 UTC 2019 - mvetter@suse.com
|
||||
|
||||
- Fix lang requirement:
|
||||
%{lang_package} has implicit requires on %{name} We need to
|
||||
use %{lang_package -r libfm-qt6} to specify correct name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 09:34:39 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ Provides: libfm-qt
|
||||
libfm-qt is the Qt port of libfm, a library providing components to
|
||||
build desktop file managers.
|
||||
|
||||
%lang_package
|
||||
%{lang_package -r libfm-qt6}
|
||||
|
||||
%package -n libfm-qt6
|
||||
Summary: Library providing components to build desktop file managers
|
||||
|
Loading…
Reference in New Issue
Block a user