- Ignore nss_compat lines in the "files" module (#154651)
- Autodetect Python version (#154096) - Add BuildRequires: libselinux-devel, s/BuildPrereq/BuildRequires/
This commit is contained in:
parent
fcfabdc37c
commit
9aff46e66f
@ -1 +1 @@
|
||||
libuser-0.53.4.tar.gz
|
||||
libuser-0.53.5.tar.gz
|
||||
|
18
libuser.spec
18
libuser.spec
@ -4,15 +4,18 @@
|
||||
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
||||
|
||||
Name: libuser
|
||||
Version: 0.53.4
|
||||
Version: 0.53.5
|
||||
Release: 1
|
||||
Group: System Environment/Base
|
||||
License: LGPL
|
||||
Source: libuser-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildPrereq: pam-devel, popt, python-devel
|
||||
BuildPrereq: glib2-devel, gtk-doc, linuxdoc-tools
|
||||
BuildPrereq: cyrus-sasl-devel, openldap-devel
|
||||
BuildRequires: pam-devel, popt, python-devel
|
||||
BuildRequires: glib2-devel, gtk-doc, linuxdoc-tools
|
||||
BuildRequires: cyrus-sasl-devel, openldap-devel
|
||||
%if %{WITH_SELINUX}
|
||||
BuildRequires: libselinux-devel
|
||||
%endif
|
||||
Summary: A user and group account administration library.
|
||||
|
||||
%description
|
||||
@ -43,8 +46,6 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS
|
||||
--with-selinux \
|
||||
%endif
|
||||
--with-ldap \
|
||||
--with-python-version=%{python} \
|
||||
--with-python-path=%{_includedir}/python%{python} \
|
||||
--with-html-dir=%{_datadir}/gtk-doc/html
|
||||
make
|
||||
|
||||
@ -93,6 +94,11 @@ popd
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 15 2005 Miloslav Trmac <mitr@volny.cz> - 0.53.5-1
|
||||
- Ignore nss_compat lines in the "files" module (#154651)
|
||||
- Autodetect Python version (#154096)
|
||||
- Add BuildRequires: libselinux-devel, s/BuildPrereq/BuildRequires/
|
||||
|
||||
* Wed Apr 6 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.4-1
|
||||
- Fix adding objectclasses to existing LDAP entries (#152960)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user