add missing sources

OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=348
This commit is contained in:
Tim Serong 2023-06-27 07:41:09 +00:00 committed by Git OBS Bridge
parent 69d2544357
commit 429c7205f5
2 changed files with 10 additions and 6 deletions

View File

@ -156,9 +156,11 @@ Group: System/Filesystems
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-16.2.13-66-g54799ee0666.tar.bz2
%if 0%{?suse_version}
Source94: ceph-rpmlintrc
Source95: checkin.sh
Source96: pre_checkin.sh
Source92: ceph-rpmlintrc
Source93: checkin.sh
Source94: pre_checkin.sh
Source95: pre_checkin.env
Source96: README-constraints.txt
Source97: README-ceph-test.txt
Source98: README-checkin.txt
Source99: README-packaging.txt

View File

@ -307,9 +307,11 @@ transform_spec_file $SPEC_FILE $PACKAGE "$rm_files" "$summ" "$desc" "$reqs" > $P
insert_line_before "$PACKAGE.spec" "Source99: README-packaging.txt" "_insert_obs_source_lines_here"
insert_line_before "$PACKAGE.spec" "Source98: README-checkin.txt" "^Source99:"
insert_line_before "$PACKAGE.spec" "Source97: README-ceph-test.txt" "^Source98:"
insert_line_before "$PACKAGE.spec" "Source96: pre_checkin.sh" "^Source97:"
insert_line_before "$PACKAGE.spec" "Source95: checkin.sh" "^Source96:"
insert_line_before "$PACKAGE.spec" "Source94: ceph-rpmlintrc" "^Source95:"
insert_line_before "$PACKAGE.spec" "Source96: README-constraints.txt" "^Source97:"
insert_line_before "$PACKAGE.spec" "Source95: pre_checkin.env" "^Source96:"
insert_line_before "$PACKAGE.spec" "Source94: pre_checkin.sh" "^Source95:"
insert_line_before "$PACKAGE.spec" "Source93: checkin.sh" "^Source94:"
insert_line_before "$PACKAGE.spec" "Source92: ceph-rpmlintrc" "^Source93:"
copy_changes_file $PACKAGE
set_build_constraints $SPEC_FILE "hardware:disk:size unit=G ${CEPH_BUILD_DISK_SIZE_GB}" "hardware:memory:size unit=G ${CEPH_BUILD_MEMORY_SIZE_GB}"
set_build_constraints "$PACKAGE.spec" "hardware:disk:size unit=G ${CEPH_TEST_BUILD_DISK_SIZE_GB}" "hardware:memory:size unit=G ${CEPH_TEST_BUILD_MEMORY_SIZE_GB}"