SHA256
1
0
forked from pool/systemd

Accepting request 313597 from home:sumski:hazard:to:your:stereo

- Fix bootstrap build by guarding filelists (man pages don't get
  built in bootstrap mode)
- Drop commented sections from baselibs.conf, allows format_spec_file
  to have a successful run

- Fix bootstrap build by guarding filelists (man pages don't get
  built in bootstrap mode)
- Drop commented sections from baselibs.conf, allows format_spec_file
  to have a successful run

OBS-URL: https://build.opensuse.org/request/show/313597
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=876
This commit is contained in:
Cristian Rodríguez 2015-06-24 19:26:35 +00:00 committed by Git OBS Bridge
parent fc3ae7490c
commit 1ba7d6a0b0
5 changed files with 28 additions and 3 deletions

View File

@ -2,9 +2,6 @@ systemd
supplements "packageand(systemd:pam-<targettype>)" supplements "packageand(systemd:pam-<targettype>)"
-/lib/systemd/system/ -/lib/systemd/system/
post "<prefix>%{_sbindir}/pam-config -a --systemd || :" post "<prefix>%{_sbindir}/pam-config -a --systemd || :"
# postun "if [ "$1" == "0" ]; then"
# postun "<prefix>%{_sbindir}/pam-config -d --systemd || :"
# postun "fi"
libsystemd0 libsystemd0
libudev1 libudev1
nss-myhostname nss-myhostname

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 24 17:43:22 UTC 2015 - hrvoje.senjan@gmail.com
- Fix bootstrap build by guarding filelists (man pages don't get
built in bootstrap mode)
- Drop commented sections from baselibs.conf, allows format_spec_file
to have a successful run
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 19 20:51:14 UTC 2015 - jengelh@inai.de Fri Jun 19 20:51:14 UTC 2015 - jengelh@inai.de

View File

@ -1497,7 +1497,9 @@ exit 0
%{_includedir}/libudev.h %{_includedir}/libudev.h
%{_libdir}/libudev.so %{_libdir}/libudev.so
%{_libdir}/pkgconfig/libudev.pc %{_libdir}/pkgconfig/libudev.pc
%if ! 0%{?bootstrap}
%{_mandir}/man3/*udev*.3* %{_mandir}/man3/*udev*.3*
%endif
%if ! 0%{?bootstrap} %if ! 0%{?bootstrap}
%files logger %files logger
@ -1510,8 +1512,10 @@ exit 0
%files -n nss-myhostname %files -n nss-myhostname
%defattr(-, root, root) %defattr(-, root, root)
%{_sbindir}/nss-myhostname-config %{_sbindir}/nss-myhostname-config
%if !0%{?bootstrap}
%{_mandir}/man8/libnss_myhostname.* %{_mandir}/man8/libnss_myhostname.*
%{_mandir}/man8/nss-myhostname.* %{_mandir}/man8/nss-myhostname.*
%endif
/%{_lib}/*nss_myhostname* /%{_lib}/*nss_myhostname*
%files journal-gateway %files journal-gateway
@ -1524,8 +1528,10 @@ exit 0
%files -n nss-mymachines %files -n nss-mymachines
%defattr(-,root,root) %defattr(-,root,root)
%_libdir/libnss_mymachines.so* %_libdir/libnss_mymachines.so*
%if !0%{?bootstrap}
%_mandir/man8/libnss_mymachines.* %_mandir/man8/libnss_mymachines.*
%_mandir/man8/nss-mymachines.* %_mandir/man8/nss-mymachines.*
%endif %endif
%endif
%changelog %changelog

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 24 17:43:22 UTC 2015 - hrvoje.senjan@gmail.com
- Fix bootstrap build by guarding filelists (man pages don't get
built in bootstrap mode)
- Drop commented sections from baselibs.conf, allows format_spec_file
to have a successful run
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 19 20:51:14 UTC 2015 - jengelh@inai.de Fri Jun 19 20:51:14 UTC 2015 - jengelh@inai.de

View File

@ -1492,7 +1492,9 @@ exit 0
%{_includedir}/libudev.h %{_includedir}/libudev.h
%{_libdir}/libudev.so %{_libdir}/libudev.so
%{_libdir}/pkgconfig/libudev.pc %{_libdir}/pkgconfig/libudev.pc
%if ! 0%{?bootstrap}
%{_mandir}/man3/*udev*.3* %{_mandir}/man3/*udev*.3*
%endif
%if ! 0%{?bootstrap} %if ! 0%{?bootstrap}
%files logger %files logger
@ -1505,8 +1507,10 @@ exit 0
%files -n nss-myhostname %files -n nss-myhostname
%defattr(-, root, root) %defattr(-, root, root)
%{_sbindir}/nss-myhostname-config %{_sbindir}/nss-myhostname-config
%if !0%{?bootstrap}
%{_mandir}/man8/libnss_myhostname.* %{_mandir}/man8/libnss_myhostname.*
%{_mandir}/man8/nss-myhostname.* %{_mandir}/man8/nss-myhostname.*
%endif
/%{_lib}/*nss_myhostname* /%{_lib}/*nss_myhostname*
%files journal-gateway %files journal-gateway
@ -1519,8 +1523,10 @@ exit 0
%files -n nss-mymachines %files -n nss-mymachines
%defattr(-,root,root) %defattr(-,root,root)
%_libdir/libnss_mymachines.so* %_libdir/libnss_mymachines.so*
%if !0%{?bootstrap}
%_mandir/man8/libnss_mymachines.* %_mandir/man8/libnss_mymachines.*
%_mandir/man8/nss-mymachines.* %_mandir/man8/nss-mymachines.*
%endif %endif
%endif
%changelog %changelog