- support more digests: md5, sha1, sha224, sha256, sha384, sha512

- changed license to gpl3
- new major version

OBS-URL: https://build.opensuse.org/package/show/system:install:head/checkmedia?expand=0&rev=13
This commit is contained in:
Steffen Winterfeldt 2012-01-25 10:15:58 +00:00 committed by Git OBS Bridge
parent 69d412436a
commit ab4cc01710
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2002ed9360e7182007d5fd6ac3a69f2954a0de98e9cc66b29195755332a558c8
size 15095

3
checkmedia-3.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdb9e6cc8c79f6004c3dfb3e31659684c0e68ddb5c20ede481c614ff9ab216e7
size 31886

View File

@ -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

View File

@ -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
%files
%defattr(-,root,root)