update date of copyright

(cherry picked from commit 1dda779d425b8b538e4e7ee4ce51224e702c4549)
This commit is contained in:
liheavy 2021-09-06 11:06:12 +08:00 committed by openeuler-sync-bot
parent e6db7bc33c
commit 770e23fb80
2 changed files with 1869 additions and 1 deletions

1864
0005-update-copyright.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: pkgship
Version: 2.2.0
Release: 5
Release: 6
Summary: Pkgship implements rpm package dependence ,maintainer, patch query and so on.
License: Mulan 2.0
URL: https://gitee.com/openeuler/pkgship
@ -9,6 +9,7 @@ Patch0001: 0001-bugfix-pkginfo.patch
Patch0002: 0002-fix-install-and-start-script-info.patch
Patch0003: 0003-bugfix-binary-name-mapping-source.patch
Patch0004: 0004-fix-depend-query.patch
Patch0005: 0005-update-copyright.patch
BuildArch: noarch
@ -114,6 +115,9 @@ create_dir_file /var/log/pkgship-operation 700 d
%attr(0640,pkgshipuser,pkgshipuser) /lib/systemd/system/pkgship.service
%changelog
* Mon Sep 6 2021 Haiwei Li <lihaiwei8@huawei.com> - 2.2.0-6
- Update the date in copyright.
* Fri Sep 3 2021 Haiwei Li <lihaiwei8@huawei.com> - 2.2.0-5
- When the query is dependent, a list containing only None is entered,
- which causes an error in the es query.