generated from ublue-os/udev-rules
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Move policy.json back to /usr/etc temporarily while issues are w…
…orked out
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
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: ublue-os-signing | ||
Packager: ublue-os | ||
Vendor: ublue-os | ||
Version: 0.3 | ||
Version: 0.4 | ||
Release: 1%{?dist} | ||
Summary: Signing files and keys for Universal Blue | ||
License: MIT | ||
|
@@ -29,18 +29,21 @@ tar xf %{SOURCE0} -C %{buildroot} --strip-components=2 | |
|
||
%files | ||
%dir %attr(0755,root,root) %{_datadir}/%{VENDOR}/%{sub_name} | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_sysconfdir}/containers/policy.json | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_exec_prefix}/etc/containers/policy.json | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_sysconfdir}/containers/registries.d/ublue-os.yaml | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_sysconfdir}/pki/containers/ublue-os.pub | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_sysconfdir}/containers/registries.d/quay.io-toolbx-images.yaml | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_sysconfdir}/pki/containers/quay.io-toolbx-images.pub | ||
%attr(0644,root,root) %{_sysconfdir}/containers/policy.json | ||
%attr(0644,root,root) %{_exec_prefix}/etc/containers/policy.json | ||
%attr(0644,root,root) %{_sysconfdir}/containers/registries.d/ublue-os.yaml | ||
%attr(0644,root,root) %{_sysconfdir}/pki/containers/ublue-os.pub | ||
%attr(0644,root,root) %{_sysconfdir}/containers/registries.d/quay.io-toolbx-images.yaml | ||
%attr(0644,root,root) %{_sysconfdir}/pki/containers/quay.io-toolbx-images.pub | ||
|
||
%changelog | ||
* Thu Aug 08 2024 Kyle Gospodnetich <[email protected]> - 0.4 | ||
- Moved policy.json back to /usr/etc/ temporarily | ||
|
||
* Wed Aug 07 2024 Kyle Gospodnetich <[email protected]> - 0.3 | ||
- Moved files from /usr/etc/ to /etc/ | ||
|
||
|