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 a772829da5c360cf15c331bb275df534c653ab61 (commit)
from cf106a2116fe4643499d8afa5b5e68e19d63f465 (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 a772829da5c360cf15c331bb275df534c653ab61
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Jul 29 19:12:44 2012 +0200
ulogd2: Fix syntax error in makefile.
-----------------------------------------------------------------------
Summary of changes:
ulogd2/ulogd2.nm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/ulogd2/ulogd2.nm b/ulogd2/ulogd2.nm
index 2fa98d6..bb896d7 100644
--- a/ulogd2/ulogd2.nm
+++ b/ulogd2/ulogd2.nm
@@ -5,7 +5,7 @@
name = ulogd2
version = 2.0.0
-release = 1
+release = 1.1
epoch = 1
thisapp = ulogd-%{version}
@@ -75,7 +75,7 @@ packages
systemctl daemon-reload >/dev/null 2>&1 || :
systemctl try-restart ulogd.service >/dev/null 2>&1 || :
end
- end
+ end
package %{name}-debuginfo
template DEBUGINFO
hooks/post-receive
--
IPFire 3.x development tree