]> git.pld-linux.org Git - packages/etckeeper.git/commitdiff
fix syntax errors
authorElan Ruusamäe <glen@delfi.ee>
Tue, 28 May 2013 19:04:54 +0000 (22:04 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 28 May 2013 19:04:54 +0000 (22:04 +0300)
etckeeper.spec
update-ignore.patch

index 55771945ad683c8b5bc2ff2dd9cf9af266d60c80..ee4e9bbafc1236f1622cd00af2394524f9493960 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       Store /etc in a SCM system (git, mercurial, bzr or darcs)
 Name:          etckeeper
 Version:       1.3
-Release:       0.29
+Release:       0.31
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://github.com/joeyh/etckeeper/archive/%{version}.tar.gz
index bd298826b3133eabf246e735226c724d6d99be84..06103135a91b9e6daf44a09a2914000c3001a3f6 100644 (file)
@@ -34,7 +34,7 @@
 +      ignore "*.zwc"
 +
 +      comment "sshd keys"
-+      ignore "ssh/ssh_*_key*
++      ignore "ssh/ssh_*_key*"
 +
 +      comment "ssh-blacklists"
 +      ignore "ssh/blacklist.DSA-1024"
@@ -48,7 +48,7 @@
 +
 +      comment "vigr backups"
 +      ignore "group.vigr*"
-+      ignore "passwd.vipw*
++      ignore "passwd.vipw*"
        
        comment "editor temp files"
        ignore "*~"
This page took 0.172625 seconds and 4 git commands to generate.