Hello community, here is the log from the commit of package PackageKit for openSUSE:Leap:15.2 checked in at 2020-05-04 08:22:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/PackageKit (Old) and /work/SRC/openSUSE:Leap:15.2/.PackageKit.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PackageKit" Mon May 4 08:22:23 2020 rev:66 rq:799250 version:1.1.13 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/PackageKit/PackageKit.changes 2020-03-17 04:15:22.332967212 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.PackageKit.new.2738/PackageKit.changes 2020-05-04 08:22:24.220331887 +0200 @@ -1,0 +2,6 @@ +Wed Apr 22 02:54:02 UTC 2020 - Jonathan Kang <[email protected]> + +- Remove is_opensuse macro in spec file to sync SLE and openSUSE + differences(jsc#SLE-11804). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PackageKit.spec ++++++ --- /var/tmp/diff_new_pack.De9UQB/_old 2020-05-04 08:22:24.640332787 +0200 +++ /var/tmp/diff_new_pack.De9UQB/_new 2020-05-04 08:22:24.644332796 +0200 @@ -24,7 +24,7 @@ %endif # Only make DNF backend available on openSUSE flavors -%if (0%{?sle_version} >= 150100 || 0%{?suse_version} >= 1550) && 0%{?is_opensuse} +%if 0%{?sle_version} >= 150100 || 0%{?suse_version} >= 1550 %bcond_without dnf %else %bcond_with dnf @@ -278,9 +278,6 @@ %build NOCONFIGURE=1 ./autogen.sh -%if !0%{?is_opensuse} -export CFLAGS="%{optflags} -DSLE" -%endif %configure \ --disable-static \ %{?with_dnf:--enable-dnf} \
