conf sync optimize and add file trace interface
(cherry picked from commit 4abe2e1be4a45af25a9f94d2de796e4afd6bb221)
This commit is contained in:
parent
2e57f8e535
commit
cab034e8f9
8170
0003-conf-trace-info-and-conf-sync-optimize.patch
Normal file
8170
0003-conf-trace-info-and-conf-sync-optimize.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,13 @@
|
|||||||
Name: gala-ragdoll
|
Name: gala-ragdoll
|
||||||
Version: v1.4.1
|
Version: v1.4.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Configuration traceability
|
Summary: Configuration traceability
|
||||||
License: MulanPSL2
|
License: MulanPSL2
|
||||||
URL: https://gitee.com/openeuler/%{name}
|
URL: https://gitee.com/openeuler/%{name}
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch0001: 0001-fix-text-file-sync-bug.patch
|
Patch0001: 0001-fix-text-file-sync-bug.patch
|
||||||
Patch0002: 0002-deal-request-connection-error.patch
|
Patch0002: 0002-deal-request-connection-error.patch
|
||||||
|
Patch0003: 0003-conf-trace-info-and-conf-sync-optimize.patch
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
BuildRequires: python3-setuptools python3-connexion python3-werkzeug python3-libyang
|
BuildRequires: python3-setuptools python3-connexion python3-werkzeug python3-libyang
|
||||||
@ -47,6 +48,9 @@ mkdir %{buildroot}/%{python3_sitelib}/ragdoll/config
|
|||||||
install config/*.conf %{buildroot}/%{python3_sitelib}/ragdoll/config
|
install config/*.conf %{buildroot}/%{python3_sitelib}/ragdoll/config
|
||||||
mkdir -p %{buildroot}/%{_prefix}/lib/systemd/system
|
mkdir -p %{buildroot}/%{_prefix}/lib/systemd/system
|
||||||
install service/gala-ragdoll.service %{buildroot}/%{_prefix}/lib/systemd/system
|
install service/gala-ragdoll.service %{buildroot}/%{_prefix}/lib/systemd/system
|
||||||
|
install service/ragdoll-filetrace.service %{buildroot}/%{_prefix}/lib/systemd/system
|
||||||
|
install service/ragdoll %{buildroot}/%{_prefix}/bin/
|
||||||
|
install service/ragdoll-filetrace %{buildroot}/%{_prefix}/bin/
|
||||||
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
@ -70,15 +74,20 @@ fi
|
|||||||
/%{_sysconfdir}/ragdoll/gala-ragdoll.conf
|
/%{_sysconfdir}/ragdoll/gala-ragdoll.conf
|
||||||
%{_bindir}/ragdoll
|
%{_bindir}/ragdoll
|
||||||
%{_prefix}/lib/systemd/system/gala-ragdoll.service
|
%{_prefix}/lib/systemd/system/gala-ragdoll.service
|
||||||
|
%{_prefix}/lib/systemd/system/ragdoll-filetrace.service
|
||||||
|
%{_prefix}/bin/ragdoll
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-gala-ragdoll
|
%files -n python3-gala-ragdoll
|
||||||
%{python3_sitelib}/ragdoll/*
|
%{python3_sitelib}/ragdoll/*
|
||||||
%{python3_sitelib}/yang_modules
|
%{python3_sitelib}/yang_modules
|
||||||
%{python3_sitelib}/ragdoll-*.egg-info
|
%{python3_sitelib}/ragdoll-*.egg-info
|
||||||
|
%{_prefix}/bin/ragdoll-filetrace
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 01 2024 smjiao<smjiao@isoftstone.com> - v1.4.1-4
|
||||||
|
- conf sync optimize and add file trace interface
|
||||||
|
|
||||||
* Thu Nov 9 2023 smjiao<smjiao@isoftstone.com> - v1.4.1-3
|
* Thu Nov 9 2023 smjiao<smjiao@isoftstone.com> - v1.4.1-3
|
||||||
- deal request connection error
|
- deal request connection error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user