Python 2 binary package renamed to python2-linux-procfs
This commit is contained in:
parent
d162c7fcc0
commit
86ceee2558
@ -5,7 +5,7 @@
|
||||
|
||||
Name: python-linux-procfs
|
||||
Version: 0.4.10
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2
|
||||
Summary: Linux /proc abstraction classes
|
||||
Group: System Environment/Libraries
|
||||
@ -15,9 +15,17 @@ BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
%description
|
||||
%global _description\
|
||||
Abstractions to extract information from the Linux kernel /proc files.
|
||||
|
||||
%description %_description
|
||||
|
||||
%package -n python2-linux-procfs
|
||||
Summary: %summary
|
||||
%{?python_provide:%python_provide python2-linux-procfs}
|
||||
|
||||
%description -n python2-linux-procfs %_description
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -31,7 +39,7 @@ rm -rf %{buildroot}
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%files -n python2-linux-procfs
|
||||
%defattr(0755,root,root,0755)
|
||||
%{python_sitelib}/procfs/
|
||||
%defattr(0644,root,root,0755)
|
||||
@ -41,6 +49,10 @@ rm -rf %{buildroot}
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.4.10-4
|
||||
- Python 2 binary package renamed to python2-linux-procfs
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user