new release 1.11
This commit is contained in:
parent
4e2cd85f25
commit
1667d71cdc
3 changed files with 16 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@
|
|||
/dist-git-1.8.tar.gz
|
||||
/dist-git-1.9.tar.gz
|
||||
/dist-git-1.10.tar.gz
|
||||
/dist-git-1.11.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
%global installdir /var/lib/dist-git
|
||||
|
||||
Name: dist-git
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Package source version control system
|
||||
|
||||
|
|
@ -36,7 +36,6 @@ Requires: python-grokmirror
|
|||
Requires: fedmsg
|
||||
%else
|
||||
Requires: python3-requests
|
||||
Requires: python3-configparser
|
||||
Recommends: python3-grokmirror
|
||||
Requires: python3-fedmsg
|
||||
%endif
|
||||
|
|
@ -131,6 +130,14 @@ cp -a scripts/httpd/upload.cgi %{buildroot}%{installdir}/web/
|
|||
sed -i '1 s|#.*|#!/usr/bin/python2|' %{buildroot}%{installdir}/web/upload.cgi
|
||||
%endif
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# /usr/bin/ ...... links to executable files
|
||||
# ------------------------------------------------------------------------------
|
||||
install -d %{buildroot}%{_bindir}
|
||||
ln -s %{_datadir}/dist-git/setup_git_package %{buildroot}%{_bindir}/setup_git_package
|
||||
ln -s %{_datadir}/dist-git/mkbranch %{buildroot}%{_bindir}/mkbranch
|
||||
ln -s %{_datadir}/dist-git/mkbranch_branching %{buildroot}%{_bindir}/mkbranch_branching
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# SELinux
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
@ -217,9 +224,13 @@ fi
|
|||
%files selinux
|
||||
%doc selinux/*
|
||||
%{_datadir}/selinux/*/%{modulename}.pp
|
||||
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 30 2019 clime <clime@redhat.com> 1.11-1
|
||||
- remove python3-configparser require
|
||||
- move scripts to bindir
|
||||
|
||||
* Mon Mar 11 2019 clime <clime@redhat.com> 1.10-1
|
||||
- python3 support
|
||||
- fix post-receive hook in case post.receive.d is empty
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (dist-git-1.10.tar.gz) = ca3dd038e85c75dcbf30f82f326ec4a61a4fff9e3f27143f4ec3ca4fd77a3ba4661dde317e625f3e42d0ca0e6abfc5a3995e78678eeb8dcca95168c8de1a2bd4
|
||||
SHA512 (dist-git-1.11.tar.gz) = 7aacb6a7bbb2940a2381486e22ed7b5cb201915c0ca2ecc7d8f86350239bcb2d9f8b9c920c75c55b73e350d855d2a4c8417bd9403f726520136e73cf4f2946b8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue