Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package branding-upstream for
openSUSE:Factory checked in at 2021-03-16 15:45:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/branding-upstream (Old)
and /work/SRC/openSUSE:Factory/.branding-upstream.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "branding-upstream"
Tue Mar 16 15:45:16 2021 rev:20 rq:879212 version:16.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/branding-upstream/branding-upstream.changes
2013-09-04 13:17:13.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.branding-upstream.new.2401/branding-upstream.changes
2021-03-16 15:46:30.741238762 +0100
@@ -1,0 +2,5 @@
+Thu Mar 4 13:47:10 UTC 2021 - Thorsten Kukuk <[email protected]>
+
+- Move SUSE-brand to /usr/etc
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ branding-upstream.spec ++++++
--- /var/tmp/diff_new_pack.EsDx0W/_old 2021-03-16 15:46:31.373239744 +0100
+++ /var/tmp/diff_new_pack.EsDx0W/_new 2021-03-16 15:46:31.377239750 +0100
@@ -1,7 +1,7 @@
#
# spec file for package branding-upstream
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
# 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/
#
Name: branding-upstream
-Version: 12.3
+Version: 16.0
Release: 0
Provides: branding
Conflicts: otherproviders(branding)
@@ -29,7 +29,7 @@
Group: System/Fhs
%description
-This package contains the file /etc/SUSE-brand, and its name is used as
+This package contains the file /usr/etc/SUSE-brand, and its name is used as
a trigger for installation of look and feel and branding of packages as
it was defined by upstream developers.
@@ -51,12 +51,12 @@
EOF
%install
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
-cp SUSE-brand $RPM_BUILD_ROOT%{_sysconfdir}/
+mkdir -p $RPM_BUILD_ROOT%{_distconfdir}
+cp SUSE-brand $RPM_BUILD_ROOT%{_distconfdir}/
%files
%defattr(-,root,root)
%doc COPYING
-%{_sysconfdir}/SUSE-brand
+%{_distconfdir}/SUSE-brand
%changelog