diff options
author | B Stack <bgstack15@gmail.com> | 2018-10-24 15:25:57 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-10-24 15:25:57 -0400 |
commit | 6a3dea9f785d0a3412dfd647a3a0123635e0c9c0 (patch) | |
tree | d3b827e948263d1dfde9a497fe65d7679332d417 /laps.spec | |
parent | rpm spec %install uses %{name}*/ dir (diff) | |
download | laps-6a3dea9f785d0a3412dfd647a3a0123635e0c9c0.tar.gz laps-6a3dea9f785d0a3412dfd647a3a0123635e0c9c0.tar.bz2 laps-6a3dea9f785d0a3412dfd647a3a0123635e0c9c0.zip |
release 0.0.2
fix $2 read action should provide date of expiration on -d 1
fix #3 add readme.md to front directory
fix #4 laps does not recognize expired kerberos tickets
rpm: actually complete builds with rpkg on copr
Diffstat (limited to 'laps.spec')
-rw-r--r-- | laps.spec | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ %define debug_package %{nil} Name: laps -Version: 0.0.1 -Release: 2 +Version: 0.0.2 +Release: 1 Summary: local administrator password solution Group: system @@ -44,5 +44,5 @@ cp -pr %{name}*/src/* "%{buildroot}" %{_datadir}/%{name} %changelog -* Tue Oct 23 2018 B Stack <bgstack15@gmail.com> 0.0.1-1 +* Wed Oct 24 2018 B Stack <bgstack15@gmail.com> 0.0.2-1 - initial rpm built |