forked from kkovaacs/zorp
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
21 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "ci"] | ||
path = ci | ||
url = [email protected]:Balasys/ci-scripts.git | ||
branch = 7.0.1-alpha1 | ||
branch = 7.0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.0.1~alpha2 | ||
7.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
zorp (7.0.1~alpha2) zorp70gpl; urgency=low | ||
zorp (7.0.1) zorp70gpl; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- BalaSys Development Team <[email protected]> Mon, 04 Feb 2019 20:19:30 +0100 | ||
-- BalaSys Development Team <[email protected]> Wed, 06 Feb 2019 10:19:47 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Section: net | |
Priority: optional | ||
Maintainer: BalaSys Development Team <[email protected]> | ||
Standards-Version: 3.9.0 | ||
Build-Depends: libpython2.7-dev, libzorpll7.0-dev (>=7.0.1.0~alpha0), gperf, debhelper (>= 9), dh-autoreconf, python-dnspython, python-radix, autoconf, autoconf-archive, automake, libtool, libboost-test-dev, python-openssl, python-netaddr, xsltproc, docbook-xsl, dh-systemd | ||
Build-Depends: libpython2.7-dev, libzorpll7.0-dev (>=7.0.1.0), gperf, debhelper (>= 9), dh-autoreconf, python-dnspython, python-radix, autoconf, autoconf-archive, automake, libtool, libboost-test-dev, python-openssl, python-netaddr, xsltproc, docbook-xsl, dh-systemd | ||
|
||
Package: zorp | ||
Section: net | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# default environment parameters | ||
RELEASE_TAG=${RELEASE_TAG:-zorp70gpl} | ||
SNAPSHOT_VERSION=${SNAPSHOT_VERSION:-} | ||
SOURCE_REVISION=${SOURCE_REVISION:-ssh+git://[email protected]/var/scm/git/zorp/zorp-core#HEAD_detached_at_v7.0.1-alpha2#3d4c18e465209ab57a9f82be63573b60d1bb3864} | ||
SOURCE_REVISION=${SOURCE_REVISION:-ssh+git://[email protected]/var/scm/git/zorp/zorp-core#HEAD_detached_at_v7.0.1#e15ef80896863b6c72428cca7cb5ef36707355c3} | ||
ZORP_PACKAGE_LICENSE=${ZORP_PACKAGE_LICENSE:-gpl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: zorp | ||
Version: 7.0.1~alpha2 | ||
Release: 0.1%{?dist} | ||
Version: 7.0.1 | ||
Release: 1%{?dist} | ||
URL: https://balasys.github.io/zorp/ | ||
%if 0%{?fedora} | ||
%else | ||
|
@@ -353,6 +353,8 @@ Standalone daemon that handles zones and updates dynamic zones. | |
|
||
|
||
%changelog | ||
* Wed Dec 5 2018 Balasys Development Team <[email protected]> - 7.0.1-1 | ||
- New upstream release 7.0.1 | ||
* Wed Nov 21 2018 Balasys Development Team <[email protected]> - 7.0.1-0.2 | ||
- New upstream release 7.0.1~alpha2 | ||
* Thu May 17 2018 Balasys Development Team <[email protected]> - 7.0.1-0.1 | ||
|
Oops, something went wrong.