Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: port #1031 for 40 #1032

Merged
merged 1 commit into from
Apr 1, 2024
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
21 changes: 12 additions & 9 deletions anda/tools/umstellar/umstellar.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Created by pyp2rpm-3.3.10
%global pypi_name umstellar
%global pypi_version 0.0.3
%global pypi_version 0.2.0

Name: python-%{pypi_name}
Version: 0.0.3
Provides: python3-%{pypi_name} = %{version}-%{release}
Provides: %{pypi_name} = %{version}-%{release}
Version: %{pypi_version}
Release: 1%{?dist}
Summary: Ultramarine Quickstart Tool

License: None
Provides: python3-%{pypi_name} = %{version}-%{release}
Provides: %{pypi_name} = %{version}-%{release}

License: GPL-3.0
URL: https://github.com/Ultramarine-Linux/stellar
Source0: %{url}/archive/v%{version}.tar.gz
BuildArch: noarch
Expand All @@ -30,8 +31,7 @@ Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}

Requires: python3dist(requests)
Requires: python3dist(setuptools)
Requires: python3dist(setuptools) = 67.7.2
Requires: python3dist(pygobject)
Requires: anaconda-core
%description -n python3-%{pypi_name}

Expand All @@ -54,10 +54,13 @@ install -D -m 644 example.ks %{buildroot}%{_datadir}/anaconda/post-scripts/stell
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/umstellar
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info
%{_datadir}/anaconda/post-scripts/stellar.ks

%changelog
* Mon Apr 1 2024 Lleyton Gray <[email protected]> - 0.2.0-1
- Bump version with various fixes

* Fri Nov 10 2023 Cappy Ishihara <[email protected]> - 0.0.1-1
- Initial package.
- Initial package.
2 changes: 1 addition & 1 deletion anda/tools/umstellar/update.rhai
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rpm.version(gh("Ultramarine-Linux/stellar"));
rpm.version("pypi_version", gh("Ultramarine-Linux/stellar"));
Loading