Compare commits
No commits in common. "rawhide" and "f30" have entirely different histories.
5 changed files with 60 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/sgmanager-2.0.0~git+116.a420e38.tar.gz
|
||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# sgmanager
|
||||
|
||||
The sgmanager package
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
55
sgmanager.spec
Normal file
55
sgmanager.spec
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
%{?python_enable_dependency_generator}
|
||||
|
||||
%global revnum 146
|
||||
%global commit 861aa67c37bd5939e87ae2d87de62c3ca652258f
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: sgmanager
|
||||
Version: 2.0.0
|
||||
Release: 1+201801213git+%{revnum}.%{shortcommit}%{?dist}
|
||||
Summary: OpenStack Security Groups Management Tool
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/gooddata/sgmanager
|
||||
Source: %{url}/archive/%{commit}/%{name}-%{version}~git+%{revnum}.%{shortcommit}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel >= 3.6
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: /usr/bin/flit
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(orderedset)
|
||||
BuildRequires: python3dist(pyyaml)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{commit}
|
||||
|
||||
%build
|
||||
FLIT_NO_NETWORK=1 flit build --format wheel
|
||||
|
||||
%install
|
||||
%py3_install_wheel sgmanager-2.0.0-py3-none-any.whl
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -vv
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/sgmanager
|
||||
%{python3_sitelib}/sgmanager-*.dist-info/
|
||||
%{python3_sitelib}/sgmanager/
|
||||
|
||||
%changelog
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-1+201801213git+146.861aa67
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Dec 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-0+201801213git+146.861aa67
|
||||
- Update to latest snapshot
|
||||
|
||||
* Tue Sep 04 2018 Igor Gnatenko <igor@gooddata.com> - 2.0.0-0+20180906git+116.a420e38
|
||||
- Initial package
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (sgmanager-2.0.0~git+116.a420e38.tar.gz) = 52013686a5a49687a742e002f059684542b55732c7983d81ef91d318a731b167bc99ef753e7d0d7898706496a5a2c097dbce33cf5bce7e4a6500c38d546bff6b
|
||||
Loading…
Add table
Add a link
Reference in a new issue