aboutsummaryrefslogtreecommitdiff
path: root/laps.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-10-24 15:25:57 -0400
committerB Stack <bgstack15@gmail.com>2018-10-24 15:25:57 -0400
commit6a3dea9f785d0a3412dfd647a3a0123635e0c9c0 (patch)
treed3b827e948263d1dfde9a497fe65d7679332d417 /laps.spec
parentrpm spec %install uses %{name}*/ dir (diff)
downloadlaps-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.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/laps.spec b/laps.spec
index ef59c20..da57c47 100644
--- a/laps.spec
+++ b/laps.spec
@@ -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
bgstack15