]> git.pld-linux.org Git - packages/avahi.git/blobdiff - avahi.spec
- don't enable howl compat layer for now
[packages/avahi.git] / avahi.spec
index 4ece87d73970d71793f7f0daccf4907a061371ea..d81f14f5abfd84901a58eb51b7cf30b2d1f82cbd 100644 (file)
@@ -242,7 +242,6 @@ Narz
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-compat-howl \
        --with-distro=none \
        --disable-qt4 \
        %{!?with_dotnet:--disable-mono} \
@@ -264,11 +263,9 @@ install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if 0
 %pre
-%groupadd -g x -r -f avahi
-%useradd -u x -r -d /usr/share/empty -s /bin/false -c "Avahi daemon" -g avahi avahi
-%endif
+%groupadd -g 165 -r -f avahi
+%useradd -u 165 -r -d /usr/share/empty -s /bin/false -c "Avahi daemon" -g avahi avahi
 
 %post
 /sbin/chkconfig --add %{name}-daemon
@@ -284,13 +281,11 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del %{name}-daemon
 fi
 
-%if 0
 %postun                                                                                         
 if [ "$1" = "0" ]; then                                                                         
         %userremove avahi
        %groupremove avahi
 fi
-%endif
 
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
This page took 0.062555 seconds and 4 git commands to generate.