Hello community, here is the log from the commit of package git-lfs for openSUSE:Factory checked in at 2020-06-18 10:24:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-lfs (Old) and /work/SRC/openSUSE:Factory/.git-lfs.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-lfs" Thu Jun 18 10:24:58 2020 rev:2 rq:815497 version:2.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/git-lfs/git-lfs.changes 2020-03-11 18:55:32.799680255 +0100 +++ /work/SRC/openSUSE:Factory/.git-lfs.new.3606/git-lfs.changes 2020-06-18 10:26:27.516521763 +0200 @@ -1,0 +2,6 @@ +Wed Jun 17 08:09:13 UTC 2020 - Adam Mizerski <[email protected]> + +- relax dependency from git to git-core +- install man pages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-lfs.spec ++++++ --- /var/tmp/diff_new_pack.BkFDPY/_old 2020-06-18 10:26:31.332533280 +0200 +++ /var/tmp/diff_new_pack.BkFDPY/_new 2020-06-18 10:26:31.336533292 +0200 @@ -31,13 +31,13 @@ %endif BuildRequires: curl BuildRequires: fdupes -BuildRequires: git >= 1.8.2 +BuildRequires: git-core >= 1.8.2 BuildRequires: go1.14 BuildRequires: golang-packaging BuildRequires: which -Requires: git >= 1.8.2 -Requires(post): git >= 1.8.2 -Requires(preun): git >= 1.8.2 +Requires: git-core >= 1.8.2 +Requires(post): git-core >= 1.8.2 +Requires(preun): git-core >= 1.8.2 %{go_nostrip} %{go_provides} @@ -59,6 +59,12 @@ %install %{goinstall} %{gosrc} +%if 0%{?suse_version} >= 1550 || (0%{?suse_version} >= 1500 && 0%{?is_opensuse}) +mkdir -p -m 755 %{buildroot}%{_mandir}/man1 +mkdir -p -m 755 %{buildroot}%{_mandir}/man5 +install -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1 +install -D -m 644 man/*.5 %{buildroot}%{_mandir}/man5 +%endif %fdupes -s %{buildroot} @@ -85,5 +91,8 @@ %{_bindir}/git-lfs %license LICENSE.md %doc README.md +%if 0%{?suse_version} >= 1550 || (0%{?suse_version} >= 1500 && 0%{?is_opensuse}) +%{_mandir}/man*/* +%endif %changelog
