-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from matyasselmeci/pr/dont-package-grid-securi…
…ty-certificates Don't package /etc/grid-security/certificates
- Loading branch information
Showing
4 changed files
with
12 additions
and
5 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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
globus-gsi-sysconfig (9.2-2+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Don't package /etc/grid-security/certificates | ||
|
||
-- Frank Scheiner <[email protected]> Tue, 27 Aug 2019 14:25:43 +0200 | ||
|
||
globus-gsi-sysconfig (9.2-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Doxygen fixes | ||
|
1 change: 0 additions & 1 deletion
1
packaging/debian/globus-gsi-sysconfig/debian/libglobus-gsi-sysconfig1.install
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,3 +1,2 @@ | ||
debian/tmp/usr/lib/*/libglobus_gsi_sysconfig.so.* | ||
debian/tmp/etc/grid-security | ||
debian/tmp/etc/grid-security/certificates |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Name: globus-gsi-sysconfig | |
%global soname 1 | ||
%global _name %(echo %{name} | tr - _) | ||
Version: 9.2 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: Grid Community Toolkit - Globus GSI System Config Library | ||
|
||
Group: System Environment/Libraries | ||
|
@@ -113,7 +113,7 @@ make install DESTDIR=$RPM_BUILD_ROOT | |
rm $RPM_BUILD_ROOT%{_libdir}/*.la | ||
|
||
# Create config directory | ||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/grid-security/certificates | ||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/grid-security | ||
|
||
%check | ||
make %{?_smp_mflags} check VERBOSE=1 | ||
|
@@ -126,7 +126,6 @@ make %{?_smp_mflags} check VERBOSE=1 | |
%defattr(-,root,root,-) | ||
%{_libdir}/libglobus_gsi_sysconfig.so.* | ||
%dir %{_sysconfdir}/grid-security | ||
%dir %{_sysconfdir}/grid-security/certificates | ||
%dir %{_pkgdocdir} | ||
%doc %{_pkgdocdir}/GLOBUS_LICENSE | ||
|
||
|
@@ -145,6 +144,9 @@ make %{?_smp_mflags} check VERBOSE=1 | |
%doc %{_pkgdocdir}/GLOBUS_LICENSE | ||
|
||
%changelog | ||
* Wed Jun 19 2019 Mátyás Selmeci <[email protected]> - 9.2-2 | ||
- Don't package /etc/grid-security/certificates | ||
|
||
* Wed Nov 21 2018 Mattias Ellert <[email protected]> - 9.2-1 | ||
- Doxygen fixes | ||
|
||
|