Update to the latest upstream version v0.7.3
Use an SPDX license tag in the specfile
This commit is contained in:
parent
0977d3599e
commit
50a78e0147
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ python-linux-procfs-0.4.4.tar.bz2
|
|||||||
/python-linux-procfs-0.6.3.tar.xz
|
/python-linux-procfs-0.6.3.tar.xz
|
||||||
/python-linux-procfs-0.7.0.tar.xz
|
/python-linux-procfs-0.7.0.tar.xz
|
||||||
/python-linux-procfs-0.7.1.tar.xz
|
/python-linux-procfs-0.7.1.tar.xz
|
||||||
|
/python-linux-procfs-0.7.3.tar.xz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-linux-procfs
|
Name: python-linux-procfs
|
||||||
Version: 0.7.1
|
Version: 0.7.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: Linux /proc abstraction classes
|
Summary: Linux /proc abstraction classes
|
||||||
Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz
|
Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz
|
||||||
@ -15,7 +15,6 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
|
||||||
# Patches
|
# Patches
|
||||||
Patch1: python_linux_procfs-setup.py-Remove-distutils.patch
|
|
||||||
|
|
||||||
%global _description\
|
%global _description\
|
||||||
Abstractions to extract information from the Linux kernel /proc files.
|
Abstractions to extract information from the Linux kernel /proc files.
|
||||||
@ -49,6 +48,10 @@ rm -rf %{buildroot}
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 02 2023 John Kacur <jkacur@redhat.com> - 0.7.3-1
|
||||||
|
- Update to the latest upstream version v0.7.3
|
||||||
|
- Use an SPDX license tag in the specfile
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-3
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (python-linux-procfs-0.7.1.tar.xz) = 0b9ff22bcaa5dd696c1ca0a248484171fd2643290ea6f4627afc2eaff4350adc682a1868f3a9cae31e9ba67d5dc2b9d42e184472314a1383e8dd01a73742b731
|
SHA512 (python-linux-procfs-0.7.3.tar.xz) = c75b82667ac3d4bf6b225185f9d8af1e9bf25de2f5bdd8f02ef052428c069d5cde14ac4e62969f2b78dee78eaa62f1b3d38ecedb5b10fd2d0950345cd95304de
|
||||||
|
Loading…
Reference in New Issue
Block a user