Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cfengine-masterfiles for
openSUSE:Factory checked in at 2021-04-19 21:06:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cfengine-masterfiles (Old)
and /work/SRC/openSUSE:Factory/.cfengine-masterfiles.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cfengine-masterfiles"
Mon Apr 19 21:06:30 2021 rev:19 rq:886681 version:3.15.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/cfengine-masterfiles/cfengine-masterfiles.changes
2018-07-13 10:21:00.810431209 +0200
+++
/work/SRC/openSUSE:Factory/.cfengine-masterfiles.new.12324/cfengine-masterfiles.changes
2021-04-19 21:07:03.276124293 +0200
@@ -1,0 +2,7 @@
+Sun Apr 18 02:52:25 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Fixed SPEC file: Replaced broken URL with current upstream
+- Update to 3.15.3 (3.15 LTS):
+ * https://github.com/cfengine/masterfiles/blob/3.15.0/CHANGELOG.md
+
+-------------------------------------------------------------------
Old:
----
masterfiles-3.12.0.tar.gz
New:
----
masterfiles-3.15.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cfengine-masterfiles.spec ++++++
--- /var/tmp/diff_new_pack.M7jbya/_old 2021-04-19 21:07:03.848125151 +0200
+++ /var/tmp/diff_new_pack.M7jbya/_new 2021-04-19 21:07:03.848125151 +0200
@@ -1,7 +1,7 @@
#
# spec file for package cfengine-masterfiles
#
-# Copyright (c) 2018 SUSE LINUX 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,37 +12,31 @@
# 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: cfengine-masterfiles
-
# Yes, its not FHS conformant but in sync with cfengine documentation
-# reported upstream as https://cfengine.com/dev/issues/1896
-%define basedir /var/cfengine
+%define basedir %{_localstatedir}/cfengine
%define workdir %{basedir}
+%define srcname masterfiles
+Name: cfengine-masterfiles
+Version: 3.15.3
+Release: 0
Summary: CFEngine promises master files
License: MIT AND LGPL-3.0-or-later
Group: Productivity/Networking/System
-Version: 3.12.0
-Release: 0
-%define srcname masterfiles
-Url: http://www.cfengine.org/
+URL: https://cfengine.com/
Source:
https://github.com/cfengine/masterfiles/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-
-Requires: cfengine
+# wtf? SLE_11 does not honor rpmlintrc
+Source1: %{name}-rpmlintrc
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: cfengine
BuildRequires: findutils
-
-# wtf? SLE_11 does not honor rpmlintrc
-Source1: %{name}-rpmlintrc
+Requires: cfengine
+BuildArch: noarch
%if 0%{?suse_version} <= 1130
BuildRequires: -post-build-checks
%endif
@@ -52,8 +46,8 @@
%description
Masterfiles are the pristine version of the CFEngine promises. These
-will be available in /var/cfengine/masterfiles and are copied to
-/var/cfengine/inputs by CFEngine.
+will be available in %{basedir}/masterfiles and are copied to
+%{basedir}/inputs by CFEngine.
%prep
%setup -q -n %{srcname}-%{version}
@@ -66,18 +60,12 @@
%configure --prefix=%{basedir}
%install
-
-%{__install} -d %{buildroot}/%{basedir}/masterfiles
-%{__make} "DESTDIR=%{buildroot}" install
+%make_install
%files
-%defattr(-,root,root)
-%doc README.md CONTRIBUTING.md
%license LICENSE
-%dir %{basedir}
-%dir %{basedir}/masterfiles
-%{basedir}/masterfiles/*
-%dir %{basedir}/modules/packages
-%{basedir}/modules/packages/*
+%doc README.md CONTRIBUTING.md
+%{basedir}/masterfiles
+%{basedir}/modules/packages
%changelog
++++++ masterfiles-3.12.0.tar.gz -> masterfiles-3.15.3.tar.gz ++++++
++++ 65284 lines of diff (skipped)