Hello community, here is the log from the commit of package ceph-iscsi for openSUSE:Factory checked in at 2019-01-21 10:58:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ceph-iscsi (Old) and /work/SRC/openSUSE:Factory/.ceph-iscsi.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ceph-iscsi" Mon Jan 21 10:58:55 2019 rev:2 rq:666655 version:3.0+1547720996 Changes: -------- --- /work/SRC/openSUSE:Factory/ceph-iscsi/ceph-iscsi.changes 2018-12-10 12:29:07.410479890 +0100 +++ /work/SRC/openSUSE:Factory/.ceph-iscsi.new.28833/ceph-iscsi.changes 2019-01-21 11:00:09.195290775 +0100 @@ -1,0 +2,10 @@ +Thu Jan 17 10:30:29 UTC 2019 - [email protected] + +- checkin.sh: ensure tarballs are uniquely named + +------------------------------------------------------------------- +Wed Jan 16 11:44:12 UTC 2019 - [email protected] + +- multiple iSCSI target support (Ricardo Marques) + +------------------------------------------------------------------- Old: ---- ceph-iscsi-3.0.tar.gz New: ---- ceph-iscsi-3.0+1547720996.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ceph-iscsi.spec ++++++ --- /var/tmp/diff_new_pack.MahZE7/_old 2019-01-21 11:00:11.755287455 +0100 +++ /var/tmp/diff_new_pack.MahZE7/_new 2019-01-21 11:00:11.759287450 +0100 @@ -19,7 +19,7 @@ %endif Name: ceph-iscsi -Version: 3.0 +Version: 3.0+1547720996 Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management ++++++ checkin.sh ++++++ --- /var/tmp/diff_new_pack.MahZE7/_old 2019-01-21 11:00:11.787287413 +0100 +++ /var/tmp/diff_new_pack.MahZE7/_new 2019-01-21 11:00:11.787287413 +0100 @@ -93,8 +93,10 @@ exit 1 fi echo "Extracting spec file" -cp $PROJECT.spec $THIS_DIR VERSION=$(grep ^Version *spec | sed -r "s/^Version:\s+//") +VERSION="${VERSION}+$(date +%s)" +sed -i -e 's/^Version:.*/Version: '$VERSION'/' $PROJECT.spec +cp $PROJECT.spec $THIS_DIR echo "Version number is ->$VERSION<-" cd .. mv clone "$PROJECT-$VERSION"
