!12 update to 0.175.0

Merge pull request !12 from lyn/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-07 04:45:00 +00:00 committed by Gitee
commit ed2f6a6840
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 8 deletions

Binary file not shown.

BIN
0.175.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,17 +1,16 @@
Name: osc Name: osc
Version: 0.169.1 Version: 0.175.0
Release: 3 Release: 1
Summary: The Command Line Interface to work with an Open Build Service Summary: The Command Line Interface to work with an Open Build Service
License: GPLv2+ License: GPLv2+
Url: https://github.com/openSUSE/osc Url: https://github.com/openSUSE/osc
Source: https://github.com/openSUSE/osc/archive/%{version}.tar.gz Source: https://github.com/openSUSE/osc/archive/%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3-distro python3-rpm python3-progressbar2 python3-setuptools diffstat
BuildRequires: python3-devel python3-rpm python3-urlgrabber Requires: python3-distro python3-rpm python3-m2crypto python3-lxml python3-progressbar2 vim
Requires: python3-rpm python3-m2crypto python3-lxml python3-urlgrabber Recommends: obs-build
Requires: vim Recommends: obs-service-source_validator
Conflicts: obs-build < 20191205
Conflicts: obs-build < 20180816
%description %description
The osc is an opensuse-commander with svn like handling. The osc is an opensuse-commander with svn like handling.
@ -48,6 +47,7 @@ mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
install -Dm644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh install -Dm644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh
install -Dm644 dist/complete.sh %{buildroot}%{_datadir}/bash-completion/completions/osc install -Dm644 dist/complete.sh %{buildroot}%{_datadir}/bash-completion/completions/osc
install -Dm755 dist/osc.complete %{buildroot}%{_datadir}/osc/complete install -Dm755 dist/osc.complete %{buildroot}%{_datadir}/osc/complete
install -Dm0644 osc.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/osc.fish
cat > %{buildroot}%{_rpmconfigdir}/macros.d/macros.osc <<EOF cat > %{buildroot}%{_rpmconfigdir}/macros.d/macros.osc <<EOF
%%obs_srcsvc_dir %{_prefix}/lib/obs/service %%obs_srcsvc_dir %{_prefix}/lib/obs/service
@ -61,6 +61,7 @@ EOF
%{python3_sitelib}/osc* %{python3_sitelib}/osc*
%{_sysconfdir}/profile.d/osc.csh %{_sysconfdir}/profile.d/osc.csh
%{_datadir}/bash-completion/completions/osc %{_datadir}/bash-completion/completions/osc
%{_datadir}/fish/vendor_completions.d/osc.fish
%dir %{_localstatedir}/lib/osc-plugins %dir %{_localstatedir}/lib/osc-plugins
%{_datadir}/osc %{_datadir}/osc
%{_rpmconfigdir}/macros.d/macros.osc %{_rpmconfigdir}/macros.d/macros.osc
@ -72,6 +73,9 @@ EOF
%{_mandir}/man1/osc.* %{_mandir}/man1/osc.*
%changelog %changelog
* Mon Dec 27 2021 liyanan <liyanan32@huawei.com> - 0.175.0-1
- Upgrade to 0.175.0
* Thu Sep 17 2020 maminjie <maminjie1@huawei.com> - 0.169.1-3 * Thu Sep 17 2020 maminjie <maminjie1@huawei.com> - 0.169.1-3
- Add vim to Requires list - Add vim to Requires list