[Bug 2128257] Review Request: motion - A motion detection system

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #5 from Vitaly Zaitsev <vitaly@xxxxxxxxxxxxxx> ---
> 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux