[john: 9/9] - Update to latest release (RH #626537) - use less regexes in %files

Till Maas till at fedoraproject.org
Mon Aug 23 19:32:02 UTC 2010


commit df8aaa86fe5b1d2a136e65baf9881b6e5098d307
Author: Till Maas <opensource at till.name>
Date:   Mon Aug 23 21:31:41 2010 +0200

    - Update to latest release (RH #626537)
    - use less regexes in %files

 .gitignore |    2 ++
 john.spec  |   14 +++++++++++---
 sources    |    4 ++--
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04e0fc0..2cc2bd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 john-1.7.3.4.tar.bz2
 john-1.7.3.4.tar.bz2.sign
+/john-1.7.6.tar.bz2
+/john-1.7.6.tar.bz2.sign
diff --git a/john.spec b/john.spec
index 4151589..85ca2de 100644
--- a/john.spec
+++ b/john.spec
@@ -1,6 +1,6 @@
 Summary:          John the Ripper password cracker
 Name:             john
-Version:          1.7.3.4
+Version:          1.7.6
 Release:          1%{?dist}
 
 URL:              http://www.openwall.com/john
@@ -81,13 +81,21 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc doc/*
 %config(noreplace) %{_sysconfdir}/john.conf
-%{_bindir}/*
-%{_datadir}/john
+%{_bindir}/john
+%{_bindir}/mailer
+%{_bindir}/unafs
+%{_bindir}/unique
+%{_bindir}/unshadow
+%{_datadir}/john/
 %if 0%{?target_mmx:1}
 %{_libexecdir}/john/
 %endif
 
 %changelog
+* Mon Aug 23 2010 Till Maas <opensource at till.name> - 1.7.6-1
+- Update to latest release (RH #626537)
+- use less regexes in %%files
+
 * Mon Jan 18 2010 Till Maas <opensource at till.name> - 1.7.3.4-1
 - Update to new release
 - fix Source0
diff --git a/sources b/sources
index 4225c64..b78ede4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-2f2310c49961c3edea6f92b8dcd45ff4  john-1.7.3.4.tar.bz2
-889eabfd96fdd6dc888d68834d1e18b5  john-1.7.3.4.tar.bz2.sign
+321ac0793f1aa4f0603b33a393133756  john-1.7.6.tar.bz2
+86f0602b421d50454ddc73294d5423b1  john-1.7.6.tar.bz2.sign


More information about the scm-commits mailing list