rename source iso
This commit is contained in:
parent
139383c4e4
commit
85891e5aca
34
0003-rename-source-iso.patch
Normal file
34
0003-rename-source-iso.patch
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
From e11a1ff002fdc7aab81f40b99fcea2fc86eba85b Mon Sep 17 00:00:00 2001
|
||||||
|
From: miao_kaibo <miaokaibo@outlook.com>
|
||||||
|
Date: Fri, 2 Apr 2021 10:23:47 +0800
|
||||||
|
Subject: [PATCH] rename source iso
|
||||||
|
|
||||||
|
---
|
||||||
|
isomaker/init.sh | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/isomaker/init.sh b/isomaker/init.sh
|
||||||
|
index f708555..2603bfb 100755
|
||||||
|
--- a/isomaker/init.sh
|
||||||
|
+++ b/isomaker/init.sh
|
||||||
|
@@ -112,7 +112,7 @@ function global_var_init()
|
||||||
|
DBG_ISO_NAME="${PRODUCT}-${VERSION}-${RELEASE}-debug-${ARCH}-dvd.iso"
|
||||||
|
EVE_ISO_NAME="${PRODUCT}-${VERSION}-${RELEASE}-everything-${ARCH}-dvd.iso"
|
||||||
|
EVE_DEBUG_ISO_NAME="${PRODUCT}-${VERSION}-${RELEASE}-everything-debug-${ARCH}-dvd.iso"
|
||||||
|
- EVE_SRC_ISO_NAME="${PRODUCT}-${VERSION}-${RELEASE}-everything-source-dvd.iso"
|
||||||
|
+ EVE_SRC_ISO_NAME="${PRODUCT}-${VERSION}-${RELEASE}-source-dvd.iso"
|
||||||
|
NETINST_ISO_NAME="${PRODUCT}-${VERSION}-${RELEASE}-netinst-${ARCH}-dvd.iso"
|
||||||
|
else
|
||||||
|
RELEASE_NAME="${PRODUCT}-${VERSION}-${ARCH}"
|
||||||
|
@@ -121,7 +121,7 @@ function global_var_init()
|
||||||
|
DBG_ISO_NAME="${PRODUCT}-${VERSION}-debug-${ARCH}-dvd.iso"
|
||||||
|
EVE_ISO_NAME="${PRODUCT}-${VERSION}-everything-${ARCH}-dvd.iso"
|
||||||
|
EVE_DEBUG_ISO_NAME="${PRODUCT}-${VERSION}-everything-debug-${ARCH}-dvd.iso"
|
||||||
|
- EVE_SRC_ISO_NAME="${PRODUCT}-${VERSION}-everything-source-dvd.iso"
|
||||||
|
+ EVE_SRC_ISO_NAME="${PRODUCT}-${VERSION}-source-dvd.iso"
|
||||||
|
NETINST_ISO_NAME="${PRODUCT}-${VERSION}-netinst-${ARCH}-dvd.iso"
|
||||||
|
fi
|
||||||
|
|
||||||
|
--
|
||||||
|
2.30.0
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ Summary: a duilding tool for DVD ISO making and ISO cutting
|
|||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 3
|
Release: 4
|
||||||
BuildRoot: %{_tmppath}/%{name}
|
BuildRoot: %{_tmppath}/%{name}
|
||||||
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Requires: createrepo dnf-plugins-core genisoimage isomd5sum grep bash libselinux-utils libxml2
|
Requires: createrepo dnf-plugins-core genisoimage isomd5sum grep bash libselinux-utils libxml2
|
||||||
@ -19,6 +19,7 @@ Requires: lorax >= 19.6.78-1
|
|||||||
|
|
||||||
Patch0001: 0001-replace-rsyslog-gnutls-by-rsyslog.patch
|
Patch0001: 0001-replace-rsyslog-gnutls-by-rsyslog.patch
|
||||||
Patch0002: 0002-remove-atlas.patch
|
Patch0002: 0002-remove-atlas.patch
|
||||||
|
Patch0003: 0003-rename-source-iso.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
a building tool for DVD ISO making and ISO cutting
|
a building tool for DVD ISO making and ISO cutting
|
||||||
@ -110,6 +111,11 @@ rm -rf %{buildroot}
|
|||||||
rm -rf $RPM_BUILD_DIR/%{name}
|
rm -rf $RPM_BUILD_DIR/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 2 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-4
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: rename source iso
|
||||||
|
|
||||||
* Thu Mar 25 2021 xinghe <xinghe1@huawei.com> - 2.0.0-3
|
* Thu Mar 25 2021 xinghe <xinghe1@huawei.com> - 2.0.0-3
|
||||||
- ID:NA
|
- ID:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user