version 0.1.2 version for test
Fix some syscare cli bugs Signed-off-by: snoweay <snoweay@163.com>
This commit is contained in:
parent
87b1b6fb85
commit
31e5d97e53
@ -20,12 +20,16 @@ cd -
|
|||||||
cp -r ${REPO} ${REPO}-${VERSION}
|
cp -r ${REPO} ${REPO}-${VERSION}
|
||||||
cd ${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`
|
for file in `find . -name Cargo.toml`
|
||||||
do
|
do
|
||||||
dir=${file%/Cargo.toml*}
|
dir=${file%/Cargo.toml*}
|
||||||
|
|
||||||
if [ -n "${dir}" ]; then
|
if [ -n "${dir}" ]; then
|
||||||
cd ${dir}
|
cd ${dir}
|
||||||
cargo vendor
|
cargo vendor
|
||||||
|
|||||||
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: syscare
|
Name: syscare
|
||||||
Version: 0.1.1
|
Version: 0.1.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: system hot-fix service
|
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
|
URL: https://gitee.com/openeuler/syscare
|
||||||
Source0: %{name}-%{version}.tar.gz
|
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
|
%attr(755,root,root) /usr/libexec/%{name}/syscare-build
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 28 2022 snoweay<snoweay@163.com> - 0.1.1-1
|
||||||
- First version for test. Support patches restore, remove, insmod upatch.ko.
|
- First version for test. Support patches restore, remove, insmod upatch.ko.
|
||||||
* Mon Nov 21 2022 snoweay<snoweay@163.com> - 0.1.0-1
|
* Mon Nov 21 2022 snoweay<snoweay@163.com> - 0.1.0-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user