Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2021-08-19 12:49:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-openSUSE"

Thu Aug 19 12:49:14 2021 rev:225 rq:912774 version:20210507

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
    2021-05-07 16:45:51.268267675 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.1899/skelcd-control-openSUSE-promo.changes
  2021-08-19 12:49:16.449448946 +0200
@@ -1,0 +2,6 @@
+Fri May  7 15:25:07 UTC 2021 - Andreas Schwab <sch...@suse.de>
+
+- Add support for riscv64 (jsc#PM-2612)
+- 20210507
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change

Old:
----
  skelcd-control-openSUSE-20210505.tar.bz2

New:
----
  skelcd-control-openSUSE-20210507.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.P0Jceg/_old  2021-08-19 12:49:17.129447974 +0200
+++ /var/tmp/diff_new_pack.P0Jceg/_new  2021-08-19 12:49:17.137447963 +0200
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE-promo
-Version:        20210505
+Version:        20210507
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
@@ -126,8 +126,8 @@
 
 %define update_repo 0
 %if 0%{?sle_version} <= 150200
-# With Tumbleweed and Leap 15.2 and before, aarch64 arm ppc ppc64 ppc64le 
s390x are separated from regular Leap repo.
-%ifarch aarch64 %arm ppc ppc64 ppc64le s390x
+# With Tumbleweed and Leap 15.2 and before, aarch64 arm ppc ppc64 ppc64le 
riscv64 s390x are separated from regular Leap repo.
+%ifarch aarch64 %arm ppc ppc64 ppc64le riscv64 s390x
 %define update_repo 1
 %endif
 %endif
@@ -149,6 +149,9 @@
     %ifarch armv7l armv7hl
         ports_arch="armv7hl"
     %endif
+    %ifarch riscv64
+        ports_arch="riscv"
+    %endif
     %ifarch s390x
         ports_arch="zsystems"
     %endif

skelcd-control-openSUSE.spec: same change
++++++ skelcd-control-openSUSE-20210505.tar.bz2 -> 
skelcd-control-openSUSE-20210507.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20210505/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-20210507/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-20210505/control/control.openSUSE.xml   
2021-05-05 15:50:15.000000000 +0200
+++ new/skelcd-control-openSUSE-20210507/control/control.openSUSE.xml   
2021-08-17 21:29:56.000000000 +0200
@@ -301,6 +301,10 @@
                         <path>boot/grub2/arm-efi</path>
                         <archs>arm</archs>
                     </subvolume>
+                    <subvolume>
+                        <path>boot/grub2/riscv64-efi</path>
+                        <archs>riscv64</archs>
+                    </subvolume>
                 </subvolumes>
             </volume>
 
@@ -492,6 +496,10 @@
                             <path>boot/grub2/arm64-efi</path>
                             <archs>aarch64</archs>
                         </subvolume>
+                        <subvolume>
+                            <path>boot/grub2/riscv64-efi</path>
+                            <archs>riscv64</archs>
+                        </subvolume>
                     </subvolumes>
                 </volume>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20210505/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-20210507/package/skelcd-control-openSUSE.changes
--- 
old/skelcd-control-openSUSE-20210505/package/skelcd-control-openSUSE.changes    
    2021-05-05 15:50:15.000000000 +0200
+++ 
new/skelcd-control-openSUSE-20210507/package/skelcd-control-openSUSE.changes    
    2021-08-17 21:29:56.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri May  7 15:25:07 UTC 2021 - Andreas Schwab <sch...@suse.de>
+
+- Add support for riscv64 (jsc#PM-2612)
+- 20210507
+
+-------------------------------------------------------------------
 Wed May  5 13:12:33 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org>
 
 - Fix path of repo for Leap 15.3 armv7 (boo#1183795)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20210505/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-20210507/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-20210505/package/skelcd-control-openSUSE.spec   
2021-05-05 15:50:15.000000000 +0200
+++ new/skelcd-control-openSUSE-20210507/package/skelcd-control-openSUSE.spec   
2021-08-17 21:29:56.000000000 +0200
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE
-Version:        20210505
+Version:        20210507
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
@@ -126,8 +126,8 @@
 
 %define update_repo 0
 %if 0%{?sle_version} <= 150200
-# With Tumbleweed and Leap 15.2 and before, aarch64 arm ppc ppc64 ppc64le 
s390x are separated from regular Leap repo.
-%ifarch aarch64 %arm ppc ppc64 ppc64le s390x
+# With Tumbleweed and Leap 15.2 and before, aarch64 arm ppc ppc64 ppc64le 
riscv64 s390x are separated from regular Leap repo.
+%ifarch aarch64 %arm ppc ppc64 ppc64le riscv64 s390x
 %define update_repo 1
 %endif
 %endif
@@ -149,6 +149,9 @@
     %ifarch armv7l armv7hl
         ports_arch="armv7hl"
     %endif
+    %ifarch riscv64
+        ports_arch="riscv"
+    %endif
     %ifarch s390x
         ports_arch="zsystems"
     %endif

Reply via email to