Accepting request 881370 from filesystems:ceph:pacific
boo#1029961 OBS-URL: https://build.opensuse.org/request/show/881370 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=288
This commit is contained in:
parent
564b8704a8
commit
e7d6b00ce5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 18:21:58 UTC 2021 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- pre_checkin.sh: add README-packaging.txt as a source file to ceph-test.spec
|
||||
(to pacify obs-service-source_validator)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 16:38:00 UTC 2021 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
|
@ -141,10 +141,12 @@ Group: System/Filesystems
|
||||
URL: http://ceph.com/
|
||||
Source0: %{?_remote_tarball_prefix}ceph-16.1.0-1216-gbaca20b112.tar.bz2
|
||||
%if 0%{?suse_version}
|
||||
Source96: checkin.sh
|
||||
Source97: README-checkin.txt
|
||||
Source98: README-ceph-test.txt
|
||||
Source99: ceph-rpmlintrc
|
||||
Source94: ceph-rpmlintrc
|
||||
Source95: checkin.sh
|
||||
Source96: pre_checkin.sh
|
||||
Source97: README-ceph-test.txt
|
||||
Source98: README-checkin.txt
|
||||
Source99: README-packaging.txt
|
||||
# _insert_obs_source_lines_here
|
||||
ExclusiveArch: x86_64
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 18:21:58 UTC 2021 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- pre_checkin.sh: add README-packaging.txt as a source file to ceph-test.spec
|
||||
(to pacify obs-service-source_validator)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 16:38:00 UTC 2021 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
|
@ -286,8 +286,10 @@ desc=`get_package_description $SPEC_FILE $PACKAGE`
|
||||
reqs=`get_package_requires $SPEC_FILE $PACKAGE`
|
||||
sed -i -e 's/%bcond_without ceph_test_package/%bcond_with ceph_test_package/' $SPEC_FILE
|
||||
transform_spec_file $SPEC_FILE $PACKAGE "$rm_files" "$summ" "$desc" "$reqs" > $PACKAGE.spec
|
||||
insert_line_before "${PACKAGE}.spec" "Source99: ceph-rpmlintrc" "_insert_obs_source_lines_here"
|
||||
insert_line_before "${PACKAGE}.spec" "Source98: README-ceph-test.txt" "^Source99:"
|
||||
insert_line_before "${PACKAGE}.spec" "Source97: README-checkin.txt" "^Source98:"
|
||||
insert_line_before "${PACKAGE}.spec" "Source96: checkin.sh" "^Source97:"
|
||||
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:"
|
||||
copy_changes_file $PACKAGE
|
||||
|
Loading…
Reference in New Issue
Block a user