-
-
Notifications
You must be signed in to change notification settings - Fork 104
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 #301 from arkane-systems/dev-2.5
Dev 2.5
- Loading branch information
Showing
14 changed files
with
95 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,8 @@ default: | |
# | ||
# make package | ||
# make package-debian | ||
# make package-debian-arm64 | ||
# make package-debian-amd64 | ||
# make package-debian-arm64 | ||
# make package-tar | ||
# make package-arch (requires Arch packaging environment) | ||
# make package-fedora (requires Fedora packaging environment) | ||
|
@@ -68,12 +69,12 @@ package-debian: package-debian-amd64 package-debian-arm64 | |
|
||
package-debian-amd64: make-output-directory | ||
mkdir -p out/debian | ||
debuild -us -uc | ||
debuild --no-sign | ||
mv ../systemd-genie_* out/debian | ||
|
||
package-debian-arm64: make-output-directory | ||
mkdir -p out/debian | ||
debuild -aarm64 -us -uc | ||
debuild -aarm64 -b --no-sign | ||
mv ../systemd-genie_* out/debian | ||
|
||
clean-debian: | ||
|
@@ -148,9 +149,6 @@ internal-package: | |
# Unit files. | ||
install -Dm 0644 -o root "othersrc/lib-systemd-system/[email protected]/override.conf" -t "$(SVCDIR)/[email protected]" | ||
|
||
# binfmt.d | ||
install -Dm 0644 -o root "othersrc/usr-lib/binfmt.d/WSLInterop.conf" -t "$(USRLIBDIR)/binfmt.d" | ||
|
||
# tmpfiles.d | ||
install -Dm 0644 -o root "othersrc/usr-lib/tmpfiles.d/wslg.conf" -t "$(USRLIBDIR)/tmpfiles.d" | ||
|
||
|
@@ -169,6 +167,8 @@ internal-supplement: | |
mkdir -p "$(MAN8DIR)" | ||
|
||
# this bit would ordinarily be handed by debuild, etc. | ||
|
||
|
||
cp "othersrc/docs/genie.8" /tmp/genie.8 | ||
gzip -f9 "/tmp/genie.8" | ||
install -Dm 0644 -o root "/tmp/genie.8.gz" -t "$(MAN8DIR)" | ||
|
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
git+https://github.com/zalando/python-nsenter@b7fd78fef24c456d88130c75fe734417728e97e8 | ||
python_hosts>=1.0.1 | ||
# psutil>=5.9.0 (should be handled by apt package) |
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,14 @@ | ||
systemd-genie (2.5) bullseye bookworm sid focal jammy; urgency=medium | ||
|
||
* Fixed Debian multiarch packaging. | ||
* Dynamically build WSLInterop.conf based on existing (fixes #287, #295). | ||
* Fix for schrödinbug (fixes #298). | ||
* Allow for faster timeout when system in degraded state. | ||
* Added note and referrer about native systemd support. | ||
* Added bottle-imp conflict to packages. | ||
|
||
-- Alistair Young <[email protected]> Fri, 23 Sep 2022 15:00:00 -0500 | ||
|
||
systemd-genie (2.4) bullseye bookworm sid focal jammy; urgency=medium | ||
|
||
* Deprecated support for Debian buster and Ubuntu bionic. | ||
|
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Must be setuid | ||
elevated-privileges usr/bin/genie 6755 root/root | ||
elevated-privileges 6755 root/root [usr/bin/genie] |
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,5 +1,5 @@ | ||
%global project https://github.com/arkane-systems/genie/ | ||
%global version 2.4 | ||
%global version 2.5 | ||
|
||
%global debug_package %{nil} | ||
%global _enable_debug_package 0 | ||
|
@@ -23,6 +23,7 @@ Requires: python3-pip | |
Requires: python3-psutil | ||
Requires: systemd >= 232.25 | ||
Requires: systemd-container >= 232.25 | ||
Conflicts: bottle-imp | ||
# BuildRequires: git | ||
BuildRequires: make | ||
|
||
|
@@ -43,7 +44,6 @@ install -d -p %{buildroot}%{_exec_prefix}/lib/%{name} | |
install -d -p %{buildroot}%{_exec_prefix}/lib/systemd/system-environment-generators | ||
install -d -p %{buildroot}%{_exec_prefix}/lib/systemd/user-environment-generators | ||
install -d -p %{buildroot}%{_exec_prefix}/lib/tmpfiles.d | ||
install -d -p %{buildroot}%{_exec_prefix}/lib/binfmt.d | ||
install -d -p %{buildroot}%{_bindir} | ||
install -d -p %{buildroot}%{_unitdir} | ||
install -d -p %{buildroot}%{_unitdir}/[email protected] | ||
|
@@ -57,7 +57,6 @@ if [ $1 -eq 0 ]; then | |
rm -f %{_bindir}/%{name} | ||
rm -rf %{_exec_prefix}/lib/%{name}/* | ||
rm -f %{_unitdir}/[email protected]/override.conf | ||
rm -f %{_exec_prefix}/lib/binfmt.d/WSLInterop.conf | ||
rm -f %{_exec_prefix}/lib/tmpfiles.d/wslg.conf | ||
rm -f %{_exec_prefix}/lib/systemd/system-environment-generators/80-genie-envar.sh | ||
rm -f %{_exec_prefix}/lib/systemd/user-environment-generators/80-genie-envar.sh | ||
|
@@ -73,13 +72,20 @@ rm -rf %{buildroot} | |
%{_exec_prefix}/lib/%{name}/* | ||
%config %{_sysconfdir}/genie.ini | ||
%{_unitdir}/[email protected]/override.conf | ||
%{_exec_prefix}/lib/binfmt.d/WSLInterop.conf | ||
%{_exec_prefix}/lib/tmpfiles.d/wslg.conf | ||
%{_exec_prefix}/lib/systemd/system-environment-generators/80-genie-envar.sh | ||
%{_exec_prefix}/lib/systemd/user-environment-generators/80-genie-envar.sh | ||
%doc %{_mandir}/man8/genie.8.gz | ||
|
||
%changelog | ||
* Fri Sep 23 2022 Alistair Young <[email protected]> 2.5-1 | ||
- Fixed Debian multiarch packaging. | ||
- Dynamically build WSLInterop.conf based on existing (fixes #287, #295). | ||
- Fix for schrödinbug (fixes #298). | ||
- Allow for faster timeout when system in degraded state. | ||
- Added note and referrer about native systemd support. | ||
- Added bottle-imp conflict to packages. | ||
|
||
* Sat Jun 25 2022 Alistair Young <[email protected]> 2.4-1 | ||
- Fixed missing dependency versions. | ||
- Python refactoring. | ||
|
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
[Service] | ||
ExecStartPost=/usr/lib/genie/map-user-runtime-dir.sh %i | ||
ExecStart= | ||
ExecStart=/lib/systemd/systemd-user-runtime-dir start %i | ||
ExecStart=/usr/lib/genie/map-user-runtime-dir.sh %i | ||
ExecStop= | ||
ExecStop=/usr/lib/genie/unmap-user-runtime-dir.sh %i | ||
ExecStop=/lib/systemd/systemd-user-runtime-dir stop %i |
This file was deleted.
Oops, something went wrong.