Accepting request 617710 from systemsmanagement
- Use %license instead of %doc - fix path in unit files OBS-URL: https://build.opensuse.org/request/show/617710 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfengine?expand=0&rev=71
This commit is contained in:
commit
f21f70b6d5
@ -4,7 +4,7 @@ After=syslog.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/cf-execd
|
ExecStart=/usr/bin/cf-execd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -4,7 +4,7 @@ After=syslog.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/cf-monitord
|
ExecStart=/usr/bin/cf-monitord
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -4,7 +4,7 @@ After=syslog.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/cf-serverd
|
ExecStart=/usr/bin/cf-serverd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 10:58:32 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
|
- Use %license instead of %doc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 09:33:16 UTC 2018 - aeszter@gwdg.de
|
||||||
|
|
||||||
|
- fix path in unit files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 4 11:24:38 UTC 2017 - kkaempf@suse.com
|
Mon Dec 4 11:24:38 UTC 2017 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cfengine
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -40,7 +40,7 @@ Release: 0
|
|||||||
#define basedir /var/lib/%{name}
|
#define basedir /var/lib/%{name}
|
||||||
#define workdir %{basedir}/work
|
#define workdir %{basedir}/work
|
||||||
Summary: Configuration management framework
|
Summary: Configuration management framework
|
||||||
License: GPL-3.0
|
License: GPL-3.0-only
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
Url: http://www.cfengine.org/
|
Url: http://www.cfengine.org/
|
||||||
Source: %{srcname}.tar.gz
|
Source: %{srcname}.tar.gz
|
||||||
@ -346,7 +346,8 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog LICENSE README.md
|
%doc ChangeLog README.md
|
||||||
|
%license LICENSE
|
||||||
%{_bindir}/cf-agent
|
%{_bindir}/cf-agent
|
||||||
%{_bindir}/cf-execd
|
%{_bindir}/cf-execd
|
||||||
%{_bindir}/cf-key
|
%{_bindir}/cf-key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user