diff --git a/checkmedia-2.5.tar.bz2 b/checkmedia-2.5.tar.bz2 deleted file mode 100644 index 24b8ad3..0000000 --- a/checkmedia-2.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2002ed9360e7182007d5fd6ac3a69f2954a0de98e9cc66b29195755332a558c8 -size 15095 diff --git a/checkmedia-3.0.tar.bz2 b/checkmedia-3.0.tar.bz2 new file mode 100644 index 0000000..895b0da --- /dev/null +++ b/checkmedia-3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb9e6cc8c79f6004c3dfb3e31659684c0e68ddb5c20ede481c614ff9ab216e7 +size 31886 diff --git a/checkmedia.changes b/checkmedia.changes index b316145..f3dc4f8 100644 --- a/checkmedia.changes +++ b/checkmedia.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 25 11:13:55 CET 2012 - snwint@suse.de + +- support more digests: md5, sha1, sha224, sha256, sha384, sha512 +- changed license to gpl3 +- new major version + ------------------------------------------------------------------- Sat Sep 17 22:51:40 UTC 2011 - jengelh@medozas.de diff --git a/checkmedia.spec b/checkmedia.spec index 524f109..b0a05f9 100644 --- a/checkmedia.spec +++ b/checkmedia.spec @@ -1,7 +1,7 @@ # # spec file for package checkmedia # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ Name: checkmedia -License: GPL-2.0+ +License: GPL-3.0+ Group: System/Management Summary: Check Installation Media -Version: 2.5 +Version: 3.0 Release: 1 Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,7 +37,7 @@ make %{?_smp_mflags} %install install -d -m 755 %{buildroot}/usr/bin - install -m 755 checkmedia tagmedia %{buildroot}/usr/bin + make install DESTDIR=%{buildroot} %files %defattr(-,root,root)