Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package s3backer for openSUSE:Factory checked in at 2021-11-04 16:09:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/s3backer (Old) and /work/SRC/openSUSE:Factory/.s3backer.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "s3backer" Thu Nov 4 16:09:46 2021 rev:23 rq:929067 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes 2021-10-11 15:32:35.174938179 +0200 +++ /work/SRC/openSUSE:Factory/.s3backer.new.1890/s3backer.changes 2021-11-04 16:10:34.769082223 +0100 @@ -1,0 +2,5 @@ +Wed Oct 27 16:19:55 UTC 2021 - Archie Cobbs <archie.co...@gmail.com> + +- Run spec-cleaner on spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ s3backer.spec ++++++ --- /var/tmp/diff_new_pack.SBmqj3/_old 2021-11-04 16:10:35.141082440 +0100 +++ /var/tmp/diff_new_pack.SBmqj3/_new 2021-11-04 16:10:35.145082442 +0100 @@ -2,7 +2,6 @@ # spec file for package s3backer # # Copyright (c) 2021 SUSE LLC -# Copyright 2008 Archie L. Cobbs. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,9 +22,11 @@ Summary: FUSE-based single file backing store via Amazon S3 License: GPL-2.0-or-later Group: System/Filesystems -Source: https://s3.amazonaws.com/archie-public/%{name}/%{name}-%{version}.tar.gz URL: https://github.com/archiecobbs/%{name} -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: https://s3.amazonaws.com/archie-public/%{name}/%{name}-%{version}.tar.gz +BuildRequires: fuse-devel >= 2.5 +BuildRequires: pkgconfig +BuildRequires: zlib-devel %if 0%{?suse_version} >= 1100 BuildRequires: libcurl-devel >= 7.16.2 BuildRequires: libopenssl-devel @@ -33,14 +34,11 @@ BuildRequires: curl-devel >= 7.16.2 BuildRequires: openssl-devel %endif -BuildRequires: fuse-devel >= 2.5 -BuildRequires: zlib-devel %if 0%{?suse_version} < 1000 || 0%{?fedora_version} != 0 || 0%{?centos_version} != 0 BuildRequires: expat %else BuildRequires: libexpat-devel %endif -BuildRequires: pkgconfig %description s3backer is a filesystem that contains a single file backed by the Amazon @@ -60,8 +58,8 @@ %build export SUSE_ASNEEDED=0 -%{configure} -make %{?_smp_mflags} +%configure +%make_build %install make install DESTDIR='%{buildroot}' @@ -69,7 +67,6 @@ rm -f %{buildroot}%{_docdir}/%{name}/INSTALL %files -%defattr(-,root,root,-) %{_bindir}/* %{_mandir}/man1/* %{_docdir}/%{name}