Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2019-03-22 14:57:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit"

Fri Mar 22 14:57:04 2019 rev:185 rq:686197 version:1.1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes    2019-03-08 
11:59:09.575977674 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new.25356/PackageKit.changes 
2019-03-22 14:57:13.789956504 +0100
@@ -1,0 +2,9 @@
+Sun Mar 17 10:28:35 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Limit fdupes to the btrfs subvolume.
+- Combine %service_* calls to reduce generated boilerplate.
+- Redo summaries without em dashes.
+- Reduce %systemd_requires to %systemd_ordering; %service_*
+  can deal with the absence of it.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.uzGfvT/_old  2019-03-22 14:57:15.189955539 +0100
+++ /var/tmp/diff_new_pack.uzGfvT/_new  2019-03-22 14:57:15.189955539 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -89,7 +89,7 @@
 Obsoletes:      ruck <= 0.6.3
 # the browser-plugin was dropped with version 1.1.0
 Obsoletes:      %{name}-browser-plugin < 1.1.0
-%{?systemd_requires}
+%{?systemd_ordering}
 
 %description
 PackageKit is a system designed to make installing and updating
@@ -99,7 +99,7 @@
 suck less.
 
 %package backend-zypp
-Summary:        Simple software installation management software -- Zypp 
Backend
+Summary:        Zypp backend for the PackageKit installation management 
software
 License:        GPL-2.0-or-later
 Group:          System/Daemons
 Requires:       %{name} = %{version}
@@ -113,7 +113,7 @@
 suck less.
 
 %package gstreamer-plugin
-Summary:        Simple software installation management software
+Summary:        GStreamer plugin for the PackageKit installation management 
software
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Other
 Requires(post): update-alternatives
@@ -129,7 +129,7 @@
 suck less.
 
 %package gtk3-module
-Summary:        Simple software installation management software
+Summary:        GTK3 backend for the PackageKit installation management 
software
 License:        GPL-2.0-or-later
 Group:          System/Libraries
 Recommends:     %{name} = %{version}
@@ -144,7 +144,7 @@
 suck less.
 
 %package devel
-Summary:        Needed include files and libraries for development
+Summary:        Header files for development with PackageKit
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -156,7 +156,7 @@
 compile and link applications using PackageKit.
 
 %package -n libpackagekit-glib2-18
-Summary:        Simple software installation management software
+Summary:        GLib integration of PackageKit
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
 Recommends:     %{name}
@@ -172,7 +172,7 @@
 suck less.
 
 %package -n typelib-1_0-PackageKitGlib-1_0
-Summary:        Simple software installation management software -- 
Introspection bindings
+Summary:        Introspection bindings for PackageKit's GLib integration
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
 
@@ -187,7 +187,7 @@
 PackageKit client library.
 
 %package -n libpackagekit-glib2-devel
-Summary:        Simple software installation management software
+Summary:        GLib integration of PackageKit
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
 Requires:       libpackagekit-glib2-18 = %{version}
@@ -203,7 +203,7 @@
 suck less.
 
 %package branding-upstream
-Summary:        Simple software installation management software -- Upstream 
configuration
+Summary:        Upstream configuration for the PackageKit installation 
management software
 License:        GPL-2.0-or-later
 Group:          System/Daemons
 Requires:       %{name} = %{version}
@@ -288,13 +288,12 @@
 install -m 0644 %{SOURCE3} %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf
 
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %pre
 %service_add_pre packagekit.service
 %if 0%{suse_version} >= 1500
-%service_add_pre packagekit-background.service
-%service_add_pre packagekit-background.timer
+%service_add_pre packagekit-background.service packagekit-background.timer
 %endif
 %if %{with offline_updates}
 %service_add_pre packagekit-offline-update.service
@@ -307,8 +306,7 @@
 %mime_database_post
 %service_add_post packagekit.service
 %if 0%{suse_version} >= 1500
-%service_add_post packagekit-background.service
-%service_add_post packagekit-background.timer
+%service_add_post packagekit-background.service packagekit-background.timer
 %endif
 %if %{with offline_updates}
 %service_add_post packagekit-offline-update.service
@@ -325,8 +323,7 @@
 %preun
 %service_del_preun packagekit.service
 %if 0%{suse_version} >= 1500
-%service_del_preun packagekit-background.service
-%service_del_preun packagekit-background.timer
+%service_del_preun packagekit-background.service packagekit-background.timer
 %endif
 %if %{with offline_updates}
 %service_del_preun packagekit-offline-update.service
@@ -338,8 +335,7 @@
 export DISABLE_RESTART_ON_UPDATE=yes
 %service_del_postun packagekit.service
 %if 0%{suse_version} >= 1500
-%service_del_postun packagekit-background.service
-%service_del_postun packagekit-background.timer
+%service_del_postun packagekit-background.service packagekit-background.timer
 %endif
 %if %{with offline_updates}
 %service_del_postun packagekit-offline-update.service




Reply via email to