Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package patterns-devel-base for
openSUSE:Leap:16.0 checked in at 2025-07-16 08:49:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/patterns-devel-base (Old)
and /work/SRC/openSUSE:Leap:16.0/.patterns-devel-base.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-devel-base"
Wed Jul 16 08:49:49 2025 rev:2 rq:1293581 version:20170319
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/patterns-devel-base/patterns-devel-base.changes
2025-03-19 11:53:52.219697461 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.patterns-devel-base.new.7373/patterns-devel-base.changes
2025-07-16 08:49:50.652336599 +0200
@@ -2 +2 @@
-Mon Sep 2 07:38:39 UTC 2024 - Yuchen Lin <[email protected]>
+Mon Mar 10 14:24:33 UTC 2025 - Frederic Crozat <[email protected]>
@@ -4,3 +4,6 @@
-- Do not build devel_web pattern for the time being
- * devel_web pattern requires patterns-server however virtualization
- package is not yet available
+- Drop libapparmor-devel recommends also for Tumbleweed.
+
+-------------------------------------------------------------------
+Fri Mar 7 13:46:02 UTC 2025 - Frederic Crozat <[email protected]>
+
+- Adapt patterns for SLES 16.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ patterns-devel-base.spec ++++++
--- /var/tmp/diff_new_pack.lrGMeU/_old 2025-07-16 08:49:51.044352982 +0200
+++ /var/tmp/diff_new_pack.lrGMeU/_new 2025-07-16 08:49:51.048353149 +0200
@@ -1,7 +1,7 @@
#
# spec file for package patterns-devel-base
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -40,8 +40,9 @@
development patterns that don't fit well anywhere else).
-################################################################################
+
+################################################################################
%package devel_basis
%pattern_development
Summary: Base Development
@@ -90,14 +91,15 @@
Recommends: openldap2-devel
Recommends: pam-devel
Recommends: pkg-config
+%if 0%{?is_opensuse}
Recommends: subversion
+%endif
# most of our packages use this tool
Recommends: fdupes
# applying patches
Recommends: patch
Recommends: binutils-devel
Recommends: e2fsprogs-devel
-Recommends: libapparmor-devel
Recommends: libosip2-devel
# required for make checks
Recommends: sparse
@@ -195,7 +197,7 @@
################################################################################
-%if 0
+%if 0%{?is_opensuse}
%package devel_web
%pattern_development
Summary: Web Development
@@ -289,7 +291,7 @@
%install
mkdir -p "%{buildroot}/usr/share/doc/packages/patterns"
%if 0%{?is_opensuse}
-for i in devel_rpm_build; do
+for i in devel_rpm_build devel_web; do
echo "This file marks the pattern $i to be installed." \
>"%{buildroot}/usr/share/doc/packages/patterns/$i.txt"
done
@@ -299,12 +301,16 @@
for i in devel_basis devel_kernel; do
echo "This file marks the pattern $i to be installed." \
>"%{buildroot}/usr/share/doc/packages/patterns/$i.txt"
+%if 0%{?is_opensuse}
echo "This file marks the pattern $i-32bit to be installed." \
>"%{buildroot}/usr/share/doc/packages/patterns/$i-32bit.txt"
+%endif
done
#
# This file is created at check-in time. Sorry for the inconsistent workflow :(
#
+%if 0%{?is_opensuse}
%include %{SOURCE1}
+%endif