diff options
author | Pavel Raiskup <praiskup@redhat.com> | 2017-03-07 17:25:38 +0100 |
---|---|---|
committer | Pavel Raiskup <praiskup@redhat.com> | 2017-03-07 17:25:38 +0100 |
commit | 311ddcb3420d0fb696c9d947c1877172da81e4c0 (patch) | |
tree | bba38e02b395a8bbf2a96ad131cf8a87f2b34f46 | |
parent | 630c6f12d1a34416377d2ae884104125304688a4 (diff) | |
parent | 3ede86ef29356c3872d74c6db76a3c78db4fd234 (diff) | |
download | cgit_EL6-311ddcb3420d0fb696c9d947c1877172da81e4c0.tar.gz |
Merge branch 'master' into epel7
-rw-r--r-- | cgit.spec | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -36,7 +36,7 @@ make V=1 %{?_smp_mflags} \\\ Name: cgit Version: 1.1 -Release: 1%{?dist} +Release: 3%{?dist} Summary: A fast web interface for git Group: Development/Tools @@ -99,12 +99,9 @@ sed -i 's|^\(CFLAGS = \).*|\1%{optflags}|' git/Makefile build_dist=%{?fedora:fedora}%{?rhel:rhel} build_ver=%{?fedora}%{?rhel} -cgit_context=git_content_t +cgit_context=git_sys_content_t case "$build_dist-$build_ver" in - fedora-19|fedora-20|rhel-6|rhel-7) - cgit_context=httpd_git_content_t - ;; - rhel-5|-) + rhel-5) cgit_context=httpd_sys_content_t ;; esac @@ -161,6 +158,12 @@ rm -rf %{buildroot} %changelog +* Tue Mar 07 2017 Pavel Raiskup <praiskup@redhat.com> - 1.1-3 +- suggest using correct selinux context (rhbz#1429790) + +* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Nov 23 2016 Kevin Fenzi <kevin@scrye.com> - 1.1-1 - Update to 1.1. Fixes bug #1397820 |