[openSUSE/wicked] 89eb0a: configure: add pandoc detection and conditional
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 89eb0abe7ed407ce72dbc9945461f99e283b14da https://github.com/openSUSE/wicked/commit/89eb0abe7ed407ce72dbc9945461f99e28... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M configure.ac Log Message: ----------- configure: add pandoc detection and conditional Commit: a973e7e5129c984236af1914629abfd9b0ed37e7 https://github.com/openSUSE/wicked/commit/a973e7e5129c984236af1914629abfd9b0... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M man/src/wicked-redfish.8.md Log Message: ----------- man: Update the `wicked-redfish(5)` manual page The `wicked redfish <enable|disable>` commands are aliases to the unified `wicked firmware <enable|disable> redfish` commands. Commit: 8895be9c87ab27f728a98313196d16cfb1af2a8a https://github.com/openSUSE/wicked/commit/8895be9c87ab27f728a98313196d16cfb1... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M .gitignore M man/Makefile.am R man/routes.5 A man/routes.5.in Log Message: ----------- man: move routes.5 to routes.5.in template Commit: e37894a5c2d5cf969256225b09685e2047776f65 https://github.com/openSUSE/wicked/commit/e37894a5c2d5cf969256225b09685e2047... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-05-31 (Fri, 31 May 2024) Changed paths: M man/Makefile.am Log Message: ----------- man: add support to build man pages from .md sources Co-authored-by: cfconrad <cfamullaconrad@suse.com> Commit: d36f70fc4f7fe68bde1c173a816422b5989dde1d https://github.com/openSUSE/wicked/commit/d36f70fc4f7fe68bde1c173a816422b598... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-05-31 (Fri, 31 May 2024) Changed paths: M configure.ac M man/ifcfg-bonding.5.in M man/ifcfg-bridge.5.in M man/ifcfg-dhcp.5.in M man/ifcfg-lo.5.in M man/ifcfg-macvlan.5.in M man/ifcfg-macvtap.5.in M man/ifcfg-ovs-bridge.5.in M man/ifcfg-ppp.5.in M man/ifcfg-tunnel.5.in M man/ifcfg-vlan.5.in M man/ifcfg-vxlan.5.in M man/ifcfg.5.in M man/ifroute.5.in M man/ifrule.5.in M man/ifsysctl.5.in M man/ifup.8.in M man/src/ifcfg-dummy.5.md M man/src/ifcfg-ipoib.5.md M man/src/ifcfg-team.5.md M man/src/ifcfg-wireless.5.md M man/src/wicked-firmware.8.md M man/src/wicked-redfish.8.md M man/wicked-config.5.in M man/wicked-ethtool.8.in M man/wicked.7.in M man/wicked.8.in M man/wickedd.8.in Log Message: ----------- man: use variables in man templates and .md sources Fixed also typos reported by codespell and minior tweaks. Commit: 5c69f07a396b559ca0f44d00b2913875768ea41e https://github.com/openSUSE/wicked/commit/5c69f07a396b559ca0f44d00b291387576... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-06-03 (Mon, 03 Jun 2024) Changed paths: M man/ifcfg-dummy.5.in M man/ifcfg-ipoib.5.in M man/ifcfg-team.5.in M man/ifcfg-wireless.5.in M man/wicked-firmware.8.in M man/wicked-redfish.8.in Log Message: ----------- man: regenerate man templates from .md sources Commit: acf35f6aa863230e3669309ee51766a4670a0676 https://github.com/openSUSE/wicked/commit/acf35f6aa863230e3669309ee51766a467... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-06-03 (Mon, 03 Jun 2024) Changed paths: M man/Makefile.am A man/ifcfg-bond.5.in M wicked.spec.in Log Message: ----------- man: add ifcfg-bond to ifcfg-bonding alias Commit: 9b04e0cb69c4b7405cc4d293a80be6d6868fe4b2 https://github.com/openSUSE/wicked/commit/9b04e0cb69c4b7405cc4d293a80be6d686... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-06-03 (Mon, 03 Jun 2024) Changed paths: M README Log Message: ----------- README: add pandoc to zypper in example Commit: f0267682e3f94dc91f09ee789600d440e8026158 https://github.com/openSUSE/wicked/commit/f0267682e3f94dc91f09ee789600d440e8... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-06-03 (Mon, 03 Jun 2024) Changed paths: M wicked.spec.in Log Message: ----------- spec: add conditional pandoc build requires We commit pre-generated man-page templates along with their source and it's in the dist archive, so it's disabled to rebuild them by default. Commit: 435a445af8607a03a96a3fc0aa6bcec99d00d6b8 https://github.com/openSUSE/wicked/commit/435a445af8607a03a96a3fc0aa6bcec99d... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-06-03 (Mon, 03 Jun 2024) Changed paths: M Makefile.am Log Message: ----------- make: improve (rpm)package make targets - changed to WARN on uncommitted changes - add pandoc not available/enabled warning Commit: 4ed7142c891247d99e81d766e89584e9e7fe4e89 https://github.com/openSUSE/wicked/commit/4ed7142c891247d99e81d766e89584e9e7... Author: cfconrad <cfamullaconrad@suse.com> Date: 2024-06-03 (Mon, 03 Jun 2024) Changed paths: M .gitignore M Makefile.am M README M configure.ac M man/Makefile.am A man/ifcfg-bond.5.in M man/ifcfg-bonding.5.in M man/ifcfg-bridge.5.in M man/ifcfg-dhcp.5.in M man/ifcfg-dummy.5.in M man/ifcfg-ipoib.5.in M man/ifcfg-lo.5.in M man/ifcfg-macvlan.5.in M man/ifcfg-macvtap.5.in M man/ifcfg-ovs-bridge.5.in M man/ifcfg-ppp.5.in M man/ifcfg-team.5.in M man/ifcfg-tunnel.5.in M man/ifcfg-vlan.5.in M man/ifcfg-vxlan.5.in M man/ifcfg-wireless.5.in M man/ifcfg.5.in M man/ifroute.5.in M man/ifrule.5.in M man/ifsysctl.5.in M man/ifup.8.in R man/routes.5 A man/routes.5.in M man/src/ifcfg-dummy.5.md M man/src/ifcfg-ipoib.5.md M man/src/ifcfg-team.5.md M man/src/ifcfg-wireless.5.md M man/src/wicked-firmware.8.md M man/src/wicked-redfish.8.md M man/wicked-config.5.in M man/wicked-ethtool.8.in M man/wicked-firmware.8.in M man/wicked-redfish.8.in M man/wicked.7.in M man/wicked.8.in M man/wickedd.8.in M wicked.spec.in Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1018 man: (re)generate man pages from md sources Compare: https://github.com/openSUSE/wicked/compare/9df3abdbc3e9...4ed7142c8912 To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/wicked/settings/notifications
participants (1)
-
cfconrad