Hello community, here is the log from the commit of package man for openSUSE:Factory checked in at 2017-11-25 08:40:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/man (Old) and /work/SRC/openSUSE:Factory/.man.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "man" Sat Nov 25 08:40:41 2017 rev:68 rq:545114 version:2.7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/man/man.changes 2017-03-29 13:20:22.156109757 +0200 +++ /work/SRC/openSUSE:Factory/.man.new/man.changes 2017-11-25 08:40:42.366526849 +0100 @@ -1,0 +2,11 @@ +Thu Nov 23 13:40:41 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- +Tue Nov 21 07:45:36 UTC 2017 - [email protected] + +- Require package man-pages at build time for testing + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ man.spec ++++++ --- /var/tmp/diff_new_pack.PvooQp/_old 2017-11-25 08:40:44.366453984 +0100 +++ /var/tmp/diff_new_pack.PvooQp/_new 2017-11-25 08:40:44.370453838 +0100 @@ -16,6 +16,11 @@ # +#Compat macro for new _fillupdir macro introduced in Nov 2017 +%if ! %{defined _fillupdir} + %define _fillupdir /var/adm/fillup-templates +%endif + %bcond_with wrapman Name: man @@ -29,6 +34,7 @@ BuildRequires: libbz2-devel BuildRequires: libpipeline-devel BuildRequires: libzio-devel +BuildRequires: man-pages BuildRequires: pkg-config BuildRequires: po4a BuildRequires: xz-devel @@ -229,9 +235,9 @@ mkdir -p %{buildroot}%{_datadir}/groff/site-tmac install -m 0644 groff/tmac.andb %{buildroot}%{_datadir}/groff/site-tmac/ install -m 0644 groff/tmac.andocdb %{buildroot}%{_datadir}/groff/site-tmac/ - mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates + mkdir -p %{buildroot}%{_fillupdir} mkdir -p %{buildroot}/etc/cron.daily - install -m 0644 %{SOURCE1} %{buildroot}%{_localstatedir}/adm/fillup-templates + install -m 0644 %{SOURCE1} %{buildroot}%{_fillupdir} install -m 0744 %{SOURCE2} %{buildroot}/etc/cron.daily/suse-do_mandb install -m 0744 %{SOURCE3} %{buildroot}/etc/cron.daily/suse-clean_catman %find_lang man-db --all-name --with-man @@ -285,7 +291,7 @@ %doc %{_mandir}/man5/*.5.gz %doc %{_mandir}/man8/*.8.gz %dir %{_mandir}/id -%{_localstatedir}/adm/fillup-templates/sysconfig.cron-man +%{_fillupdir}/sysconfig.cron-man %defattr(-,man,man) %ghost %{_localstatedir}/cache/man/*
