!52 [sync] PR-45: 修改version.config 的version为最新版本1.1.1
From: @openeuler-sync-bot Reviewed-by: @meitingli Signed-off-by: @meitingli
This commit is contained in:
commit
883ca7c0f7
9
oec-hardware-1.1.1-fix-vesion.patch
Normal file
9
oec-hardware-1.1.1-fix-vesion.patch
Normal file
@ -0,0 +1,9 @@
|
||||
diff -Naur rpm/config/version.config oech/config/version.config
|
||||
--- rpm/config/version.config 2022-07-27 14:07:40.000000000 +0800
|
||||
+++ oech/config/version.config 2022-07-30 10:31:25.827906955 +0800
|
||||
@@ -3,4 +3,4 @@
|
||||
server_name=oec-hardware-server
|
||||
|
||||
[VERSION]
|
||||
-version=1.1.0
|
||||
+version=1.1.1
|
||||
@ -5,12 +5,15 @@
|
||||
Name: oec-hardware
|
||||
Summary: openEuler Hardware Compatibility Test Suite
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Release: 1
|
||||
Group: Development/Tools
|
||||
License: Mulan PSL v2
|
||||
URL: https://gitee.com/openeuler/oec-hardware
|
||||
Source0: https://gitee.com/openeuler/oec-hardware/repository/archive/v%{version}.tar.gz
|
||||
|
||||
# patch fix issue
|
||||
Patch0001: oec-hardware-1.1.1-fix-vesion.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: gcc
|
||||
Requires: kernel-devel, kernel-headers, dmidecode, tar, python3-pyyaml
|
||||
@ -32,6 +35,7 @@ openEuler Hardware Compatibility Test Server
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -73,6 +77,9 @@ DESTDIR=$RPM_BUILD_ROOT make install
|
||||
rm -rf /var/lock/oech.lock
|
||||
|
||||
%changelog
|
||||
* Sat Jul 30 2022 ylzhangah <1194926515@qq.com> - 1.1.1-1
|
||||
- Change the version in version.config to 1.1.1
|
||||
|
||||
* Wed Jul 27 2022 cuixucui <cuixucui1@h-partners.com> - 1.1.1-0
|
||||
-1. Reconstruct the log module and rectify the log printing
|
||||
-2. Add kabi testcase
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user