Skip to content

Commit a852fec

Browse files
committed
fix(ci): rename rpm build
1 parent 963473f commit a852fec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

installer/linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ awk -v post_script="$POST_SCRIPT" '{
134134

135135
rm "$RPM_BUILD_DIR/SPECS/music-sharity.spec.tmp"
136136

137-
rpmbuild --define "_topdir $RPM_BUILD_DIR" -bb "$RPM_BUILD_DIR/SPECS/music-sharity.spec"
137+
rpmbuild --define "_topdir $RPM_BUILD_DIR" --define "dist %{nil}" -bb "$RPM_BUILD_DIR/SPECS/music-sharity.spec"
138138

139139
cp "$RPM_BUILD_DIR/RPMS/x86_64/$RPM_NAME.rpm" "$OUTPUT_DIR/"
140140

installer/linux/music-sharity.spec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: music-sharity
22
Version: VERSION_PLACEHOLDER
3-
Release: BUILD_NUMBER_PLACEHOLDER
3+
Release: BUILD_NUMBER_PLACEHOLDER%{?dist}
44
Summary: Share music across all platforms
55
License: GPLv3+
66
URL: https://github.com/ByteRoast/music-sharity

0 commit comments

Comments
 (0)