Hello community,
here is the log from the commit of package 000package-groups for
openSUSE:Leap:15.2 checked in at 2020-06-04 16:23:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/000package-groups (Old)
and /work/SRC/openSUSE:Leap:15.2/.000package-groups.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000package-groups"
Thu Jun 4 16:23:28 2020 rev:482 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release.spec.in ++++++
--- /var/tmp/diff_new_pack.r4Lzmg/_old 2020-06-04 16:23:29.799231017 +0200
+++ /var/tmp/diff_new_pack.r4Lzmg/_new 2020-06-04 16:23:29.799231017 +0200
@@ -27,7 +27,7 @@
Provides: distribution-release
Provides: suse-release = %{version}-%{release}
Provides: suse-release-oss = %{version}-%{release}
-%if 0%{?beta_version}
+%if 0%{?betaversion}
# Give zypp a hint that this product must be kept up-to-date using zypper dup,
not up (boo#1061384)
Provides: product-update() = dup
%endif
@@ -100,11 +100,11 @@
# We do thus not add it to the os-release file
cat > %{buildroot}%{_libexecdir}/os-release <<EOF
NAME="openSUSE Leap"
-VERSION="%{version}%{?betaversion: %{betaversion}}"
+VERSION="%{version}%{?betaversion:%{betaversion}}"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="$VERSION_ID"
-PRETTY_NAME="openSUSE Leap %{version}%{?betaversion: %{betaversion}}"
+PRETTY_NAME="openSUSE Leap %{version}%{?betaversion:%{betaversion}}"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:%{version}"
BUG_REPORT_URL="https://bugs.opensuse.org"