Hello community, here is the log from the commit of package cfengine for openSUSE:Factory checked in at 2018-06-20 15:32:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cfengine (Old) and /work/SRC/openSUSE:Factory/.cfengine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cfengine" Wed Jun 20 15:32:05 2018 rev:71 rq:617710 version:3.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes 2018-01-17 21:56:06.777391790 +0100 +++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes 2018-06-20 15:33:06.818251995 +0200 @@ -1,0 +2,10 @@ +Tue Jun 19 10:58:32 UTC 2018 - [email protected] + +- Use %license instead of %doc + +------------------------------------------------------------------- +Tue Jun 19 09:33:16 UTC 2018 - [email protected] + +- fix path in unit files + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cfengine.spec ++++++ --- /var/tmp/diff_new_pack.BCXE8L/_old 2018-06-20 15:33:08.306198007 +0200 +++ /var/tmp/diff_new_pack.BCXE8L/_new 2018-06-20 15:33:08.314197717 +0200 @@ -1,7 +1,7 @@ # # spec file for package cfengine # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -40,7 +40,7 @@ #define basedir /var/lib/%{name} #define workdir %{basedir}/work Summary: Configuration management framework -License: GPL-3.0 +License: GPL-3.0-only Group: Productivity/Networking/System Url: http://www.cfengine.org/ Source: %{srcname}.tar.gz @@ -346,7 +346,8 @@ %files %defattr(-,root,root) -%doc ChangeLog LICENSE README.md +%doc ChangeLog README.md +%license LICENSE %{_bindir}/cf-agent %{_bindir}/cf-execd %{_bindir}/cf-key ++++++ cf-execd.service ++++++ --- /var/tmp/diff_new_pack.BCXE8L/_old 2018-06-20 15:33:08.378195394 +0200 +++ /var/tmp/diff_new_pack.BCXE8L/_new 2018-06-20 15:33:08.378195394 +0200 @@ -4,7 +4,7 @@ [Service] Type=forking -ExecStart=/usr/sbin/cf-execd +ExecStart=/usr/bin/cf-execd [Install] WantedBy=multi-user.target ++++++ cf-monitord.service ++++++ --- /var/tmp/diff_new_pack.BCXE8L/_old 2018-06-20 15:33:08.426193653 +0200 +++ /var/tmp/diff_new_pack.BCXE8L/_new 2018-06-20 15:33:08.426193653 +0200 @@ -4,7 +4,7 @@ [Service] Type=forking -ExecStart=/usr/sbin/cf-monitord +ExecStart=/usr/bin/cf-monitord [Install] WantedBy=multi-user.target ++++++ cf-serverd.service ++++++ --- /var/tmp/diff_new_pack.BCXE8L/_old 2018-06-20 15:33:08.458192492 +0200 +++ /var/tmp/diff_new_pack.BCXE8L/_new 2018-06-20 15:33:08.462192347 +0200 @@ -4,7 +4,7 @@ [Service] Type=forking -ExecStart=/usr/sbin/cf-serverd +ExecStart=/usr/bin/cf-serverd [Install] WantedBy=multi-user.target
