chore(release): prepare 1.0.0-beta.10-preview.1 (#4898)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-16 15:24:30 +08:00
committed by GitHub
parent 61dbaf60d3
commit 07e643cac2
7 changed files with 105 additions and 101 deletions
+8 -4
View File
@@ -1,13 +1,14 @@
%global _enable_debug_packages 0
%global _empty_manifest_terminate_build 0
%global prerelease beta.10-preview.1
Name: rustfs
Version: 1.0.0
Release: beta.9
Release: beta.10.preview.1
Summary: High-performance distributed object storage for MinIO alternative
License: Apache-2.0
URL: https://github.com/rustfs/rustfs
Source0: https://github.com/rustfs/rustfs/archive/refs/tags/%{version}-%{release}.tar.gz
Source0: https://github.com/rustfs/rustfs/archive/refs/tags/%{version}-%{prerelease}.tar.gz
BuildRequires: cargo
BuildRequires: rust
@@ -26,7 +27,7 @@ BuildRequires: clang-devel
RustFS is a high-performance distributed object storage software built using Rust, one of the most popular languages worldwide. Along with MinIO, it shares a range of advantages such as simplicity, S3 compatibility, open-source nature, support for data lakes, AI, and big data. Furthermore, it has a better and more user-friendly open-source license in comparison to other storage systems, being constructed under the Apache license. As Rust serves as its foundation, RustFS provides faster speed and safer distributed features for high-performance object storage.
%prep
%autosetup -n %{name}-%{version}-%{release}
%autosetup -n %{name}-%{version}-%{prerelease}
%build
# Set the target directory according to the schema
@@ -49,7 +50,7 @@ CARGO_TARGET_DIR=$TARGET_DIR RUSTFLAGS="-C link-arg=-fuse-ld=mold -C link-arg=-l
%install
mkdir -p %buildroot/usr/bin/
install %_builddir/%{name}-%{version}-%{release}/target/%_arch/%_arch-unknown-linux-gnu/release/rustfs %buildroot/usr/bin/
install %_builddir/%{name}-%{version}-%{prerelease}/target/%_arch/%_arch-unknown-linux-gnu/release/rustfs %buildroot/usr/bin/
%files
%license LICENSE
@@ -57,6 +58,9 @@ install %_builddir/%{name}-%{version}-%{release}/target/%_arch/%_arch-unknown-li
%_bindir/rustfs
%changelog
* Thu Jul 16 2026 houseme <housemecn@gmail.com>
- Update RPM package to RustFS 1.0.0-beta.10-preview.1
* Tue Jul 14 2026 houseme <housemecn@gmail.com>
- Update RPM package to RustFS 1.0.0-beta.9