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: Drop use of /usr/etc/ and instead place files in /etc (#310)
ostree handles the conversion to /usr/etc automatically
- Loading branch information
Showing
11 changed files
with
29 additions
and
23 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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.2 | ||
Version: 0.3 | ||
Release: 1%{?dist} | ||
Summary: Signing files and keys for Universal Blue | ||
License: MIT | ||
|
@@ -21,26 +21,29 @@ Adds files and keys for signing Universal Blue images | |
|
||
%build | ||
mkdir -p -m0755 %{buildroot}%{_datadir}/%{VENDOR} | ||
mkdir -p -m0755 %{buildroot}%{_exec_prefix}/etc/containers/registries.d | ||
mkdir -p -m0755 %{buildroot}%{_exec_prefix}/etc/pki | ||
mkdir -p -m0755 %{buildroot}%{_sysconfdir}/containers/registries.d | ||
mkdir -p -m0755 %{buildroot}%{_sysconfdir}/pki | ||
|
||
tar xf %{SOURCE0} -C %{buildroot}%{_datadir}/%{VENDOR} --strip-components=1 | ||
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}/%{_exec_prefix}/etc/containers/policy.json | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_exec_prefix}/etc/containers/registries.d/ublue-os.yaml | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_exec_prefix}/etc/pki/containers/ublue-os.pub | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_exec_prefix}/etc/containers/registries.d/quay.io-toolbx-images.yaml | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_exec_prefix}/etc/pki/containers/quay.io-toolbx-images.pub | ||
%attr(0644,root,root) %{_exec_prefix}/etc/containers/policy.json | ||
%attr(0644,root,root) %{_exec_prefix}/etc/containers/registries.d/ublue-os.yaml | ||
%attr(0644,root,root) %{_exec_prefix}/etc/pki/containers/ublue-os.pub | ||
%attr(0644,root,root) %{_exec_prefix}/etc/containers/registries.d/quay.io-toolbx-images.yaml | ||
%attr(0644,root,root) %{_exec_prefix}/etc/pki/containers/quay.io-toolbx-images.pub | ||
%attr(0644,root,root) %{_datadir}/%{VENDOR}/%{sub_name}/%{_sysconfdir}/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) %{_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 | ||
* Wed Aug 07 2024 Kyle Gospodnetich <[email protected]> - 0.3 | ||
- Moved files from /usr/etc/ to /etc/ | ||
|
||
* Sat May 18 2024 qoijjj <[email protected]> - 0.2 | ||
- Add signature verification for toolbx images | ||
|
||
|
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-update-services | ||
Packager: ublue-os | ||
Vendor: ublue-os | ||
Version: 0.8 | ||
Version: 0.9 | ||
Release: 1%{?dist} | ||
Summary: Automatic updates for rpm-ostree and flatpak | ||
License: MIT | ||
|
@@ -59,12 +59,15 @@ tar xf %{SOURCE0} -C %{buildroot} --strip-components=2 --exclude etc/rpm-ostreed | |
%attr(0644,root,root) %{_exec_prefix}/lib/systemd/user-preset/10-flatpak-user-update.preset | ||
%attr(0644,root,root) %{_exec_prefix}/lib/systemd/user/flatpak-user-update.service | ||
%attr(0644,root,root) %{_exec_prefix}/lib/systemd/user/flatpak-user-update.timer | ||
%attr(0644,root,root) %{_exec_prefix}/%{_sysconfdir}/systemd/system/rpm-ostreed-automatic.timer.d/override.conf | ||
%attr(0644,root,root) %{_exec_prefix}/%{_sysconfdir}/systemd/system/rpm-ostreed-automatic.service.d/override.conf | ||
%attr(0644,root,root) %{_sysconfdir}/systemd/system/rpm-ostreed-automatic.timer.d/override.conf | ||
%attr(0644,root,root) %{_sysconfdir}/systemd/system/rpm-ostreed-automatic.service.d/override.conf | ||
|
||
|
||
|
||
%changelog | ||
* Wed Aug 7 2024 Kyle Gospodnetich <[email protected]> - 0.9 | ||
- Use etc over usr etc folder | ||
|
||
* Mon Oct 2 2023 ArtikusHG <[email protected]> - 0.8 | ||
- Add metered connection check to system and flatpak update services | ||
|
||
|