From 0c5616b3b49d05ca24cf58fad219c9d179f6c0d3 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Fri, 29 Apr 2022 12:46:35 +0800 Subject: [PATCH] delete duplicate file from authselect-help --- authselect.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/authselect.spec b/authselect.spec index c5a6df9..ced6397 100644 --- a/authselect.spec +++ b/authselect.spec @@ -1,6 +1,6 @@ Name: authselect Version: 1.2.4 -Release: 3 +Release: 4 Summary: A tool to select system authentication and identity sources from a list of supported profiles License: GPLv3+ URL: https://github.com/authselect/authselect @@ -101,6 +101,7 @@ autoreconf -ivf %files help %defattr(-,root,root) %{_datadir}/doc/authselect/* +%exclude %{_datadir}/doc/authselect/README.md %{_mandir}/* %posttrans compat @@ -108,6 +109,9 @@ sed -i -E '/^\w+=$/d' %{_sysconfdir}/security/pwquality.conf.d/10-authconfig-pwq exit 0 %changelog +* Fri Apr 29 2022 yixiangzhike - 1.2.4-4 +- delete duplicate file README.md from authselect-help + * Mon Mar 21 2022 yixiangzhike - 1.2.4-3 - fix change date for version 1.2.4-2 in changelog