Projects
Kolab:Winterfell
guam
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 49
View file
guam.spec
Changed
@@ -19,7 +19,7 @@ Name: guam Version: 0.9.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Smart Reverse IMAP Proxy Group: System Environment/Daemons @@ -164,6 +164,7 @@ pushd %{buildroot}%{_erllibdir}/%{realname}-%{version}/ ln -s ../../lib lib +ln -s ../../../../..%{_var}/log/%{name} log popd cat > %{buildroot}%{_sbindir}/%{name} << EOF @@ -223,6 +224,9 @@ %endif %changelog +* Fri May 04 2018 Christoph Erhardt <kolab@sicherha.de> - 0.9.4-5 +- Make logs go to /var/log/guam + * Sat Apr 21 2018 Christoph Erhardt <kolab@sicherha.de> - 0.9.4-4 - Fix packaging, dependencies and more stuff
View file
make-it-very-easy-on-rebar3.patch
Changed
@@ -1,11 +1,12 @@ diff -ur guam-0.9.0.orig/apps/kolab_guam/src/kolab_guam.app.src guam-0.9.0/apps/kolab_guam/src/kolab_guam.app.src --- guam-0.9.0.orig/apps/kolab_guam/src/kolab_guam.app.src 2016-07-29 12:30:44.000000000 +0200 +++ guam-0.9.0/apps/kolab_guam/src/kolab_guam.app.src 2016-11-21 13:53:11.857715091 +0100 -@@ -9,8 +9,8 @@ +@@ -9,8 +9,9 @@ stdlib, compiler, syntax_tools, - goldrush, ++ eimap, lager, + lager_syslog, crypto,
View file
debian.changelog
Changed
@@ -1,3 +1,10 @@ +guam (0.9.4-5) unstable; urgency=medium + + * Add erlang-eimap to guam-bundled-libs + * Make logs go to /var/log/guam + + -- Christoph Erhardt <kolab@sicherha.de> Fri, 04 May 2018 09:59:56 +0200 + guam (0.9.4-4) unstable; urgency=medium * Fix packaging, dependencies and more stuff
View file
debian.rules
Changed
@@ -7,7 +7,7 @@ # The versions of all dependencies are hardcoded by relx (which honestly sucks). # The following magic tries to ensure that the Debian package's dependencies are -# pinned to the versions present on the build machine. If the dependencies +# pinned to the versions present on the build machine. If the dependencies # cannot be satisfied on the end user's machine - for instance because a # different Erlang version was installed from backports - we make the package # manager pull in an extra package "guam-bundled-libs" that contains all the @@ -84,8 +84,7 @@ ln -s ../../../../../../../etc/guam/vm.args \ $(DESTDIR)/usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/releases/$(DEB_VERSION_UPSTREAM)/vm.args - #mv $(DESTDIR)//usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/log/ $(DESTDIR)/var/log/guam - #ln -s ../../../../../var/log/guam /usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/log + ln -s ../../../../../var/log/guam $(DESTDIR)/usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/log echo '#!/bin/bash' > $(DESTDIR)/usr/sbin/guam echo 'exec /usr/lib/erlang/lib/kolab_guam-$(DEB_VERSION_UPSTREAM)/bin/guam $$*' \
View file
guam.dsc
Changed
@@ -2,7 +2,7 @@ Source: guam Binary: guam Architecture: any -Version: 0.9.4-4 +Version: 0.9.4-5 Maintainer: Christoph Erhardt <kolab@sicherha.de> Homepage: https://kolab.org/about/guam Standards-Version: 3.9.6
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.