auto-import changelog data from shadow-utils-20000902-2.src.rpm
Fri Jun 08 2001 Than Ngo <than@redhat.com> - fixup broken specfile Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20000902-1 - Create an empty mailspool when creating a user so non-setuid/non-setgid MDAs (postfix+procmail) can deliver mail (#41811) - 20000902 - adapt patches
This commit is contained in:
parent
4f8bd48f8f
commit
1da9dbea6b
@ -1 +1 @@
|
|||||||
shadow-20000826.tar.gz
|
shadow-20000902.tar.bz2
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Summary: Utilities for managing shadow password files and user/group accounts.
|
Summary: Utilities for managing shadow password files and user/group accounts.
|
||||||
Name: shadow-utils
|
Name: shadow-utils
|
||||||
Version: 20000826
|
Version: 20000902
|
||||||
Release: 4
|
Release: 2
|
||||||
Serial: 1
|
Epoch: 1
|
||||||
Source0: ftp://ftp.ists.pwr.wroc.pl/pub/linux/shadow/shadow-%{version}.tar.gz
|
Source0: ftp://ftp.ists.pwr.wroc.pl/pub/linux/shadow/shadow-%{version}.tar.bz2
|
||||||
Source1: shadow-970616.login.defs
|
Source1: shadow-970616.login.defs
|
||||||
Source2: shadow-970616.useradd
|
Source2: shadow-970616.useradd
|
||||||
Source3: adduser.8
|
Source3: adduser.8
|
||||||
@ -11,15 +11,12 @@ Source4: pwunconv.8
|
|||||||
Source5: grpconv.8
|
Source5: grpconv.8
|
||||||
Source6: grpunconv.8
|
Source6: grpunconv.8
|
||||||
Patch0: shadow-20000826-redhat.patch
|
Patch0: shadow-20000826-redhat.patch
|
||||||
Patch1: shadow-19990827-nscd.patch
|
Patch1: shadow-20000902-nscd.patch
|
||||||
Patch2: shadow-19990827-pwlock.patch
|
|
||||||
Patch3: shadow-19990827-group.patch
|
Patch3: shadow-19990827-group.patch
|
||||||
Patch4: shadow-19990827-console.patch
|
Patch5: shadow-20000902-vipw.patch
|
||||||
Patch5: shadow-utils-19990827-vipw.patch
|
|
||||||
Patch6: shadow-20000826-hugegroups.patch
|
|
||||||
Patch7: shadow-20000826-chage.patch
|
|
||||||
Patch8: shadow-20000826-preserve.patch
|
Patch8: shadow-20000826-preserve.patch
|
||||||
Copyright: BSD
|
Patch9: shadow-20000902-mailspool.patch
|
||||||
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Obsoletes: adduser
|
Obsoletes: adduser
|
||||||
@ -40,13 +37,10 @@ groupmod commands are used for managing group accounts.
|
|||||||
%setup -q -n shadow-%{version}
|
%setup -q -n shadow-%{version}
|
||||||
%patch0 -p1 -b .redhat
|
%patch0 -p1 -b .redhat
|
||||||
%patch1 -p1 -b .nscd
|
%patch1 -p1 -b .nscd
|
||||||
%patch2 -p1 -b .pwlock
|
|
||||||
%patch3 -p1 -b .group
|
%patch3 -p1 -b .group
|
||||||
%patch4 -p1 -b .console
|
|
||||||
%patch5 -p1 -b .vipw
|
%patch5 -p1 -b .vipw
|
||||||
%patch6 -p1 -b .hugegrp
|
|
||||||
%patch7 -p1 -b .chage
|
|
||||||
%patch8 -p1 -b .preserve
|
%patch8 -p1 -b .preserve
|
||||||
|
%patch9 -p1 -b .mailspool
|
||||||
|
|
||||||
%build
|
%build
|
||||||
unset LINGUAS || :
|
unset LINGUAS || :
|
||||||
@ -56,9 +50,15 @@ automake
|
|||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
rm -rf build-$RPM_ARCH ; mkdir build-$RPM_ARCH ; cd build-$RPM_ARCH
|
rm -rf build-$RPM_ARCH ; mkdir build-$RPM_ARCH ; cd build-$RPM_ARCH
|
||||||
|
%ifnarch ia64
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ../configure --prefix=%{_prefix} \
|
CFLAGS="$RPM_OPT_FLAGS" ../configure --prefix=%{_prefix} \
|
||||||
--disable-desrpc --with-libcrypt --disable-shared \
|
--disable-desrpc --with-libcrypt --disable-shared \
|
||||||
--mandir=%{_mandir}
|
--mandir=%{_mandir}
|
||||||
|
%else
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS -D_BSD_SOURCE" ../configure --prefix=%{_prefix} \
|
||||||
|
--disable-desrpc --with-libcrypt --disable-shared \
|
||||||
|
--mandir=%{_mandir}
|
||||||
|
%endif
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -120,6 +120,15 @@ rm -rf build-$RPM_ARCH
|
|||||||
%{_mandir}/man8/faillog.8*
|
%{_mandir}/man8/faillog.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 08 2001 Than Ngo <than@redhat.com>
|
||||||
|
- fixup broken specfile
|
||||||
|
|
||||||
|
* Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20000902-1
|
||||||
|
- Create an empty mailspool when creating a user so non-setuid/non-setgid
|
||||||
|
MDAs (postfix+procmail) can deliver mail (#41811)
|
||||||
|
- 20000902
|
||||||
|
- adapt patches
|
||||||
|
|
||||||
* Fri Mar 9 2001 Nalin Dahyabhai <nalin@redhat.com>
|
* Fri Mar 9 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- don't overwrite user dot files in useradd (#19982)
|
- don't overwrite user dot files in useradd (#19982)
|
||||||
- truncate new files when moving overwriting files with the contents of other
|
- truncate new files when moving overwriting files with the contents of other
|
||||||
|
Loading…
Reference in New Issue
Block a user