From 08e0acf698104726576dfcb987e3e0226a3deddc Mon Sep 17 00:00:00 2001 From: msmeissn <> Date: Mar 16 2021 15:05:24 +0000 Subject: Update branding-upstream to version 16.0 / rev 20 via SR 879212 https://build.opensuse.org/request/show/879212 by user msmeissn + RBrownSUSE --- diff --git a/.files b/.files index b6e51ca..411ce1c 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index e062076..444f405 100644 --- a/.rev +++ b/.rev @@ -137,4 +137,12 @@ adrianSuSE Split 13.2 from Factory + + 4f3fd8f40a50ab223cd6d5ff5e7a010a + 16.0 + + RBrownSUSE + + 879212 + diff --git a/branding-upstream.changes b/branding-upstream.changes index e29c522..5763166 100644 --- a/branding-upstream.changes +++ b/branding-upstream.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 4 13:47:10 UTC 2021 - Thorsten Kukuk + +- Move SUSE-brand to /usr/etc + +------------------------------------------------------------------- Mon Sep 2 20:57:52 CEST 2013 - sbrabec@suse.cz - Rename branding file to SUSE-brand (FATE#316269). diff --git a/branding-upstream.spec b/branding-upstream.spec index 5af94d1..3f36aad 100644 --- a/branding-upstream.spec +++ b/branding-upstream.spec @@ -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 @@ License: MIT 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 @@ CO-BRANDS = openSUSE SLED SLES SLE 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