Hello community, here is the log from the commit of package PackageKit for openSUSE:Factory checked in at 2015-11-12 19:36:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PackageKit (Old) and /work/SRC/openSUSE:Factory/.PackageKit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PackageKit" Changes: -------- --- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes 2015-10-06 16:34:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes 2015-11-12 19:36:14.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Nov 9 19:23:41 UTC 2015 - [email protected] + +- Add Suggests: cron due to existing cronscript +- Slight whitespace with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PackageKit.spec ++++++ --- /var/tmp/diff_new_pack.dCTLEF/_old 2015-11-12 19:36:15.000000000 +0100 +++ /var/tmp/diff_new_pack.dCTLEF/_new 2015-11-12 19:36:15.000000000 +0100 @@ -19,7 +19,6 @@ # $ pkcon search file /usr/bin/anjuta %define BUILD_CNF 0 %define with_offline_updates 1 - Name: PackageKit Version: 1.0.10 Release: 0 @@ -57,20 +56,21 @@ BuildRequires: mozilla-nspr-devel >= 4.8 BuildRequires: polkit-devel >= 0.98 BuildRequires: python-devel -BuildRequires: pkgconfig(bash-completion) >= 2.0 -BuildRequires: pkgconfig(npapi-sdk) # We need the %%mime_database_* macros BuildRequires: shared-mime-info BuildRequires: sqlite-devel BuildRequires: translation-update-upstream BuildRequires: vala +BuildRequires: pkgconfig(bash-completion) >= 2.0 BuildRequires: pkgconfig(libsystemd) +BuildRequires: pkgconfig(npapi-sdk) BuildRequires: pkgconfig(systemd) -Requires: %{name}-branding = %{version} # We really want a working backend (likely zypp) Requires: %{name}-backend +Requires: %{name}-branding = %{version} +Requires(post): %fillup_prereq Recommends: %{name}-lang -PreReq: %fillup_prereq +Suggests: cron # doc package only contained the website, and got removed in 0.7.4 Obsoletes: %{name}-doc < 0.7.4 # gtk+ 2 module was removed in 0.7.0 @@ -214,9 +214,9 @@ License: GPL-2.0+ Group: System/Daemons Requires: %{name} = %{version} -Provides: %{name}-branding = %{version} -Conflicts: otherproviders(%{name}-branding) Supplements: packageand(%{name}:branding-upstream) +Conflicts: otherproviders(%{name}-branding) +Provides: %{name}-branding = %{version} BuildArch: noarch #BRAND: Provide configuration files - #BRAND: /etc/PackageKit/* @@ -231,6 +231,7 @@ This package provides the upstream default configuration for PackageKit. %lang_package + %prep %setup -q %patch1 -p1 @@ -247,7 +248,7 @@ --enable-gstreamer-plugin \ --with-default-backend=zypp \ --with-mozilla-plugin-dir=%{_libdir}/browser-plugins \ -%if ! %BUILD_CNF +%if ! %{BUILD_CNF} --disable-command-not-found \ %else --enable-command-not-found \ @@ -262,7 +263,7 @@ make %{?_smp_mflags} V=1 %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print # move the cron configuration to a sysconfig template install -d %{buildroot}%{_localstatedir}/adm/fillup-templates @@ -277,7 +278,7 @@ %endif %find_lang %{name} %{?no_lang_C} -%fdupes $RPM_BUILD_ROOT +%fdupes %{buildroot} %pre %service_add_pre packagekit.service @@ -335,6 +336,7 @@ %postun -n libpackagekit-glib2-18 -p /sbin/ldconfig %files lang -f %{name}.lang +%defattr(-,root,root) %files %defattr(-,root,root) @@ -348,7 +350,7 @@ %{_datadir}/bash-completion/completions/pkcon %{_sysconfdir}/cron.daily/packagekit-background.cron %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PackageKit.conf -%if %BUILD_CNF +%if %{BUILD_CNF} %{_sysconfdir}/profile.d/PackageKit.sh %endif %{_localstatedir}/adm/fillup-templates/sysconfig.packagekit-background @@ -357,7 +359,7 @@ %{_libdir}/packagekit-backend/libpk_backend_dummy.so %{_libexecdir}/packagekitd %{_libexecdir}/packagekit-direct -%if %BUILD_CNF +%if %{BUILD_CNF} %{_libexecdir}/pk-command-not-found %endif %{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.Transaction.xml @@ -369,7 +371,7 @@ %{_datadir}/dbus-1/system-services/* %{_unitdir}/packagekit.service %{_sbindir}/rcpackagekit -%doc %{_mandir}/man?/*.* +%{_mandir}/man?/*.* %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db %if %{with_offline_updates} %{_libexecdir}/pk-offline-update @@ -431,7 +433,7 @@ %files branding-upstream %defattr(-,root,root) -%if %BUILD_CNF +%if %{BUILD_CNF} %config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf %endif %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
