From a5e3f962b5b8dfe3fc6b99a6ae3c921e772346ef Mon Sep 17 00:00:00 2001 From: lingsheng <860373352@qq.com> Date: Thu, 1 Aug 2024 08:16:23 +0000 Subject: [PATCH] Add version for provides, fix changelog bogus date --- xorg-x11-xauth.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/xorg-x11-xauth.spec b/xorg-x11-xauth.spec index e0d7a98..df9c8f2 100644 --- a/xorg-x11-xauth.spec +++ b/xorg-x11-xauth.spec @@ -1,6 +1,6 @@ Name: xorg-x11-xauth Version: 1.1.2 -Release: 1 +Release: 2 Epoch: 1 Summary: X.Org X11 X authority utilities License: MIT @@ -10,7 +10,7 @@ Source0: https://www.x.org/pub/individual/app/xauth-%{version}.tar.xz BuildRequires: pkgconfig automake gcc libX11-devel libXau-devel BuildRequires: libXext-devel libXmu-devel -Provides: xauth +Provides: xauth = %{version}-%{release} %description xauth is used to edit and display the authorization information @@ -42,7 +42,10 @@ make check || cat tests/test-suite.log %{_mandir}/man1/xauth.1* %changelog -* Mon Oct 25 2022 wangkeorng 1:1.1.2-1 +* Thu Aug 01 2024 lingsheng - 1:1.1.2-2 +- Add version for provides, fix changelog bogus date + +* Tue Oct 25 2022 wangkeorng - 1:1.1.2-1 - upgrade to 1.1.2 * Thu Jan 09 2020 openEuler Buildteam - 1:1.1-1 @@ -51,5 +54,5 @@ make check || cat tests/test-suite.log - SUG:NA - DESC:update version to 1.1 -* Fri Oct 11 2019 openEuler Buildteam - 1: 1.0.9-14 +* Fri Oct 11 2019 openEuler Buildteam - 1:1.0.9-14 - Package init