diff --git a/oedp-1.0.1.tar.gz b/oedp-1.0.1.tar.gz deleted file mode 100644 index 55ea772951322f42e147d0fe0554455cb62fe47a..0000000000000000000000000000000000000000 Binary files a/oedp-1.0.1.tar.gz and /dev/null differ diff --git a/oedp-1.0.2.tar.gz b/oedp-1.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..36e41eed470163dc0de223793e7a71444b6ce12d Binary files /dev/null and b/oedp-1.0.2.tar.gz differ diff --git a/oedp.spec b/oedp.spec index 5dbc6e9e37b3f5f9ff15c1bd5bd1846c7a874894..b858cb5bf91a7edb184a31568e475be50dfb87f0 100644 --- a/oedp.spec +++ b/oedp.spec @@ -1,11 +1,13 @@ %define _python_bytecompile_errors_terminate_build 0 Name: oedp -Version: 1.0.1 -Release: 2 +Version: 1.0.2 +Release: 1 Summary: openEuler deploy tool License: MulanPSL-2.0 Source0: %{name}-%{version}.tar.gz +BuildArch: noarch + Requires: python3, ansible, python3-prettytable %description @@ -45,22 +47,25 @@ fi %files -%attr(0500,root,root) %dir %{_var}/oedp -%attr(0700,root,root) %dir %{_var}/oedp/log -%attr(0500,root,root) %dir %{_var}/oedp/plugin -%attr(0500,root,root) %dir %{_var}/oedp/python -%attr(0500,root,root) %dir %{_var}/oedp/python/venv -%attr(0500,root,root) %dir %{_usr}/lib/oedp -%attr(0700,root,root) %dir %{_sysconfdir}/oedp/config +%attr(0555,root,root) %dir %{_var}/oedp +%attr(0777,root,root) %dir %{_var}/oedp/log +%attr(0555,root,root) %dir %{_var}/oedp/plugin +%attr(0555,root,root) %dir %{_var}/oedp/python +%attr(0555,root,root) %dir %{_var}/oedp/python/venv +%attr(0555,root,root) %dir %{_usr}/lib/oedp +%attr(0777,root,root) %dir %{_sysconfdir}/oedp/config -%attr(0600,root,root) %ghost %{_var}/oedp/log/oedp.log -%attr(0500,root,root) %{_usr}/lib/oedp/src/* -%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/oedp/config/log.conf -%attr(0755,root,root) %{_usr}/share/applications/* -%attr(0500,root,root) %{_bindir}/oedp +%attr(0666,root,root) %ghost %{_var}/oedp/log/oedp.log +%attr(0555,root,root) %{_usr}/lib/oedp/src/* +%attr(0666,root,root) %config(noreplace) %{_sysconfdir}/oedp/config/log.conf +%attr(0644,root,root) %{_usr}/share/applications/* +%attr(0555,root,root) %{_bindir}/oedp %changelog +* Mon Mar 31 2025 Liu Jiangbin - 1.0.2-1 +- Fix the issue where non-root users cannot execute + * Thu Mar 20 2025 Liu Jiangbin - 1.0.1-2 - Fix known issues