Compare commits
2 Commits
79ac13d422
...
a2a2658827
Author | SHA256 | Date | |
---|---|---|---|
a2a2658827
|
|||
159d3c3287
|
13
kea.changes
13
kea.changes
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 29 09:44:04 UTC 2025 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||||
|
|
||||||
|
- Remove `/usr/share/kea/meson-info` directory because it contains
|
||||||
|
non reproducible files.
|
||||||
|
[bsc#1246670]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 7 14:40:57 UTC 2025 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||||
|
|
||||||
|
- Use meson install_umask to set binaries and libraries
|
||||||
|
permissions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 1 09:28:14 UTC 2025 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
Tue Jul 1 09:28:14 UTC 2025 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||||
|
|
||||||
|
8
kea.spec
8
kea.spec
@@ -371,7 +371,7 @@ Development files for the Kea DHCP server
|
|||||||
export FREERADIUS_INCLUDE="%_includedir/freeradius"
|
export FREERADIUS_INCLUDE="%_includedir/freeradius"
|
||||||
export FREERADIUS_LIB=""
|
export FREERADIUS_LIB=""
|
||||||
export FREERADIUS_DICTIONARY=""
|
export FREERADIUS_DICTIONARY=""
|
||||||
%meson -D netconf=disabled
|
%meson --install-umask 022 -D netconf=disabled
|
||||||
%meson_build
|
%meson_build
|
||||||
%meson_build doc
|
%meson_build doc
|
||||||
|
|
||||||
@@ -392,12 +392,10 @@ mkdir -p "$b%_localstatedir/log/kea"
|
|||||||
|
|
||||||
# Remove unnecessary files
|
# Remove unnecessary files
|
||||||
rm -Rf "%buildroot/%python3_sitelib/kea/__pycache__"
|
rm -Rf "%buildroot/%python3_sitelib/kea/__pycache__"
|
||||||
|
# Remove meson-info directory as it contains non reproducable files
|
||||||
|
rm -Rf "%{buildroot}/%{_datadir}/kea/meson-info"
|
||||||
%fdupes %{buildroot}/%{_datadir}/doc/kea
|
%fdupes %{buildroot}/%{_datadir}/doc/kea
|
||||||
|
|
||||||
# Fix permissions so keadhcp user can run executables and libraries
|
|
||||||
chmod 755 %{buildroot}/%{_libdir}/*.so*
|
|
||||||
chmod 755 %{buildroot}/%{_sbindir}/kea*
|
|
||||||
|
|
||||||
%pre -f random.pre
|
%pre -f random.pre
|
||||||
%service_add_pre kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service kea-ctrl-agent.service
|
%service_add_pre kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service kea-ctrl-agent.service
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user