]> git.pld-linux.org Git - packages/libutempter.git/commitdiff
- ops: /sbin/ldconfig can not be runed as -p parameter,
authorkloczek <kloczek@pld-linux.org>
Sun, 1 Aug 1999 23:05:35 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Prereq: /sbin/ldconfig rules added.

Changed files:
    libutempter.spec -> 1.14

libutempter.spec

index 6ea4c855f6528ce898f53edb1316514b1064ea6b..bdb2228137bb5053eb635381ec8aa644e292a178 100644 (file)
@@ -8,6 +8,7 @@ Group:          Base
 Group(pl):     Podstawowe
 Source:                %{name}-%{version}.tar.gz
 Prereq:                shadow
+Prereq:                /sbin/ldconfig
 Requires:      SysVinit >= 2.76-14
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -52,7 +53,8 @@ install -d $RPM_BUILD_ROOT/var/run
 %{_sbindir}/groupadd -g -f 60 utmp
 %{_bindir}/update-db
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
 
 if [ -f /var/run/utmpx ]; then
        chown root.utmp /var/run/utmpx
This page took 0.074574 seconds and 4 git commands to generate.