Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package nodejs-packaging for
openSUSE:Factory checked in at 2022-02-17 23:40:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-packaging (Old)
and /work/SRC/openSUSE:Factory/.nodejs-packaging.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-packaging"
Thu Feb 17 23:40:08 2022 rev:13 rq:955601 version:10.beta11
Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-packaging/nodejs-packaging.changes
2016-07-03 12:28:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.nodejs-packaging.new.1958/nodejs-packaging.changes
2022-02-17 23:41:12.999700572 +0100
@@ -1,0 +2,12 @@
+Wed Feb 16 13:15:04 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- Files in /usr/lib/rpm/macros.d are not config files: drop %config
+ marker.
+
+-------------------------------------------------------------------
+Tue Feb 15 12:17:24 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- Move rpm macro file from /etc/rpm to /usr/lib/rpm/macros.d
+ (boo#1191387).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-packaging.spec ++++++
--- /var/tmp/diff_new_pack.jQvuqL/_old 2022-02-17 23:41:13.631700566 +0100
+++ /var/tmp/diff_new_pack.jQvuqL/_new 2022-02-17 23:41:13.635700566 +0100
@@ -1,7 +1,7 @@
#
# spec file for package nodejs-packaging
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
#
@@ -23,7 +23,7 @@
Summary: Node.js Dependency generators for openSUSE
License: MIT
Group: Development/Languages/NodeJS
-Url: https://github.com/marguerite/nodejs-packaging
+URL: https://github.com/marguerite/nodejs-packaging
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
Requires: gcc-c++
@@ -56,15 +56,16 @@
%build
%install
-mkdir -p %{buildroot}%{_sysconfdir}/rpm
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/npkg
mkdir -p %{buildroot}%{_rpmconfigdir}/{nodejs,fileattrs}
# 13.2's nodejs-devel package has a /etc/rpm/macros.nodejs
%if 0%{?suse_version} == 1320
+mkdir -p %{buildroot}%{_sysconfdir}/rpm
install -m0644 macros.nodejs %{buildroot}%{_sysconfdir}/rpm/macros.%{name}
%else
-install -m0644 macros.nodejs %{buildroot}%{_sysconfdir}/rpm/macros.nodejs
+mkdir -p %{buildroot}%{_rpmmacrodir}
+install -m0644 macros.nodejs %{buildroot}%{_rpmmacrodir}/macros.nodejs
%endif
cp -r nodejs/* %{buildroot}%{_rpmconfigdir}/nodejs
cp -r tool/* %{buildroot}%{_datadir}/npkg
@@ -87,7 +88,7 @@
%if 0%{?suse_version} == 1320
%config %{_sysconfdir}/rpm/macros.%{name}
%else
-%config %{_sysconfdir}/rpm/macros.nodejs
+%{_rpmmacrodir}/macros.nodejs
%endif
%if 0%{?suse_version} == 1110
%dir %{_rpmconfigdir}/fileattrs