RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-lit#2f76470e1c9e9ec39109cd9358a2b0a2a33f2965
This commit is contained in:
parent
aed1651b93
commit
9999e0b1a3
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,3 +15,5 @@
|
||||
/lit-0.11.0.post1.tar.gz
|
||||
/lit-0.11.1rc1.tar.gz
|
||||
/lit-0.11.1rc2.tar.gz
|
||||
/lit-0.11.1.tar.gz
|
||||
/lit-12.0.0rc1.tar.gz
|
||||
|
@ -6,9 +6,9 @@
|
||||
%global with_python2 1
|
||||
%endif
|
||||
|
||||
%global rc_ver 2
|
||||
%global rc_ver 1
|
||||
#%%global post_ver 1
|
||||
%global baserelease 2
|
||||
%global baserelease 1
|
||||
|
||||
%bcond_without check
|
||||
|
||||
@ -17,8 +17,8 @@
|
||||
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.11.1
|
||||
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Version: 12.0.0
|
||||
Release: %{?rc_ver:0.}%{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
License: NCSA
|
||||
@ -107,6 +107,12 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 03 2021 sguelton@redhat.com - 12.0.0-0.1.rc1
|
||||
- 12.0.0 rc1 Release
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-3.rc2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jan 05 2021 sguelton@redhat.com - 0.11.1-2.rc2
|
||||
- 0.11.1 rc2 Release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lit-0.11.1rc2.tar.gz) = 7d5210cb10b0c85b3bdba77a4d38d2bf113d29417eafdc97f8f8bcd23b2cb39fc29f9d82eba20023a22888c0c42222a9f98d4932972c7b501c11e6508473b0cc
|
||||
SHA512 (lit-12.0.0rc1.tar.gz) = 672204d09109cefe117414c86e3eb4639d4a61d5904d75b1ee096abd76fefd596e68470abad74fbab07836950d6b1edbade351799570f8609982780facfc6968
|
||||
|
Loading…
Reference in New Issue
Block a user