Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb46130' into 'master'
Don't use %config(noreplace).

See merge request mer-core/timed!12
  • Loading branch information
xfade committed Sep 26, 2019
2 parents 9fc5145 + 86b14d2 commit c5b7b4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rpm/timed-qt5.spec
Expand Up @@ -137,9 +137,9 @@ fi
%files -f timed.files
%defattr(-,root,root,-)
%license COPYING copyright
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}.rc
%config(noreplace) %{_sysconfdir}/localtime
%config %{_sysconfdir}/dbus-1/system.d/%{name}.conf
%config %{_sysconfdir}/%{name}.rc
%config %{_sysconfdir}/localtime
%{_bindir}/%{name}
%{_libdir}/lib%{name}.so.*
%{_libdir}/libtimed-voland-qt5.so.*
Expand All @@ -154,7 +154,7 @@ fi
%files tests
%defattr(-,root,root,-)
/opt/tests/%{name}-tests
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fakeofono.conf
%config %{_sysconfdir}/dbus-1/system.d/org.fakeofono.conf

%files tools
%defattr(-,root,root,-)
Expand Down

0 comments on commit c5b7b4e

Please sign in to comment.