[packit] 0.35.0 upstream release
Upstream tag: 0.35.0 Upstream commit: 4f1a36b2 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
c44d98b30e
commit
d03b8ebbb3
5 changed files with 28 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -38,3 +38,4 @@
|
|||
/packitos-0.32.0.tar.gz
|
||||
/packitos-0.33.1.tar.gz
|
||||
/packitos-0.34.0.tar.gz
|
||||
/packitos-0.35.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.33.2.dev6+gf8e9b2c.
|
||||
The file was generated using packit 0.32.1.dev22+gfd3e7cb.
|
||||
|
|
|
|||
33
packit.spec
33
packit.spec
|
|
@ -2,8 +2,8 @@
|
|||
%global real_name packit
|
||||
|
||||
Name: %{real_name}
|
||||
Version: 0.34.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.35.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
License: MIT
|
||||
|
|
@ -37,17 +37,21 @@ projects into Fedora operating system.
|
|||
|
||||
%package -n python3-%{real_name}
|
||||
Summary: %{summary}
|
||||
Requires: git
|
||||
# rpmbuild
|
||||
Requires: rpm-build
|
||||
# new-sources
|
||||
Requires: fedpkg
|
||||
# Copying files between repositories
|
||||
Requires: rsync
|
||||
Requires: git
|
||||
# kinit
|
||||
Requires: krb5-workstation
|
||||
# rpmbuild
|
||||
Requires: rpm-build
|
||||
# bumpspec
|
||||
Requires: rpmdevtools
|
||||
# See setup.cfg for details
|
||||
# Copying files between repositories
|
||||
Requires: rsync
|
||||
%if 0%{?rhel}
|
||||
# rhbz#1968618 still not fixed for epel-8
|
||||
Requires: python3-koji
|
||||
%endif
|
||||
%{?python_provide:%python_provide python3-%{real_name}}
|
||||
|
||||
%description -n python3-%{real_name}
|
||||
|
|
@ -60,6 +64,11 @@ check out packit package for the executable.
|
|||
# Remove bundled egg-info
|
||||
rm -rf %{pypi_name}.egg-info
|
||||
|
||||
%if 0%{?rhel}
|
||||
# rhbz#1968618 still not fixed for epel-8
|
||||
sed -i -e 's|koji|# koji|' setup.cfg
|
||||
%endif
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
|
|
@ -84,6 +93,14 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi
|
|||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Tomas Tomecek <ttomecek@redhat.com> - 0.35.0-1
|
||||
- Propose-downstream: log when a PR already exists downstream (#1322).
|
||||
- `packit init` to set spec file path in the config if it's not defined (#1313).
|
||||
- Make it possible to clone packages from staging dist-git (#1306).
|
||||
- Source-git: squash patches by patch name - no need to have a dedicated attribute, `squash_commits`, for that (#1309).
|
||||
- Source-git: look for the config file in .distro/source-git.yaml as well (#1302).
|
||||
- Source-git: change logging from error to warning when %prep is not using setup (#1317).
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ execute:
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 52f9c35fc39f29e70d47de49525424d0b9b70e6f
|
||||
ref: 4f1a36b21182bf94214734b660419228b63c8099
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.34.0.tar.gz) = cfe37cf1f8e12aa405d21bd6a1af40c8ad56b45bd076423f6e38ab109dcdc15cb87c6507d34f1285204a37843db6bc8416dd399fa3b644cc99db4f4bdc7ad0d6
|
||||
SHA512 (packitos-0.35.0.tar.gz) = dd630dfe06781066bc5053d19f237c70e53f09c677df9b02dc51d0ad77aeeba27de5f1bff5b181468a4af64b885ef7945fc8825455c31ca536414a36baa01467
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue