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:
parent
fc3ae7490c
commit
1ba7d6a0b0
@ -2,9 +2,6 @@ systemd
|
||||
supplements "packageand(systemd:pam-<targettype>)"
|
||||
-/lib/systemd/system/
|
||||
post "<prefix>%{_sbindir}/pam-config -a --systemd || :"
|
||||
# postun "if [ "$1" == "0" ]; then"
|
||||
# postun "<prefix>%{_sbindir}/pam-config -d --systemd || :"
|
||||
# postun "fi"
|
||||
libsystemd0
|
||||
libudev1
|
||||
nss-myhostname
|
||||
|
@ -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
|
||||
|
||||
|
@ -1497,7 +1497,9 @@ exit 0
|
||||
%{_includedir}/libudev.h
|
||||
%{_libdir}/libudev.so
|
||||
%{_libdir}/pkgconfig/libudev.pc
|
||||
%if ! 0%{?bootstrap}
|
||||
%{_mandir}/man3/*udev*.3*
|
||||
%endif
|
||||
|
||||
%if ! 0%{?bootstrap}
|
||||
%files logger
|
||||
@ -1510,8 +1512,10 @@ exit 0
|
||||
%files -n nss-myhostname
|
||||
%defattr(-, root, root)
|
||||
%{_sbindir}/nss-myhostname-config
|
||||
%if !0%{?bootstrap}
|
||||
%{_mandir}/man8/libnss_myhostname.*
|
||||
%{_mandir}/man8/nss-myhostname.*
|
||||
%endif
|
||||
/%{_lib}/*nss_myhostname*
|
||||
|
||||
%files journal-gateway
|
||||
@ -1524,8 +1528,10 @@ exit 0
|
||||
%files -n nss-mymachines
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libnss_mymachines.so*
|
||||
%if !0%{?bootstrap}
|
||||
%_mandir/man8/libnss_mymachines.*
|
||||
%_mandir/man8/nss-mymachines.*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -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
|
||||
|
||||
|
@ -1492,7 +1492,9 @@ exit 0
|
||||
%{_includedir}/libudev.h
|
||||
%{_libdir}/libudev.so
|
||||
%{_libdir}/pkgconfig/libudev.pc
|
||||
%if ! 0%{?bootstrap}
|
||||
%{_mandir}/man3/*udev*.3*
|
||||
%endif
|
||||
|
||||
%if ! 0%{?bootstrap}
|
||||
%files logger
|
||||
@ -1505,8 +1507,10 @@ exit 0
|
||||
%files -n nss-myhostname
|
||||
%defattr(-, root, root)
|
||||
%{_sbindir}/nss-myhostname-config
|
||||
%if !0%{?bootstrap}
|
||||
%{_mandir}/man8/libnss_myhostname.*
|
||||
%{_mandir}/man8/nss-myhostname.*
|
||||
%endif
|
||||
/%{_lib}/*nss_myhostname*
|
||||
|
||||
%files journal-gateway
|
||||
@ -1519,8 +1523,10 @@ exit 0
|
||||
%files -n nss-mymachines
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libnss_mymachines.so*
|
||||
%if !0%{?bootstrap}
|
||||
%_mandir/man8/libnss_mymachines.*
|
||||
%_mandir/man8/nss-mymachines.*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user