]> git.pld-linux.org Git - packages/apt.git/commitdiff
- added %%verify(not size mtime md5) to %%{_sysconfdir}/apt/apt.conf,
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Sun, 28 Oct 2001 08:52:46 +0000 (08:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  %%{_sysconfdir}/apt/sources.list and %%{_sysconfdir}/apt/vendors.list

Changed files:
    apt.spec -> 1.45

apt.spec

index d97463b6dc9e8b94fd11574d63245ca2ab692b91..49227b92ae1218bfed54c35cdaf9c2548566d993 100644 (file)
--- a/apt.spec
+++ b/apt.spec
@@ -146,9 +146,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/*.gz docs/examples/*.gz *.gz
 %attr(755,root,root) %{_bindir}/*
 %dir %{_sysconfdir}/apt
-%config(noreplace) %{_sysconfdir}/apt/apt.conf 
-%config(noreplace) %{_sysconfdir}/apt/sources.list
-%config(noreplace) %{_sysconfdir}/apt/vendors.list
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/apt/apt.conf 
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/apt/sources.list
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/apt/vendors.list
 %config %{_sysconfdir}/apt/rpmpriorities
 %dir %{_libdir}/apt
 %attr(755,root,root) %{_libdir}/apt/*
This page took 0.095704 seconds and 4 git commands to generate.