Hello community,
here is the log from the commit of package gdm-branding-openSUSE for
openSUSE:Factory checked in at 2017-06-07 09:53:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdm-branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.gdm-branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdm-branding-openSUSE"
Wed Jun 7 09:53:00 2017 rev:28 rq:500062 version:42.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/gdm-branding-openSUSE/gdm-branding-openSUSE.changes
2015-10-30 21:52:27.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gdm-branding-openSUSE.new/gdm-branding-openSUSE.changes
2017-06-07 09:53:08.993960157 +0200
@@ -1,0 +2,13 @@
+Sun Jan 29 03:25:26 UTC 2017 - [email protected]
+
+- No longer Require exact version of gdm, nor provide exact version
+ of branding, it is not stricly needed, and only leads to issues
+ with stable updates.
+- Add gdm-branding-openSUSE-rpmlintrc as source: Filter out
+ rpmlintwarning about exact version Provides.
+- Drop obsolete gnome2-SuSE Obsoletes: No current version of
+ openSUSE nor SLE have this package anymore.
+- Drop obsolete clean section.
+- Bump version to 42.3, to prepare for next version of openSUSE.
+
+-------------------------------------------------------------------
New:
----
gdm-branding-openSUSE-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gdm-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.7ONxfg/_old 2017-06-07 09:53:10.445754992 +0200
+++ /var/tmp/diff_new_pack.7ONxfg/_new 2017-06-07 09:53:10.445754992 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gdm-branding-openSUSE
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,13 +17,14 @@
Name: gdm-branding-openSUSE
-Version: 42.1
+Version: 42.3
Release: 0
Summary: The GNOME Display Manager -- openSUSE default configuration
License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://projects.gnome.org/gdm/
Source0: distributor.svg
+Source99: gdm-branding-openSUSE-rpmlintrc
# To be in sync with upstream defaults, do branding as a patch for upstream
file.
# WARNING: As this package conflicts with gdm-branding-openSUSE, you cannot
# reuse build root. You have to build in a clean build root every
time!
@@ -31,12 +32,10 @@
# For directory ownership:
BuildRequires: gdm
%define gdm_version %(rpm -q --qf '%%{version}' gdm)
-Requires: gdm = %{gdm_version}
-Provides: gdm-branding = %{gdm_version}
+Requires: gdm
+Provides: gdm-branding
Conflicts: otherproviders(gdm-branding)
Supplements: packageand(gdm:branding-openSUSE)
-# Existed for openSUSE <= 10.3, SLE <= 10
-Obsoletes: gnome2-SuSE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -57,10 +56,6 @@
install -m0644 custom.conf %{buildroot}%{_sysconfdir}/gdm/custom.conf
cp %SOURCE0 %{buildroot}%{_datadir}/gdm/greeter/images/
-%clean
-
-rm -rf %{buildroot}
-
%files
%defattr (-, root, root)
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
++++++ gdm-branding-openSUSE-rpmlintrc ++++++
addFilter("W: suse-branding-unversioned-provides gdm-branding")