diff --git a/oeGitExt-0.0.1.tar.gz b/oeGitExt-0.0.1.tar.gz index 1145d35efed14bd38eebc24c40b1c79e2d3b5085..2b53b8d56e3e8d1146571259e38dfa77ebe0d273 100644 Binary files a/oeGitExt-0.0.1.tar.gz and b/oeGitExt-0.0.1.tar.gz differ diff --git a/oeGitExt.spec b/oeGitExt.spec index c33d81411d6f791ca8836c6c0b3e7ef69185216c..5e0fa163e7bd57e84af0ed1227f86395cd6edf93 100644 --- a/oeGitExt.spec +++ b/oeGitExt.spec @@ -2,7 +2,7 @@ Name: oegitext Version: 0.0.1 -Release: 1 +Release: 2 License: MulanPSL-2.0 Group: Development/Tools Summary: oeGitExt is used to help developers leverage the openEuler community infrastructure. @@ -13,10 +13,7 @@ AutoReq: 0 Source0: oeGitExt-%{version}.tar.gz -BuildRequires: python3 -BuildRequires: python3-pyinstaller -BuildRequires: python3-yaml - +BuildRequires: python3 python3-pyinstaller python3-yaml python3-requests %description oeGitExt is used to help developers leverage the openEuler community infrastructure. @@ -41,12 +38,17 @@ install -c -m 0644 src/conf.yaml %{buildroot}%{_datadir}/%{name}/_internal/src %files %{_datadir}/%{name}/ %ghost %{_bindir}/%{name} +%ghost %{_datadir}/%{name}/src %post ln -s %{_datadir}/%{name}/%{name} %{_bindir}/%{name} +ln -s %{_datadir}/%{name}/_internal/src %{_datadir}/%{name}/src %changelog +* Thu Feb 27 2025 wangkui - 0.0.1-2 +- fix config issue + * Wed Feb 12 2025 wangkui - 0.0.1-1 - init