xhost 1.0.8

This commit is contained in:
Peter Hutterer 2021-05-06 13:03:02 +10:00
parent 050977776d
commit baf416df4d
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (xhost-1.0.7.tar.bz2) = 670a8c97291565f6c36c94e135f7bd60a572bb42b4fca9d2460823db0d0576187c64f9b876ed60d348029d3f74a732862eea4ce889a6b6b9c97665746a38b1d7
SHA512 (xhost-1.0.8.tar.bz2) = 55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b

View File

@ -1,6 +1,6 @@
Name: xhost
Version: 1.0.7
Release: 2%{?dist}
Version: 1.0.8
Release: 1%{?dist}
Summary: Manage hosts or users allowed to connect to the X server
License: MIT
@ -38,6 +38,9 @@ autoreconf -v --install
%{_mandir}/man1/%{name}.1*
%changelog
* Thu May 06 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.8-1
- xhost 1.0.8
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.7-2
- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)