-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare new release, build with AlmaLinux, drop deprecated meta-packa…
…ges. (#3) Prepare new release, build with AlmaLinux, drop deprecated meta-packages. This PR/documentation assumes that we will always build/release all the meta-packages for every new GitHub tag/release. The packages versions and the tag are currently aligned, but in the future we could expect that they could diverge/no more be synchronised if only one package is updated. ## [1.1.0] - 2023-03-17 ### Changed - emi-bdii-site 1.1.0: update and package documentation, build using GitHub actions (#2) (Baptiste Grenier) - emi-bdii-top 1.1.0: update and package documentation, build using GitHub actions (#2) (Baptiste Grenier) - emi-resource-information-service 1.1.0: update and package documentation, build using GitHub actions (#2) (Baptiste Grenier)
- Loading branch information
Showing
16 changed files
with
115 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
extends: default | ||
|
||
rules: | ||
line-length: | ||
max: 140 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
from Config import * | ||
|
||
# Remove non issue about a devel-dependency due to package name | ||
addFilter(".*devel-dependency glite-info-static") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: emi-bdii-site | ||
Version: 1.0.2 | ||
Version: 1.1.0 | ||
Release: 1%{?dist} | ||
Summary: Metapackage for site BDII | ||
Summary: Meta-package for Site BDII | ||
Group: Unknown | ||
License: ASL 2.0 | ||
URL: https://github.com/EGI-Foundation/gridinfo-meta-packages | ||
|
@@ -23,10 +23,10 @@ Requires: glite-info-static | |
%setup -q | ||
|
||
%build | ||
rm -rf %{buildroot} | ||
make install prefix=%{buildroot} | ||
|
||
%install | ||
rm -rf %{buildroot} | ||
make install prefix=%{buildroot} | ||
|
||
%clean | ||
rm -rf %{buildroot} | ||
|
@@ -37,6 +37,9 @@ rm -rf %{buildroot} | |
%license /usr/share/licenses/%{name}-%{version}/LICENSE.txt | ||
|
||
%changelog | ||
* Fri Mar 17 2023 Baptiste Grenier <[email protected]> - 1.1.0-1 | ||
- Build and release using GitHub Actions (#2) (Baptiste Grenier) | ||
|
||
* Fri Sep 04 2015 Maria Alandes <[email protected]> - 1.0.2-1 | ||
- Removing yaim dependency (which is not available in CENTOS7) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: emi-bdii-top | ||
Version: 1.0.3 | ||
Version: 1.1.0 | ||
Release: 2%{?dist} | ||
Summary: Metapackage for Top BDII | ||
Summary: Meta-package for Top BDII | ||
Group: Unknown | ||
License: ASL 2.0 | ||
URL: https://github.com/EGI-Foundation/gridinfo-meta-packages | ||
|
@@ -23,10 +23,10 @@ Requires: glite-info-update-endpoints | |
%setup -q | ||
|
||
%build | ||
rm -rf %{buildroot} | ||
make install prefix=%{buildroot} | ||
|
||
%install | ||
rm -rf %{buildroot} | ||
make install prefix=%{buildroot} | ||
|
||
%clean | ||
rm -rf %{buildroot} | ||
|
@@ -37,6 +37,9 @@ rm -rf %{buildroot} | |
%license /usr/share/licenses/%{name}-%{version}/LICENSE.txt | ||
|
||
%changelog | ||
* Fri Mar 17 2023 Baptiste Grenier <[email protected]> - 1.1.0-1 | ||
- Build and release using GitHub Actions (#2) (Baptiste Grenier) | ||
|
||
* Fri Sep 04 2015 Maria Alandes <[email protected]> - 1.0.3-2 | ||
- Removing yaim dependeny (Which is not available in CENTOS7) | ||
|
||
|
Oops, something went wrong.