Skip to content

Commit ffcac8d

Browse files
committed
add sgugshell into the minimal ball for simplicity
1 parent a72b2fd commit ffcac8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.65)
22
AC_INIT([sgug-rpm-tools],
3-
[0.1.8],
3+
[0.1.9],
44
55

66
AC_SUBST(ACLOCAL_AMFLAGS, "-I macros")

src/sgug-rpm-tools/sgug_minimal_computer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ int main(int argc, char**argv)
219219
special_packages.emplace("gzip");
220220
special_packages.emplace("xz");
221221
special_packages.emplace("unzip");
222-
/*special_packages.emplace("sgugshell");*/
222+
special_packages.emplace("sgugshell");
223223
special_packages.emplace("dnf-data");
224224
special_packages.emplace("microdnf");
225225
special_packages.emplace("tdnf");

0 commit comments

Comments
 (0)