* Fri Sep 27 2024 Thorsten Kukuk <kukuk@suse.com>
- Add /srv/www directories to filelist [bsc#1231027]
* Thu Jul 11 2024 Manfred Schwarb <manfred99@gmx.ch>
- Revert SuSEfirewall2 removal (commit on Wed Jul 3 13:45:08 UTC 2019),
conditionally for SLE/Leap, to avoid possible regressions.
- Require systemd-sysvinit for SLE/Leap < 15.6 to have a /usr/sbin/shutdown
command available. For newer versions, it is included in the systemd package.
* Wed Jul 10 2024 Manfred Schwarb <manfred99@gmx.ch>
- remove obsolete text concerning apcupsd-early-powerdown in README.SUSE
- do not use /sbin/service, call systemctl directly
* Mon Jul 08 2024 Manfred Schwarb <manfred99@gmx.ch>
- Leap 15.6 also needs util-linux-tty-tools
- Patch configure to show correct GCC version (not configure.in, autoreconf fails)
* apcupsd-config.patch
- Use %make_build in spec file
* Tue Mar 28 2023 Michal Suchanek <msuchanek@suse.com>
- Require wall utility from util-linux-tty-tools - fixes build in Factory
- Use autosetup
* Tue Feb 22 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Conditionally disable build for gcapmon for Tumbleweed and newer
via bcond. Gconf-2 is being removed from Tumbleweed, as it is
deprecated and archived upstream.
* Tue Feb 22 2022 Franck Bui <fbui@suse.com>
- Drop build requirements on systemd packages
This was done for figuring out the path of shutdown(8) (which is provided now
by systemd itself on Factory but still by systemd-sysvinit on SLE) but OTOH
shutdown(8) is not used at all when apcupsd is running on Linux systems. Hence
let's hard code the path and drop the build requirements.
* Thu Dec 31 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Use apache_serverroot instead of apache_datadir.
* Thu Aug 20 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Fix build when /etc/os-release contains a LIST as ID_LIKE (which
is valid). Simply pass --with-distname=suse to configure when
%suse_version is defined. This is 'a nice way' of not explicitly
breaking build for non-suse releases (even though we're not
verifying it would really build on other distros based on this
spec).
* Wed Aug 19 2020 Callum Farmer <callumjfarmer13@gmail.com>
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)