File tree Expand file tree Collapse file tree 4 files changed +191
-127
lines changed Expand file tree Collapse file tree 4 files changed +191
-127
lines changed Original file line number Diff line number Diff line change
1
+ --- tdnf-3.1.5-orig/tools/cli/lib/output.c 2021-10-06 18:39:26.000000000 +0000
2
+ +++ tdnf-3.1.5/tools/cli/lib/output.c 2021-11-17 21:14:29.710175680 +0000
3
+ @@ -20,6 +20,7 @@
4
+ */
5
+
6
+ #include "includes.h"
7
+ + #include <sys/termios.h>
8
+
9
+ void
10
+ ShowConsoleProps(
Original file line number Diff line number Diff line change 1
- --- tdnf-3.0.0-beta- orig/client/defines.h 2020 -10-27 01:14:06 .000000000 +0000
2
- +++ tdnf-3.0.0 /client/defines.h 2020-12-19 20:43:27.407203760 +0000
1
+ --- tdnf-3.1.5- orig/client/defines.h 2021 -10-06 18:39:26 .000000000 +0000
2
+ +++ tdnf-3.1.5 /client/defines.h 2021-11-17 20:39:21.042920320 +0000
3
3
@@ -59,7 +59,7 @@
4
4
5
5
//Repo defines
9
9
#define TDNF_CONF_GROUP "main"
10
10
//Conf file key names
11
11
#define TDNF_CONF_KEY_GPGCHECK "gpgcheck"
12
- @@ -103,10 +103,10 @@
13
- #define TDNF_REPO_METALINK_FILE_NAME "metalink"
12
+ @@ -110,10 +110,10 @@
14
13
#define TDNF_REPO_BASEURL_FILE_NAME "baseurl"
15
- //Repo defaults
14
+
15
+ // repo defaults
16
16
- #define TDNF_DEFAULT_REPO_LOCATION "/etc/yum.repos.d"
17
17
- #define TDNF_DEFAULT_CACHE_LOCATION "/var/cache/tdnf"
18
18
- #define TDNF_DEFAULT_DISTROVERPKG "system-release"
24
24
#define TDNF_RPM_CACHE_DIR_NAME "rpms"
25
25
#define TDNF_REPODATA_DIR_NAME "repodata"
26
26
#define TDNF_SOLVCACHE_DIR_NAME "solvcache"
27
- @@ -121 ,7 +121 ,7 @@
27
+ @@ -140 ,7 +140 ,7 @@
28
28
/* plugin defines */
29
29
#define TDNF_DEFAULT_PLUGINS_ENABLED 0
30
30
#define TDNF_DEFAULT_PLUGIN_PATH SYSTEM_LIBDIR"/tdnf-plugins"
Original file line number Diff line number Diff line change 1
- --- tdnf-3.0.0-beta- orig/CMakeLists.txt 2020-12-03 17:02:43.241228240 +0000
2
- +++ tdnf-3.0.0-beta /CMakeLists.txt 2020-12-03 17:03:26.043551840 +0000
3
- @@ -29,11 +29,11 @@
1
+ --- tdnf-3.1.5- orig/CMakeLists.txt 2021-10-06 18:39:26.000000000 +0000
2
+ +++ tdnf-3.1.5 /CMakeLists.txt 2021-11-17 20:33:17.954842960 +0000
3
+ @@ -29,13 +29,13 @@
4
4
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
5
5
6
6
# Ensure that we don't accidentally install into /usr/etc
7
7
- set(CMAKE_INSTALL_FULL_SYSCONDIR "/etc")
8
8
- set(SYSCONFDIR /etc)
9
+ -
10
+ - set(MOTGEN_DIR /etc/motdgen.d)
9
11
+ set(CMAKE_INSTALL_FULL_SYSCONDIR "/usr/sgug/etc")
10
12
+ set(SYSCONFDIR /usr/sgug/etc)
11
13
12
- - set(MOTGEN_DIR /etc/motdgen.d)
13
- - set(SYSTEMD_DIR /lib/systemd/system)
14
14
+ set(MOTGEN_DIR /usr/sgug/etc/motdgen.d)
15
- + set(SYSTEMD_DIR /usr/sgug/lib/systemd/system)
16
-
17
- ##
18
- ## C Flags
15
+ +
16
+ if(NOT SYSTEMD_DIR)
17
+ - set(SYSTEMD_DIR /lib/systemd/system)
18
+ + set(SYSTEMD_DIR /usr/sgug/lib/systemd/system)
19
+ endif()
You can’t perform that action at this time.
0 commit comments