Hello community,
here is the log from the commit of package PackageKit-branding-openSUSE for
openSUSE:Factory checked in at 2018-05-22 17:00:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit-branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.PackageKit-branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PackageKit-branding-openSUSE"
Tue May 22 17:00:24 2018 rev:33 rq:607498 version:42.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes
2015-10-30 21:51:17.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.PackageKit-branding-openSUSE.new/PackageKit-branding-openSUSE.changes
2018-05-22 17:00:27.371513458 +0200
@@ -1,0 +2,11 @@
+Wed Feb 28 16:38:12 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Thu Feb 22 14:18:34 UTC 2018 - [email protected]
+
+- Drop pre-checkin.sh and *.{spec,changes}.in: there is only one
+ flavor and thus no need for this complexity.
+
+-------------------------------------------------------------------
Old:
----
PackageKit-branding.changes.in
PackageKit-branding.spec.in
pre_checkin.sh
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ PackageKit-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.bl14OA/_old 2018-05-22 17:00:28.547470667 +0200
+++ /var/tmp/diff_new_pack.bl14OA/_new 2018-05-22 17:00:28.551470521 +0200
@@ -1,7 +1,7 @@
#
# spec file for package PackageKit-branding-openSUSE
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,15 @@
%define build_openSUSE 1
%define build_SLED 0
-
+%define packagekit_version %(rpm -q --qf '%%{version}' PackageKit)
# Do not edit this auto generated file! Edit PackageKit-branding.spec.in.
Name: PackageKit-branding-openSUSE
Version: 42.1
Release: 0
Summary: Simple software installation management software -- openSUSE
default configuration
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/Daemons
-Url: http://packagekit.org/
+URL: http://packagekit.org/
Source0: COPYING
Source1: PackageKit-branding-ZYpp.conf
# PATCH-FEATURE-OPENSUSE PackageKit-branding-vendor.patch [email protected]
-- Update the Vendor.conf file with distro-specific data
@@ -38,12 +38,10 @@
# WARNING: As this package conflicts with PackageKit-branding-openSUSE, you
cannot
# reuse build root. You have to build in a clean build root every
time!
BuildRequires: PackageKit-branding-upstream >= 1.0.1
-%define packagekit_version %(rpm -q --qf '%%{version}' PackageKit)
Requires: PackageKit = %{packagekit_version}
-Provides: PackageKit-branding = %{packagekit_version}
-Conflicts: otherproviders(PackageKit-branding)
Supplements: packageand(PackageKit:branding-openSUSE)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Conflicts: PackageKit-branding
+Provides: PackageKit-branding = %{packagekit_version}
BuildArch: noarch
%description
@@ -77,14 +75,11 @@
;;
esac
done
-install -m0644 %{S:1} %{buildroot}%{_sysconfdir}/PackageKit/ZYpp.conf
-
-%clean
-rm -rf %{buildroot}
+install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/PackageKit/ZYpp.conf
%files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
+
%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
%{_sysconfdir}/PackageKit/Vendor.conf
%config(noreplace) %{_sysconfdir}/PackageKit/ZYpp.conf