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
|
Name: libuser
|
||||||
Version: 0.51.7
|
Version: 0.51.7
|
||||||
Release: 2
|
Release: 7
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Source: libuser-%{version}.tar.gz
|
Source: libuser-%{version}.tar.gz
|
||||||
|
Patch0: libuser-selinux.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildPrereq: pam-devel, popt, python-devel
|
BuildPrereq: pam-devel, popt, python-devel
|
||||||
BuildPrereq: gtk-doc, linuxdoc-tools
|
BuildPrereq: gtk-doc, linuxdoc-tools
|
||||||
@ -31,6 +35,10 @@ files useful for developing applications with libuser.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%if %{WITH_SELINUX}
|
||||||
|
#SELinux
|
||||||
|
%patch0 -p1 -b .selinux
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS
|
CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS
|
||||||
@ -89,8 +97,18 @@ popd
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
|
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 0.51.7-7
|
||||||
- rebuilt
|
- 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
|
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.7-1
|
||||||
- ldap: set error codes correctly when we encounter failures initializing
|
- ldap: set error codes correctly when we encounter failures initializing
|
||||||
|
Loading…
Reference in New Issue
Block a user