auto-import changelog data from libuser-0.51.7-7.src.rpm

Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 0.51.7-7
- fix is_selinux_enabled call
Sun Dec 14 2003 Jeremy Katz <katzj@redhat.com> 0.51.7-6
- rebuild against python 2.3
- enable SELinux
Mon Sep 08 2003 Dan Walsh <dwalsh@redhat.com> 0.51.7-5
- Turn off SELinux
Wed Aug 06 2003 Dan Walsh <dwalsh@redhat.com> 0.51.7-3
- Add SELinux support
This commit is contained in:
cvsdist 2004-09-09 07:51:57 +00:00
parent 2dde56a360
commit f46930a40f
2 changed files with 23 additions and 5 deletions

View File

@ -1,11 +1,15 @@
%define python 2.2
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
%define python 2.3
Name: libuser
Version: 0.51.7
Release: 2
Release: 7
Group: System Environment/Base
License: LGPL
Source: libuser-%{version}.tar.gz
Patch0: libuser-selinux.patch
BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: pam-devel, popt, python-devel
BuildPrereq: gtk-doc, linuxdoc-tools
@ -31,6 +35,10 @@ files useful for developing applications with libuser.
%prep
%setup -q
%if %{WITH_SELINUX}
#SELinux
%patch0 -p1 -b .selinux
%endif
%build
CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS
@ -89,8 +97,18 @@ popd
%{_datadir}/gtk-doc/html/*
%changelog
* Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 0.51.7-7
- fix is_selinux_enabled call
* Sun Dec 14 2003 Jeremy Katz <katzj@redhat.com> 0.51.7-6
- rebuild against python 2.3
- enable SELinux
* Mon Sep 08 2003 Dan Walsh <dwalsh@redhat.com> 0.51.7-5
- Turn off SELinux
* Wed Aug 06 2003 Dan Walsh <dwalsh@redhat.com> 0.51.7-3
- Add SELinux support
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.7-1
- ldap: set error codes correctly when we encounter failures initializing

View File

@ -1 +1 @@
b6bfdc7d3fe7cfedcf5f9731d564dfe7 libuser-0.51.7.tar.gz
fb1ebcaf54c4b289e050d7c5dc49a8ee libuser-0.51.7.tar.gz