This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 03cb85b498ff18de25d9c17a400091d70e79a3fc (commit) via 4a1f50e0b51d4e527b5e0ad676e239b7d9de2e55 (commit) via df1ad87cabf7c31cc5248991dc661c5f2814d3db (commit) from 84d71be76e8edc154b97c892b9bd1417ccc6f4a0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 03cb85b498ff18de25d9c17a400091d70e79a3fc Merge: 4a1f50e 84d71be Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Nov 19 23:50:33 2012 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 4a1f50e0b51d4e527b5e0ad676e239b7d9de2e55 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Nov 19 23:49:15 2012 +0100
shadow-utils: Install to build environment by default.
It is handy to have the shadow-utils around, because they will get automatically added as a package pre-requirement if needed.
commit df1ad87cabf7c31cc5248991dc661c5f2814d3db Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Nov 14 00:52:50 2012 +0100
pps-tools: New package.
-----------------------------------------------------------------------
Summary of changes: pps-tools/pps-tools.nm | 48 ++++++++++++++++++++++++++++++++++++++++++++ shadow-utils/shadow-utils.nm | 4 ++-- 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 pps-tools/pps-tools.nm
Difference in files: diff --git a/pps-tools/pps-tools.nm b/pps-tools/pps-tools.nm new file mode 100644 index 0000000..bf1b7d3 --- /dev/null +++ b/pps-tools/pps-tools.nm @@ -0,0 +1,48 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = pps-tools +version = 0 +ver_git = 20120215gitac0aa6 +release = 0.1.%{ver_git} + +groups = System/Base +url = https://github.com/ago/pps-tools +license = GPLv2+ +summary = LinuxPPS user-space tools. + +description + This package includes the LinuxPPS user-space tools. +end + +sources = %{name}-%{ver_git}.tar.gz + +build + DIR_APP = %{DIR_SRC}/%{name} + + install + mkdir -pv %{BUILDROOT}{%{bindir},%{includedir}/sys} + install -m 755 ppsctl ppsfind ppstest ppswatch %{BUILDROOT}%{bindir} + install -m 644 timepps.h %{BUILDROOT}%{includedir} + ln -svf ../timepps.h %{BUILDROOT}%{includedir}/sys/timepps.h + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + + description + This package includes the headers needed + to compile PPSAPI (RFC-2783) applications. + end + end + + package %{name}-debuginfo + template DEBUGINFO + end +end diff --git a/shadow-utils/shadow-utils.nm b/shadow-utils/shadow-utils.nm index 8de9700..1607b5e 100644 --- a/shadow-utils/shadow-utils.nm +++ b/shadow-utils/shadow-utils.nm @@ -5,7 +5,7 @@
name = shadow-utils version = 4.1.4.3 -release = 6 +release = 7 thisapp = shadow-%{version}
maintainer = Michael Tremer michael.tremer@ipfire.org @@ -68,7 +68,7 @@ end
packages package %{name} - groups += Base + groups += Base Build
obsoletes += shadow<%{thisver} provides += shadow=%{thisver}
hooks/post-receive -- IPFire 3.x development tree