Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package containment-rpm for openSUSE:Factory 
checked in at 2023-10-27 22:29:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/containment-rpm (Old)
 and      /work/SRC/openSUSE:Factory/.containment-rpm.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "containment-rpm"

Fri Oct 27 22:29:09 2023 rev:3 rq:1120789 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/containment-rpm/containment-rpm.changes  
2023-09-21 22:14:59.655327494 +0200
+++ 
/work/SRC/openSUSE:Factory/.containment-rpm.new.17445/containment-rpm.changes   
    2023-10-27 22:29:50.047125430 +0200
@@ -1,0 +2,6 @@
+Fri Oct 27 11:46:04 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.0.2:
+  * Handle better container name from kiwi
+
+-------------------------------------------------------------------

Old:
----
  v2.0.1.tar.gz

New:
----
  v2.0.2.tar.gz

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

Other differences:
------------------
++++++ containment-rpm.spec ++++++
--- /var/tmp/diff_new_pack.cznM2a/_old  2023-10-27 22:29:50.507142301 +0200
+++ /var/tmp/diff_new_pack.cznM2a/_new  2023-10-27 22:29:50.507142301 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           containment-rpm
-Version:        2.0.1
+Version:        2.0.2
 Release:        0
 Summary:        Wraps OBS docker/kiwi-built images in rpms
 License:        MIT

++++++ v2.0.1.tar.gz -> v2.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/containment-rpm-2.0.1/container_post_run 
new/containment-rpm-2.0.2/container_post_run
--- old/containment-rpm-2.0.1/container_post_run        2023-09-20 
13:27:17.000000000 +0200
+++ new/containment-rpm-2.0.2/container_post_run        2023-10-27 
13:44:17.000000000 +0200
@@ -68,7 +68,7 @@
   CONTAINER_RAW="$PKG_NAME"
   PREFIX="${PKG_NAME}-${CONTAINER_TAG}.${ARCH}-${PKG_RELEASE}"
 fi
-CONTAINER_NAME=$(echo $CONTAINER_RAW | sed 's@\/@-@' )
+CONTAINER_NAME=$(echo $CONTAINER_RAW | sed 's@\/@-@g' )
 
 
 shopt -s nullglob
@@ -146,17 +146,17 @@
 
 # Keep __SLE_VERSION__ in there for backwards compatiblity
 # with older spec file templates
-sed -e "s/__NAME__/$NAME/g" \
-    -e "s/__OLD_NAME__/$OLD_NAME/g" \
-    -e "s/__PKG_NAME__/$PKG_NAME/g" \
-    -e "s/__VERSION__/$VERSION/g" \
-    -e "s/__RELEASE__/$RELEASE/g" \
-    -e "s/__SOURCE0__/$IMAGE/g" \
-    -e "s/__SOURCE1__/$METADATA/g" \
-    -e "s/__SOURCE2__/$TAGFILE/g" \
-    -e "s/__SLE_VERSION__/$SUSE_VERSION/g" \
-    -e "s/__SUSE_VERSION__/$SUSE_VERSION/g" \
-    -e "s/__SUSE_PRODUCT_NAME__/$SUSE_PRODUCT_NAME/g" \
+sed -e "s@__NAME__@$NAME@g" \
+    -e "s@__OLD_NAME__@$OLD_NAME@g" \
+    -e "s@__PKG_NAME__@$PKG_NAME@g" \
+    -e "s@__VERSION__@$VERSION@g" \
+    -e "s@__RELEASE__@$RELEASE@g" \
+    -e "s@__SOURCE0__@$IMAGE@g" \
+    -e "s@__SOURCE1__@$METADATA@g" \
+    -e "s@__SOURCE2__@$TAGFILE@g" \
+    -e "s@__SLE_VERSION__@$SUSE_VERSION@g" \
+    -e "s@__SUSE_VERSION__@$SUSE_VERSION@g" \
+    -e "s@__SUSE_PRODUCT_NAME__@$SUSE_PRODUCT_NAME@g" \
     < $SPEC_IN \
     > $BUILD_DIR/image.spec
 

Reply via email to