Hello community,

here is the log from the commit of package charybdis for openSUSE:Factory 
checked in at 2016-12-02 16:40:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/charybdis (Old)
 and      /work/SRC/openSUSE:Factory/.charybdis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "charybdis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/charybdis/charybdis.changes      2016-09-21 
18:50:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.charybdis.new/charybdis.changes 2016-12-02 
16:40:58.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 20 21:09:30 UTC 2016 - [email protected]
+
+- Update description
+- Abort installation if user/group cannot be created
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ charybdis.spec ++++++
--- /var/tmp/diff_new_pack.tdbRwv/_old  2016-12-02 16:40:59.000000000 +0100
+++ /var/tmp/diff_new_pack.tdbRwv/_new  2016-12-02 16:40:59.000000000 +0100
@@ -19,7 +19,7 @@
 Name:           charybdis
 Version:        3.5.3
 Release:        0
-Summary:        Highly scalable IRCv3 compliant irc daemon
+Summary:        Scalable IRCv3.2 compliant chat daemon
 License:        GPL-2.0+
 Group:          Productivity/Networking/IRC
 Url:            http://atheme.org/projects/charybdis.html
@@ -43,10 +43,8 @@
 Requires(pre):  shadow
 
 %description
-Charybdis is an IRC daemon built to provide stability, whilst
-supporting modern features and staying lightweight. Charybdis is the
-IRCv3 reference implementation, and therefore is the first to get
-many new features. It has good documentation and ease of configuration.
+Charybdis is the IRCv3 reference implementation. It has good
+documentation and ease of configuration.
 
 Charybdis is used on various networks either as itself, or as the
 basis of a customized IRC server implementation. One such
@@ -99,11 +97,11 @@
 
 %pre
 getent group charybdis >/dev/null || \
-       /usr/sbin/groupadd -r charybdis || :
+       /usr/sbin/groupadd -r charybdis
 getent passwd charybdis >/dev/null || \
        /usr/sbin/useradd -r -g charybdis -s /bin/false \
        -c "Charybdis Inter Relay Chat daemon" \
-       -d "%_localstatedir/lib/charybdis" charybdis || :
+       -d "%_localstatedir/lib/charybdis" charybdis
 %service_add_pre %name.service
 
 %post


Reply via email to