!31 [sync] PR-30: Fix circular dependency
Merge pull request !31 from openeuler-sync-bot/sync-pr30-openEuler-20.03-LTS-Next-to-openEuler-20.03-LTS-SP3
This commit is contained in:
commit
279e885f50
@ -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