@@ -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