Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
537010b82f | ||
|
|
250d938d6e | ||
|
|
189af447a8 | ||
|
|
3debb5d500 | ||
|
|
f240246d8a |
1 changed files with 16 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Fail the request instead. This is implemented via a DNF plugin.}
|
|||
|
||||
Name: dnf-plugin-%{srcname}
|
||||
Version: 1.0
|
||||
Release: 16%{?dist}
|
||||
Release: 21%{?dist}
|
||||
Summary: DNF plugin to prevent removing packages recursively via automation
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
|
|
@ -39,6 +39,21 @@ install -D -m0644 %{SOURCE0} \
|
|||
%{python3_sitelib}/dnf-plugins/__pycache__/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.0-21
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.0-20
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.0-18
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 1.0-16
|
||||
- convert license to SPDX
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue