back to release 1.16
This commit is contained in:
parent
1bf2557b69
commit
7f2daee1fb
1 changed files with 8 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: dist-git
|
||||
Version: 1.16
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Package source version control system
|
||||
|
||||
# upload.cgi uses GPLv1
|
||||
|
|
@ -21,7 +21,11 @@ BuildRequires: systemd
|
|||
|
||||
Requires: httpd
|
||||
Requires: perl(Sys::Syslog)
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
Requires: (dist-git-selinux if selinux-policy-targeted)
|
||||
%else
|
||||
Requires: dist-git-selinux
|
||||
%endif
|
||||
Requires: git
|
||||
Requires: git-daemon
|
||||
Requires: mod_ssl
|
||||
|
|
@ -254,6 +258,9 @@ fi
|
|||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 5 2020 clime <clime@fedoraproject.com> - 1.16-3
|
||||
- return back 1.16-1 state
|
||||
|
||||
* Mon Oct 5 2020 clime <clime@fedoraproject.com> - 1.16-2
|
||||
- use simpler dist-git-selinux require due to build-system problem
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue