Skip to content

Commit 4222484

Browse files
committed
Update packaging files
1 parent ba904d1 commit 4222484

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

packaging/debian/changelog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
python3-caso (4.1.0-1) stable; urgency=medium
2+
3+
* [a74fb28] Remove duplicated option
4+
* [1142758] Let operators mark projects directly on keystone
5+
* [ce9e416] Use Keystone properties to load VO mapping.
6+
* [fc039e2] Move VM status method to Nova extractor
7+
* [3982e48] nova: move accelerator and benchmark options to correct place
8+
* [416d2f7] extractors: move projects options to correct place
9+
* [91f4e8e] Load VO mapping in correct place
10+
* [8fef5fe] Move all clients to the base class
11+
* [01eab94] Remove old last run file management
12+
* [4f0252c] Add migrate command to ease migration
13+
* [b89fbc1] Set UUID also for IP records
14+
* [a8e6d5b] Provide better error message when pushing records
15+
* [4bda67d] Fix noop messenger
16+
* [bb8ffee] Include project names in project listing
17+
* [93b9df3] Update documentation
18+
* [b014846] Include caso-projects in usage commands
19+
* [6aaad9d] Remove deprecated option
20+
21+
-- Alvaro Lopez Garcia <[email protected]> Mon, 10 Apr 2023 14:29:16 +0200
22+
123
python3-caso (4.0.0-1) stable; urgency=medium
224

325
[ Alvaro Lopez Garcia ]

packaging/redhat/caso.spec

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,33 @@ mv %{buildroot}/usr/etc/ %{buildroot}/etc
5151

5252
%files
5353
%{_bindir}/caso-extract
54+
%{_bindir}/caso-mapping-migrate
55+
%{_bindir}/caso-projects
5456
%{python3_sitelib}/caso/
5557
%{python3_sitelib}/caso-%{version}*
5658
%config /etc/caso/caso.conf.sample
5759
%config /etc/caso/voms.json.sample
5860
%exclude /etc/caso/caso-config-generator.conf
5961

6062
%changelog
63+
* Mon Apr 10 2023 Alvaro Lopez Garcia <[email protected]> 4.1.0
64+
- Remove duplicated option
65+
- Let operators mark projects directly on keystone
66+
- Use Keystone properties to load VO mapping.
67+
- Move VM status method to Nova extractor
68+
- nova: move accelerator and benchmark options to correct place
69+
- extractors: move projects options to correct place
70+
- Load VO mapping in correct place
71+
- Move all clients to the base class
72+
- Remove old last run file management
73+
- Add migrate command to ease migration
74+
- Set UUID also for IP records
75+
- Provide better error message when pushing records
76+
- Fix noop messenger
77+
- Include project names in project listing
78+
- Update documentation
79+
- Include caso-projects in usage commands
80+
- Remove deprecated option
6181
* Thu Mar 20 2023 Alvaro Lopez Garcia <[email protected]> 4.0.0
6282
- Remove deprecated extractor base class
6383
- Allow to configure more than one extractor

0 commit comments

Comments
 (0)