Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jeos-firstboot for openSUSE:Factory 
checked in at 2021-03-10 08:48:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Wed Mar 10 08:48:56 2021 rev:36 rq:876019 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2020-09-01 20:07:01.704582875 +0200
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.2378/jeos-firstboot.changes  
2021-03-10 08:49:15.330393544 +0100
@@ -1,0 +2,13 @@
+Mon Mar  1 14:56:29 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Fix git url in _service
+
+-------------------------------------------------------------------
+Thu Feb 25 11:54:04 UTC 2021 - [email protected]
+
+- Update to version 1.0.0:
+  * Use race-free DBus API to silence systemd (bsc#1119382)
+  * Implement separate configuration for wifi (bsc#1156775)
+  * Major refactoring and final version of jeos-config (bsc#1181957)
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-0.0+git20200827.e920a15.tar.xz

New:
----
  jeos-firstboot-1.0.0.obscpio
  jeos-firstboot.obsinfo

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

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.jfDUQC/_old  2021-03-10 08:49:15.810394040 +0100
+++ /var/tmp/diff_new_pack.jfDUQC/_new  2021-03-10 08:49:15.814394044 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jeos-firstboot
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           jeos-firstboot
-Version:        0.0+git20200827.e920a15
+Version:        1.0.0
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT
@@ -74,10 +74,14 @@
 %dir %{_datadir}/defaults/
 %{_datadir}/defaults/jeos-firstboot.conf
 %dir %{_datadir}/jeos-firstboot
+%dir %{_datadir}/jeos-firstboot/modules
+%{_sbindir}/jeos-config
 %{_sbindir}/jeos-firstboot
 %{_sbindir}/jeos-firstboot-snapshot
+%{_datadir}/jeos-firstboot/jeos-firstboot-dialogs
+%{_datadir}/jeos-firstboot/jeos-firstboot-functions
 
 %files rpiwifi
-%{_datadir}/jeos-firstboot/raspberrywifi
+%{_datadir}/jeos-firstboot/modules/raspberrywifi
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jfDUQC/_old  2021-03-10 08:49:15.838394069 +0100
+++ /var/tmp/diff_new_pack.jfDUQC/_new  2021-03-10 08:49:15.838394069 +0100
@@ -1,14 +1,16 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="obs_scm" mode="disabled">
     <param name="url">git://github.com/openSUSE/jeos-firstboot.git</param>
-    <param name="versionformat">0.0+git%cd.%h</param>
     <param name="scm">git</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">[email protected]</param>
   </service>
-  <service name="recompress" mode="disabled">
-    <param name="compression">xz</param>
+  <service name="set_version" mode="disabled"/>
+  <service name="tar" mode="buildtime" />
+  <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
+    <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="disabled"/>
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.jfDUQC/_old  2021-03-10 08:49:15.854394085 +0100
+++ /var/tmp/diff_new_pack.jfDUQC/_new  2021-03-10 08:49:15.854394085 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
-            <param 
name="url">git://github.com/openSUSE/jeos-firstboot.git</param>
-          <param 
name="changesrevision">b82c4efe728cd1e74a879328be6f1473562fccdd</param></service></servicedata>
\ No newline at end of file
+                <param 
name="url">git://github.com/openSUSE/jeos-firstboot.git</param>
+              <param 
name="changesrevision">feb35c5550c207b5d13f37c94c0dd8bead8f3791</param></service></servicedata>

++++++ jeos-firstboot.obsinfo ++++++
name: jeos-firstboot
version: 1.0.0
mtime: 1614252667
commit: feb35c5550c207b5d13f37c94c0dd8bead8f3791

Reply via email to