Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1976225 Details for
Bug 2218606
Review Request: migrate - Go database migrations library and program
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 6126367 to 6179446
spec-from-6126367-to-6179446.diff (text/plain), 2.79 KB, created by
Fedora Review Service
on 2023-07-17 17:14:21 UTC
(
hide
)
Description:
The .spec file difference from Copr build 6126367 to 6179446
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2023-07-17 17:14:21 UTC
Size:
2.79 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/6126367 >+++ https://copr.fedorainfracloud.org/coprs/build/6179446 >@@ -10,8 +10,15 @@ > > # Generated by go2rpm 1.9.0 > >-# Passed to %%gobuild via the environment variable BUILDTAGS. Add the source or >-# database build tag to this macro to include it in the build. >+# Tests are skipped because they rely on dktest, a container testing harness >+# that expects to have access to the Internet as well as a running docker daemon >+# on the test host. >+%bcond_with check >+ >+# Passed to %%gobuild via the environment variable BUILDTAGS. >+# Build the migrate program with a subset of databases and sources enabled. Add >+# the database or source here when adding additional dependencies to this >+# package. > %global _gobuildtags file iofs sqlite3 postgres > > # https://github.com/golang-migrate/migrate >@@ -24,7 +31,15 @@ > Go database migrations library and program.} > > %global golicenses LICENSE >-%global godocs CONTRIBUTING.md FAQ.md GETTING_STARTED.md MIGRATIONS.md README.md SECURITY.md cmd/migrate/README.md database/sqlite3/README.md source/iofs/README.md >+%global godocs CONTRIBUTING.md \\\ >+ FAQ.md \\\ >+ GETTING_STARTED.md \\\ >+ MIGRATIONS.md \\\ >+ README.md \\\ >+ SECURITY.md \\\ >+ migrate-README.md \\\ >+ sqlite3-README.md \\\ >+ iofs-README.md > > Name: %{goname} > Release: %autorelease >@@ -35,7 +50,7 @@ > Source: %{gosource} > > # Do not use %%go_generate_buildrequires; the list of built-in sources and >-# databases is maintained manually. >+# databases is maintained manually (see _gobuildtags above). > > # General dependencies > BuildRequires: golang(github.com/hashicorp/go-multierror) >@@ -65,20 +80,31 @@ > %gopkginstall > install -m 0755 -vd %{buildroot}%{_bindir} > install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ >+mv cmd/migrate/README.md migrate-README.md >+mv database/sqlite3/README.md sqlite3-README.md >+mv source/iofs/README.md iofs-README.md > >+%if %{with check} > %check >-# Tests are skipped because they rely on dktest, a container testing harness >-# that expects to have access to the Internet as well as a running docker daemon >-# on the test host. >+%gocheck >+%endif > > %files > %license LICENSE >-%doc %godocs >+%doc CONTRIBUTING.md >+%doc FAQ.md >+%doc GETTING_STARTED.md >+%doc MIGRATIONS.md >+%doc README.md >+%doc SECURITY.md >+%doc migrate-README.md >+%doc sqlite3-README.md >+%doc iofs-README.md > %{_bindir}/* > > %gopkgfiles > > %changelog >-* Thu Jun 29 2023 Link Dupont <linkdupont@fedoraproject.org> - 4.16.2-1 >-- Uncommitted changes >+* Mon Jul 17 2023 Link Dupont <link@sub-pop.net> - 4.16.2-1 >+- Initial package >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2218606
: 1976225 |
1976549
|
1976943