Skip to content

Commit feffba8

Browse files
committed
Dependency fixes.
1 parent 8dde0e2 commit feffba8

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PROJECT(nornet LANGUAGES C)
2121

2222
SET(BUILD_MAJOR "1")
2323
SET(BUILD_MINOR "5")
24-
SET(BUILD_PATCH "26")
24+
SET(BUILD_PATCH "27~rc1")
2525
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
2626

2727

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nornet (1.5.27~rc1-1ubuntu1) questing; urgency=medium
2+
3+
* New upstream release.
4+
5+
-- Thomas Dreibholz <dreibh@simula.no> Wed, 08 Oct 2025 00:21:12 +0200
6+
17
nornet (1.5.26-1ubuntu1) questing; urgency=medium
28

39
* New upstream release.

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Depends: anacron,
5656
net-tools,
5757
netperfmeter,
5858
nmap,
59-
ntpdate,
6059
pigz,
6160
pwgen,
6261
python3,

rpm/nornet.spec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: nornet
2-
Version: 1.5.26
2+
Version: 1.5.27~rc1
33
Release: 1
44
Summary: NorNet Control
55
Group: Applications/Internet
@@ -100,7 +100,6 @@ Requires: netperfmeter
100100
Requires: net-snmp-utils
101101
Requires: net-tools
102102
Requires: nmap
103-
Requires: (ntpsec or ntpdate)
104103
Requires: pigz
105104
Requires: pwgen
106105
Requires: pxz
@@ -124,7 +123,6 @@ Requires: xmlstarlet
124123
Requires: yamllint
125124
Recommends: grub2-tools
126125
Recommends: ipsec-tools
127-
Recommends: reiserfs-utils
128126

129127
%description management
130128
This metapackage contains basic software nor NorNet node management. The

0 commit comments

Comments
 (0)