diff --git a/udisks2.changes b/udisks2.changes index 7a2dc93..95cc883 100644 --- a/udisks2.changes +++ b/udisks2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 22 15:28:36 UTC 2025 - Dominique Leuenberger + +- Drop rcFOO symlinks for CODE16 (PED-266). + ------------------------------------------------------------------- Wed May 22 13:17:26 UTC 2024 - Thomas Blume diff --git a/udisks2.spec b/udisks2.spec index 3321b24..c9f6de0 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -1,7 +1,7 @@ # # spec file for package udisks2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -224,9 +224,11 @@ chrpath --delete %{buildroot}/%{_bindir}/udisksctl chrpath --delete %{buildroot}/%{_libexecdir}/udisks2/udisksd %find_lang udisks2 +%if 0%{?suse_version} < 1600 # Create udisks2 rclink mkdir -p %{buildroot}/%{_sbindir} ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name} +%endif # Move example config file to docs mkdir -p %{buildroot}%{_docdir}/%{name} @@ -263,7 +265,9 @@ mv -v %{buildroot}%{_sysconfdir}/udisks2/mount_options.conf.example \ %{_unitdir}/udisks2.service %dir %{_udevrulesdir} %{_udevrulesdir}/80-udisks2.rules +%if 0%{?suse_version} < 1600 %{_sbindir}/rc%{name} +%endif %{_sbindir}/umount.udisks2 %dir %{_libexecdir}/udisks2 %{_libexecdir}/udisks2/udisksd