summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.spec19
-rw-r--r--sources4
2 files changed, 19 insertions, 4 deletions
diff --git a/cgit.spec b/cgit.spec
index 06974fb..5a52dc7 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -1,6 +1,6 @@
# Review bug: https://bugzilla.redhat.com/479723
-%global gitver 2.7.0
+%global gitver 2.10.2
%global cachedir %{_localstatedir}/cache/%{name}
%global filterdir %{_libexecdir}/%{name}/filters
%global scriptdir %{_localstatedir}/www/cgi-bin
@@ -35,7 +35,7 @@ make V=1 %{?_smp_mflags} \\\
prefix=%{_prefix}
Name: cgit
-Version: 0.12
+Version: 1.1
Release: 1%{?dist}
Summary: A fast web interface for git
@@ -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,18 @@ rm -rf %{buildroot}
%changelog
+* Wed Nov 23 2016 Kevin Fenzi <kevin@scrye.com> - 1.1-1
+- Update to 1.1. Fixes bug #1397820
+
+* 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
+
+* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
* Sat Jan 16 2016 Kevin Fenzi <kevin@scrye.com> - 0.12-1
- Update to 0.12. Fixes bug #1298912
- Fixes CVE-2016-1899 CVE-2016-1900 CVE-2016-1901
diff --git a/sources b/sources
index 338a61f..cc792b2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-0214e04f7041f835c5c38f2b78eccced git-2.7.0.tar.xz
-192efcca82bf3bf07cd2746685a9f87a cgit-0.12.tar.xz
+7cc92b94e4aaefed952b0e6b8fde0a3e cgit-1.1.tar.xz
+3cd1dca37be60668f482545716923b72 git-2.10.2.tar.xz