diff --git a/clone-master-clean-up.changes b/clone-master-clean-up.changes index c70e5cf..042af03 100644 --- a/clone-master-clean-up.changes +++ b/clone-master-clean-up.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 27 07:06:00 UTC 2019 - Jan Engelhardt + +- Use noun phrase in descriptions. + ------------------------------------------------------------------- Wed Aug 7 11:00:14 UTC 2019 - Egbert Eich @@ -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. - diff --git a/clone-master-clean-up.spec b/clone-master-clean-up.spec index 3e3d1a7..f02956a 100644 --- a/clone-master-clean-up.spec +++ b/clone-master-clean-up.spec @@ -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