Fix circular dependency
- 修复循环依赖问题 Signed-off-by: tangjie02 <tangjie02@kylinsec.com.cn> (cherry picked from commit 0864c5bfaa17fc3119b12ebd82862a5f806ac865)
This commit is contained in:
parent
c899db8ea5
commit
0c96b9e16e
@ -16,9 +16,9 @@ Name: caja
|
|||||||
Summary: File manager for MATE
|
Summary: File manager for MATE
|
||||||
Version: %{branch}.2
|
Version: %{branch}.2
|
||||||
%if 0%{?rel_build}
|
%if 0%{?rel_build}
|
||||||
Release: 8
|
Release: 9
|
||||||
%else
|
%else
|
||||||
Release: 0.13%{?git_rel}%{?dist}
|
Release: 0.14%{?git_rel}%{?dist}
|
||||||
%endif
|
%endif
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://mate-desktop.org
|
URL: http://mate-desktop.org
|
||||||
@ -65,7 +65,7 @@ Requires: gvfs
|
|||||||
|
|
||||||
# the main binary links against libcaja-extension.so
|
# the main binary links against libcaja-extension.so
|
||||||
# don't depend on soname, rather on exact version
|
# don't depend on soname, rather on exact version
|
||||||
Requires: %{name}-extensions-common
|
Requires: %{name}-extensions%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
# needed for using mate-text-editor as stanalone in another DE
|
# needed for using mate-text-editor as stanalone in another DE
|
||||||
Requires: %{name}-schemas%{?_isa} = %{version}-%{release}
|
Requires: %{name}-schemas%{?_isa} = %{version}-%{release}
|
||||||
@ -198,6 +198,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 14 2021 tangjie02 <tangjie02@kylinsec.com.cn> - 1.22.2-9
|
||||||
|
- Fix circular dependency.
|
||||||
|
|
||||||
* Mon Dec 13 2021 tangjie02 <tangjie02@kylinsec.com.cn> - 1.22.2-8
|
* Mon Dec 13 2021 tangjie02 <tangjie02@kylinsec.com.cn> - 1.22.2-8
|
||||||
- Allow root user to use desktop manager
|
- Allow root user to use desktop manager
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user