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:
parent
2dde56a360
commit
f46930a40f
26
libuser.spec
26
libuser.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user