Skip to content

Commit

Permalink
Update packaging files
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed May 17, 2021
1 parent b2f545d commit 4658fcb
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
ltb-project-service-desk (0.4-1) unstable; urgency=low

* gh#19: Display expiration date
* gh#20: fix(undefined)
* gh#22: Configure cache dir and template cache dir
* gh#26: Remove datepicker
* gh#27: Display expiration date
* gh#30: Move cache dirs in /var
* gh#31: Docker Container
* gh#36: feat(docker)
* gh#37: Dashboard to list locked accounts
* gh#38: Dashboard page for locked accounts
* gh#39: Dashboard expired passwords
* gh#40: Dashboard will expire passwords
* gh#42: Dashboard idle accounts
* gh#44: Multi tenancy

-- Clement Oudot <[email protected]> Mon, 17 May 2021 12:00:00 +0200

ltb-project-service-desk (0.3-1) unstable; urgency=low

* Bug #15: Handle the case where pwdAccountLockedTime is set but pwdLockoutDuration is not set or is equal to 0
Expand Down
17 changes: 16 additions & 1 deletion packaging/rpm/SPECS/service-desk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#=================================================
%define sd_name service-desk
%define sd_realname ltb-project-%{name}
%define sd_version 0.3
%define sd_version 0.4
%define sd_destdir /usr/share/%{name}
%define sd_cachedir /var/cache/%{name}

Expand Down Expand Up @@ -113,6 +113,21 @@ rm -rf %{buildroot}
# Changelog
#=================================================
%changelog
* Mon May 17 2021 - Clement Oudot <[email protected]> - 0.4-1
- gh#19: Display expiration date
- gh#20: fix(undefined)
- gh#22: Configure cache dir and template cache dir
- gh#26: Remove datepicker
- gh#27: Display expiration date
- gh#30: Move cache dirs in /var
- gh#31: Docker Container
- gh#36: feat(docker)
- gh#37: Dashboard to list locked accounts
- gh#38: Dashboard page for locked accounts
- gh#39: Dashboard expired passwords
- gh#40: Dashboard will expire passwords
- gh#42: Dashboard idle accounts
- gh#44: Multi tenancy
* Mon Jun 29 2020 - Clement Oudot <[email protected]> - 0.3-1
- Bug #15: Handle the case where pwdAccountLockedTime is set but pwdLockoutDuration is not set or is equal to 0
- Feature #16: Possibility to lock an account
Expand Down

0 comments on commit 4658fcb

Please sign in to comment.