12
0

Accepting request 726383 from home:jengelh:branches:systemsmanagement

- Use noun phrase in descriptions.

OBS-URL: https://build.opensuse.org/request/show/726383
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/clone-master-clean-up?expand=0&rev=4
This commit is contained in:
2019-10-08 13:31:37 +00:00
committed by Git OBS Bridge
parent 44d8e7b8a5
commit fba7e978de
2 changed files with 19 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package clone-master-clean-up
#
# Copyright (c) 2017 SUSE LLC
# Copyright (c) 2019 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
@@ -12,16 +12,17 @@
# 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: clone-master-clean-up
Version: 1.4
Release: 0
License: GPL-2.0+
Summary: Clean up a system for cloning preparation
Url: https://www.suse.com
Summary: Tool to clean up a system for cloning preparation
License: GPL-2.0-or-later
Group: System/Management
Url: https://www.suse.com
Source0: clone-master-clean-up.sh
Source1: clone-master-clean-up.1
Source2: sysconfig.clone-master-clean-up
@@ -29,7 +30,10 @@ Source3: custom_remove.template
Source10: LICENSE
Source11: README.md
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: systemd sed curl coreutils
Requires: coreutils
Requires: curl
Requires: sed
Requires: systemd
Requires(post): %fillup_prereq
BuildArch: noarch
@@ -37,9 +41,9 @@ BuildArch: noarch
%define _fillupdir /var/adm/fillup-templates
%endif
%description
Clean up a system for cloning preparation by cleaning up usage history and log files, etc.
A tool to clean up a system for cloning preparation by cleaning up
usage history and log files, etc.
%prep
@@ -74,3 +78,5 @@ mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/
%dir %{_sysconfdir}/%{name}
%{_datadir}/%{name}/custom_remove.template
%ghost %config %{_sysconfdir}/%{name}/custom_remove
%changelog