SHA256
1
0
forked from pool/vsftpd
OBS User unknown
2008-04-01 20:44:25 +00:00
committed by Git OBS Bridge
parent e7d1ad238b
commit e5b2f18f1d
2 changed files with 10 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ BuildRequires: libcap
BuildRequires: libcap-devel
%endif
Version: 2.0.6
Release: 1
Release: 8
Summary: Very Secure FTP Daemon - Written from Scratch
License: GPL v2 or later
Group: Productivity/Networking/Ftp/Servers
@@ -107,8 +107,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%dir %_datadir/omc/
%dir %_datadir/omc/svcinfo.d/
/usr/sbin/%name
/usr/sbin/rc%name
/etc/init.d/%name
@@ -126,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
%changelog
* Tue Apr 01 2008 mkoenig@suse.de
- remove dir /usr/share/omc/svcinfo.d as it is provided now
by filesystem
* Tue Mar 11 2008 crrodriguez@suse.de
- version 2.0.6
- Fix delay_failed_login typo. Oops.