diff --git a/packages/r/rubygem-d-installer-cli/.files b/packages/r/rubygem-d-installer-cli/.files deleted file mode 100644 index 6acf3ae..0000000 Binary files a/packages/r/rubygem-d-installer-cli/.files and /dev/null differ diff --git a/packages/r/rubygem-d-installer-cli/.meta b/packages/r/rubygem-d-installer-cli/.meta deleted file mode 100644 index ceae63e..0000000 --- a/packages/r/rubygem-d-installer-cli/.meta +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packages/r/rubygem-d-installer-cli/.rev b/packages/r/rubygem-d-installer-cli/.rev deleted file mode 100644 index 6d2a1fd..0000000 --- a/packages/r/rubygem-d-installer-cli/.rev +++ /dev/null @@ -1,20 +0,0 @@ - - - a2c4e04df53dbd825cfafd7806c2d337 - 0.6 - - dimstar_suse - Add the D-Installer CLI package to Factory - 1041100 - - - 9a150810081a1ddc6966d9c4a3f0d4f4 - 0.7 - - dimstar_suse - - Version 0.7 -- Update dependency on ruby-dbus to match the one in - rubygem-d-installer (gh#yast/d-installer#245). - 1066105 - - diff --git a/packages/r/rubygem-d-installer-cli/d-installer-cli-0.7.gem b/packages/r/rubygem-d-installer-cli/d-installer-cli-0.7.gem deleted file mode 120000 index 37b4530..0000000 --- a/packages/r/rubygem-d-installer-cli/d-installer-cli-0.7.gem +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreigzn5oba7t5pflf7br7fizev6p57etaz5gsu5zjnalamqvc5kra4a \ No newline at end of file diff --git a/packages/r/rubygem-d-installer-cli/gem2rpm.yml b/packages/r/rubygem-d-installer-cli/gem2rpm.yml deleted file mode 100644 index 9f27434..0000000 --- a/packages/r/rubygem-d-installer-cli/gem2rpm.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -:sourceurl: "%{mod_full_name}.gem" diff --git a/packages/r/rubygem-d-installer-cli/rubygem-d-installer-cli.changes b/packages/r/rubygem-d-installer-cli/rubygem-d-installer-cli.changes deleted file mode 100644 index 364c5ba..0000000 --- a/packages/r/rubygem-d-installer-cli/rubygem-d-installer-cli.changes +++ /dev/null @@ -1,46 +0,0 @@ -------------------------------------------------------------------- -Wed Feb 15 16:36:07 UTC 2023 - Imobach Gonzalez Sosa - -- Version 0.7 -- Update dependency on ruby-dbus to match the one in - rubygem-d-installer (gh#yast/d-installer#245). - -------------------------------------------------------------------- -Mon Dec 5 13:18:24 UTC 2022 - Imobach Gonzalez Sosa - -- Update to version 0.6.0 - -------------------------------------------------------------------- -Fri Nov 18 16:27:50 UTC 2022 - Imobach Gonzalez Sosa - -- Update to version 0.5.0: - * Move the storage client to the service gem - (related to gh#yast/d-installer#248). - -------------------------------------------------------------------- -Thu Jul 28 08:15:39 UTC 2022 - Imobach Gonzalez Sosa - -- Update to version 0.4.2: - * Move the language client to the service gem - (related to gh#yast/yast-dinstaller#240). - -------------------------------------------------------------------- -Tue Jul 26 10:05:33 UTC 2022 - Imobach Gonzalez Sosa - -- Update to version 0.4.1: - * Adapt the code to the new D-Bus status/progress reporting API - (gh#yast/d-installer#229). - -------------------------------------------------------------------- -Mon Jun 13 10:32:43 UTC 2022 - Imobach Gonzalez Sosa - -- Update to version 0.3: - - Set the same installation options than the web UI - (gh#yast/d-installer#166). - - Support for unattended installation (gh#yast/d-installer#163 - and gh#yast/d-installer#179). - -------------------------------------------------------------------- -Fri May 27 11:57:29 UTC 2022 - José Iván López González - -- Initial CLI diff --git a/packages/r/rubygem-d-installer-cli/rubygem-d-installer-cli.spec b/packages/r/rubygem-d-installer-cli/rubygem-d-installer-cli.spec deleted file mode 100644 index e33fe1d..0000000 --- a/packages/r/rubygem-d-installer-cli/rubygem-d-installer-cli.spec +++ /dev/null @@ -1,58 +0,0 @@ -# -# spec file for package rubygem-d-installer-cli -# -# Copyright (c) 2023 SUSE LLC -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via https://bugs.opensuse.org/ -# - - -# -# This file was generated with a gem2rpm.yml and not just plain gem2rpm. -# All sections marked as MANUAL, license headers, summaries and descriptions -# can be maintained in that file. Please consult this file before editing any -# of those fields -# - -Name: rubygem-d-installer-cli -Version: 0.7 -Release: 0 -%define mod_name d-installer-cli -%define mod_full_name %{mod_name}-%{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{ruby >= 2.5.0} -BuildRequires: %{rubygem gem2rpm} -BuildRequires: ruby-macros >= 5 -BuildRequires: update-alternatives -URL: https://github.com/yast/d-installer -Source: %{mod_full_name}.gem -Source1: gem2rpm.yml -Summary: D-Installer CLI -License: GPL-2.0-only -Group: Development/Languages/Ruby -PreReq: update-alternatives - -%description -Command line interface for D-Installer service. - -%prep - -%build - -%install -%gem_install \ - --symlink-binaries \ - -f - -%gem_packages - -%changelog