1 |
Summary: a random password generator |
Summary: a random password generator |
2 |
%define name randpw |
%define name randpw |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.0.3 |
%define version 0.0.4 |
5 |
%define release 1 |
%define release 2 |
6 |
Epoch: 9 |
Epoch: 9 |
7 |
Version: %{version} |
Version: %{version} |
8 |
Release: %{release}.el6 |
Release: %{release}%{?dist} |
9 |
License: GPL |
License: GPL |
10 |
URL: http://www.contribs.org |
URL: http://www.contribs.org |
11 |
Group: SMEserver/addon |
Group: SMEserver/addon |
13 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
14 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
15 |
AutoReqProv: no |
AutoReqProv: no |
16 |
|
Requires: openssl |
17 |
%description |
%description |
18 |
a random password generator created by Hsing-Foo Wang hsingfoo@gmail.com |
a random password generator created by Hsing-Foo Wang hsingfoo@gmail.com |
19 |
|
|
20 |
%changelog |
%changelog |
21 |
|
* Sat Jul 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.4-2 |
22 |
|
- openssl is now used to generate the password |
23 |
|
- You must give an argument greater or equal than 8 |
24 |
|
|
25 |
* Wed Oct 08 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.3-1 |
* Wed Oct 08 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.3-1 |
26 |
- new options added to prevent No argument, a negative number, |
- new options added to prevent No argument, a negative number, |
27 |
- zero and non integer argument or a no integer argument part |
- zero and non integer argument or a no integer argument part |
50 |
|
|
51 |
%files |
%files |
52 |
%defattr(-,root,root) |
%defattr(-,root,root) |
53 |
%attr(754, root,root) /usr/bin/randpw |
%attr(755, root,root) /usr/bin/randpw |
|
|
|