aboutsummaryrefslogtreecommitdiff
path: root/laps.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-03-22 15:20:18 -0400
committerB Stack <bgstack15@gmail.com>2021-03-22 15:20:18 -0400
commit14ecb4ea7513d9fd528c374db176eedd8da72233 (patch)
treeafba91e08e7cb9eca2ed037fc77c9337df298956 /laps.spec
parentMerge branch 'cyberboxster-master-patch-30594' into 'master' (diff)
downloadlaps-14ecb4ea7513d9fd528c374db176eedd8da72233.tar.gz
laps-14ecb4ea7513d9fd528c374db176eedd8da72233.tar.bz2
laps-14ecb4ea7513d9fd528c374db176eedd8da72233.zip
version bump and rename .cron file
Fix #10, #11, and #12
Diffstat (limited to 'laps.spec')
-rw-r--r--laps.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/laps.spec b/laps.spec
index 2b8bf26..a980da9 100644
--- a/laps.spec
+++ b/laps.spec
@@ -11,7 +11,8 @@ Source0: laps-%{version}.tgz
BuildArch: noarch
BuildRequires: coreutils
-Requires: bgscripts-core >= 1.4.4
+# 1.5.3 fixes #10 (bgscripts#41)
+Requires: bgscripts-core >= 1.5.3
Requires: krb5-workstation
Requires: openldap-clients
Requires: passwd
@@ -40,9 +41,12 @@ cp -pr %{name}*/src/* "%{buildroot}"
%files
%doc %{_docdir}/%{name}/*
%config %attr(644, -, -) %{_sysconfdir}/%{name}/*
-%config %attr(600, -, -) %{_sysconfdir}/cron.d/*.cron
+%config %attr(600, -, -) %{_sysconfdir}/cron.d/*
%{_datadir}/%{name}
%changelog
-* Thu Jul 18 2019 B Stack <bgstack15@gmail.com> 0.0.5-1
+* Mon Mar 22 2021 B. Stack <bgstack15@gmail.com> - 0.0.5-1
+- Version bump
+
+* Thu Jul 18 2019 B Stack <bgstack15@gmail.com> 0.0.4-2
- rpm built
bgstack15