https://bugzilla.redhat.com/show_bug.cgi?id=2128257



--- Comment #5 from Vitaly Zaitsev <[email protected]> ---
> Note: No gcc, gcc-c++ or clang found in BuildRequires

BuildRequires: gcc-c++

> License: GPL-2.0-or-later

License: GPL-2.0-or-later AND BSD-3-Clause

> motion.x86_64: W: tmpfile-not-in-filelist /run/motion

%install
...
install -D -d -m 0700 %{buildroot}/run/%{name}
touch %{buildroot}/run/%{name}/%{name}.pid

%files
...
%attr(0700,%{name},video) /run/%{name}/
%verify(not size mtime md5) /run/%{name}/%{name}.pid

> motion.x86_64: W: tmpfile-not-in-filelist /var/log/motion.log

Please remove this from tmpfiles config and use classic installation:

%install
...
install -D -d -m 0700 %{buildroot}%{_localstatedir}/log/%{name}/

%files
...
%attr(-,%{name},video) %dir %{_localstatedir}/log/%{name}/
%ghost %{_localstatedir}/log/%{pypi_name}/%{name}.log


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2128257
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to