Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package goverlay for openSUSE:Factory checked in at 2024-02-22 21:01:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/goverlay (Old) and /work/SRC/openSUSE:Factory/.goverlay.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "goverlay" Thu Feb 22 21:01:32 2024 rev:15 rq:1149526 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/goverlay/goverlay.changes 2024-01-15 22:22:10.945356475 +0100 +++ /work/SRC/openSUSE:Factory/.goverlay.new.1706/goverlay.changes 2024-02-22 21:02:35.292094755 +0100 @@ -1,0 +2,7 @@ +Thu Feb 22 11:54:03 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Do not use %attr(644,-,-) %license: this happens to also create + the relevant directories with mode 644, i.e not accessible. + Rather remove the spurious exec bits from the files during prep. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ goverlay.spec ++++++ --- /var/tmp/diff_new_pack.S7a648/_old 2024-02-22 21:02:35.864115595 +0100 +++ /var/tmp/diff_new_pack.S7a648/_new 2024-02-22 21:02:35.868115740 +0100 @@ -45,6 +45,7 @@ %prep %autosetup -p1 +chmod -x LICENSE README.md %build %{set_build_flags} @@ -59,8 +60,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/io.github.benjamimgois.%{name}.desktop %files -%attr(644, -, -) %license LICENSE -%attr(644, -, -) %doc README.md +%license LICENSE +%doc README.md %{_bindir}/%{name} %{_libdir}/%{name} %{_datadir}/applications/*.desktop
