version 0.1.2 version for test

Fix some syscare cli bugs

Signed-off-by: snoweay <snoweay@163.com>
This commit is contained in:
snoweay 2022-12-01 11:59:40 +00:00
parent 87b1b6fb85
commit 31e5d97e53
3 changed files with 11 additions and 5 deletions

View File

@ -20,12 +20,16 @@ cd -
cp -r ${REPO} ${REPO}-${VERSION}
cd ${REPO}-${VERSION}
git checkout ${VERSION}
if [ "${VERSION}" != "HEAD" ]; then
git checkout v${VERSION}
else
git checkout ${VERSION}
fi
for file in `find . -name Cargo.toml`
do
do
dir=${file%/Cargo.toml*}
if [ -n "${dir}" ]; then
cd ${dir}
cargo vendor

View File

@ -1,11 +1,11 @@
%global debug_package %{nil}
Name: syscare
Version: 0.1.1
Version: 0.1.2
Release: 1
Summary: system hot-fix service
License: MulanPSL-2.0, GPL-2.0-only
License: MulanPSL-2.0 GPL-2.0-only
URL: https://gitee.com/openeuler/syscare
Source0: %{name}-%{version}.tar.gz
@ -63,6 +63,8 @@ install -m 0644 %{_builddir}/%{name}-%{version}/misc/%{name}-pre.service %{build
%attr(755,root,root) /usr/libexec/%{name}/syscare-build
%changelog
* Thu Dec 1 2022 snoweay<snoweay@163.com> - 0.1.2-1
- 0.1.2 version for test. Fix some syscare cli bugs.
* Mon Nov 28 2022 snoweay<snoweay@163.com> - 0.1.1-1
- First version for test. Support patches restore, remove, insmod upatch.ko.
* Mon Nov 21 2022 snoweay<snoweay@163.com> - 0.1.0-1