rpms/libuser/devel .cvsignore, 1.47, 1.48 libuser.spec, 1.74, 1.75 sources, 1.49, 1.50 libuser-0.56.6-selinux.patch, 1.1, NONE

Miloslav Trmac (mitr) fedora-extras-commits at redhat.com
Wed Jan 9 13:47:01 UTC 2008


Author: mitr

Update of /cvs/pkgs/rpms/libuser/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18878

Modified Files:
	.cvsignore libuser.spec sources 
Removed Files:
	libuser-0.56.6-selinux.patch 
Log Message:
* Wed Jan  9 2008 Miloslav Trmač <mitr at volny.cz> - 0.56.7-1
- Add support for SHA256 and SHA512 in password hashes
  Related: #173583
- Fix file locking on some architectures
- Rename sr at Latn.po to sr at latin.po
  Resolves: #426584
- Address issues from a review by Jason Tibbitts:
  - Remove default.-c, moving the provided functions to libuser proper
  - Remove the WITH_SELINUX build option
  - Move Python library test to %%check
  Resolves: #226054



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libuser/devel/.cvsignore,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- .cvsignore	25 Oct 2007 07:20:41 -0000	1.47
+++ .cvsignore	9 Jan 2008 13:46:24 -0000	1.48
@@ -1 +1 @@
-libuser-0.56.6.tar.bz2
+libuser-0.56.7.tar.bz2


Index: libuser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libuser/devel/libuser.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- libuser.spec	7 Jan 2008 21:26:53 -0000	1.74
+++ libuser.spec	9 Jan 2008 13:46:24 -0000	1.75
@@ -1,11 +1,8 @@
-%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
-%define WITH_SELINUX 1
-%endif
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: libuser
-Version: 0.56.6
-Release: 4
+Version: 0.56.7
+Release: 1
 Group: System Environment/Base
 License: LGPLv2+
 
@@ -13,13 +10,9 @@
 # our distribution.  Thus the source is only available from
 # within this srpm.
 Source: libuser-%{version}.tar.bz2
-Patch0: libuser-0.56.6-selinux.patch
 BuildRoot: %{_tmppath}/%{name}-root
 BuildRequires: glib2-devel, linuxdoc-tools, pam-devel, popt-devel, python-devel
-BuildRequires: cyrus-sasl-devel, openldap-devel
-%if %{WITH_SELINUX}
-BuildRequires: libselinux-devel
-%endif
+BuildRequires: cyrus-sasl-devel, libselinux-devel, openldap-devel
 Summary: A user and group account administration library
 
 %description
@@ -53,15 +46,8 @@
 %prep
 %setup -q
 
-%patch0 -p0 -b .selinux
-
 %build
-%configure \
-%if %{WITH_SELINUX}
-	--with-selinux \
-%endif
-	--with-ldap \
-	--with-html-dir=%{_datadir}/gtk-doc/html
+%configure --with-selinux --with-ldap --with-html-dir=%{_datadir}/gtk-doc/html
 make
 
 %clean
@@ -74,12 +60,13 @@
 LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}
 export LD_LIBRARY_PATH
 
+%find_lang %{name}
+
+%check
+
 # Verify that all python modules load, just in case.
-pushd $RPM_BUILD_ROOT/%{python_sitearch}
+cd $RPM_BUILD_ROOT/%{python_sitearch}
 python -c "import libuser"
-popd
-
-%find_lang %{name}
 
 %post -p /sbin/ldconfig
 
@@ -115,6 +102,18 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Wed Jan  9 2008 Miloslav Trmač <mitr at volny.cz> - 0.56.7-1
+- Add support for SHA256 and SHA512 in password hashes
+  Related: #173583
+- Fix file locking on some architectures
+- Rename sr at Latn.po to sr at latin.po
+  Resolves: #426584
+- Address issues from a review by Jason Tibbitts:
+  - Remove default.-c, moving the provided functions to libuser proper
+  - Remove the WITH_SELINUX build option
+  - Move Python library test to %%check
+  Resolves: #226054
+
 * Mon Jan 07 2008 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.56.6-4
 - Add the usual "there is no upstream" notice.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libuser/devel/sources,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- sources	25 Oct 2007 07:20:41 -0000	1.49
+++ sources	9 Jan 2008 13:46:24 -0000	1.50
@@ -1 +1 @@
-74bd4ad52d81ccf67a8f6cd110add809  libuser-0.56.6.tar.bz2
+4863eb98f8590f87170d4c42971ec41a  libuser-0.56.7.tar.bz2


--- libuser-0.56.6-selinux.patch DELETED ---




More information about the fedora-extras-commits mailing list