Package init
This commit is contained in:
parent
0b33a9d5b1
commit
f9565e65d2
8
git.spec
8
git.spec
@ -16,7 +16,7 @@ Source104: git.socket
|
||||
|
||||
BuildRequires: openssl-devel libcurl-devel expat-devel systemd asciidoc xmlto glib2-devel libsecret-devel pcre-devel desktop-file-utils
|
||||
BuildRequires: python3-devel perl-generators perl-interpreter perl-Error perl(Test::More) perl-MailTools perl(Test)
|
||||
Requires: less zlib openssh-clients
|
||||
Requires: less zlib openssh-clients
|
||||
Obsoletes: %{name}-core %{name}-core-doc %{name}-subtree %{name}-p4
|
||||
Provides: %{name} <= %{version}-%{release} %{name}-core %{name}-subtree %{name}-p4
|
||||
|
||||
@ -96,7 +96,7 @@ Requires: perl-Authen-SASL perl-Net-SMTP-SSL
|
||||
%package -n perl-Git
|
||||
Summary: Perl interface to Git
|
||||
BuildArch: noarch
|
||||
Requires: git = %{version}-%{release} perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
|
||||
Requires: git = %{version}-%{release} perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
|
||||
|
||||
%description -n perl-Git
|
||||
%{summary}.
|
||||
@ -104,7 +104,7 @@ Requires: git = %{version}-%{release} perl(:MODULE_COMPAT_%(perl -V:versio
|
||||
%package -n perl-Git-SVN
|
||||
Summary: Perl interface to Git::SVN
|
||||
BuildArch: noarch
|
||||
Requires: git = %{version}-%{release} perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
|
||||
Requires: git = %{version}-%{release} perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
|
||||
|
||||
%description -n perl-Git-SVN
|
||||
%{summary}.
|
||||
@ -269,7 +269,7 @@ make test
|
||||
|
||||
%changelog
|
||||
* Thu Dec 5 2019 shenyangyang <shenyangyang4@huawei.com> - 2.23.0-6
|
||||
- Delete the perl(Error*) module that provided by perl-Git
|
||||
- Delete the perl(Error*) module that provided by perl-Git
|
||||
|
||||
* Thu Oct 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.23.0-5
|
||||
- Modify installation of contrib and templates
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user