Hello community,

here is the log from the commit of package ceph-iscsi for openSUSE:Factory 
checked in at 2019-10-08 19:59:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceph-iscsi (Old)
 and      /work/SRC/openSUSE:Factory/.ceph-iscsi.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceph-iscsi"

Tue Oct  8 19:59:48 2019 rev:20 rq:736071 version:3.3+1570532654.g93940a4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceph-iscsi/ceph-iscsi.changes    2019-09-27 
14:55:18.803693692 +0200
+++ /work/SRC/openSUSE:Factory/.ceph-iscsi.new.2352/ceph-iscsi.changes  
2019-10-08 19:59:51.627850665 +0200
@@ -1,0 +2,9 @@
+Tue Oct  8 11:05:09 UTC 2019 - Nathan Cutler <ncut...@suse.com>
+
+- Update to 3.3+1570532654.g93940a4:
+  + spec/checkin.sh:
+    * reinstate "BuildArch: noarch" for all distros except openSUSE (i.e.,
+      including SLE, which does not allow arch change in a maintenance update)
+    * "ExclusiveArch" on openSUSE only
+
+-------------------------------------------------------------------

Old:
----
  ceph-iscsi-3.3+1569575733.g93940a4.tar.gz

New:
----
  ceph-iscsi-3.3+1570532654.g93940a4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ceph-iscsi.spec ++++++
--- /var/tmp/diff_new_pack.HnN30E/_old  2019-10-08 19:59:52.431848257 +0200
+++ /var/tmp/diff_new_pack.HnN30E/_new  2019-10-08 19:59:52.447848210 +0200
@@ -19,7 +19,7 @@
 %endif
 
 Name:           ceph-iscsi
-Version:        3.3+1569575733.g93940a4
+Version:        3.3+1570532654.g93940a4
 Release:        1%{?dist}
 Group:          System/Filesystems
 Summary:        Python modules for Ceph iSCSI gateway configuration management
@@ -33,8 +33,14 @@
 %if 0%{?suse_version}
 Source98:       checkin.sh
 Source99:       README-checkin.txt
+%if 0%{?is_opensuse}
 ExclusiveArch:  x86_64 aarch64 ppc64le s390x
 %endif
+%endif
+
+%if ! 0%{?is_opensuse}
+BuildArch: noarch
+%endif
 
 Obsoletes:      ceph-iscsi-config
 Obsoletes:      ceph-iscsi-cli

++++++ ceph-iscsi-3.3+1569575733.g93940a4.tar.gz -> 
ceph-iscsi-3.3+1570532654.g93940a4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ceph-iscsi-3.3+1569575733.g93940a4/ceph-iscsi.spec 
new/ceph-iscsi-3.3+1570532654.g93940a4/ceph-iscsi.spec
--- old/ceph-iscsi-3.3+1569575733.g93940a4/ceph-iscsi.spec      2019-09-27 
11:15:33.651069640 +0200
+++ new/ceph-iscsi-3.3+1570532654.g93940a4/ceph-iscsi.spec      2019-10-08 
13:04:14.775991361 +0200
@@ -19,7 +19,7 @@
 %endif
 
 Name:           ceph-iscsi
-Version:        3.3+1569575733.g93940a4
+Version:        3.3+1570532654.g93940a4
 Release:        1%{?dist}
 Group:          System/Filesystems
 Summary:        Python modules for Ceph iSCSI gateway configuration management
@@ -33,8 +33,14 @@
 %if 0%{?suse_version}
 Source98:       checkin.sh
 Source99:       README-checkin.txt
+%if 0%{?is_opensuse}
 ExclusiveArch:  x86_64 aarch64 ppc64le s390x
 %endif
+%endif
+
+%if ! 0%{?is_opensuse}
+BuildArch: noarch
+%endif
 
 Obsoletes:      ceph-iscsi-config
 Obsoletes:      ceph-iscsi-cli

++++++ checkin.sh ++++++
--- /var/tmp/diff_new_pack.HnN30E/_old  2019-10-08 19:59:52.783847204 +0200
+++ /var/tmp/diff_new_pack.HnN30E/_new  2019-10-08 19:59:52.787847191 +0200
@@ -98,8 +98,8 @@
 VERSION="${VERSION}+$(date +%s).${GIT_SHA1}"
 sed -i -e 's/^Version:.*/Version:        '$VERSION'/' $PROJECT.spec
 sed -i -e 's#^Source0:.*#Source0:        %{name}-%{version}.tar.gz#' 
$PROJECT.spec
-sed -i -e '/Source0/a %if 0%{?suse_version}\nSource98:       
checkin.sh\nSource99:       README-checkin.txt\nExclusiveArch:  x86_64 aarch64 
ppc64le s390x\n%endif' $PROJECT.spec
 sed -i -e '/BuildArch:\s\+noarch/d' $PROJECT.spec
+sed -i -e '/Source0/a %if 0%{?suse_version}\nSource98:       
checkin.sh\nSource99:       README-checkin.txt\n%if 
0%{?is_opensuse}\nExclusiveArch:  x86_64 aarch64 ppc64le 
s390x\n%endif\n%endif\n\n%if ! 0%{?is_opensuse}\nBuildArch: noarch\n%endif' 
$PROJECT.spec
 sed -i -e 'N;/^\n$/D;P;D;' $PROJECT.spec  # collapse multiple adjacent 
newlines down to a single newline
 cp $PROJECT.spec $THIS_DIR
 echo "Version number is ->$VERSION<-"


Reply via email to