]> git.pld-linux.org Git - packages/pwdutils.git/blobdiff - pwdutils.spec
- updated to 2.4
[packages/pwdutils.git] / pwdutils.spec
index 5229e5baec180b5c22226f96be73fe04f2bb5585..7465f57838ec043fbf166fd0c664251f4f5bd26f 100644 (file)
@@ -5,14 +5,15 @@
 Summary:       Utilities to manage the passwd and shadow user information
 Summary(pl):   Narzêdzia do zarz±dzania informacjami o u¿ytkownikach z passwd i shadow
 Name:          pwdutils
-Version:       2.3.94
+Version:       2.4
 Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{version}.tar.bz2
-# Source0-md5: ab0e2ae537414973565a23dd87708417
+# Source0-md5: 7635c09b005f0e9447df8b42b3942187
 Source1:       %{name}.useradd
-Source2:       %{name}.rpasswdd.init
+# missing in repo
+#Source2:      %{name}.rpasswdd.init
 Source3:       %{name}.login.defs
 Source4:       chage.pamd
 Source5:       chfn.pamd
@@ -56,6 +57,7 @@ has
 %{__gettextize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        --disable-rpath
@@ -68,9 +70,9 @@ install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d/,pwdutils,skel}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_sbindir}/*.local $RPM_BUILD_ROOT/etc/pwdutils/
+mv $RPM_BUILD_ROOT%{_sbindir}/*.local $RPM_BUILD_ROOT/etc/pwdutils
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/default/useradd
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpasswdd
+#install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpasswdd
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/login.defs
 
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/pam.d/chage
@@ -111,13 +113,18 @@ fi
 %attr(4755,root,root) %{_bindir}/chfn
 %attr(4755,root,root) %{_bindir}/chsh
 %attr(4755,root,root) %{_bindir}/expiry
+%attr(4755,root,root) %{_bindir}/gpasswd
 %attr(4755,root,root) %{_bindir}/passwd
 %attr(755,root,root) %{_bindir}/rpasswd
 %attr(755,root,root) %{_sbindir}/chpasswd
 %attr(755,root,root) %{_sbindir}/groupadd
 %attr(755,root,root) %{_sbindir}/groupdel
+%attr(755,root,root) %{_sbindir}/groupmod
 %attr(755,root,root) %{_sbindir}/rpasswdd
 %attr(755,root,root) %{_sbindir}/useradd
 %attr(755,root,root) %{_sbindir}/userdel
-%{_mandir}/man?/*.gz
-%attr(754,root,root) /etc/rc.d/init.d/rpasswdd
+%attr(755,root,root) %{_sbindir}/usermod
+%attr(755,root,root) %{_sbindir}/vigr
+%attr(755,root,root) %{_sbindir}/vipw
+%{_mandir}/man?/*
+#%attr(754,root,root) /etc/rc.d/init.d/rpasswdd
This page took 0.030956 seconds and 4 git commands to generate.