diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-01-19 14:15:04 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-01-19 14:15:04 +0000 |
commit | 0de831704d024204ce2377494d6e322bc3594e45 (patch) | |
tree | bb48a3669361f538851878c47d2ce3843b32662d | |
parent | c846323c129991f9db471b9087e7fd73b51463b4 (diff) |
automatic import of packit
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | packit.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 6 deletions
@@ -76,3 +76,4 @@ /packitos-0.65.2.post14+ga10e71c.tar.gz /packitos-0.65.2.post21+g0b3a603.tar.gz /packitos-0.65.2.post24+gd15254d.tar.gz +/packitos-0.65.2.post26+ga788f71.tar.gz diff --git a/packit.spec b/packit.spec index ac50fb5..a7f5234 100644 --- a/packit.spec +++ b/packit.spec @@ -2,13 +2,13 @@ %global real_name packit Name: %{real_name} -Version: 0.65.2.post24+gd15254d -Release: 1.20230118151546821175.main.24.gd15254d%{?dist} +Version: 0.65.2.post26+ga788f71 +Release: 1.20230119141430477027.main.26.ga788f71%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT URL: https://github.com/packit/packit -Source0: packitos-0.65.2.post24+gd15254d.tar.gz +Source0: packitos-0.65.2.post26+ga788f71.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-click-man @@ -69,7 +69,7 @@ check out packit package for the executable. %prep -%autosetup -n packitos-0.65.2.post24+gd15254d +%autosetup -n packitos-0.65.2.post26+ga788f71 # Remove bundled egg-info rm -rf %{pypi_name}.egg-info @@ -102,7 +102,8 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog -* Wed Jan 18 2023 Packit <hello@packit.dev> - 0.65.2.post24+gd15254d-1.20230118151546821175.main.24.gd15254d +* Thu Jan 19 2023 Packit <hello@packit.dev> - 0.65.2.post26+ga788f71-1.20230119141430477027.main.26.ga788f71 +- Change default of enable_net to False (Christophers27) - fix(tests): add responses for ogr from RPM (Matej Focko) - feat(copr): expose `module_hotfixes` project setting via packit (Evgeni Golov) - Use pytest-timeout to terminate tests if they run too long (Jiri Popelka) @@ -1 +1 @@ -361041778e7dfc0e466a716263bff161 packitos-0.65.2.post24+gd15254d.tar.gz +9fb7604b158028016983759f55492d52 packitos-0.65.2.post26+ga788f71.tar.gz |