diff --git a/systemd-mini.changes b/systemd-mini.changes index adb8d601..44a2debe 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 22 01:29:06 UTC 2014 - crrodriguez@opensuse.org + +- man pages from section 3 are developer docs, move them to + the -devel package. + ------------------------------------------------------------------- Wed Aug 20 15:06:25 UTC 2014 - werner@suse.de diff --git a/systemd-mini.spec b/systemd-mini.spec index e26ef03d..1cc43a17 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -2291,7 +2291,6 @@ exit 0 %exclude %{_mandir}/man*/*udev*.[0-9]* %exclude %{_mandir}/man8/systemd-journal-gatewayd.* %{_mandir}/man1/*.1* -%{_mandir}/man3/*.3* %{_mandir}/man5/*.5* %{_mandir}/man7/*.7* %{_mandir}/man8/*.8* @@ -2353,6 +2352,9 @@ exit 0 %{_libdir}/pkgconfig/libsystemd-login.pc %{_libdir}/pkgconfig/libsystemd-id128.pc %{_libdir}/pkgconfig/libsystemd-journal.pc +%if ! 0%{?bootstrap} +%{_mandir}/man3/*.3* +%endif %files sysvinit %defattr(-,root,root,-) diff --git a/systemd.changes b/systemd.changes index adb8d601..44a2debe 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 22 01:29:06 UTC 2014 - crrodriguez@opensuse.org + +- man pages from section 3 are developer docs, move them to + the -devel package. + ------------------------------------------------------------------- Wed Aug 20 15:06:25 UTC 2014 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index 9184a2ee..653b872c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -2286,7 +2286,6 @@ exit 0 %exclude %{_mandir}/man*/*udev*.[0-9]* %exclude %{_mandir}/man8/systemd-journal-gatewayd.* %{_mandir}/man1/*.1* -%{_mandir}/man3/*.3* %{_mandir}/man5/*.5* %{_mandir}/man7/*.7* %{_mandir}/man8/*.8* @@ -2348,6 +2347,9 @@ exit 0 %{_libdir}/pkgconfig/libsystemd-login.pc %{_libdir}/pkgconfig/libsystemd-id128.pc %{_libdir}/pkgconfig/libsystemd-journal.pc +%if ! 0%{?bootstrap} +%{_mandir}/man3/*.3* +%endif %files sysvinit %defattr(-,root,root,-)