Hello community, here is the log from the commit of package pure-ftpd for openSUSE:Factory checked in at 2019-06-19 21:08:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pure-ftpd (Old) and /work/SRC/openSUSE:Factory/.pure-ftpd.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pure-ftpd" Wed Jun 19 21:08:58 2019 rev:52 rq:710590 version:1.0.47 Changes: -------- --- /work/SRC/openSUSE:Factory/pure-ftpd/pure-ftpd.changes 2019-04-11 08:48:09.468551899 +0200 +++ /work/SRC/openSUSE:Factory/.pure-ftpd.new.4811/pure-ftpd.changes 2019-06-19 21:10:50.646651781 +0200 @@ -1,0 +2,8 @@ +Tue Jun 18 15:04:39 UTC 2019 - Peter Simons <[email protected]> + +- Add missing run-time dependency on system-user-ftp to ensure that + user exits. [boo#1136997] + +- Processed the spec file with spec-cleaner version 1.1.3. + +------------------------------------------------------------------- @@ -871 +878,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pure-ftpd.spec ++++++ --- /var/tmp/diff_new_pack.bzpu3f/_old 2019-06-19 21:10:51.938653037 +0200 +++ /var/tmp/diff_new_pack.bzpu3f/_new 2019-06-19 21:10:51.938653037 +0200 @@ -22,7 +22,7 @@ Summary: A Lightweight, Fast, and Secure FTP Server License: BSD-3-Clause Group: Productivity/Networking/Ftp/Servers -Url: https://www.pureftpd.org +URL: https://www.pureftpd.org Source0: https://download.pureftpd.org/pub/%{name}/releases/%{name}-%{version}.tar.bz2 Source1: https://download.pureftpd.org/pub/%{name}/releases/%{name}-%{version}.tar.bz2.minisig Source2: %{name}.keyring @@ -50,18 +50,21 @@ BuildRequires: openldap2-devel BuildRequires: pam-devel BuildRequires: postgresql-devel -%if 0%{?suse_version} > 1500 -BuildRequires: postgresql-server-devel -%endif Requires(pre): coreutils Provides: ftp-server Provides: pureftpd = %{version}-%{release} +%if 0%{?suse_version} > 1500 +BuildRequires: postgresql-server-devel +%endif %if 0%{?suse_version} > 1140 BuildRequires: pkgconfig(systemd) %{?systemd_requires} %else Requires(pre): %insserv_prereq %endif +%if 0%{?suse_version} > 1320 +Requires(pre): user(ftp) +%endif %description Pure-FTPd is a fast, production-quality, and standard-conforming FTP @@ -170,7 +173,8 @@ %endif %files -%doc AUTHORS CONTACT COPYING NEWS THANKS README +%license COPYING +%doc AUTHORS CONTACT NEWS THANKS README %doc README.Configuration-File HISTORY README.Virtual-Users README.AppArmor %doc README.LDAP pureftpd-ldap.conf README.MySQL README.PGSQL README.TLS %{_mandir}/man8/*
