From 0f8cc81d826e3251e027d7c0e0bb5589efa02c3d Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 27 Mar 2023 14:17:02 +0800 Subject: [PATCH] Del Specific Fields --- git.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/git.spec b/git.spec index 8ea7d6c..990533c 100644 --- a/git.spec +++ b/git.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # Pass --without docs to rpmbuild if you don't want the documentation %bcond_without docs @@ -324,11 +324,7 @@ Summary: Repository browser in gitweb BuildArch: noarch Requires: git = %{version}-%{release} Requires: gitweb = %{version}-%{release} -%if 0%{?rhel} >= 9 Requires: httpd -%else -Requires: lighttpd -%endif %description instaweb A simple script to set up gitweb and a web server for browsing the local @@ -824,6 +820,9 @@ rmdir --ignore-fail-on-non-empty "$testdir" %{?with_docs:%{_pkgdocdir}/git-svn.html} %changelog +* Mon Mar 27 2023 mgb01105731 - 2.40.0-2 +- Del Specific Fields + * Tue Mar 14 2023 Funda Wang - 2.40.0-1 - New version 2.40.0 -- Gitee