diff --git a/.cvsignore b/.cvsignore index f1a8985..fd343ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.53.7.tar.gz +libuser-0.53.8.tar.gz diff --git a/libuser.spec b/libuser.spec index a21c3b9..946b986 100644 --- a/libuser.spec +++ b/libuser.spec @@ -4,7 +4,7 @@ %define python %(%{__python} -c "import sys; print sys.version[:3]") Name: libuser -Version: 0.53.7 +Version: 0.53.8 Release: 1 Group: System Environment/Base License: LGPL @@ -40,7 +40,6 @@ files useful for developing applications with libuser. %setup -q %build -CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS %configure --enable-gtk-doc \ %if %{WITH_SELINUX} --with-selinux \ @@ -77,23 +76,30 @@ popd %attr(0755,root,root) %{_bindir}/* %{_libdir}/python%{python}/site-packages/*.so -%{_libdir}/*.so.*.* +%{_libdir}/*.so.* %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.so %attr(0755,root,root) %{_sbindir}/* %{_mandir}/man1/* +%exclude %{_libdir}/*.la +%exclude %{_libdir}/%{name}/*.la +%exclude %{_libdir}/python%{python}/site-packages/*.la + %files devel %defattr(-,root,root) %{_includedir}/libuser -%{_libdir}/*.a -%{_libdir}/*.la %{_libdir}/*.so #%attr(0644,root,root) %{_mandir}/man3/* %{_libdir}/pkgconfig/* %{_datadir}/gtk-doc/html/* %changelog +* Wed Jun 8 2005 Miloslav Trmac - 0.53.8-1 +- Permit "portable" user and group names as defined by SUSv3, plus trailing $ + (#159452) +- Don't build static libraries + * Sat Apr 30 2005 Miloslav Trmac - 0.53.7-1 - Rebuild with updated translations, add missing translations. diff --git a/sources b/sources index e1c6290..9a9ca94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd2f94dd766614a6890b48b0d81fd4a7 libuser-0.53.7.tar.gz +fb79f74dbe5ae2318742e5077284e853 libuser-0.53.8.tar.gz