]> git.pld-linux.org Git - packages/avahi.git/commitdiff
- provide the 'avahi' user in the autoipd package too
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 2 May 2010 11:41:47 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avahi.spec -> 1.106

avahi.spec

index 6197ed1f4b7f6fe03419712f535f9507ef6e5c99..b0697317f0ff4a698dc0f17d6ab247ca94fbfcf0 100644 (file)
@@ -91,6 +91,8 @@ pomiędzy programami użytkownika a demonem systemowym.
 Summary:       IPv4LL network address configuration daemon
 Summary(pl.UTF-8):     Demon configurujący adresy IPv4LL
 Group:         Networking/Daemons
+Provides:      group(avahi)
+Provides:      user(avahi)
 
 %description autoipd
 avahi-autoipd  implements  IPv4LL, "Dynamic Configuration of IPv4 Link- Local
@@ -605,6 +607,10 @@ rm -rf $RPM_BUILD_ROOT
 %groupadd -g 165 -r -f avahi
 %useradd -u 165 -r -d /usr/share/empty -s /bin/false -c "Avahi daemon" -g avahi avahi
 
+%pre autoipd
+%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
 %service %{name}-daemon restart
This page took 0.058833 seconds and 4 git commands to generate.