auto-import changelog data from vsftpd-1.1.0-1.src.rpm
Thu Aug 15 2002 Elliot Lee <sopwith@redhat.com> 1.0.1-8 - -D_FILE_OFFSET_BITS=64 - smp make - remove forced optflags=-g for lack of supporting documentation
This commit is contained in:
parent
f387567409
commit
7aed31d9ad
@ -1 +1 @@
|
|||||||
vsftpd-1.0.1.tar.gz
|
vsftpd-1.1.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
a30724a5e56091164f538bbdce10cdf4 vsftpd-1.0.1.tar.gz
|
b76403e4b366dc4c2344040f5e3fe137 vsftpd-1.1.0.tar.gz
|
||||||
|
19
vsftpd.spec
19
vsftpd.spec
@ -1,17 +1,15 @@
|
|||||||
%define optflags -g
|
|
||||||
Summary: vsftpd - Very Secure Ftp Daemon
|
Summary: vsftpd - Very Secure Ftp Daemon
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 7
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: ftp://ferret.lmh.ox.ac.uk/pub/linux/
|
Source: ftp://ferret.lmh.ox.ac.uk/pub/linux/%{name}-%{version}.tar.gz
|
||||||
Source: %{name}-%{version}.tar.gz
|
|
||||||
Source1: vsftpd.xinetd
|
Source1: vsftpd.xinetd
|
||||||
Source2: vsftpd.pam
|
Source2: vsftpd.pam
|
||||||
Source3: vsftpd.ftpusers
|
Source3: vsftpd.ftpusers
|
||||||
Source4: vsftpd.user_list
|
Source4: vsftpd.user_list
|
||||||
Patch1: vsftpd-1.0.1-rh.patch
|
Patch1: vsftpd-1.1.0-rh.patch
|
||||||
Patch2: vsftpd-1.0.1-missingok.patch
|
Patch2: vsftpd-1.0.1-missingok.patch
|
||||||
Patch3: vsftpd-1.0.1-anon.patch
|
Patch3: vsftpd-1.0.1-anon.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -29,7 +27,9 @@ scratch.
|
|||||||
%patch3 -p1 -b .anon
|
%patch3 -p1 -b .anon
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make CFLAGS="$RPM_OPT_FLAGS -pipe -D_FILE_OFFSET_BITS=64" \
|
||||||
|
LINK="" \
|
||||||
|
%{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
@ -65,6 +65,11 @@ install -m 600 %{SOURCE4} $RPM_BUILD_ROOT/etc/vsftpd.user_list
|
|||||||
%{_mandir}/man8/vsftpd.*
|
%{_mandir}/man8/vsftpd.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 15 2002 Elliot Lee <sopwith@redhat.com> 1.0.1-8
|
||||||
|
- -D_FILE_OFFSET_BITS=64
|
||||||
|
- smp make
|
||||||
|
- remove forced optflags=-g for lack of supporting documentation
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user