[cpp-linbuild] 07/25: Note RPM install collision issue on dependency version bump

Scott Cantor cantor.2 at osu.edu
Mon Apr 5 12:46:50 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=e0527ef36705a4bd184d0939e40c2c6e95c51542

commit e0527ef36705a4bd184d0939e40c2c6e95c51542
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Tue Dec 22 16:55:15 2020 -0500

    Note RPM install collision issue on dependency version bump
    
    After updating a component, that component's products from the
    previous version must be removed by hand before rebuilding
    its dependants.
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 56a7de8..7605d18 100644
--- a/Makefile
+++ b/Makefile
@@ -206,6 +206,7 @@ $(foreach platform,$(PLATFORMS),$(foreach component,$(COMPONENTS),$(eval $(call
 
 # TODO:
 #  update components to latest versions (opensaml 3.1.0, sp 3.1.0.2)
+#  delete stale products on version bump
 #  add a clean target
 #  teach each image to depend on the build scripts for that image
 #  refresh an affected image in the event one of its dependencies changes

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list