Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2023-01-28 20:00:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Sat Jan 28 20:00:15 2023 rev:176 rq:1061577 version:17.70

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2023-01-26 14:01:13.381067696 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new.32243/installation-images.changes
       2023-01-28 20:15:37.464501249 +0100
@@ -1,0 +2,8 @@
+Fri Jan 27 15:16:26 UTC 2023 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#622
+- introduce with_fips in spec file to control fips support
+  (bsc#1207576)
+- 17.70
+
+--------------------------------------------------------------------

Old:
----
  installation-images-17.69.tar.xz

New:
----
  installation-images-17.70.tar.xz

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.9Azba1/_old  2023-01-28 20:15:38.148505001 +0100
+++ /var/tmp/diff_new_pack.9Azba1/_new  2023-01-28 20:15:38.152505023 +0100
@@ -40,7 +40,7 @@
 %define with_plymouth 1
 %define with_shim 1
 %define with_storage_ng 1
-%define with_ssl_hmac 1
+%define with_fips 1
 %define with_exfat 0
 %define with_kernel_extra 0
 %bcond_without sbl
@@ -157,7 +157,7 @@
 
 %if "%theme" == "openSUSE"
 %define with_storage_ng 1
-%define with_ssl_hmac 0
+%define with_fips 0
 %define branding_skelcd   openSUSE
 %define branding_systemd  openSUSE
 %define branding_plymouth openSUSE
@@ -175,7 +175,7 @@
 
 %if "%theme" == "SMO" || "%theme" == "LeapMicro"
 %define with_storage_ng 1
-%define with_ssl_hmac 0
+%define with_fips 0
 %define branding_skelcd   SMO
 %define branding_systemd  SMO
 %if "%theme" == "LeapMicro"
@@ -197,7 +197,7 @@
 
 %if "%theme" == "MicroOS"
 %define with_storage_ng 1
-%define with_ssl_hmac 0
+%define with_fips 0
 %define branding_skelcd   MicroOS
 %define branding_systemd  MicroOS
 %define branding_plymouth openSUSE
@@ -329,7 +329,6 @@
 BuildRequires:  dhcp-server
 BuildRequires:  dmraid
 BuildRequires:  dosfstools
-BuildRequires:  dracut-fips
 BuildRequires:  dump
 BuildRequires:  e2fsprogs
 BuildRequires:  ed
@@ -382,7 +381,9 @@
 BuildRequires:  kmod-compat
 BuildRequires:  krb5-devel
 BuildRequires:  less
-%if %with_ssl_hmac
+%if %with_fips
+BuildRequires:  dracut-fips
+BuildRequires:  openssh-fips
 BuildRequires:  libopenssl1_1-hmac
 %endif
 BuildRequires:  libpcsclite1
@@ -418,7 +419,6 @@
 BuildRequires:  openldap2-client
 BuildRequires:  openslp-server
 BuildRequires:  openssh
-BuildRequires:  openssh-fips
 BuildRequires:  pango
 BuildRequires:  pango-tools
 BuildRequires:  parted
@@ -664,7 +664,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0-or-later
 Group:          Metapackages
-Version:        17.69
+Version:        17.70
 Release:        0
 Provides:       installation-images = %version-%release
 Conflicts:      otherproviders(installation-images)

++++++ installation-images-17.69.tar.xz -> installation-images-17.70.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-17.69/VERSION 
new/installation-images-17.70/VERSION
--- old/installation-images-17.69/VERSION       2023-01-25 17:42:39.000000000 
+0100
+++ new/installation-images-17.70/VERSION       2023-01-27 16:16:26.000000000 
+0100
@@ -1 +1 @@
-17.69
+17.70
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-17.69/changelog 
new/installation-images-17.70/changelog
--- old/installation-images-17.69/changelog     2023-01-25 17:42:39.000000000 
+0100
+++ new/installation-images-17.70/changelog     2023-01-27 16:16:26.000000000 
+0100
@@ -1,3 +1,8 @@
+2023-01-27:    17.70
+       - merge gh#openSUSE/installation-images#622
+       - introduce with_fips in spec file to control fips support
+         (bsc#1207576)
+
 2023-01-25:    17.69
        - merge gh#openSUSE/installation-images#621
        - support more general wicked firmware devices interface
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-17.69/obs/installation-images.spec 
new/installation-images-17.70/obs/installation-images.spec
--- old/installation-images-17.69/obs/installation-images.spec  2023-01-25 
17:42:39.000000000 +0100
+++ new/installation-images-17.70/obs/installation-images.spec  2023-01-27 
16:16:26.000000000 +0100
@@ -40,7 +40,7 @@
 %define with_plymouth 1
 %define with_shim 1
 %define with_storage_ng 1
-%define with_ssl_hmac 1
+%define with_fips 1
 %define with_exfat 0
 %define with_kernel_extra 0
 %bcond_without sbl
@@ -157,7 +157,7 @@
 
 %if "%theme" == "openSUSE"
 %define with_storage_ng 1
-%define with_ssl_hmac 0
+%define with_fips 0
 %define branding_skelcd   openSUSE
 %define branding_systemd  openSUSE
 %define branding_plymouth openSUSE
@@ -175,7 +175,7 @@
 
 %if "%theme" == "SMO" || "%theme" == "LeapMicro"
 %define with_storage_ng 1
-%define with_ssl_hmac 0
+%define with_fips 0
 %define branding_skelcd   SMO
 %define branding_systemd  SMO
 %if "%theme" == "LeapMicro"
@@ -197,7 +197,7 @@
 
 %if "%theme" == "MicroOS"
 %define with_storage_ng 1
-%define with_ssl_hmac 0
+%define with_fips 0
 %define branding_skelcd   MicroOS
 %define branding_systemd  MicroOS
 %define branding_plymouth openSUSE
@@ -329,7 +329,6 @@
 BuildRequires:  dhcp-server
 BuildRequires:  dmraid
 BuildRequires:  dosfstools
-BuildRequires:  dracut-fips
 BuildRequires:  dump
 BuildRequires:  e2fsprogs
 BuildRequires:  ed
@@ -382,7 +381,9 @@
 BuildRequires:  kmod-compat
 BuildRequires:  krb5-devel
 BuildRequires:  less
-%if %with_ssl_hmac
+%if %with_fips
+BuildRequires:  dracut-fips
+BuildRequires:  openssh-fips
 BuildRequires:  libopenssl1_1-hmac
 %endif
 BuildRequires:  libpcsclite1
@@ -418,7 +419,6 @@
 BuildRequires:  openldap2-client
 BuildRequires:  openslp-server
 BuildRequires:  openssh
-BuildRequires:  openssh-fips
 BuildRequires:  pango
 BuildRequires:  pango-tools
 BuildRequires:  parted

Reply via email to