- Allow documented optional arguments in Python
ADMIN.{addUser,modifyUser,deleteUser} (#119812) - Add man pages for lchfn and lchsh - LDAP fixes, first round - Avoid file conflict on multilib systems - Call ldconfig correctly
This commit is contained in:
parent
0619df7a4e
commit
2902f1e4ca
@ -1 +1 @@
|
||||
libuser-0.51.10.tar.gz
|
||||
libuser-0.51.11.tar.gz
|
||||
|
40
libuser.spec
40
libuser.spec
@ -5,7 +5,7 @@
|
||||
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
||||
|
||||
Name: libuser
|
||||
Version: 0.51.10
|
||||
Version: 0.51.11
|
||||
Release: 1
|
||||
Group: System Environment/Base
|
||||
License: LGPL
|
||||
@ -45,7 +45,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS
|
||||
--with-ldap \
|
||||
--with-python-version=%{python} \
|
||||
--with-python-path=%{_includedir}/python%{python} \
|
||||
--with-html-dir=%{_datadir}/gtk-doc/html \
|
||||
--with-html-dir=%{_datadir}/gtk-doc/html
|
||||
make
|
||||
|
||||
%clean
|
||||
@ -65,9 +65,11 @@ popd
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
@ -75,26 +77,32 @@ popd
|
||||
%config(noreplace) %{_sysconfdir}/libuser.conf
|
||||
|
||||
%attr(0755,root,root) %{_bindir}/*
|
||||
%attr(0755,root,root) %{_libdir}/python%{python}/site-packages/*.so
|
||||
%attr(0755,root,root) %{_libdir}/*.so.*.*
|
||||
%dir %attr(0755,root,root) %{_libdir}/%{name}
|
||||
%attr(0755,root,root) %{_libdir}/%{name}/*.so
|
||||
%{_libdir}/python%{python}/site-packages/*.so
|
||||
%{_libdir}/*.so.*.*
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/%{name}/*.so
|
||||
%attr(0755,root,root) %{_sbindir}/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%attr(0755,root,root) %dir %{_includedir}/libuser
|
||||
%attr(0644,root,root) %{_includedir}/libuser/*
|
||||
%attr(0644,root,root) %{_libdir}/*.a
|
||||
%attr(0644,root,root) %{_libdir}/*.la
|
||||
%attr(0755,root,root) %{_libdir}/*.so
|
||||
%{_includedir}/libuser
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
#%attr(0644,root,root) %{_mandir}/man3/*
|
||||
|
||||
%attr(0644,root,root) %{_libdir}/pkgconfig/*
|
||||
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 23 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.11-1
|
||||
- Allow documented optional arguments in Python
|
||||
ADMIN.{addUser,modifyUser,deleteUser} (#119812)
|
||||
- Add man pages for lchfn and lchsh
|
||||
- LDAP fixes, first round
|
||||
- Avoid file conflict on multilib systems
|
||||
- Call ldconfig correctly
|
||||
|
||||
* Fri Sep 3 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.10-1
|
||||
- Don't attempt to lookup using original entity name after entity
|
||||
modification (rename in particular) (#78376, #121252)
|
||||
|
Loading…
Reference in New Issue
Block a user