forked from pool/clone-master-clean-up
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:
parent
44d8e7b8a5
commit
fba7e978de
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 07:06:00 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 11:00:14 UTC 2019 - Egbert Eich <eich@suse.com>
|
||||
|
||||
@ -74,4 +79,3 @@ Fri Oct 23 09:05:07 UTC 2015 - hguo@suse.com
|
||||
Mon Sep 14 12:35:46 UTC 2015 - hguo@suse.com
|
||||
|
||||
- Initial version, initial release.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user