Changes of Revision 2
[-] [+] | Added | project.diff |
@@ -0,0 +1,18 @@ +--- vsftpd.spec.orig ++++ vsftpd.spec +@@ -56,11 +56,15 @@ Patch15: vsftpd-enable-dev-log-se + Patch16: vsftpd-root-squashed-chroot.patch + #PATCH-FIX-UPSTREAM: bnc#870122 + Patch17: vsftpd-enable-gettimeofday-sec.patch ++%if 0%{?suse_version} >= 1230 + BuildRequires: gpg-offline ++%endif + BuildRequires: libcap-devel + BuildRequires: openssl-devel + BuildRequires: pam-devel ++%if 0%{?suse_version} >= 1210 + BuildRequires: systemd ++%endif + Requires: logrotate + Requires(pre): %{_sbindir}/useradd + Provides: ftp-server | ||
[-] [+] | Changed | _link ^ |
@@ -1,9 +1,5 @@ -<link project="openSUSE.org:network" package="vsftpd"> -<patches> - <!-- <branch /> for a full copy, default case --> - <!-- <apply name="patch" /> apply a patch on the source directory --> - <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) --> - <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) --> - <!-- <delete name="filename" /> delete a file --> -</patches> +<link project="openSUSE.org:network" package="vsftpd" baserev="76bd9ba69cf406554124d31ebe05afc0"> + <patches> + <apply name="project.diff" /> + </patches> </link> |