From: Elan Ruusamäe Date: Mon, 11 Jul 2016 12:11:30 +0000 (+0300) Subject: ignore "udev/hwdb*" X-Git-Tag: auto/th/etckeeper-1.18.4-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=997cc9cf6d5be89b666bf38910893d15d66d6322;p=packages%2Fetckeeper.git ignore "udev/hwdb*" ideally those should be moved to /lib/udev instead --- diff --git a/etckeeper.spec b/etckeeper.spec index cee09d3..5cb4c55 100644 --- a/etckeeper.spec +++ b/etckeeper.spec @@ -4,7 +4,7 @@ Summary: Store /etc in a SCM system (git, mercurial, bzr or darcs) Name: etckeeper Version: 1.18.4 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/System Source0: https://github.com/joeyh/etckeeper/archive/%{version}/%{name}-%{version}.tar.gz diff --git a/update-ignore.patch b/update-ignore.patch index 173261a..cbeb292 100644 --- a/update-ignore.patch +++ b/update-ignore.patch @@ -16,7 +16,7 @@ nl comment "mount(8) records system state here, no need to store these" -@@ -146,11 +145,79 @@ +@@ -146,11 +145,80 @@ ignore "cups/subscriptions.conf.O" ignore "fake-hwclock.data" nl @@ -25,6 +25,7 @@ + comment "ca-certificates: generated content" + ignore "certs/ca-certificates.crt" + ignore "openssl/certs/*" ++ ignore "udev/hwdb*" + + comment "bash-completion" + ignore "bash_completion.d/*"