Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions autoinstallation/package/agama-auto.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package agama-auto
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024-2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -21,7 +21,7 @@ Version: 0
Release: 0
Summary: Agama auto-installation service
License: GPL-2.0-or-later
Url: https://github.com/opensuse/agama
Url: https://github.com/agama-project/agama
Source0: agama.tar
BuildArch: noarch
Requires: agama-cli
Expand Down
9 changes: 5 additions & 4 deletions products.d/agama-products.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package agama-products-opensuse
# spec file for package agama-products
#
# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -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: agama-products
# This will be set by osc services, that will run after this.
Version: 0
Release: 0
Summary: Definition of products for the Agama installer
License: GPL-2.0-only
Url: https://github.com/opensuse/agama
URL: https://github.com/agama-project/agama
BuildArch: noarch
Source0: agama.tar

Expand Down
2 changes: 1 addition & 1 deletion service/agama-yast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.description = "D-Bus service exposing some YaST features that are useful for Agama."
spec.author = "YaST Team"
spec.email = "[email protected]"
spec.homepage = "https://github.com/openSUSE/agama"
spec.homepage = "https://github.com/agama-project/agama"
spec.license = "GPL-2.0-only"
spec.files = Dir["lib/**/*.rb", "bin/*", "share/*", "conf.d/*", "install.sh"]
spec.executables = ["agamactl", "agama-proxy-setup", "agama-autoyast"]
Expand Down
4 changes: 2 additions & 2 deletions service/agama-yast.spec.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package agama-yast
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024-2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand Down Expand Up @@ -30,7 +30,7 @@ Requires: rubygem(agama-yast)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5

URL: https://github.com/openSUSE/agama
URL: https://github.com/agama-project/agama
Source: %{mod_full_name}.gem
Source1: po.tar.bz2
Source2: install_translations.sh
Expand Down
6 changes: 3 additions & 3 deletions web/package/agama-web-ui.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package cockpit-machines
# spec file for package agama-web-ui
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2022-2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -21,7 +21,7 @@ Version: 0
Release: 0
Summary: Web UI for Agama installer
License: GPL-2.0-or-later
URL: https://github.com/openSUSE/agama
URL: https://github.com/agama-project/agama
# source_validator insists that if obscpio has no version then
# tarball must neither
Source0: agama.tar
Expand Down