diff --git a/dist b/dist new file mode 100644 index 0000000000000000000000000000000000000000..9c0e36ec42a2d9bfefacb21ac6354c9ddd910533 --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/download b/download index 3db01492eecd8b4f0cd2a51bfd1535e0526bd007..2a68e05213adab25535b23d85bac1c1ded550dc7 100644 --- a/download +++ b/download @@ -1 +1 @@ -598b05b4c22c13378b20c2fc45bf6576 python-linux-procfs-0.7.0.tar.xz +7f8d6bb290d24364095abe9740e20b91 python-linux-procfs-0.7.1.tar.xz diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index 03d25af19860c3359f790effafe0a72788612b27..eeec1775b26f629b5d1c7a0d32df860cb53c2032 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -1,5 +1,5 @@ Name: python-linux-procfs -Version: 0.7.0 +Version: 0.7.1 Release: 1%{?dist} License: GPLv2 Summary: Linux /proc abstraction classes @@ -45,6 +45,10 @@ rm -rf %{buildroot} %license COPYING %changelog +* Fri Nov 18 2022 John Kacur - 0.7.1-1 +- Rebase to upstream version python-linux-procfs-0.7.1 +Resolves: rhbz#2121522 + * Tue Jan 11 2022 John Kacur - 0.7.0-1 - Rebase to upstream version python-linux-procfs-0.7.0 Resolves: rhbz#2031158