Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package combustion for openSUSE:Factory 
checked in at 2022-07-07 12:56:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/combustion (Old)
 and      /work/SRC/openSUSE:Factory/.combustion.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "combustion"

Thu Jul  7 12:56:33 2022 rev:15 rq:987242 version:1.0+git0

Changes:
--------
--- /work/SRC/openSUSE:Factory/combustion/combustion.changes    2022-03-28 
16:59:02.348845313 +0200
+++ /work/SRC/openSUSE:Factory/.combustion.new.1523/combustion.changes  
2022-07-07 12:56:47.051271456 +0200
@@ -1,0 +2,9 @@
+Wed Jul 06 09:34:01 UTC 2022 - Fabian Vogt <fv...@suse.com>
+
+- Switch to use the git repo with obs_scm
+- Update to version 1.0+git0:
+  * Add Makefile for make install support
+  * Start sysroot-usr.mount as well
+  * Replace invalid use of ln_r in module-setup.sh
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  README
  combustion
  combustion-prepare.service
  combustion.rules
  combustion.service
  module-setup.sh

New:
----
  _service
  _servicedata
  combustion-1.0+git0.obscpio
  combustion.obsinfo

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

Other differences:
------------------
++++++ combustion.spec ++++++
--- /var/tmp/diff_new_pack.JffRUX/_old  2022-07-07 12:56:47.891272707 +0200
+++ /var/tmp/diff_new_pack.JffRUX/_new  2022-07-07 12:56:47.895272712 +0200
@@ -17,19 +17,13 @@
 
 
 Name:           combustion
-Version:        0.3
+Version:        1.0+git0
 Release:        0
 Summary:        System for initial configuration of appliances
 License:        GPL-2.0-or-later
 Group:          System/Management
-URL:            https://en.opensuse.org/Portal:MicroOS/Combustion
-Source1:        LICENSE
-Source2:        README
-Source3:        module-setup.sh
-Source4:        combustion.service
-Source5:        combustion-prepare.service
-Source6:        combustion
-Source7:        combustion.rules
+URL:            https://github.com/openSUSE/combustion
+Source0:        %{name}-%{version}.tar.xz
 Requires:       ignition-dracut-grub2
 BuildArch:      noarch
 
@@ -44,18 +38,12 @@
 snapshot, so that no reboot is needed.
 
 %prep
-cp %{SOURCE1} %{SOURCE2} .
+%autosetup -p1
 
 %build
 
 %install
-mkdir -p %{buildroot}%{_prefix}/lib/dracut/modules.d/35combustion
-cd %{buildroot}%{_prefix}/lib/dracut/modules.d/35combustion/
-install -m0644 %{SOURCE3} module-setup.sh
-install -m0644 %{SOURCE4} combustion.service
-install -m0644 %{SOURCE5} combustion-prepare.service
-install -m0755 %{SOURCE6} combustion
-install -m0644 %{SOURCE7} combustion.rules
+%make_install
 
 %post
 %{?regenerate_initrd_post}
@@ -65,7 +53,7 @@
 
 %files
 %license LICENSE
-%doc README
+%doc README.md
 %dir %{_prefix}/lib/dracut/
 %dir %{_prefix}/lib/dracut/modules.d/
 %{_prefix}/lib/dracut/modules.d/35combustion/

++++++ _service ++++++
<services>
  <service mode="disabled" name="obs_scm">
    <param name="url">https://github.com/openSUSE/combustion.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
  </service>
  <service mode="disabled" name="set_version" />
  <service mode="buildtime" name="tar" />
  <service mode="buildtime" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/openSUSE/combustion.git</param>
              <param 
name="changesrevision">2a6a997198f3d56a7c72664365819bbb0f563904</param></service></servicedata>
(No newline at EOF)

++++++ combustion.obsinfo ++++++
name: combustion
version: 1.0+git0
mtime: 1657099713
commit: 2a6a997198f3d56a7c72664365819bbb0f563904

Reply via email to