diff options
author | Pavel Raiskup <praiskup@redhat.com> | 2016-09-19 16:15:31 +0200 |
---|---|---|
committer | Pavel Raiskup <praiskup@redhat.com> | 2016-09-19 16:16:50 +0200 |
commit | 2f6d0d2470a05c412cc8738fe82fe09d7d85ea03 (patch) | |
tree | 037af3c8454abbfc2eb78ec9a6902a01ac55b48a | |
parent | c76a1ca0e6c5b3fddf02e225325aa9074696bd5e (diff) | |
download | cgit_EL6-2f6d0d2470a05c412cc8738fe82fe09d7d85ea03.tar.gz |
provide 'bundled(git)'
https://fedoraproject.org/wiki/Bundled_Software_policy
-rw-r--r-- | cgit.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -36,7 +36,7 @@ make V=1 %{?_smp_mflags} \\\ Name: cgit Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A fast web interface for git Group: Development/Tools @@ -47,6 +47,9 @@ Source1: http://www.kernel.org/pub/software/scm/git//git-%{gitver}.tar.xz Source2: cgitrc Source3: README.SELinux +# Security guys might try to repoquery for this. +Provides: bundled(git) = %gitver + %if %{syntax_highlight} # On all but RHEL5 highlight is version 3. Patch1: cgit-0.9.1-highlightv3.patch @@ -158,6 +161,9 @@ rm -rf %{buildroot} %changelog +* Mon Sep 19 2016 Pavel Raiskup <praiskup@redhat.com> - 1.0-2 +- ensure we inform about git bundling appropriately + * Tue Jun 07 2016 Kevin Fenzi <kevin@scrye.com> - 1.0-1 - Update to 1.0 |