From a874eed0fecf86ec26112b574c0d27e4f7513ea2 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Wed, 25 Dec 2019 15:57:57 +0800 Subject: [PATCH] Package init --- mailcap.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mailcap.spec b/mailcap.spec index 4757194..4ba7fa3 100644 --- a/mailcap.spec +++ b/mailcap.spec @@ -1,6 +1,6 @@ Name: mailcap Version: 2.1.48 -Release: 5 +Release: 6 Summary: Configuration tool for MIME-aware applications License: Public Domain and MIT URL: https://pagure.io/mailcap @@ -9,6 +9,9 @@ Source0: https://pagure.io/releases/mailcap/%{name}-%{version}.tar.xz BuildRequires: perl-interpreter BuildArch: noarch +Provides: nginx-mimetypes +Obsoletes: nginx-mimetypes + %description Mailcap files are used to configure how MIME-aware applications such as mail readers and Web browsers react to files with different MIME types. @@ -52,5 +55,11 @@ make check %{_mandir}/man4/mailcap.* %changelog +* Mon Dec 23 2019 chengquan - 2.1.48-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:transfer nginx function into main package + * Thu Aug 29 2019 openEuler Buildteam - 2.1.48-5 - Package init