Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2018-04-19 15:26:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit"

Thu Apr 19 15:26:10 2018 rev:174 rq:597329 version:1.1.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes    2018-04-07 
20:48:43.436486783 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes       
2018-04-19 15:26:12.503087226 +0200
@@ -1,0 +2,5 @@
+Mon Apr  9 12:38:01 UTC 2018 - fcro...@suse.com
+
+- Disable offline-update when building for SLE.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.RNHxgK/_old  2018-04-19 15:26:13.403050622 +0200
+++ /var/tmp/diff_new_pack.RNHxgK/_new  2018-04-19 15:26:13.407050459 +0200
@@ -17,7 +17,13 @@
 
 
 %define BUILD_CNF 0
-%define with_offline_updates 1
+
+%if 0%{?is_opensuse}
+%bcond_without offline_updates
+%else
+%bcond_with offline_updates
+%endif
+
 # $ pkcon search file /usr/bin/anjuta
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
@@ -29,7 +35,7 @@
 Summary:        Simple software installation management software
 License:        GPL-2.0-or-later
 Group:          System/Daemons
-URL:            http://packagekit.org/
+Url:            https://www.freedesktop.org/software/PackageKit/
 Source0:        
http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
 Source1:        
http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz.asc
 Source2:        baselibs.conf
@@ -240,7 +246,7 @@
        --enable-command-not-found \
 %endif
         --enable-systemd \
-%if %{with_offline_updates}
+%if %{with offline_updates}
         --enable-offline-update \
 %else
         --disable-offline-update \
@@ -260,7 +266,7 @@
 # Add rcFOO symlinks
 mkdir -p %{buildroot}%{_sbindir}
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcpackagekit
-%if  %{with_offline_updates}
+%if  %{with offline_updates}
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcpackagekit-offline-update
 %endif
 
@@ -269,7 +275,7 @@
 
 %pre
 %service_add_pre packagekit.service
-%if %{with_offline_updates}
+%if %{with offline_updates}
 %service_add_pre packagekit-offline-update.service
 %endif
 
@@ -277,7 +283,7 @@
 %{fillup_only -n packagekit-background}
 %mime_database_post
 %service_add_post packagekit.service
-%if %{with_offline_updates}
+%if %{with offline_updates}
 %service_add_post packagekit-offline-update.service
 %else
   if [ -L system-update ]; then
@@ -290,7 +296,7 @@
 
 %preun
 %service_del_preun packagekit.service
-%if %{with_offline_updates}
+%if %{with offline_updates}
 %service_del_preun packagekit-offline-update.service
 %endif
 
@@ -299,7 +305,7 @@
 # Do not restart PackageKit on upgrade - it kills the transaction
 export DISABLE_RESTART_ON_UPDATE=yes
 %service_del_postun packagekit.service
-%if %{with_offline_updates}
+%if %{with offline_updates}
 %service_del_postun packagekit-offline-update.service
 %endif
 
@@ -361,7 +367,7 @@
 %{_sbindir}/rcpackagekit
 %{_mandir}/man?/*%{ext_man}
 %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
-%if %{with_offline_updates}
+%if %{with offline_updates}
 %{_libexecdir}/pk-offline-update
 %{_unitdir}/packagekit-offline-update.service
 %dir %{_unitdir}/system-update.target.wants




Reply via email to