Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
537010b82f | ||
|
|
250d938d6e | ||
|
|
189af447a8 | ||
|
|
3debb5d500 | ||
|
|
f240246d8a | ||
|
|
8d0e91dce9 | ||
|
|
e9b1cb48d8 | ||
|
|
6ad06f0f12 | ||
|
|
bd028b78b2 | ||
|
|
0fc6de52d1 |
1 changed files with 33 additions and 2 deletions
|
|
@ -8,9 +8,10 @@ Fail the request instead. This is implemented via a DNF plugin.}
|
|||
|
||||
Name: dnf-plugin-%{srcname}
|
||||
Version: 1.0
|
||||
Release: 11%{?dist}
|
||||
Release: 21%{?dist}
|
||||
Summary: DNF plugin to prevent removing packages recursively via automation
|
||||
License: GPLv2
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
BuildArch: noarch
|
||||
Source0: %{srcname}.py
|
||||
Source1: LICENSE
|
||||
|
|
@ -38,6 +39,36 @@ 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
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.0-14
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue